#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>
Go to the source code of this file.
|
| 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) |
| |