#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.
| vrender::SortMethod::SortMethod | ( | ) | [inline] |
Definition at line 58 of file SortMethod.h.
| virtual vrender::SortMethod::~SortMethod | ( | ) | [inline, virtual] |
Definition at line 59 of file SortMethod.h.
| void vrender::SortMethod::SetZDepth | ( | FLOAT | s | ) | [inline] |
Definition at line 63 of file SortMethod.h.
| virtual void vrender::SortMethod::sortPrimitives | ( | std::vector< PtrPrimitive > & | , |
| VRenderParams & | |||
| ) | [pure virtual] |
Implemented in vrender::TopologicalSortMethod, vrender::BSPSortMethod, and vrender::DontSortMethod.
| FLOAT vrender::SortMethod::ZDepth | ( | ) | const [inline] |
Definition at line 64 of file SortMethod.h.
FLOAT vrender::SortMethod::zSize [protected] |
Definition at line 67 of file SortMethod.h.