#include <SortMethod.h>

| Public Member Functions | |
| BSPSortMethod () | |
| virtual void | sortPrimitives (std::vector< PtrPrimitive > &, VRenderParams &) | 
| virtual | ~BSPSortMethod () | 
Definition at line 79 of file SortMethod.h.
| vrender::BSPSortMethod::BSPSortMethod | ( | ) |  [inline] | 
Definition at line 82 of file SortMethod.h.
| virtual vrender::BSPSortMethod::~BSPSortMethod | ( | ) |  [inline, virtual] | 
Definition at line 83 of file SortMethod.h.
| void BSPSortMethod::sortPrimitives | ( | std::vector< PtrPrimitive > & | primitive_tab, | 
| VRenderParams & | vparams | ||
| ) |  [virtual] | 
Implements vrender::SortMethod.
Definition at line 77 of file BSPSortMethod.cpp.