#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. |
This class is used to extract the internal CoordinateSystem instance from holder classes such as the SpatialObject, Tracker, TrackerTool, and View.
Definition at line 68 of file igstkCoordinateSystem.h.
static const CoordinateSystem* igstk::Friends::CoordinateSystemHelper::GetCoordinateSystem | ( | const T & | input | ) | [inline, static] |
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 77 of file igstkCoordinateSystem.h.