Version: 9.12.0
SMESH_HypoFilter::templPredicate< TValue > Struct Template Referenceabstract

#include <SMESH_HypoFilter.hxx>

Inheritance diagram for SMESH_HypoFilter::templPredicate< TValue >:

Public Member Functions

virtual TValue Value (const SMESH_Hypothesis *aHyp) const =0
 
virtual bool IsOk (const SMESH_Hypothesis *aHyp, const TopoDS_Shape &) const
 

Data Fields

Comparison _comp
 
TValue _val
 

Private Attributes

int _logical_op
 

Member Function Documentation

◆ IsOk()

template<typename TValue >
virtual bool SMESH_HypoFilter::templPredicate< TValue >::IsOk ( const SMESH_Hypothesis aHyp,
const TopoDS_Shape &   
) const
virtual

Implements SMESH_HypoPredicate.

◆ Value()

template<typename TValue >
virtual TValue SMESH_HypoFilter::templPredicate< TValue >::Value ( const SMESH_Hypothesis aHyp) const
pure virtual

Field Documentation

◆ _comp

template<typename TValue >
Comparison SMESH_HypoFilter::templPredicate< TValue >::_comp

◆ _logical_op

int SMESH_HypoPredicate::_logical_op
privateinherited

◆ _val

template<typename TValue >
TValue SMESH_HypoFilter::templPredicate< TValue >::_val