|
Open CASCADE Technology
6.7.1
|
#include <BRepMesh_PairOfIndex.hxx>
Public Member Functions | |
| BRepMesh_PairOfIndex () | |
| BRepMesh_PairOfIndex (const BRepMesh_PairOfIndex &theOther) | |
| void | Clear () |
| Clear indices. More... | |
| void | Append (const Standard_Integer theIndx) |
| append index (store first of last index of pair) More... | |
| void | Prepend (const Standard_Integer theIndx) |
| prepend index (store first index) More... | |
| Standard_Boolean | IsEmpty () const |
| returns is pair not initialized by index More... | |
| Standard_Integer | Extent () const |
| returns numner of initialized indeces More... | |
| Standard_Integer | FirstIndex () const |
| returns first index from pair More... | |
| Standard_Integer | LastIndex () const |
| returns last index More... | |
| 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 More... | |
|
inline |
|
inline |
|
inline |
append index (store first of last index of pair)
|
inline |
Clear indices.
|
inline |
returns numner of initialized indeces
|
inline |
returns first index from pair
|
inline |
|
inline |
returns is pair not initialized by index
|
inline |
returns last index
|
inline |
prepend index (store first index)
|
inline |
remove indicated
|
inline |
1.8.5