Main Page   Groups   Namespaces  

mini3d::opEquality::containerElementCheck< T > Class Template Reference
[Operation]

containerElementCheck - Check if two entities in the stl container are the same More...

List of all members.

Public Member Functions

 containerElementCheck (double epsilon)
 A constructor.
 ~containerElementCheck ()
bool operator() (T lhsT, T rhsT)
 Check if two element are the same.

Protected Attributes

double _epsilon


Detailed Description

template <typename T>
class mini3d::opEquality::containerElementCheck< T >

containerElementCheck - Check if two entities in the stl container are the same


Constructor & Destructor Documentation

template <typename T>
mini3d::opEquality::containerElementCheck<T>::containerElementCheck ( double  epsilon  )  [inline]
 

A constructor.

Parameters:
epsilon the epsilon of checking

template <typename T>
mini3d::opEquality::containerElementCheck<T>::~containerElementCheck (  )  [inline]
 


Member Function Documentation

template <typename T>
bool mini3d::opEquality::containerElementCheck<T>::operator() ( lhsT,
rhsT
[inline]
 

Check if two element are the same.

Returns:
true if they are the same, false otherwise


Member Data Documentation

template <typename T>
double mini3d::opEquality::containerElementCheck<T>::_epsilon [protected]
 


The documentation for this class was generated from the following file:
Generated for libmini3d by Doxygen 1.4.4 © 1997-2001