IGSTK
|
This class is intended to make the connection between the ImageReader and its output, the ImageSpatialObject. More...
#include <igstkImageReader.h>
Static Public Member Functions | |
template<class TReader , class TImageSpatialObject > | |
static void | ConnectImage (const TReader *reader, TImageSpatialObject *imageSpatialObject) |
This class is intended to make the connection between the ImageReader and its output, the ImageSpatialObject.
With this class it is possible to enforce encapsulation of the Reader and the ImageSpatialObject, and make their GetImage() and SetImage() methods private, so that developers cannot gain access to the ITK or VTK layers of these two classes.
Definition at line 43 of file igstkImageReader.h.
|
inlinestatic |
Definition at line 49 of file igstkImageReader.h.