|
ML Reference
|
#include <mlImageVector.h>
Public Types | |
| enum | { NumberOfDimensions = MLMaxImageDimension } |
| Enumerator that defines the dimension of this class. More... | |
| typedef CompIntType | ComponentType |
| Integer type used by this vector. | |
Public Attributes | |
| union { | |
| struct { | |
| ComponentType x | |
| X component of the vector. More... | |
| ComponentType y | |
| Y component of the vector. More... | |
| ComponentType z | |
| Z component of the vector. More... | |
| ComponentType c | |
| Color component of the vector. More... | |
| ComponentType t | |
| Time component of the vector. More... | |
| ComponentType u | |
| Unit/Modality/User component of the vector. More... | |
| } | |
| ComponentType array [NumberOfDimensions] | |
| }; | |
Protected Member Functions | |
| TVector6DBase () | |
TVector6DBase is the data container class for TVector providing specialized 6D container functionality for vectors of dimension MLMaxImageDimension.
| CompIntType | The integer type used as component member type; only signed integer types are tested/recommended. |
Definition at line 39 of file mlImageVector.h.
| typedef CompIntType ml::TVector6DBase< CompIntType >::ComponentType |
Integer type used by this vector.
Definition at line 44 of file mlImageVector.h.
| anonymous enum |
Enumerator that defines the dimension of this class.
| Enumerator | |
|---|---|
| NumberOfDimensions | |
Definition at line 47 of file mlImageVector.h.
|
inlineprotected |
Do not allow a direct creation of this class as object, as this container does not initialize itself; it must be initialized only by derived classes for performance reasons.
Definition at line 83 of file mlImageVector.h.
| union { ... } ml::TVector6DBase< CompIntType > |
| ComponentType ml::TVector6DBase< CompIntType >::array[NumberOfDimensions] |
Provides public access to all members as an array; the caller must guarantee that indexes are within [0,...,MLMaxImageDimension-1].
Definition at line 75 of file mlImageVector.h.
Referenced by ml::TVector< TVector6DBase< CompIntType > >::allBiggerZero(), ml::TVector< TVector6DBase< CompIntType > >::fillEqualComps(), ml::TVector< TVector6DBase< CompIntType > >::fillGreaterComps(), ml::TVector< TVector6DBase< CompIntType > >::fillSmallerComps(), ml::TVector< TVector6DBase< CompIntType > >::getMax(), ml::TVector< TVector6DBase< CompIntType > >::getMaxIdx(), ml::TVector< TVector6DBase< CompIntType > >::getMin(), ml::TVector< TVector6DBase< CompIntType > >::getMinIdx(), ml::TVector< TVector6DBase< CompIntType > >::hasNegativeComp(), ml::TVector< TVector6DBase< CompIntType > >::operator&=(), ml::TVector< TVector6DBase< CompIntType > >::operator&=(), ml::TVector< TVector6DBase< CompIntType > >::operator*=(), ml::TVector< TVector6DBase< CompIntType > >::operator+=(), ml::TVector< TVector6DBase< CompIntType > >::operator-=(), ml::TVector< TVector6DBase< CompIntType > >::operator/=(), ml::TVector< TVector6DBase< CompIntType > >::operator<(), ml::TVector< TVector6DBase< CompIntType > >::operator<<=(), ml::TVector< TVector6DBase< CompIntType > >::operator<=(), ml::TVector< TVector6DBase< CompIntType > >::operator=(), ml::TVector< TVector6DBase< CompIntType > >::operator==(), ml::TVector< TVector6DBase< CompIntType > >::operator>(), ml::TVector< TVector6DBase< CompIntType > >::operator>=(), ml::TVector< TVector6DBase< CompIntType > >::operator[](), ml::TVector< TVector6DBase< CompIntType > >::operator[](), ml::TVector< TVector6DBase< CompIntType > >::operator^=(), ml::TVector< TVector6DBase< CompIntType > >::operator^=(), ml::TVector< TVector6DBase< CompIntType > >::operator|=(), ml::TVector< TVector6DBase< CompIntType > >::operator|=(), ml::TVector< TVector6DBase< CompIntType > >::sanityCheckNumberOfVoxels(), ml::TVector< TVector6DBase< CompIntType > >::set(), ml::TVector< TVector6DBase< CompIntType > >::set(), ml::TVector< TVector6DBase< CompIntType > >::TVector(), ml::TVector< TVector6DBase< CompIntType > >::TVector(), ml::TVector< TVector6DBase< CompIntType > >::TVector(), and ml::TVector< TVector6DBase< CompIntType > >::TVector().
| ComponentType ml::TVector6DBase< CompIntType >::c |
Color component of the vector.
Definition at line 65 of file mlImageVector.h.
Referenced by ml::TSubImage< DATATYPE >::calculateMinMax(), ml::TSubImage< DATATYPE >::copySubImageReorderColorPlanesToInterleaved(), ml::TSubImage< DATATYPE >::copySubImageTyped(), ml::SubImage::isValidImagePosition(), ml::SubImage::isValidSubImagePosition(), and ml::TImageVector< intT >::iterate().
| ComponentType ml::TVector6DBase< CompIntType >::t |
Time component of the vector.
Definition at line 67 of file mlImageVector.h.
Referenced by ml::TSubImage< DATATYPE >::calculateMinMax(), ml::TSubImage< DATATYPE >::copySubImageReorderColorPlanesToInterleaved(), ml::TSubImage< DATATYPE >::copySubImageTyped(), ml::SubImage::isValidImagePosition(), ml::SubImage::isValidSubImagePosition(), and ml::TImageVector< intT >::iterate().
| ComponentType ml::TVector6DBase< CompIntType >::u |
Unit/Modality/User component of the vector.
Definition at line 69 of file mlImageVector.h.
Referenced by ml::TSubImage< DATATYPE >::calculateMinMax(), ml::TSubImage< DATATYPE >::copySubImageReorderColorPlanesToInterleaved(), ml::TSubImage< DATATYPE >::copySubImageTyped(), ml::SubImage::isValidImagePosition(), ml::SubImage::isValidSubImagePosition(), and ml::TImageVector< intT >::iterate().
| ComponentType ml::TVector6DBase< CompIntType >::x |
X component of the vector.
Definition at line 59 of file mlImageVector.h.
Referenced by ml::TSubImage< DATATYPE >::calculateMinMax(), ml::TSubImage< DATATYPE >::convertPointerToSubImagePosition(), ml::TSubImage< DATATYPE >::copySubImageReorderColorPlanesToInterleaved(), ml::TSubImage< DATATYPE >::copySubImageTyped(), ml::SubImage::isValidImagePosition(), ml::SubImage::isValidSubImagePosition(), ml::SubImage::isValidSubImagePosition(), and ml::TImageVector< intT >::iterate().
| ComponentType ml::TVector6DBase< CompIntType >::y |
Y component of the vector.
Definition at line 61 of file mlImageVector.h.
Referenced by ml::TSubImage< DATATYPE >::calculateMinMax(), ml::TSubImage< DATATYPE >::convertPointerToSubImagePosition(), ml::TSubImage< DATATYPE >::copySubImageReorderColorPlanesToInterleaved(), ml::TSubImage< DATATYPE >::copySubImageTyped(), ml::SubImage::isValidImagePosition(), ml::SubImage::isValidSubImagePosition(), ml::SubImage::isValidSubImagePosition(), and ml::TImageVector< intT >::iterate().
| ComponentType ml::TVector6DBase< CompIntType >::z |
Z component of the vector.
Definition at line 63 of file mlImageVector.h.
Referenced by ml::TSubImage< DATATYPE >::calculateMinMax(), ml::TSubImage< DATATYPE >::convertPointerToSubImagePosition(), ml::TSubImage< DATATYPE >::copySubImageReorderColorPlanesToInterleaved(), ml::TSubImage< DATATYPE >::copySubImageTyped(), ml::SubImage::isValidImagePosition(), ml::SubImage::isValidSubImagePosition(), ml::SubImage::isValidSubImagePosition(), and ml::TImageVector< intT >::iterate().