Version: 8.3.0
AdjacentFunctor< T > Struct Template Reference

#include <AdjacentFunctor.hxx>

Public Types

typedef ConstTrait< T >
::NonConstType 
TNoConst
 

Public Member Functions

 AdjacentFunctor (const T &value)
 
bool operator() (const T &v1)
 
void setMaxValue (const T &value)
 
bool isEqual () const
 
bool isBounded () const
 
bool getBounds (TNoConst &min, TNoConst &max) const
 
void reset ()
 

Data Fields

const T & _minValue
 
_maxValue
 
TNoConst _max
 
TNoConst _min
 
bool _minFound
 
bool _maxFound
 
bool _equal
 

Member Typedef Documentation

template<typename T>
typedef ConstTrait<T>::NonConstType AdjacentFunctor< T >::TNoConst

Constructor & Destructor Documentation

template<typename T>
AdjacentFunctor< T >::AdjacentFunctor ( const T &  value)

Member Function Documentation

template<typename T>
bool AdjacentFunctor< T >::isBounded ( ) const
template<typename T>
bool AdjacentFunctor< T >::isEqual ( ) const
template<typename T>
void AdjacentFunctor< T >::setMaxValue ( const T &  value)

Field Documentation

template<typename T>
T AdjacentFunctor< T >::_maxValue
template<typename T>
const T& AdjacentFunctor< T >::_minValue