#include <VrmlNodes.h>
Public Member Functions | |
VrmlCollision () | |
Public Member Functions inherited from hrp::VrmlGroup | |
virtual int | countChildren () |
virtual VrmlNode * | getChild (int index) |
virtual MFNode & | getChildren () |
virtual void | replaceChild (int childIndex, VrmlNode *childNode) |
VrmlGroup () | |
Public Member Functions inherited from hrp::AbstractVrmlGroup | |
AbstractVrmlGroup () | |
void | removeChild (int childIndex) |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
SFBool | collide |
SFNode | proxy |
Public Attributes inherited from hrp::VrmlGroup | |
SFVec3f | bboxCenter |
SFVec3f | bboxSize |
MFNode | children |
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 |
Definition at line 690 of file VrmlNodes.h.
VrmlCollision::VrmlCollision | ( | ) |
Definition at line 496 of file VrmlNodes.cpp.
SFBool hrp::VrmlCollision::collide |
Definition at line 694 of file VrmlNodes.h.
SFNode hrp::VrmlCollision::proxy |
Definition at line 695 of file VrmlNodes.h.