VRML Viewpoint node. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlViewpoint () | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
SFString | description |
SFFloat | fieldOfView |
SFBool | jump |
SFRotation | orientation |
SFVec3f | position |
Public Attributes inherited from hrp::VrmlNode | |
std::string | defName |
Additional Inherited Members | |
Static Public Member Functions inherited from hrp::VrmlNode | |
static const char * | getLabelOfFieldType (int type) |
Protected Attributes inherited from hrp::VrmlNode | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
VRML Viewpoint node.
Definition at line 171 of file VrmlNodes.h.
VrmlViewpoint::VrmlViewpoint | ( | ) |
Definition at line 75 of file VrmlNodes.cpp.
SFString hrp::VrmlViewpoint::description |
Definition at line 180 of file VrmlNodes.h.
SFFloat hrp::VrmlViewpoint::fieldOfView |
Definition at line 176 of file VrmlNodes.h.
SFBool hrp::VrmlViewpoint::jump |
Definition at line 177 of file VrmlNodes.h.
SFRotation hrp::VrmlViewpoint::orientation |
Definition at line 178 of file VrmlNodes.h.
SFVec3f hrp::VrmlViewpoint::position |
Definition at line 179 of file VrmlNodes.h.