#include <SMESH_HypoFilter.hxx>

Public Member Functions | |
| InstancePredicate (const SMESH_Hypothesis *hypo) | |
| bool | IsOk (const SMESH_Hypothesis *aHyp, const TopoDS_Shape &aShape) const |
Data Fields | |
| const SMESH_Hypothesis * | _hypo |
Definition at line 157 of file SMESH_HypoFilter.hxx.
| SMESH_HypoFilter.InstancePredicate.InstancePredicate | ( | const SMESH_Hypothesis * | hypo | ) |
Definition at line 159 of file SMESH_HypoFilter.hxx.
:_hypo(hypo){}
| bool SMESH_HypoFilter.InstancePredicate::IsOk | ( | const SMESH_Hypothesis * | aHyp, |
| const TopoDS_Shape & | aShape | ||
| ) | const [virtual] |
Implements SMESH_HypoPredicate.
Definition at line 107 of file SMESH_HypoFilter.cxx.
{
return _hypo == aHyp;
}
Definition at line 158 of file SMESH_HypoFilter.hxx.