#include <SMESH_Hypothesis_i.hxx>
|
| static bool | IsShapeOfDim (const TopoDS_Shape &S, int dim) |
| | Check if a shape includes sub-shapes of a given dimension. More...
|
| |
◆ ~GenericHypothesisCreator_i()
| virtual GenericHypothesisCreator_i::~GenericHypothesisCreator_i |
( |
| ) |
|
|
virtual |
◆ Create()
◆ GetModuleName()
| virtual std::string GenericHypothesisCreator_i::GetModuleName |
( |
| ) |
|
|
pure virtual |
◆ IsApplicable()
| virtual bool GenericHypothesisCreator_i::IsApplicable |
( |
const TopoDS_Shape & |
S, |
|
|
bool |
, |
|
|
int |
algoDim |
|
) |
| |
|
virtual |
◆ IsShapeOfDim()
| bool GenericHypothesisCreator_i::IsShapeOfDim |
( |
const TopoDS_Shape & |
S, |
|
|
int |
dim |
|
) |
| |
|
static |