54 #ifndef VIGRA_SIFIMPORT_HXX
55 #define VIGRA_SIFIMPORT_HXX
61 #include "vigra/multi_array.hxx"
62 #include "vigra/array_vector.hxx"
103 VIGRA_EXPORT
int width()
const;
107 VIGRA_EXPORT
int height()
const;
130 VIGRA_EXPORT std::ptrdiff_t
getOffset()
const;
150 VIGRA_EXPORT
friend std::ostream&
operator<<(std::ostream& os,
const SIFImportInfo& info);
153 const char* m_filename;
155 std::ptrdiff_t m_offset;
157 int left, right, bottom, top;
158 int xbin, ybin, xres, yres;
161 double temperature1, temperature2;
163 std::string cycleTime, temperature, exposureTime, EMGain,
164 verticalShiftSpeed, version, model, originalFilename, preAmpGain;
220 VIGRA_EXPORT std::ostream& operator<<(std::ostream& os,
const SIFImportInfo& info);
226 #endif // VIGRA_SIFIMPORT_HXX