IGSTK
|
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) |
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.
|
inlinestatic |
Definition at line 53 of file igstkUltrasoundImageSimulator.h.
|
inlinestatic |
Definition at line 61 of file igstkUltrasoundImageSimulator.h.