SALOME - SMESH
|
#include <SMESH_HypoFilter.hxx>
Public Member Functions | |
TypePredicate (Comparison comp, int hypType) | |
int | Value (const SMESH_Hypothesis *aHyp) const |
virtual bool | IsOk (const SMESH_Hypothesis *aHyp, const TopoDS_Shape &) const |
Data Fields | |
Comparison | _comp |
int | _val |
Definition at line 140 of file SMESH_HypoFilter.hxx.
SMESH_HypoFilter::TypePredicate::TypePredicate | ( | Comparison | comp, |
int | hypType | ||
) |
Definition at line 141 of file SMESH_HypoFilter.hxx.
int SMESH_HypoFilter::TypePredicate::Value | ( | const SMESH_Hypothesis * | aHyp | ) | const [virtual] |
Implements SMESH_HypoFilter::templPredicate< int >.
virtual bool SMESH_HypoFilter::templPredicate< int >::IsOk | ( | const SMESH_Hypothesis * | aHyp, |
const TopoDS_Shape & | |||
) | const [virtual, inherited] |
Implements SMESH_HypoPredicate.
Definition at line 124 of file SMESH_HypoFilter.hxx.
Comparison SMESH_HypoFilter::templPredicate< int >::_comp [inherited] |
Definition at line 121 of file SMESH_HypoFilter.hxx.
int SMESH_HypoFilter::templPredicate< int >::_val [inherited] |
Definition at line 122 of file SMESH_HypoFilter.hxx.