#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 75 of file SortMethod.h.
|
inline |
Definition at line 78 of file SortMethod.h.
|
inlinevirtual |
Definition at line 79 of file SortMethod.h.
|
inline |
Definition at line 83 of file SortMethod.h.
|
pure virtual |
Implemented in vrender::TopologicalSortMethod, vrender::BSPSortMethod, and vrender::DontSortMethod.
|
inline |
Definition at line 84 of file SortMethod.h.
|
protected |
Definition at line 87 of file SortMethod.h.