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 | Protected Attributes
txp::GeodeGroup Class Reference

This is group that will has geode node It is better since all the geometry children will be added into one Geode node as drawables, then having one geode node per child Means, instad of having Group +--------— | | Geode Geode | | Drawable Drawable we will have Group | Geode +--------— | | Drawable Drawable. More...

Inheritance diagram for txp::GeodeGroup:
Inheritance graph
[legend]

Public Member Functions

 GeodeGroup ()
 
 GeodeGroup (const GeodeGroup &gg, const osg::CopyOp &copyop=osg::CopyOp::SHALLOW_COPY)
 
 META_Node (txp, GeodeGroup)
 
osg::Geode * getGeode ()
 

Protected Attributes

osg::Geode * _geode
 

Detailed Description

This is group that will has geode node It is better since all the geometry children will be added into one Geode node as drawables, then having one geode node per child Means, instad of having Group +--------— | | Geode Geode | | Drawable Drawable we will have Group | Geode +--------— | | Drawable Drawable.

Constructor & Destructor Documentation

txp::GeodeGroup::GeodeGroup ( )
inline
txp::GeodeGroup::GeodeGroup ( const GeodeGroup gg,
const osg::CopyOp &  copyop = osg::CopyOp::SHALLOW_COPY 
)
inline

Member Function Documentation

txp::GeodeGroup::META_Node ( txp  ,
GeodeGroup   
)
osg::Geode* txp::GeodeGroup::getGeode ( )
inline

References _geode.

Member Data Documentation

osg::Geode* txp::GeodeGroup::_geode
protected

Referenced by getGeode().


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)