#include <mdsTriContainer.h>
Public Types | |
enum | { ITERATOR_DECLARED } |
Iterator is declared! More... | |
typedef CTriContainerIterator | tConstIterator |
Const iterator type. | |
typedef CTriContainerIterator | tIterator |
Iterator type. | |
Public Member Functions | |
CTriContainer (vctl::MCTri *pFirstTriangle) | |
Constructor. | |
tConstIterator | getBegin () const |
tIterator | getBegin () |
Returns iterator that points at the first triangle. | |
tConstIterator | getEnd () const |
tIterator | getEnd () |
Returns iterator that points beyond the last triangle in the list. | |
~CTriContainer () | |
Destructor. | |
Protected Attributes | |
vctl::MCTri * | m_pTriangle |
Pointer to the first triangle. |
|
Const iterator type.
|
|
Iterator type.
|
|
Iterator is declared!
|
|
Constructor.
|
|
Destructor.
|
|
|
|
Returns iterator that points at the first triangle.
|
|
|
|
Returns iterator that points beyond the last triangle in the list.
|
|
Pointer to the first triangle.
|