brainrat-private  5.1.2
dpyfinderformat.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_FINDERFORMAT_H
12 #define BRAINRAT_PLUGINS_BIODPY_LIB_IO_FINDERFORMAT_H
13 
14 #include <aims/io/finderFormats.h>
15 
16 using namespace std;
17 using namespace aims;
18 
19 namespace bio
20 {
21 
22  class FinderDpyFormat : public FinderFormat
23  {
24  public:
25  virtual bool check( const string & filename, Finder & f ) const;
26  };
27 
28 }
29 
30 
31 
32 #endif
33 
virtual bool check(const string &filename, Finder &f) const
ImageProcessors<AimsRGB, double> p(data, mask, "rgbm", options, ImageProcessorMode::Init); ImageProce...
Definition: classes.h:25