CMS 3D CMS Logo

Public Member Functions | Private Attributes

Geom::Cartesian2Cartesian3D< T > Class Template Reference

#include <CoordinateSets.h>

List of all members.

Public Member Functions

 Cartesian2Cartesian3D (const T &x, const T &y, const T &z)
const Tx () const
const Ty () const
const Tz () const

Private Attributes

T x_
T y_
T z_

Detailed Description

template<typename T>
class Geom::Cartesian2Cartesian3D< T >

Cartesian coordinate set, for uniformity with other coordinate systems

Definition at line 89 of file CoordinateSets.h.


Constructor & Destructor Documentation

template<typename T >
Geom::Cartesian2Cartesian3D< T >::Cartesian2Cartesian3D ( const T x,
const T y,
const T z 
) [inline]

Definition at line 91 of file CoordinateSets.h.

                                                                   :
            x_(x), y_(y), z_(z) {}

Member Function Documentation

template<typename T >
const T& Geom::Cartesian2Cartesian3D< T >::x ( ) const [inline]

Definition at line 94 of file CoordinateSets.h.

References Geom::Cartesian2Cartesian3D< T >::x_.

{return x_;}
template<typename T >
const T& Geom::Cartesian2Cartesian3D< T >::y ( ) const [inline]

Definition at line 95 of file CoordinateSets.h.

References Geom::Cartesian2Cartesian3D< T >::y_.

{return y_;}
template<typename T >
const T& Geom::Cartesian2Cartesian3D< T >::z ( ) const [inline]

Definition at line 96 of file CoordinateSets.h.

References Geom::Cartesian2Cartesian3D< T >::z_.

{return z_;}

Member Data Documentation

template<typename T >
T Geom::Cartesian2Cartesian3D< T >::x_ [private]

Definition at line 98 of file CoordinateSets.h.

Referenced by Geom::Cartesian2Cartesian3D< T >::x().

template<typename T >
T Geom::Cartesian2Cartesian3D< T >::y_ [private]

Definition at line 99 of file CoordinateSets.h.

Referenced by Geom::Cartesian2Cartesian3D< T >::y().

template<typename T >
T Geom::Cartesian2Cartesian3D< T >::z_ [private]

Definition at line 100 of file CoordinateSets.h.

Referenced by Geom::Cartesian2Cartesian3D< T >::z().