#include <SortMethod.h>
Public Member Functions | |
void | setBreakCycles (bool b) |
virtual void | sortPrimitives (std::vector< PtrPrimitive > &, VRenderParams &) |
TopologicalSortMethod () | |
virtual | ~TopologicalSortMethod () |
Public Member Functions inherited from vrender::SortMethod | |
void | SetZDepth (FLOAT s) |
SortMethod () | |
FLOAT | ZDepth () const |
virtual | ~SortMethod () |
Private Attributes | |
bool | _break_cycles |
Additional Inherited Members | |
Protected Attributes inherited from vrender::SortMethod | |
FLOAT | zSize |
Definition at line 88 of file SortMethod.h.
vrender::TopologicalSortMethod::TopologicalSortMethod | ( | ) |
Definition at line 107 of file TopologicalSortMethod.cpp.
|
inlinevirtual |
Definition at line 92 of file SortMethod.h.
|
inline |
Definition at line 96 of file SortMethod.h.
|
virtual |
Implements vrender::SortMethod.
Definition at line 112 of file TopologicalSortMethod.cpp.
|
private |
Definition at line 98 of file SortMethod.h.