#include <SignOTSink.h>
Inheritance diagram for SignOTSink:


SignOTSink is the main class interface between tracking devices and The SIGN.
Public Member Functions | |
| vtkTypeRevisionMacro (SignOTSink, SignSink) | |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| double | GetNormal (int i) |
| void | GetNormal (double *orient) |
| double | GetPosition (int i) |
| void | GetPosition (double *pos) |
| vtkTransform * | GetTransform () |
| Returns the current user transform. | |
| float | GetConfidence () |
| void | SetDist (float d) |
| float | GetDist () |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (ot::Event &event, ot::Node &generator) |
| void | setSignContext (SignContext *sp) |
| Sets the current SIGN context. | |
| SignContext * | GetSignContext () |
| Returns the current SIGN context. | |
Static Public Member Functions | |
| static SignOTSink * | New () |
Public Attributes | |
| int | events |
| event enabled or not | |
Protected Member Functions | |
| SignOTSink () | |
| Constructor. | |
| ~SignOTSink () | |
| Destructor. | |
| SignOTSink (const SignOTSink &) | |
| void | operator= (const SignOTSink &) |
Friends | |
| class | SignOTModule |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
|
|
|
Returns the current confidence
|
|
|
|
|
|
Returns the normal vector of the current orientation
|
|
|
Returns the normal vector of the current orientation
|
|
|
Returns the current position
|
|
|
Returns the current position
|
|
|
Returns the current SIGN context.
|
|
|
Returns the current user transform.
Reimplemented from SignSink. |
|
|
tests for EventGenerator interface being present. Is overriden to return 1 always.
|
|
|
|
|
||||||||||||
|
this method notifies the object that a new event was generated. It stores a copy of the received event and passes the event on to its observers.
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Sets the current SIGN context.
|
|
||||||||||||
|
|
|
|
|
|
|
event enabled or not
|
1.4.6