Glotzilla Datatypes

#include <glotzilla/datatypes.h>


Custom datatypes defined within the Glotzilla framework.

container (deprecated)

A C++ class to organize many primitives or objects, similar to the STL vector class. container

smartArray

A C++ class to organize many primitives or objects, similar to the STL vector class. smartArray

particle

a C++ class used in the montecarloSimulation and dynamicsSimulation modules that contains data for particles. particle?