IGSTK
Static Public Member Functions
igstk::Friends::CoordinateSystemHelper Class Reference

A proxy that ensures the encapsulation of the CoordinateSystem. More...

#include <igstkCoordinateSystem.h>

List of all members.

Static Public Member Functions

template<class T >
static const CoordinateSystemGetCoordinateSystem (const T &input)
 Templated method to extract the CoordinateSystem from a holder class.

Detailed Description

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.


Member Function Documentation

template<class T >
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 76 of file igstkCoordinateSystem.h.


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