|
Open CASCADE Technology 6.5.2
|
#include <BRepMesh_PairOfIndex.hxx>
Public Member Functions | |
| BRepMesh_PairOfIndex () | |
| BRepMesh_PairOfIndex (const BRepMesh_PairOfIndex &theOther) | |
| void | Clear () |
| Clear indices. | |
| void | Append (const Standard_Integer theIndx) |
| append index (store first of last index of pair) | |
| void | Prepend (const Standard_Integer theIndx) |
| prepend index (store first index) | |
| Standard_Boolean | IsEmpty () const |
| returns is pair not initialized by index | |
| Standard_Integer | Extent () const |
| returns numner of initialized indeces | |
| Standard_Integer | FirstIndex () const |
| returns first index from pair | |
| Standard_Integer | LastIndex () const |
| returns last index | |
| Standard_Integer | Index (const Standard_Integer theNum) const |
| void | SetIndex (const Standard_Integer theNum, const Standard_Integer theIndex) |
| void | RemoveIndex (const Standard_Integer theNum) |
| remove indicated | |
| BRepMesh_PairOfIndex::BRepMesh_PairOfIndex | ( | ) | [inline] |
| BRepMesh_PairOfIndex::BRepMesh_PairOfIndex | ( | const BRepMesh_PairOfIndex & | theOther | ) | [inline] |
| void BRepMesh_PairOfIndex::Append | ( | const Standard_Integer | theIndx | ) | [inline] |
| void BRepMesh_PairOfIndex::Clear | ( | ) | [inline] |
| Standard_Integer BRepMesh_PairOfIndex::Extent | ( | ) | const [inline] |
| Standard_Integer BRepMesh_PairOfIndex::FirstIndex | ( | ) | const [inline] |
| Standard_Integer BRepMesh_PairOfIndex::Index | ( | const Standard_Integer | theNum | ) | const [inline] |
| Standard_Boolean BRepMesh_PairOfIndex::IsEmpty | ( | ) | const [inline] |
| Standard_Integer BRepMesh_PairOfIndex::LastIndex | ( | ) | const [inline] |
| void BRepMesh_PairOfIndex::Prepend | ( | const Standard_Integer | theIndx | ) | [inline] |
| void BRepMesh_PairOfIndex::RemoveIndex | ( | const Standard_Integer | theNum | ) | [inline] |
| void BRepMesh_PairOfIndex::SetIndex | ( | const Standard_Integer | theNum, |
| const Standard_Integer | theIndex | ||
| ) | [inline] |
1.7.4