SMESH_Array2< TheItemType >::Iterator Class Reference
#include <SMESH_Array2.hxx>
Public Member Functions | |
| virtual TheItemType & | ChangeValue (void) const |
| Variable value access. More... | |
| void | Init (const SMESH_Array2 &theArray) |
| Initialisation. More... | |
| Iterator (const SMESH_Array2 &theArray) | |
| Constructor with initialisation. More... | |
| Iterator (void) | |
| Empty constructor - for later Init. More... | |
| virtual Standard_Boolean | More (void) const |
| Check end. More... | |
| virtual void | Next (void) |
| Make step. More... | |
| void * | operator new (size_t theSize, const Handle(NCollection_BaseAllocator)&theAllocator) |
| Operator new for allocating iterators. More... | |
| virtual const TheItemType & | Value (void) const |
| Constant value access. More... | |
Constructor & Destructor Documentation
◆ Iterator() [1/2]
template<class TheItemType >
| SMESH_Array2< TheItemType >::Iterator::Iterator | ( | void | ) |
Empty constructor - for later Init.
◆ Iterator() [2/2]
template<class TheItemType >
| SMESH_Array2< TheItemType >::Iterator::Iterator | ( | const SMESH_Array2 & | theArray | ) |
Constructor with initialisation.
Member Function Documentation
◆ ChangeValue()
template<class TheItemType >
|
virtual |
Variable value access.
References SMESH_Array2< TheItemType >::myStart.
◆ Init()
template<class TheItemType >
| void SMESH_Array2< TheItemType >::Iterator::Init | ( | const SMESH_Array2 & | theArray | ) |
Initialisation.
References SMESH_Array2< TheItemType >::Length().
◆ More()
template<class TheItemType >
|
virtual |
Check end.
◆ Next()
template<class TheItemType >
|
virtual |
Make step.
◆ operator new()
template<class TheItemType >
| void* SMESH_Array2< TheItemType >::Iterator::operator new | ( | size_t | theSize, |
| const Handle(NCollection_BaseAllocator)& | theAllocator | ||
| ) |
Operator new for allocating iterators.
◆ Value()
template<class TheItemType >
|
virtual |
Constant value access.
References SMESH_Array2< TheItemType >::myStart.
The documentation for this class was generated from the following file:
- src/3rdParty/salomesmesh/inc/SMESH_Array2.hxx
1.8.17