VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Private Member Functions
makVrv::DtIndirectDebugCullComponent Class Reference
Inheritance diagram for makVrv::DtIndirectDebugCullComponent:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtIndirectDebugCullComponent ()
 
virtual void initialize (DtVirtualProgramCache &virtualProgramCache)
 
virtual void apply (osg::RenderInfo &renderInfo) override
 
virtual void releaseGLObjects (osg::State *state) override
 
virtual void draw (osg::RenderInfo &renderInfo, int maxCommands, DtGpuCulling *gpuCulling, DtIndirectDofManager *dofManager, const osg::Camera *camera)
 
- Public Member Functions inherited from makVrv::DtIndirectDrawComponent
 DtIndirectDrawComponent (DtDe &de)
 
virtual ~DtIndirectDrawComponent ()
 
virtual void update (osg::RenderInfo &renderInfo)
 
virtual void draw (osg::RenderInfo &renderInfo, const int offsetCommandBuffer, GLenum indicesType, int maxCommands, DtGlBuffer *gpuShaderUbo, int gpuShaderBinding, DtIndirectShaderConstants *shaderConstants)
 
virtual bool shouldDraw (bool isShadowPass)
 

Public Attributes

friend DtIndirectDebugCullComponentCreator
 

Protected Member Functions

 DtIndirectDebugCullComponent (DtDe &de)
 
virtual void initializeDebugGeometryIfNecessary (void)
 
- Protected Member Functions inherited from makVrv::DtIndirectDrawComponent
virtual std::string indicesTypeToString (int indicesType)
 

Protected Attributes

std::vector< Vector3_32myDebugVertices
 
std::vector< unsigned short > myDebugIndices
 
unsigned int myDebugVertexBuffer
 
unsigned int myDebugIndexBuffer
 
- Protected Attributes inherited from makVrv::DtIndirectDrawComponent
DtDemyDe
 
osg::ref_ptr< osg::StateSet > myStateSet
 

Private Member Functions

 DtIndirectDebugCullComponent ()=delete
 
 DtIndirectDebugCullComponent (const DtIndirectDebugCullComponent &rhs)=delete
 
DtIndirectDebugCullComponentoperator= (const DtIndirectDebugCullComponent &rhs)=delete
 

Constructor & Destructor Documentation

virtual makVrv::DtIndirectDebugCullComponent::~DtIndirectDebugCullComponent ( )
virtual

destructor

makVrv::DtIndirectDebugCullComponent::DtIndirectDebugCullComponent ( DtDe de)
protected

only creator can create

makVrv::DtIndirectDebugCullComponent::DtIndirectDebugCullComponent ( )
privatedelete

not allowed

makVrv::DtIndirectDebugCullComponent::DtIndirectDebugCullComponent ( const DtIndirectDebugCullComponent rhs)
privatedelete

not allowed

Member Function Documentation

DtIndirectDebugCullComponent& makVrv::DtIndirectDebugCullComponent::operator= ( const DtIndirectDebugCullComponent rhs)
privatedelete

not allowed

virtual void makVrv::DtIndirectDebugCullComponent::initialize ( DtVirtualProgramCache virtualProgramCache)
virtual

init

virtual void makVrv::DtIndirectDebugCullComponent::apply ( osg::RenderInfo &  renderInfo)
overridevirtual
virtual void makVrv::DtIndirectDebugCullComponent::releaseGLObjects ( osg::State *  state)
overridevirtual

clean up gl objects

Reimplemented from makVrv::DtIndirectDrawComponent.

virtual void makVrv::DtIndirectDebugCullComponent::draw ( osg::RenderInfo &  renderInfo,
int  maxCommands,
DtGpuCulling gpuCulling,
DtIndirectDofManager dofManager,
const osg::Camera *  camera 
)
virtual

draw

virtual void makVrv::DtIndirectDebugCullComponent::initializeDebugGeometryIfNecessary ( void  )
protectedvirtual

Member Data Documentation

friend makVrv::DtIndirectDebugCullComponent::DtIndirectDebugCullComponentCreator

only creator can create

std::vector<Vector3_32> makVrv::DtIndirectDebugCullComponent::myDebugVertices
protected
std::vector<unsigned short> makVrv::DtIndirectDebugCullComponent::myDebugIndices
protected
unsigned int makVrv::DtIndirectDebugCullComponent::myDebugVertexBuffer
protected
unsigned int makVrv::DtIndirectDebugCullComponent::myDebugIndexBuffer
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)