11#ifndef BRAINRAT_PLUGINS_BIODPY_LIB_IO_DPYFORMAT_D_H
12#define BRAINRAT_PLUGINS_BIODPY_LIB_IO_DPYFORMAT_D_H
25 bool DpyFormat<T>::read(
const string & filename, T& thing,
const AllocatorContext&,
29 r.read( thing, options );
34 bool DpyFormat<T>::write(
const string & filename,
35 const T& thing,
bool )
42 catch( exception & e )
54 template<>
void FileFormatDictionary<bio::DpyData >::registerBaseFormats()
57 ext.push_back(
"dpy" );
58 bio::DpyFormat<bio::DpyData> *df =
new bio::DpyFormat<bio::DpyData>;
59 registerFormat(
"DPY", df, ext );
ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProce...