#include <ToggleGroup.h>
Inheritance diagram for H3D::ToggleGroup:

Public Member Functions | |
| ToggleGroup (Inst< MFChild > _addChildren=0, Inst< MFChild > _removeChildren=0, Inst< MFChild > _children=0, Inst< SFNode > _metadata=0, Inst< SFBound > _bound=0, Inst< SFVec3f > _bboxCenter=0, Inst< SFVec3f > _bboxSize=0, Inst< SFBool > _hapticsOn=0, Inst< SFBool > _graphicsOn=0) | |
| Constructor. | |
| virtual void | render () |
| Only renders children if graphicsOn is true. | |
Public Attributes | |
| auto_ptr< SFBool > | hapticsOn |
| The hapticsOn field specifies if nodes in the children field of this group should be rendered haptically or not. | |
| auto_ptr< SFBool > | graphicsOn |
| The graphicsOn field specifies if nodes in the children field of this group should be rendered graphically or not. | |
Static Public Attributes | |
| static H3DNodeDatabase | database |
| The H3DNodeDatabase for this node. | |
The hapticsOn field specifies if nodes in the children field of this group should be rendered haptically or not.
The graphicsOn field specifies if nodes in the children field of this group should be rendered graphically or not.
|
|
The graphicsOn field specifies if nodes in the children field of this group should be rendered graphically or not. Default value: TRUE /n Access type: inputOutput |
|
|
The hapticsOn field specifies if nodes in the children field of this group should be rendered haptically or not. Default value: TRUE /n Access type: inputOutput |
1.4.5