SOFA API  1df67014
Open source framework for multi-physics simuation
vrender::SortMethod Class Referenceabstract

#include <SortMethod.h>

Inheritance diagram for vrender::SortMethod:

Protected Attributes

FLOAT zSize
 

Public Member Functions

 SortMethod ()
 
virtual ~SortMethod ()
 
virtual void sortPrimitives (std::vector< PtrPrimitive > &, VRenderParams &)=0
 
void SetZDepth (FLOAT s)
 
FLOAT ZDepth () const
 

Attribute details

◆ zSize

FLOAT vrender::SortMethod::zSize
protected

Constructor details

◆ SortMethod()

vrender::SortMethod::SortMethod ( )
inline

◆ ~SortMethod()

virtual vrender::SortMethod::~SortMethod ( )
inlinevirtual

Function details

◆ SetZDepth()

void vrender::SortMethod::SetZDepth ( FLOAT  s)
inline

◆ sortPrimitives()

virtual void vrender::SortMethod::sortPrimitives ( std::vector< PtrPrimitive > &  ,
VRenderParams  
)
pure virtual

◆ ZDepth()

FLOAT vrender::SortMethod::ZDepth ( ) const
inline