This class represents a pair of integer indices to store element indices connected to link. It is restricted to store more than two indices in it.
More...
#include <BRepMesh_PairOfIndex.hxx>
This class represents a pair of integer indices to store element indices connected to link. It is restricted to store more than two indices in it.
◆ BRepMesh_PairOfIndex()
| BRepMesh_PairOfIndex::BRepMesh_PairOfIndex |
( |
| ) |
|
|
inline |
◆ Append()
| void BRepMesh_PairOfIndex::Append |
( |
const int | theIndex | ) |
|
|
inline |
Appends index to the pair.
◆ Clear()
| void BRepMesh_PairOfIndex::Clear |
( |
| ) |
|
|
inline |
◆ Extent()
| int BRepMesh_PairOfIndex::Extent |
( |
| ) |
const |
|
inline |
Returns number of initialized indices.
◆ FirstIndex()
| int BRepMesh_PairOfIndex::FirstIndex |
( |
| ) |
const |
|
inline |
Returns first index of pair.
◆ Index()
| int BRepMesh_PairOfIndex::Index |
( |
const int | thePairPos | ) |
const |
|
inline |
Returns index corresponding to the given position in the pair.
- Parameters
-
| thePairPos | position of index in the pair (1 or 2). |
◆ IsEmpty()
| bool BRepMesh_PairOfIndex::IsEmpty |
( |
| ) |
const |
|
inline |
Returns is pair is empty.
◆ LastIndex()
| int BRepMesh_PairOfIndex::LastIndex |
( |
| ) |
const |
|
inline |
Returns last index of pair.
◆ Prepend()
| void BRepMesh_PairOfIndex::Prepend |
( |
const int | theIndex | ) |
|
|
inline |
Prepends index to the pair.
◆ RemoveIndex()
| void BRepMesh_PairOfIndex::RemoveIndex |
( |
const int | thePairPos | ) |
|
|
inline |
Remove index from the given position.
- Parameters
-
| thePairPos | position of index in the pair (1 or 2). |
◆ SetIndex()
| void BRepMesh_PairOfIndex::SetIndex |
( |
const int | thePairPos, |
|
|
const int | theIndex ) |
|
inline |
Sets index corresponding to the given position in the pair.
- Parameters
-
| thePairPos | position of index in the pair (1 or 2). |
| theIndex | index to be stored. |
The documentation for this class was generated from the following file: