Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
BRepMesh_PairOfIndex Class Reference

#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...
 

Constructor & Destructor Documentation

BRepMesh_PairOfIndex::BRepMesh_PairOfIndex ( )
inline
BRepMesh_PairOfIndex::BRepMesh_PairOfIndex ( const BRepMesh_PairOfIndex theOther)
inline

Member Function Documentation

void BRepMesh_PairOfIndex::Append ( const Standard_Integer  theIndx)
inline

append index (store first of last index of pair)

void BRepMesh_PairOfIndex::Clear ( )
inline

Clear indices.

Standard_Integer BRepMesh_PairOfIndex::Extent ( void  ) const
inline

returns numner of initialized indeces

Standard_Integer BRepMesh_PairOfIndex::FirstIndex ( ) const
inline

returns first index from pair

Standard_Integer BRepMesh_PairOfIndex::Index ( const Standard_Integer  theNum) const
inline
Standard_Boolean BRepMesh_PairOfIndex::IsEmpty ( ) const
inline

returns is pair not initialized by index

Standard_Integer BRepMesh_PairOfIndex::LastIndex ( ) const
inline

returns last index

void BRepMesh_PairOfIndex::Prepend ( const Standard_Integer  theIndx)
inline

prepend index (store first index)

void BRepMesh_PairOfIndex::RemoveIndex ( const Standard_Integer  theNum)
inline

remove indicated

void BRepMesh_PairOfIndex::SetIndex ( const Standard_Integer  theNum,
const Standard_Integer  theIndex 
)
inline

The documentation for this class was generated from the following file: