OpenWalnut  1.4.0
Public Types | Public Member Functions | Protected Member Functions
WGEManagedGroupNode Class Reference

This class adds some convenience methods to WGEGroupNode. More...

#include <WGEManagedGroupNode.h>

+ Inheritance diagram for WGEManagedGroupNode:

List of all members.

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.

Detailed Description

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.


Member Typedef Documentation

typedef osg::ref_ptr< const WGEManagedGroupNode > WGEManagedGroupNode::ConstSPtr

Const shared pointer.

Definition at line 50 of file WGEManagedGroupNode.h.

Shared pointer.

Definition at line 45 of file WGEManagedGroupNode.h.


Constructor & Destructor Documentation

WGEManagedGroupNode::WGEManagedGroupNode ( boost::shared_ptr< WBoolFlag active) [explicit]

Default constructor.

Parameters:
activethe flag denoting the node to be activated ( if flag == true ) or turned off.

Definition at line 28 of file WGEManagedGroupNode.cpp.

Destructor.

Definition at line 39 of file WGEManagedGroupNode.cpp.


The documentation for this class was generated from the following files: