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

This class is intended to make the connection between the UltrasoundImageSimulator and its output the ImageSpatialObject. More...

#include <igstkUltrasoundImageSimulator.h>

Static Public Member Functions

template<class TUltrasoundImageSimulator , class TImageSpatialObject >
static void GetVTKImage (const TImageSpatialObject *imageSpatialObject, TUltrasoundImageSimulator *ultrasoundImageSimulator)
 
template<class TUltrasoundImageSimulator , class TImageSpatialObject >
static void SetITKImage (const TUltrasoundImageSimulator *simulator, TImageSpatialObject *imageSpatialObject)
 

Detailed Description

This class is intended to make the connection between the UltrasoundImageSimulator and its output the ImageSpatialObject.

With this class it is possible to enforce encapsulation of the SpatialObjectRepresentation 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 47 of file igstkUltrasoundImageSimulator.h.

Member Function Documentation

template<class TUltrasoundImageSimulator , class TImageSpatialObject >
static void igstk::Friends::UltrasoundImageSimulatorToImageSpatialObject::GetVTKImage ( const TImageSpatialObject *  imageSpatialObject,
TUltrasoundImageSimulator *  ultrasoundImageSimulator 
)
inlinestatic

Definition at line 53 of file igstkUltrasoundImageSimulator.h.

template<class TUltrasoundImageSimulator , class TImageSpatialObject >
static void igstk::Friends::UltrasoundImageSimulatorToImageSpatialObject::SetITKImage ( const TUltrasoundImageSimulator *  simulator,
TImageSpatialObject *  imageSpatialObject 
)
inlinestatic

Definition at line 61 of file igstkUltrasoundImageSimulator.h.


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