Choreonoid
1.8
|
VRML Viewpoint node. More...
#include <VRML.h>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | VRMLViewpoint () |
virtual const char * | typeName () const override |
Public Member Functions inherited from cnoid::VRMLNode | |
VRMLNode () | |
virtual | ~VRMLNode () |
bool | isCategoryOf (VRMLNodeCategory category) |
Public Member Functions inherited from cnoid::Referenced | |
virtual | ~Referenced () |
Public Attributes | |
SFRotation | orientation |
SFFloat | fieldOfView |
SFBool | jump |
SFVec3f | position |
SFString | description |
Public Attributes inherited from cnoid::VRMLNode | |
std::string | defName |
Additional Inherited Members | |
Protected Member Functions inherited from cnoid::Referenced | |
Referenced () | |
Referenced (const Referenced &) | |
int | refCount () const |
Protected Attributes inherited from cnoid::VRMLNode | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
VRML Viewpoint node.
VRMLViewpoint::VRMLViewpoint | ( | ) |
|
overridevirtual |
Implements cnoid::VRMLNode.
SFString cnoid::VRMLViewpoint::description |
SFFloat cnoid::VRMLViewpoint::fieldOfView |
SFBool cnoid::VRMLViewpoint::jump |
SFRotation cnoid::VRMLViewpoint::orientation |
SFVec3f cnoid::VRMLViewpoint::position |