MeVisLab Toolbox Reference
CSOObjectVector.h File Reference
#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

 ml
 Main documentation file for ML users and developers.
 

Functions

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