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

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)
 

Detailed Description

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.

Member Function Documentation

template<class TReader , class TImageSpatialObject >
static void igstk::Friends::ImageReaderToImageSpatialObject::ConnectImage ( const TReader *  reader,
TImageSpatialObject *  imageSpatialObject 
)
inlinestatic

Definition at line 49 of file igstkImageReader.h.


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