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


SignImageSink is an OpenTracker sink that receives image data and passes it on as vtkImageData.
Public Member Functions | |
| vtkTypeRevisionMacro (SignImageSink, SignSink) | |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (ot::Event &event, ot::Node &generator) |
| void | setSignContext (SignContext *sp) |
| Sets a pointer to the SIGN context. | |
| void | setViewer (Sign2DViewer *tdv) |
| Sets the 2D viewer that is controlled by this sink. | |
| vtkImageData * | GetImageData () |
| Returns the image data from the last event. | |
| vtkTransform * | GetTransform () |
| Returns the IJK->RAS matrix. | |
| virtual vtkPoints * | GetPoints () |
| Returns the coordinates of the points in the corners of the image. | |
Static Public Member Functions | |
| static SignImageSink * | New () |
Public Attributes | |
| SignContext * | signContext |
| Sign2DViewer * | viewer |
| vtkPoints * | cornerPoints |
| Coordinates of the points in the corners of the image. | |
Protected Member Functions | |
| SignImageSink () | |
| Constructor. | |
| ~SignImageSink () | |
| Destructor. | |
| SignImageSink (const SignImageSink &) | |
| void | operator= (const SignImageSink &) |
Friends | |
| class | SignOTModule |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
|
|
|
Returns the image data from the last event.
|
|
|
Returns the coordinates of the points in the corners of the image.
|
|
|
Returns the IJK->RAS matrix.
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 a pointer to the SIGN context.
|
|
|
Sets the 2D viewer that is controlled by this sink.
Reimplemented from SignSink. |
|
||||||||||||
|
|
|
|
|
|
|
Coordinates of the points in the corners of the image.
|
|
|
|
|
|
|
1.4.6