cgma
ExternalCoordinateSystem Class Reference

#include <ExternalCoordinateSystem.hpp>

List of all members.

Public Member Functions

virtual ~ExternalCoordinateSystem ()
virtual bool GetXYZ (double i, double j, double k, double &x, double &y, double &z)=0
virtual bool GetIJK (double x, double y, double z, double &i, double &j, double &k)=0

Detailed Description

Definition at line 5 of file ExternalCoordinateSystem.hpp.


Constructor & Destructor Documentation

Definition at line 9 of file ExternalCoordinateSystem.hpp.

{}

Member Function Documentation

virtual bool ExternalCoordinateSystem::GetIJK ( double  x,
double  y,
double  z,
double &  i,
double &  j,
double &  k 
) [pure virtual]
virtual bool ExternalCoordinateSystem::GetXYZ ( double  i,
double  j,
double  k,
double &  x,
double &  y,
double &  z 
) [pure virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines