Version: 9.12.0
SMESH_HypoFilter::NamePredicate Struct Reference

#include <SMESH_HypoFilter.hxx>

Inheritance diagram for SMESH_HypoFilter::NamePredicate:

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
 

Constructor & Destructor Documentation

◆ NamePredicate()

SMESH_HypoFilter::NamePredicate::NamePredicate ( std::string  name)

Member Function Documentation

◆ IsOk()

bool SMESH_HypoFilter::NamePredicate::IsOk ( const SMESH_Hypothesis aHyp,
const TopoDS_Shape &  aShape 
) const
virtual

Field Documentation

◆ _logical_op

int SMESH_HypoPredicate::_logical_op
privateinherited

◆ _name

std::string SMESH_HypoFilter::NamePredicate::_name