#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) |
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.
static void igstk::Friends::UltrasoundImageSimulatorToImageSpatialObject::GetVTKImage | ( | const TImageSpatialObject * | imageSpatialObject, | |
TUltrasoundImageSimulator * | ultrasoundImageSimulator | |||
) | [inline, static] |
Definition at line 53 of file igstkUltrasoundImageSimulator.h.
static void igstk::Friends::UltrasoundImageSimulatorToImageSpatialObject::SetITKImage | ( | const TUltrasoundImageSimulator * | simulator, | |
TImageSpatialObject * | imageSpatialObject | |||
) | [inline, static] |
Definition at line 61 of file igstkUltrasoundImageSimulator.h.