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

Dynamic templated vector. More...

#include "MLWEMIncludes.h"

Go to the source code of this file.

Classes

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

Namespaces

namespace  ml
 

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



Detailed Description

Dynamic templated vector.

For speed and better memory handling, the vector is an array within an array. The base blocks have a BLOCKSIZE of 8192. This allows for quick expanding.

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

Definition in file WEMObjectVector.h.