ML Reference
MeVis/Foundation/Sources/MLLinearAlgebra/mlImageVector.h File Reference

Template class TImageVector for 6D integer types and the specialization ImageVector which is typically used in ML as indexing and coordinate type. More...

#include "mlIntegerVector.h"

Go to the source code of this file.

Classes

class  ml::TVector6DBase< CompIntType >
 TVector6DBase is the data container class for TVector providing specialized 6D container functionality for vectors of dimension MLMaxImageDimension. More...
class  ml::TImageVector< CompIntType >
 ImageVector is the 6D TVector specialization used by the ML for all image indexing. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Enumerations

enum  { ml::MLMaxImageDimension = 6 }
 The default dimension of images in the ML. More...

Variables

ML_LINEAR_ALGEBRA_EXPORT
typedef TImageVector< MLint
ml::ImageVector
 Defines the standard ImageVector type which is used by the ML for indexing and coordinates.
Deprecated
ML_LINEAR_ALGEBRA_EXPORT
typedef ImageVector 
ml::Vector

Detailed Description

Template class TImageVector for 6D integer types and the specialization ImageVector which is typically used in ML as indexing and coordinate type.

Author:
Wolf Spindler
Date:
04/2010

Definition in file mlImageVector.h.