#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 |
Private Attributes | |
| int | _logical_op |
| SMESH_HypoFilter::NamePredicate::NamePredicate | ( | std::string | name | ) |
|
virtual |
Implements SMESH_HypoPredicate.
References _name, and SMESHDS_Hypothesis::GetName().
|
privateinherited |
Referenced by SMESH_HypoFilter::add(), and SMESH_HypoFilter::IsOk().
| std::string SMESH_HypoFilter::NamePredicate::_name |
Referenced by IsOk().