IGSTK
|
A proxy that ensures the encapsulation of the CoordinateSystem. More...
#include <igstkCoordinateSystem.h>
Static Public Member Functions | |
template<class T > | |
static const CoordinateSystem * | GetCoordinateSystem (const T &input) |
Templated method to extract the CoordinateSystem from a holder class. |
A proxy that ensures the encapsulation of the CoordinateSystem.
This class is used to extract the internal CoordinateSystem instance from holder classes such as the SpatialObject, Tracker, TrackerTool, and View.
Definition at line 67 of file igstkCoordinateSystem.h.
|
inlinestatic |
Templated method to extract the CoordinateSystem from a holder class.
This method makes possible to protect the privacy of the Coordinate Reference System in that class.
Definition at line 76 of file igstkCoordinateSystem.h.