dune-fem  2.4.1-rc
Public Member Functions | Protected Attributes | List of all members
Dune::Fem::ValidateInterval< T, leftClosed, rightClosed > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/misc/validator.hh>

Inheritance diagram for Dune::Fem::ValidateInterval< T, leftClosed, rightClosed >:
Inheritance graph

Public Member Functions

 ValidateInterval (const T &lThreshold, const T &rThreshold)
 
 ValidateInterval (const ThisType &other)
 
bool operator() (const T &value) const
 
void print (std::ostream &s) const
 

Protected Attributes

const T lThreshold_
 
const T rThreshold_
 

Constructor & Destructor Documentation

template<class T , bool leftClosed, bool rightClosed>
Dune::Fem::ValidateInterval< T, leftClosed, rightClosed >::ValidateInterval ( const T &  lThreshold,
const T &  rThreshold 
)
inline
template<class T , bool leftClosed, bool rightClosed>
Dune::Fem::ValidateInterval< T, leftClosed, rightClosed >::ValidateInterval ( const ThisType other)
inline

Member Function Documentation

template<class T , bool leftClosed, bool rightClosed>
bool Dune::Fem::ValidateInterval< T, leftClosed, rightClosed >::operator() ( const T &  value) const
inline
template<class T , bool leftClosed, bool rightClosed>
void Dune::Fem::ValidateInterval< T, leftClosed, rightClosed >::print ( std::ostream &  s) const
inline

Member Data Documentation

template<class T , bool leftClosed, bool rightClosed>
const T Dune::Fem::ValidateInterval< T, leftClosed, rightClosed >::lThreshold_
protected
template<class T , bool leftClosed, bool rightClosed>
const T Dune::Fem::ValidateInterval< T, leftClosed, rightClosed >::rThreshold_
protected

The documentation for this class was generated from the following file: