[ VIGRA Homepage | Class Index | Function Index | File Index | Main Page ]
![]() |
Import/export of volume data. | ![]() |
---|
Functions | |
template<class T, class Allocator> void | importVolume (MultiArray< 3, T, Allocator > &volume, const std::string &name_base, const std::string &name_ext) |
Function for importing a 3D volume. | |
template<class T, class Tag> void | exportVolume (MultiArrayView< 3, T, Tag > const &volume, const std::string &name_base, const std::string &name_ext) |
Function for exporting a 3D volume. |
|
Function for exporting a 3D volume.
The volume is exported in a by-slice manner, where the number of slices equals the depth of the volume. The file names will be enumerated like #include "vigra/multi_impex.hxx" Namespace: vigra |
|
Function for importing a 3D volume.
The data are expected to be stored in a by-slice manner, where the slices are enumerated from #include "vigra/multi_impex.hxx" Namespace: vigra |
© Ullrich Köthe (koethe@informatik.uni-hamburg.de) |
html generated using doxygen and Python
|