SALOME documentation central

AdjacentFunctor< T > Struct Template Reference

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

build buildd salome
KERNEL_SRC_5 src DSC DSC_User
Datastream AdjacentFunctor hxx
build buildd salome
KERNEL_SRC_5 src DSC DSC_User
Datastream AdjacentFunctor hxx
typedef ConstTrait< T >
::NonConstType 
TNoConst
const T & _minValue
_maxValue
TNoConst _max
TNoConst _min
bool _minFound
bool _maxFound
bool _equal

template<typename T>
struct AdjacentFunctor< T >