SOFA API  b3f2f2a4
Open source framework for multi-physics simuation
vrender::BSPSortMethod Class Reference

#include <SortMethod.h>

Inheritance diagram for vrender::BSPSortMethod:

Public Member Functions

 BSPSortMethod ()
 
virtual ~BSPSortMethod ()
 
virtual void sortPrimitives (std::vector< PtrPrimitive > &, VRenderParams &)
 
- Public Member Functions inherited from vrender::SortMethod
 SortMethod ()
 
virtual ~SortMethod ()
 
void SetZDepth (FLOAT s)
 
FLOAT ZDepth () const
 

Additional Inherited Members

- Protected Attributes inherited from vrender::SortMethod
FLOAT zSize
 

Constructor details

◆ BSPSortMethod()

vrender::BSPSortMethod::BSPSortMethod ( )
inline

◆ ~BSPSortMethod()

virtual vrender::BSPSortMethod::~BSPSortMethod ( )
inlinevirtual

Function details

◆ sortPrimitives()

void BSPSortMethod::sortPrimitives ( std::vector< PtrPrimitive > &  primitive_tab,
VRenderParams vparams 
)
virtual

Implements vrender::SortMethod.