OpenWalnut
1.4.0
|
This class adds some convenience methods to WGEGroupNode. More...
#include <WGEManagedGroupNode.h>
Public Types | |
typedef osg::ref_ptr < WGEManagedGroupNode > | SPtr |
Shared pointer. | |
typedef osg::ref_ptr< const WGEManagedGroupNode > | ConstSPtr |
Const shared pointer. | |
Public Member Functions | |
WGEManagedGroupNode (boost::shared_ptr< WBoolFlag > active) | |
Default constructor. | |
Protected Member Functions | |
virtual | ~WGEManagedGroupNode () |
Destructor. |
This class adds some convenience methods to WGEGroupNode.
It can handle bool properties which switch the node on and off.
Definition at line 39 of file WGEManagedGroupNode.h.
typedef osg::ref_ptr< const WGEManagedGroupNode > WGEManagedGroupNode::ConstSPtr |
Const shared pointer.
Definition at line 50 of file WGEManagedGroupNode.h.
typedef osg::ref_ptr< WGEManagedGroupNode > WGEManagedGroupNode::SPtr |
Shared pointer.
Definition at line 45 of file WGEManagedGroupNode.h.
WGEManagedGroupNode::WGEManagedGroupNode | ( | boost::shared_ptr< WBoolFlag > | active | ) | [explicit] |
Default constructor.
active | the flag denoting the node to be activated ( if flag == true ) or turned off. |
Definition at line 28 of file WGEManagedGroupNode.cpp.
WGEManagedGroupNode::~WGEManagedGroupNode | ( | ) | [protected, virtual] |
Destructor.
Definition at line 39 of file WGEManagedGroupNode.cpp.