38 #ifndef AIMS_IO_FINDERFORMATS_H 
   39 #define AIMS_IO_FINDERFORMATS_H 
   53     virtual bool check( 
const std::string & filename, 
Finder & f ) 
const;
 
   61     virtual bool check( 
const std::string & filename, Finder & f ) 
const;
 
   66   class FinderDicomFormat : 
public FinderFormat
 
   69     virtual ~FinderDicomFormat() {}
 
   70     virtual bool check( 
const std::string & filename, Finder & f ) 
const;
 
   75   class FinderEcatFormat : 
public FinderFormat
 
   78     virtual ~FinderEcatFormat() {}
 
   79     virtual bool check( 
const std::string & filename, Finder & f ) 
const;
 
   84   class FinderJpegFormat : 
public FinderFormat
 
   87     virtual ~FinderJpegFormat() {}
 
   88     virtual bool check( 
const std::string & filename, Finder & f ) 
const;
 
   96     virtual bool check( 
const std::string & filename, 
Finder & f ) 
const;
 
  103     virtual bool check( 
const std::string & filename, 
Finder & f ) 
const;
 
  110     virtual bool check( 
const std::string & filename, 
Finder & f ) 
const;
 
  117     virtual bool check( 
const std::string & filename, 
Finder & f ) 
const;
 
  124     virtual bool check( 
const std::string & filename, 
Finder & f ) 
const;
 
  131     virtual bool check( 
const std::string & filename, 
Finder & f ) 
const;
 
  138     virtual bool check( 
const std::string & filename, 
Finder & f ) 
const;
 
  145     virtual bool check( 
const std::string & filename, 
Finder & f ) 
const;
 
  152     virtual bool check( 
const std::string & filename, 
Finder & f ) 
const;
 
  159       virtual bool check( 
const std::string & filename, 
Finder & f ) 
const;
 
  166       virtual bool check( 
const std::string & filename, 
Finder & f ) 
const;
 
Generic finder / checker for all data objects and file formats This will replace the old AimsFinder.
The class for EcatSino data write operation.