eLynx SDK v3.0.1
C++ image processing API reference

eLynx::Math::Point3< T > Class Template Reference

#include <Geometry.h>

List of all members.


Public Member Functions

 Point3 ()
 Constructor, does nothing.
 Point3 (T iX, T iY, T iZ)
template<typename U >
 Point3 (U iX, U iY, U iZ)
bool operator== (const Point3 &iPoint) const

Public Attributes

_x
_y
_z

Detailed Description

template<typename T>
class eLynx::Math::Point3< T >

Definition at line 82 of file Geometry.h.


Constructor & Destructor Documentation

template<typename T>
eLynx::Math::Point3< T >::Point3 (  )  [inline]

Constructor, does nothing.

Definition at line 87 of file Geometry.h.

template<typename T>
eLynx::Math::Point3< T >::Point3 ( iX,
iY,
iZ 
) [inline]

Definition at line 88 of file Geometry.h.

template<typename T>
template<typename U >
eLynx::Math::Point3< T >::Point3 ( iX,
iY,
iZ 
) [inline]

Definition at line 90 of file Geometry.h.


Member Function Documentation

template<typename T>
bool eLynx::Math::Point3< T >::operator== ( const Point3< T > &  iPoint  )  const [inline]

Definition at line 91 of file Geometry.h.


Member Data Documentation

template<typename T>
T eLynx::Math::Point3< T >::_x

Definition at line 95 of file Geometry.h.

template<typename T>
T eLynx::Math::Point3< T >::_y

Definition at line 95 of file Geometry.h.

template<typename T>
T eLynx::Math::Point3< T >::_z

Definition at line 95 of file Geometry.h.


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

Generated on 14 Apr 2009 by doxygen 1.5.8