IGSTK
Static Public Member Functions | List of all members
igstk::Friends::TubeReaderToTubeSpatialObject Class Reference

This class is intended to make the connection between the TubeReader and its output, the TubeSpatialObject. More...

#include <igstkTubeReader.h>

Static Public Member Functions

template<class TReader , class TTubeSpatialObject >
static void ConnectTube (TReader *reader, TTubeSpatialObject *tubeSpatialObject)
 

Detailed Description

This class is intended to make the connection between the TubeReader and its output, the TubeSpatialObject.

With this class it is possible to enforce encapsulation of the Reader and the TubeSpatialObject, and make their GetTube() and SetTube() methods private, so that developers cannot gain access to the ITK or VTK layers of these two classes.

Definition at line 45 of file igstkTubeReader.h.

Member Function Documentation

template<class TReader , class TTubeSpatialObject >
static void igstk::Friends::TubeReaderToTubeSpatialObject::ConnectTube ( TReader *  reader,
TTubeSpatialObject *  tubeSpatialObject 
)
inlinestatic

Definition at line 51 of file igstkTubeReader.h.


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