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) |
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.
static void igstk::Friends::TubeReaderToTubeSpatialObject::ConnectTube | ( | TReader * | reader, | |
TTubeSpatialObject * | tubeSpatialObject | |||
) | [inline, static] |
Definition at line 51 of file igstkTubeReader.h.