Write 5D vigra::MultiArray into a HDF5 file.
input slots | |
| InputSlot< vigra::MultiArray< 5, T > > | in |
| The vigra::MultiArray object to be written to a hdf5 file. | |
output slots | |
parameters | |
| Parameter< std::string > | comment |
| string that is written into the comment attribute of the dataset to be stored (no comment attribute is set if empty) | |
| Parameter< std::string > | fileDataType |
| Specify data type in file. | |
| Parameter< std::string > | filename |
| filename to write image to | |
| Parameter< bool > | noSingletonDimensions |
| Do not write singleton dimensions. | |
| Parameter< std::string > | pathInFile |
| path to the image data within the hdf5 file | |
This Module subclasses TemplatedParameteredObject< T >.
For documentation of parameters and slots inherited by this base class,
please have a look at the corresponding Module reference.
This module is templated. There are instances with T=int,float,double.
An additional parameter called templatetype
may be used to select which instantiation you want.
The detailed doxygen documentation beyond the parameters/slots may be found here.