•All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
#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... | |
SMESH_Array2< TheItemType >::Iterator::Iterator | ( | void | ) |
Empty constructor - for later Init.
SMESH_Array2< TheItemType >::Iterator::Iterator | ( | const SMESH_Array2 & | theArray | ) |
Constructor with initialisation.
|
virtual |
Variable value access.
References SMESH_Array2< TheItemType >::myStart.
void SMESH_Array2< TheItemType >::Iterator::Init | ( | const SMESH_Array2 & | theArray | ) |
Initialisation.
References SMESH_Array2< TheItemType >::Length().
|
virtual |
Check end.
|
virtual |
Make step.
void * SMESH_Array2< TheItemType >::Iterator::operator new | ( | size_t | theSize, |
const Handle(NCollection_BaseAllocator)& | theAllocator | ||
) |
Operator new for allocating iterators.
|
virtual |
Constant value access.
References SMESH_Array2< TheItemType >::myStart.