#include <SMESH_HypoFilter.hxx>

Public Member Functions | |
| NamePredicate (std::string name) | |
| bool | IsOk (const SMESH_Hypothesis *aHyp, const TopoDS_Shape &aShape) const |
Data Fields | |
| std::string | _name |
Definition at line 131 of file SMESH_HypoFilter.hxx.
| SMESH_HypoFilter.NamePredicate.NamePredicate | ( | std::string | name | ) |
Definition at line 133 of file SMESH_HypoFilter.hxx.
| bool SMESH_HypoFilter.NamePredicate::IsOk | ( | const SMESH_Hypothesis * | aHyp, |
| const TopoDS_Shape & | aShape | ||
| ) | const [virtual] |
Implements SMESH_HypoPredicate.
Definition at line 44 of file SMESH_HypoFilter.cxx.
{
return ( _name == aHyp->GetName() );
}
| std::string SMESH_HypoFilter.NamePredicate._name |
Definition at line 132 of file SMESH_HypoFilter.hxx.