bioprocessing  5.1.2
parameterizeddata.h File Reference
#include <cartobase/object/syntax.h>
#include <soma-io/io/formatdictionary_d.h>
#include <aims/io/fileFormat.h>
#include <cartodata/volume/volume.h>
#include <string>
#include <vector>
Include dependency graph for parameterizeddata.h:

Go to the source code of this file.

Classes

class  ParameterizedHelper< DataType >
 

Namespaces

 carto
 

Functions

template<class DataType >
void carto::toTypedVector (std::vector< carto::Object > src, std::vector< DataType > &dest)
 
template<class DataType >
std::vector< DataType > carto::toTypedVector (std::vector< carto::Object > v)
 
template<class DataType >
void carto::toObjectVector (std::vector< DataType > src, std::vector< carto::Object > &dest)
 
template<class DataType >
std::vector< carto::Object > carto::toObjectVector (std::vector< DataType > v)