VR-Forces 4.6 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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)