OrientationChaser Class Reference

#include <OrientationChaser.h>

Inherits X3DChaserNode< SFRotation >, and AP::AP_Thread.

Collaboration diagram for OrientationChaser:

Collaboration graph

Public Member Functions

 OrientationChaser (const AP_Xml &xml, SFNode scene)
AP_Bool Update (const X3DEvent &event)

Private Member Functions

void run (void)

Constructor & Destructor Documentation

OrientationChaser ( const AP_Xml xml,
SFNode  scene 
)


Member Function Documentation

void run ( void   )  [private, virtual]

Main thread function. It must be overloaded in your derived class. It has no parameter.

Example:
void run(void)
{
while(is_running())
{
... do something ...
}
}

Reimplemented from AP_Thread.

AP_Bool Update ( const X3DEvent event  )  [virtual]

Reimplemented from X3DNode.


The documentation for this class was generated from the following files:

Generated on Fri Mar 5 16:50:45 2010 for CarLinO by  doxygen 1.5.8