1 #ifndef __stir_CartesianCoordinate2D_H__ 2 #define __stir_CartesianCoordinate2D_H__ 43 template <
typename coordT>
57 inline coordT y()
const;
59 inline coordT x()
const;
inline implementations for the stir::CartesianCoordinate2D<coordT> class
a templated class for 2-dimensional coordinates.
Definition: Coordinate2D.h:41
a templated class for 2-dimensional coordinates.
Definition: CartesianCoordinate2D.h:44
defines the stir::Coordinate2D<coordT> class