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

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

#include <Geometry.h>

List of all members.


Public Member Functions

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

Public Attributes

_x
_y

Detailed Description

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

Definition at line 33 of file Geometry.h.


Constructor & Destructor Documentation

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

Constructor, does nothing.

Definition at line 38 of file Geometry.h.

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

Definition at line 39 of file Geometry.h.

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

Definition at line 41 of file Geometry.h.


Member Function Documentation

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

Definition at line 43 of file Geometry.h.


Member Data Documentation

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

Definition at line 47 of file Geometry.h.

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

Definition at line 47 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