#include <SMESH_ControlsDef.hxx>
◆ RangeOfIds()
| RangeOfIds::RangeOfIds |
( |
| ) |
|
◆ AddToRange()
| bool RangeOfIds::AddToRange |
( |
long |
theEntityId | ) |
|
◆ clone()
| virtual Predicate * SMESH::Controls::Predicate::clone |
( |
| ) |
const |
|
virtualinherited |
◆ GetRangeStr()
| void RangeOfIds::GetRangeStr |
( |
TCollection_AsciiString & |
theResStr | ) |
|
◆ GetType()
◆ IsSatisfy()
| bool RangeOfIds::IsSatisfy |
( |
long |
theNodeId | ) |
|
|
virtual |
◆ SetMesh()
| void RangeOfIds::SetMesh |
( |
const SMDS_Mesh * |
theMesh | ) |
|
|
virtual |
◆ SetRangeStr()
| bool RangeOfIds::SetRangeStr |
( |
const TCollection_AsciiString & |
theStr | ) |
|
◆ SetType()
◆ myIds
| TIDsMap SMESH::Controls::RangeOfIds::myIds |
|
protected |
◆ myMax
| std::vector< ::smIdType > SMESH::Controls::RangeOfIds::myMax |
|
protected |
◆ myMesh
| const SMDS_Mesh* SMESH::Controls::RangeOfIds::myMesh |
|
protected |
◆ myMin
| std::vector< ::smIdType > SMESH::Controls::RangeOfIds::myMin |
|
protected |
◆ myType