#include <VRender.h>
|
enum | VRenderFormat { EPS,
PS,
XFIG,
SVG
} |
|
enum | VRenderOption {
CullHiddenFaces = 0x1,
OptimizeBackFaceCulling = 0x4,
RenderBlackAndWhite = 0x8,
AddBackground = 0x10,
TightenBoundingBox = 0x20
} |
|
enum | VRenderSortMethod { NoSorting,
BSPSort,
TopologicalSort,
AdvancedTopologicalSort
} |
|
Definition at line 62 of file VRender.h.
◆ VRenderFormat
Enumerator |
---|
EPS | |
PS | |
XFIG | |
SVG | |
Definition at line 69 of file VRender.h.
◆ VRenderOption
Enumerator |
---|
CullHiddenFaces | |
OptimizeBackFaceCulling | |
RenderBlackAndWhite | |
AddBackground | |
TightenBoundingBox | |
Definition at line 71 of file VRender.h.
◆ VRenderSortMethod
Enumerator |
---|
NoSorting | |
BSPSort | |
TopologicalSort | |
AdvancedTopologicalSort | |
Definition at line 68 of file VRender.h.
◆ VRenderParams()
VRenderParams::VRenderParams |
( |
| ) |
|
◆ ~VRenderParams()
VRenderParams::~VRenderParams |
( |
| ) |
|
◆ error()
int& vrender::VRenderParams::error |
( |
| ) |
|
|
inlineprivate |
◆ filename()
const QString vrender::VRenderParams::filename |
( |
| ) |
|
|
inline |
◆ format()
int vrender::VRenderParams::format |
( |
| ) |
|
|
inline |
◆ isEnabled()
◆ progress()
void VRenderParams::progress |
( |
float |
f, |
|
|
const QString & |
progress_string |
|
) |
| |
|
private |
◆ setFilename()
void VRenderParams::setFilename |
( |
const QString & |
filename | ) |
|
◆ setFormat()
◆ setOption()
◆ setProgressFunction()
◆ setSortMethod()
◆ size()
int& vrender::VRenderParams::size |
( |
| ) |
|
|
inlineprivate |
◆ sortMethod()
int vrender::VRenderParams::sortMethod |
( |
| ) |
|
|
inline |
◆ BSPSortMethod
◆ Exporter
◆ ParserGL
◆ TopologicalSortMethod
◆ TopologicalSortUtils
◆ VectorialRender
◆ VisibilityOptimizer
◆ _error
int vrender::VRenderParams::_error |
|
private |
◆ _filename
QString vrender::VRenderParams::_filename |
|
private |
◆ _format
◆ _options
unsigned int vrender::VRenderParams::_options |
|
private |
◆ _progress_function
◆ _sortMethod
The documentation for this class was generated from the following files: