#include <SMESH_HypoFilter.hxx>

Public Member Functions | |
| DimPredicate (Comparison comp, int dim) | |
| int | Value (const SMESH_Hypothesis *aHyp) const |
| virtual bool | IsOk (const SMESH_Hypothesis *aHyp, const TopoDS_Shape &) const |
Data Fields | |
| Comparison | _comp |
| int | _val |
Private Attributes | |
| int | _logical_op |
| SMESH_HypoFilter::DimPredicate::DimPredicate | ( | Comparison | comp, |
| int | dim | ||
| ) |
|
virtualinherited |
Implements SMESH_HypoPredicate.
|
virtual |
Implements SMESH_HypoFilter::templPredicate< int >.
References SMESH_Hypothesis::GetDim().
|
inherited |
|
privateinherited |
Referenced by SMESH_HypoFilter::add(), and SMESH_HypoFilter::IsOk().
|
inherited |