VRenderParams Class Reference

Public Types

enum  VRenderFormat { EPS, PS, XFIG, SVG }
 
enum  VRenderOption {
  CullHiddenFaces = 0x1, OptimizeBackFaceCulling = 0x4, RenderBlackAndWhite = 0x8, AddBackground = 0x10,
  TightenBoundingBox = 0x20
}
 
enum  VRenderSortMethod { NoSorting, BSPSort, TopologicalSort, AdvancedTopologicalSort }
 

Public Member Functions

const QString filename ()
 
int format ()
 
bool isEnabled (VRenderOption)
 
void setFilename (const QString &filename)
 
void setFormat (VRenderFormat f)
 
void setOption (VRenderOption, bool)
 
void setProgressFunction (ProgressFunction pf)
 
void setSortMethod (VRenderParams::VRenderSortMethod s)
 
int sortMethod ()
 

Friends

class BSPSortMethod
 
class Exporter
 
class ParserGL
 
class TopologicalSortMethod
 
class TopologicalSortUtils
 
void VectorialRender (RenderCB render_callback, void *callback_params, VRenderParams &vparams)
 
class VisibilityOptimizer
 

Detailed Description

Definition at line 62 of file VRender.h.


The documentation for this class was generated from the following files: