41 #ifndef BLITZANALYZEFILE_HH 42 #define BLITZANALYZEFILE_HH 50 #include <blitz/array.h> 106 const blitz::Array<T, 3>& inArray,
107 const blitz::TinyVector<float, 3>& element_size_um);
115 const std::string _fName;
116 std::string _datatype;
117 bool _saveArrayWithElemSize_called;
121 #include "BlitzAnalyzeFile.icc" void saveArrayWithElemSize(const blitz::Array< T, 3 > &inArray, const blitz::TinyVector< float, 3 > &element_size_um)
Writes a three dimensional data set.
BlitzAnalyzeFile(const std::string &fName)
Creates an AnalyzeFile, opening the given file.
The BlitzAnalyzeFile class provides a function for saving of voxel blocks to the Analyze file format...