#include <SortMethod.h>

Public Member Functions | |
| void | SetZDepth (FLOAT s) |
| SortMethod () | |
| virtual void | sortPrimitives (std::vector< PtrPrimitive > &, VRenderParams &)=0 |
| FLOAT | ZDepth () const |
| virtual | ~SortMethod () |
Protected Attributes | |
| FLOAT | zSize |
Definition at line 55 of file SortMethod.h.
|
inline |
Definition at line 58 of file SortMethod.h.
|
inlinevirtual |
Definition at line 59 of file SortMethod.h.
|
inline |
Definition at line 63 of file SortMethod.h.
|
pure virtual |
Implemented in vrender::TopologicalSortMethod, vrender::BSPSortMethod, and vrender::DontSortMethod.
|
inline |
Definition at line 64 of file SortMethod.h.
|
protected |
Definition at line 67 of file SortMethod.h.