#include <mlIntegerVector.h>
Public Types | |
| enum | { NumberOfDimensions = NumDim } |
| Enumerator defining the dimension of this class. More... | |
| typedef CompIntType | ComponentType |
| Integer type used by this vector. | |
Public Attributes | |
| ComponentType | array [NumberOfDimensions] |
| Provides access to all members as an array; the caller must guarantee that indexes are within [0,. | |
Protected Member Functions | |
| TVectorNDBase () | |
| Do not allow a direct creation of this class as object, because this container does not initialize itself, it must be done only by derived classes for performance reasons. | |
| CompIntType | is the integer type used as component member type; only signed integer types are tested/recommended. | |
| NumDim | is the Dimension of the vector, must be > 0. |
Definition at line 34 of file mlIntegerVector.h.
| typedef CompIntType ml::TVectorNDBase< CompIntType, NumDim >::ComponentType |
| anonymous enum |
| ml::TVectorNDBase< CompIntType, NumDim >::TVectorNDBase | ( | ) | [inline, protected] |
Do not allow a direct creation of this class as object, because this container does not initialize itself, it must be done only by derived classes for performance reasons.
Definition at line 53 of file mlIntegerVector.h.
| ComponentType ml::TVectorNDBase< CompIntType, NumDim >::array[NumberOfDimensions] |
Provides access to all members as an array; the caller must guarantee that indexes are within [0,.
..,NumDim-1].
Definition at line 46 of file mlIntegerVector.h.
1.5.8