brainrat-private 6.0.4
dpyformat.h
Go to the documentation of this file.
1/* Copyright (C) 2000-2013 CEA
2 *
3 * This software and supporting documentation were developed by
4 * bioPICSEL
5 * CEA/DSV/I²BM/MIRCen/LMN, Batiment 61,
6 * 18, route du Panorama
7 * 92265 Fontenay-aux-Roses
8 * France
9 */
10
11#ifndef BRAINRAT_PLUGINS_BIODPY_LIB_IO_FORMAT_H
12#define BRAINRAT_PLUGINS_BIODPY_LIB_IO_FORMAT_H
13
14#include <cartobase/object/object.h>
15#include <aims/io/fileFormat.h>
16
17using namespace std;
18using namespace carto;
19using namespace aims;
20
21namespace bio
22{
23 template<class T>
24 class DpyFormat : public FileFormat<T >
25 {
26 virtual bool read( const string & filename, T & thing,
27 const AllocatorContext&,
28 Object options );
29 virtual bool write( const string & filename, const T & thing,
30 bool ascii = false );
31 };
32
33}
34
35#endif
ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProce...
Definition classes.h:25
STL namespace.