#include <VRender.h>
Definition at line 242 of file VRender.cpp.
Definition at line 251 of file VRender.cpp.
int& vrender::VRenderParams::error | ( | ) | [inline, private] |
const QString vrender::VRenderParams::filename | ( | ) | [inline] |
int vrender::VRenderParams::format | ( | ) | [inline] |
bool VRenderParams::isEnabled | ( | VRenderOption | opt | ) |
Definition at line 273 of file VRender.cpp.
void VRenderParams::progress | ( | float | f, |
const QString & | progress_string | ||
) | [private] |
Definition at line 255 of file VRender.cpp.
void VRenderParams::setFilename | ( | const QString & | filename | ) |
Definition at line 260 of file VRender.cpp.
void vrender::VRenderParams::setFormat | ( | VRenderFormat | f | ) | [inline] |
void VRenderParams::setOption | ( | VRenderOption | opt, |
bool | b | ||
) |
Definition at line 265 of file VRender.cpp.
void vrender::VRenderParams::setProgressFunction | ( | ProgressFunction | pf | ) | [inline] |
void vrender::VRenderParams::setSortMethod | ( | VRenderParams::VRenderSortMethod | s | ) | [inline] |
int& vrender::VRenderParams::size | ( | ) | [inline, private] |
int vrender::VRenderParams::sortMethod | ( | ) | [inline] |
friend class BSPSortMethod [friend] |
friend class TopologicalSortMethod [friend] |
friend class TopologicalSortUtils [friend] |
void VectorialRender | ( | RenderCB | render_callback, |
void * | callback_params, | ||
VRenderParams & | vparams | ||
) | [friend] |
friend class VisibilityOptimizer [friend] |
int vrender::VRenderParams::_error [private] |
QString vrender::VRenderParams::_filename [private] |
VRenderFormat vrender::VRenderParams::_format [private] |
unsigned int vrender::VRenderParams::_options [private] |