#include <SortMethod.h>
Public Member Functions | |
DontSortMethod () | |
virtual void | sortPrimitives (std::vector< PtrPrimitive > &, VRenderParams &) |
virtual | ~DontSortMethod () |
Definition at line 70 of file SortMethod.h.
vrender::DontSortMethod::DontSortMethod | ( | ) | [inline] |
Definition at line 73 of file SortMethod.h.
virtual vrender::DontSortMethod::~DontSortMethod | ( | ) | [inline, virtual] |
Definition at line 74 of file SortMethod.h.
virtual void vrender::DontSortMethod::sortPrimitives | ( | std::vector< PtrPrimitive > & | , |
VRenderParams & | |||
) | [inline, virtual] |
Implements vrender::SortMethod.
Definition at line 76 of file SortMethod.h.