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

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

#include <Geometry.h>

List of all members.


Public Member Functions

 Segment3 ()
 Constructor, does nothing.
 Segment3 (const Point3< T > &iP0, const Point3< T > &iP1)
template<typename U >
 Segment3 (const Point3< U > &iP0, const Point3< U > &iP1)
bool operator== (const Segment3 &iSegment) const

Public Attributes

Point3< T > _P0
Point3< T > _P1

Detailed Description

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

Definition at line 172 of file Geometry.h.


Constructor & Destructor Documentation

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

Constructor, does nothing.

Definition at line 176 of file Geometry.h.

template<typename T >
eLynx::Math::Segment3< T >::Segment3 ( const Point3< T > &  iP0,
const Point3< T > &  iP1 
) [inline]

Definition at line 177 of file Geometry.h.

template<typename T >
template<typename U >
eLynx::Math::Segment3< T >::Segment3 ( const Point3< U > &  iP0,
const Point3< U > &  iP1 
) [inline]

Definition at line 179 of file Geometry.h.


Member Function Documentation

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

Definition at line 180 of file Geometry.h.


Member Data Documentation

template<typename T >
Point3<T> eLynx::Math::Segment3< T >::_P0

Definition at line 184 of file Geometry.h.

template<typename T >
Point3<T> eLynx::Math::Segment3< T >::_P1

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