MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLCSO/CSOTools/CSOObjectVector.h File Reference

Dynamic vector CSOObjectVector templated over a type T. More...

#include "CSOHeapObject.h"

Go to the source code of this file.

Classes

class  ml::CSOObjectVector< T >
 Dynamic templated vector For speed and better memory handling, the vector is an array within an array The base blocks have a BLOCKSIZE of 65535 This allows for quick expanding. More...

Namespaces

namespace  ml
 

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


Functions

template<class T >
void ml::deleteVector (CSOObjectVector< T > *vector, bool deleteEntries=true)

Detailed Description

Dynamic vector CSOObjectVector templated over a type T.

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

Definition in file CSOObjectVector.h.