Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for NavigationInfo:
Public Methods | |
NavigationInfo (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~NavigationInfo () throw () |
Destructor. | |
virtual NavigationInfo * | toNavigationInfo () const |
const float * | getAvatarSize () |
bool | getHeadlightOn () |
float | getSpeed () |
float | getVisibilityLimit () |
Private Methods | |
virtual void | initializeImpl (double timestamp) throw () |
Initialize. | |
void | processSet_avatarSize (const FieldValue &mffloat, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_avatarSize eventIn handler. | |
void | processSet_bind (const FieldValue &sfbool, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_bind eventIn handler. | |
void | processSet_headlight (const FieldValue &sfbool, double timestamp) throw (std::bad_cast) |
set_headlight eventIn handler. | |
void | processSet_speed (const FieldValue &sffloat, double timestamp) throw (std::bad_cast) |
set_speed eventIn handler. | |
void | processSet_type (const FieldValue &mfstring, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_type eventIn handler. | |
void | processSet_visibilityLimit (const FieldValue &sffloat, double timestamp) throw (std::bad_cast) |
set_visibilityLimit eventIn handler. | |
Private Attributes | |
MFFloat | avatarSize |
SFBool | headlight |
SFFloat | speed |
MFString | type |
SFFloat | visibilityLimit |
SFBool | bound |
Friends | |
class | NavigationInfoClass |
|
Constructor.
|
|
Destructor.
|
|
Initialize.
Reimplemented from Node. |
|
set_avatarSize eventIn handler.
|
|
set_bind eventIn handler.
|
|
set_headlight eventIn handler.
|
|
set_speed eventIn handler.
|
|
set_type eventIn handler.
|
|
set_visibilityLimit eventIn handler.
|