SALOME - SMESH
SMESH_HypoFilter::ApplicablePredicate Struct Reference

#include <SMESH_HypoFilter.hxx>

Inheritance diagram for SMESH_HypoFilter::ApplicablePredicate:
Inheritance graph
Collaboration diagram for SMESH_HypoFilter::ApplicablePredicate:
Collaboration graph

Public Member Functions

 ApplicablePredicate (const TopoDS_Shape &theShape)
 
bool IsOk (const SMESH_Hypothesis *aHyp, const TopoDS_Shape &aShape) const
 

Data Fields

int _shapeType
 

Detailed Description

Definition at line 152 of file SMESH_HypoFilter.hxx.

Constructor & Destructor Documentation

◆ ApplicablePredicate()

SMESH_HypoFilter::ApplicablePredicate::ApplicablePredicate ( const TopoDS_Shape &  theShape)

Member Function Documentation

◆ IsOk()

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

Implements SMESH_HypoPredicate.

Field Documentation

◆ _shapeType

int SMESH_HypoFilter::ApplicablePredicate::_shapeType

Definition at line 153 of file SMESH_HypoFilter.hxx.