#include <VrmlNodes.h>
Public Member Functions | |
VrmlFog () | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
SFColor | color |
SFString | fogType |
SFFloat | visibilityRange |
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 723 of file VrmlNodes.h.
VrmlFog::VrmlFog | ( | ) |
Definition at line 514 of file VrmlNodes.cpp.
SFColor hrp::VrmlFog::color |
Definition at line 727 of file VrmlNodes.h.
SFString hrp::VrmlFog::fogType |
Definition at line 729 of file VrmlNodes.h.
SFFloat hrp::VrmlFog::visibilityRange |
Definition at line 728 of file VrmlNodes.h.