#include <mdsTetraContainer.h>
Public Types | |
enum | { ITERATOR_DECLARED } |
Iterator is declared! More... | |
typedef CTetraContainerIterator | tConstIterator |
Const iterator type. | |
typedef CTetraContainerIterator | tIterator |
Iterator type. | |
Public Member Functions | |
CTetraContainer (vctl::MCTetra *pFirstTetrahedron) | |
Constructor. | |
tConstIterator | getBegin () const |
tIterator | getBegin () |
Returns iterator that points at the first tetrahedron. | |
tConstIterator | getEnd () const |
tIterator | getEnd () |
Returns iterator that points beyond the last tetrahedron in the list. | |
~CTetraContainer () | |
Destructor. | |
Protected Attributes | |
vctl::MCTetra * | m_pTetrahedron |
Pointer to the first Tetrahedron. |
|
Const iterator type.
|
|
Iterator type.
|
|
Iterator is declared!
|
|
Constructor.
|
|
Destructor.
|
|
|
|
Returns iterator that points at the first tetrahedron.
|
|
|
|
Returns iterator that points beyond the last tetrahedron in the list.
|
|
Pointer to the first Tetrahedron.
|