Choreonoid  1.5
Public Member Functions | Public Attributes | List of all members
cnoid::VRMLSwitch Class Reference

#include <VRML.h>

Inheritance diagram for cnoid::VRMLSwitch:
cnoid::AbstractVRMLGroup cnoid::VRMLNode

Public Member Functions

 VRMLSwitch ()
 
virtual MFNodegetChildren ()
 
virtual int countChildren ()
 
virtual VRMLNodegetChild (int index)
 
virtual void replaceChild (int childIndex, VRMLNode *childNode)
 
- Public Member Functions inherited from cnoid::AbstractVRMLGroup
 AbstractVRMLGroup ()
 
void removeChild (int childIndex)
 
- Public Member Functions inherited from cnoid::VRMLNode
 VRMLNode ()
 
virtual ~VRMLNode ()
 
bool isCategoryOf (VRMLNodeCategory category)
 

Public Attributes

MFNode choice
 
SFInt32 whichChoice
 
- Public Attributes inherited from cnoid::VRMLNode
std::string defName
 

Additional Inherited Members

- Protected Attributes inherited from cnoid::VRMLNode
std::bitset< NUM_VRML_NODE_CATEGORIEScategorySet
 

Constructor & Destructor Documentation

VRMLSwitch::VRMLSwitch ( )

Member Function Documentation

int VRMLSwitch::countChildren ( )
virtual
VRMLNode * VRMLSwitch::getChild ( int  index)
virtual
MFNode & VRMLSwitch::getChildren ( )
virtual
void VRMLSwitch::replaceChild ( int  childIndex,
VRMLNode childNode 
)
virtual

Member Data Documentation

MFNode cnoid::VRMLSwitch::choice
SFInt32 cnoid::VRMLSwitch::whichChoice

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