#include <igstkImageReader.h>
Static Public Member Functions | |
template<class TReader , class TImageSpatialObject > | |
static void | ConnectImage (const TReader *reader, TImageSpatialObject *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.
static void igstk::Friends::ImageReaderToImageSpatialObject::ConnectImage | ( | const TReader * | reader, | |
TImageSpatialObject * | imageSpatialObject | |||
) | [inline, static] |
Definition at line 49 of file igstkImageReader.h.