VRML MovieTexture node. More...
#include <VrmlNodes.h>
Public Member Functions | |
VrmlMovieTexture () | |
Public Member Functions inherited from hrp::VrmlTexture | |
VrmlTexture () | |
Public Member Functions inherited from hrp::VrmlNode | |
bool | isCategoryOf (VrmlNodeCategory category) |
VrmlNode () | |
virtual | ~VrmlNode () |
Public Attributes | |
SFBool | loop |
SFBool | repeatS |
SFBool | repeatT |
SFFloat | speed |
SFTime | startTime |
SFTime | stopTime |
MFString | url |
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 MovieTexture node.
Definition at line 588 of file VrmlNodes.h.
VrmlMovieTexture::VrmlMovieTexture | ( | ) |
Definition at line 371 of file VrmlNodes.cpp.
SFBool hrp::VrmlMovieTexture::loop |
Definition at line 594 of file VrmlNodes.h.
SFBool hrp::VrmlMovieTexture::repeatS |
Definition at line 598 of file VrmlNodes.h.
SFBool hrp::VrmlMovieTexture::repeatT |
Definition at line 599 of file VrmlNodes.h.
SFFloat hrp::VrmlMovieTexture::speed |
Definition at line 595 of file VrmlNodes.h.
SFTime hrp::VrmlMovieTexture::startTime |
Definition at line 596 of file VrmlNodes.h.
SFTime hrp::VrmlMovieTexture::stopTime |
Definition at line 597 of file VrmlNodes.h.
MFString hrp::VrmlMovieTexture::url |
Definition at line 593 of file VrmlNodes.h.