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::DtIndirectDefaultDrawComponent Class Reference

class to draw a subset of items of an indirect geometry (everything except light points), the default way More...

Inheritance diagram for makVrv::DtIndirectDefaultDrawComponent:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtIndirectDefaultDrawComponent ()
 destructor More...
 
virtual void initialize (const DtIndirectGeometryRegistrar &registrar, const DtIndirectEffectTexturesTemplate &effectTexturesState, 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
 release gl objects 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 DtIndirectDefaultDrawComponentCreator
 only creator can create More...
 

Protected Member Functions

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

Protected Attributes

osg::ref_ptr< osg::Uniform > myTimeUniform
 
- Protected Attributes inherited from makVrv::DtIndirectDrawComponent
DtDemyDe
 
osg::ref_ptr< osg::StateSet > myStateSet
 

Private Member Functions

 DtIndirectDefaultDrawComponent ()=delete
 not allowed More...
 
 DtIndirectDefaultDrawComponent (const DtIndirectDefaultDrawComponent &rhs)=delete
 not allowed More...
 
DtIndirectDefaultDrawComponentoperator= (const DtIndirectDefaultDrawComponent &rhs)=delete
 not allowed More...
 

Detailed Description

class to draw a subset of items of an indirect geometry (everything except light points), the default way

Constructor & Destructor Documentation

virtual makVrv::DtIndirectDefaultDrawComponent::~DtIndirectDefaultDrawComponent ( )
virtual

destructor

makVrv::DtIndirectDefaultDrawComponent::DtIndirectDefaultDrawComponent ( DtDe de)
protected

constructor. only creator can create

makVrv::DtIndirectDefaultDrawComponent::DtIndirectDefaultDrawComponent ( )
privatedelete

not allowed

makVrv::DtIndirectDefaultDrawComponent::DtIndirectDefaultDrawComponent ( const DtIndirectDefaultDrawComponent rhs)
privatedelete

not allowed

Member Function Documentation

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

not allowed

virtual void makVrv::DtIndirectDefaultDrawComponent::initialize ( const DtIndirectGeometryRegistrar registrar,
const DtIndirectEffectTexturesTemplate effectTexturesState,
DtVirtualProgramCache virtualProgramCache 
)
virtual

init

virtual void makVrv::DtIndirectDefaultDrawComponent::update ( osg::RenderInfo &  renderInfo)
overridevirtual

update

Implements makVrv::DtIndirectDrawComponent.

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

release gl objects

Implements makVrv::DtIndirectDrawComponent.

Member Data Documentation

friend makVrv::DtIndirectDefaultDrawComponent::DtIndirectDefaultDrawComponentCreator

only creator can create

osg::ref_ptr<osg::Uniform> makVrv::DtIndirectDefaultDrawComponent::myTimeUniform
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)