38#ifndef AIMS_IO_MACOSXBUGS_H
39#define AIMS_IO_MACOSXBUGS_H
48#if (__GNUC__-0 == 3) && (__GNUC_MINOR__-0 == 3)
49#define AIMS_APPLE_GCC33BUG
51 fileFormatDictionary_dataint8_registerFormat
52 (
const std::string & name, FileFormat<AimsData<int8_t> >* fmt,
53 const std::vector<std::string> & exts );
55 fileFormatDictionary_dataRGB_registerFormat
56 (
const std::string & name, FileFormat<AimsData<AimsRGB> >* fmt,
57 const std::vector<std::string> & exts );
59 fileFormatDictionary_surfacetriangle_registerFormat
60 (
const std::string & name, FileFormat<AimsSurfaceTriangle>* fmt,
61 const std::vector<std::string> & exts );
The class for EcatSino data write operation.