MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLWEM/WEMDataStructure/WEMFastVector.h File Reference

Dynamic templated vector. More...

#include "MLWEMIncludes.h"

Go to the source code of this file.

Classes

class  ml::WEMFastVector< T >
 Dynamic templated vector. More...

Namespaces

namespace  ml
 

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



Detailed Description

Dynamic templated vector.

Fast vector as a simple wrapper around a fixed size array of <T>. All elements are deleted on destruction of the vector, no need to delete elements in between!

Author:
Olaf Konrad, Bart De Dobbelaer
Date:
8/2007

Definition in file WEMFastVector.h.