SALOME - SMESH
SMESH_HypoFilter::IsAssignedToPredicate Struct Reference

#include <SMESH_HypoFilter.hxx>

Inheritance diagram for SMESH_HypoFilter::IsAssignedToPredicate:
Inheritance graph
Collaboration diagram for SMESH_HypoFilter::IsAssignedToPredicate:
Collaboration graph

Public Member Functions

 IsAssignedToPredicate (const TopoDS_Shape &mainShape)
 
bool IsOk (const SMESH_Hypothesis *aHyp, const TopoDS_Shape &aShape) const
 

Data Fields

TopoDS_Shape _mainShape
 

Detailed Description

Definition at line 166 of file SMESH_HypoFilter.hxx.

Constructor & Destructor Documentation

◆ IsAssignedToPredicate()

SMESH_HypoFilter::IsAssignedToPredicate::IsAssignedToPredicate ( const TopoDS_Shape &  mainShape)

Definition at line 168 of file SMESH_HypoFilter.hxx.

Member Function Documentation

◆ IsOk()

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

Implements SMESH_HypoPredicate.

Field Documentation

◆ _mainShape

TopoDS_Shape SMESH_HypoFilter::IsAssignedToPredicate::_mainShape

Definition at line 167 of file SMESH_HypoFilter.hxx.