VR-Forces 4.10 Class Documentation
 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 ()
 destructor More...
 
virtual void initialize (DtVirtualProgramCache &virtualProgramCache)
 init More...
 
virtual void update (osg::RenderInfo &renderInfo) override
 update More...
 
virtual void apply (osg::RenderInfo &renderInfo) override
 apply More...
 
virtual void draw (osg::RenderInfo &renderInfo, const int offsetCommandBuffer, GLenum indicesType, int maxCommands) override
 draw More...
 
virtual void releaseGLObjects (osg::State *state) override
 clean up gl objects More...
 
virtual void draw (osg::RenderInfo &renderInfo, int maxCommands, DtGpuCulling *gpuCulling, DtIndirectDofManager *dofManager, const osg::Camera *camera)
 draw More...
 
- Public Member Functions inherited from makVrv::DtIndirectDrawComponent
 DtIndirectDrawComponent (DtDe &de)
 ctor More...
 
virtual ~DtIndirectDrawComponent ()
 dtor More...
 
virtual void addExternallyManagedUniform (osg::ref_ptr< osg::Uniform > uniform)
 add an externally managed uniform More...
 
virtual bool shouldDraw (bool isShadowPass)
 decide if this component type should draw during a shadow pass More...
 

Public Attributes

friend DtIndirectDebugCullComponentCreator
 only creator can create More...
 

Protected Member Functions

 DtIndirectDebugCullComponent (DtDe &de)
 only creator can create More...
 
virtual void initializeDebugGeometryIfNecessary (void)
 
- Protected Member Functions inherited from makVrv::DtIndirectDrawComponent
virtual std::string indicesTypeToString (int indicesType)
 for debugging More...
 

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
 not allowed More...
 
 DtIndirectDebugCullComponent (const DtIndirectDebugCullComponent &rhs)=delete
 not allowed More...
 
DtIndirectDebugCullComponentoperator= (const DtIndirectDebugCullComponent &rhs)=delete
 not allowed More...
 

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::update ( osg::RenderInfo &  renderInfo)
overridevirtual

update

Implements makVrv::DtIndirectDrawComponent.

virtual void makVrv::DtIndirectDebugCullComponent::apply ( osg::RenderInfo &  renderInfo)
overridevirtual
virtual void makVrv::DtIndirectDebugCullComponent::draw ( osg::RenderInfo &  renderInfo,
const int  offsetCommandBuffer,
GLenum  indicesType,
int  maxCommands 
)
overridevirtual
virtual void makVrv::DtIndirectDebugCullComponent::releaseGLObjects ( osg::State *  state)
overridevirtual

clean up gl objects

Implements 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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)