#include <SMESH_HypoFilter.hxx>

Public Member Functions | |
| bool | IsOk (const SMESH_Hypothesis *aHyp, const TopoDS_Shape &aShape) const |
Definition at line 178 of file SMESH_HypoFilter.hxx.
| bool SMESH_HypoFilter.IsAuxiliaryPredicate::IsOk | ( | const SMESH_Hypothesis * | aHyp, |
| const TopoDS_Shape & | aShape | ||
| ) | const [virtual] |
Implements SMESH_HypoPredicate.
Definition at line 86 of file SMESH_HypoFilter.cxx.
{
return aHyp->IsAuxiliary();
};