54 #ifndef VIGRA_SIFIMPORT_HXX
55 #define VIGRA_SIFIMPORT_HXX
61 #include "vigra/multi_array.hxx"
102 VIGRA_EXPORT
const int width()
const;
106 VIGRA_EXPORT
const int height()
const;
111 VIGRA_EXPORT
const int stacksize()
const;
117 VIGRA_EXPORT
const ptrdiff_t
getOffset()
const;
137 VIGRA_EXPORT
friend std::ostream&
operator<<(std::ostream& os,
const SIFImportInfo& info);
140 const char* m_filename;
146 int left, right, bottom, top;
147 int xbin, ybin, xres, yres;
150 double temperature1, temperature2;
152 std::string cycleTime, temperature, exposureTime, EMGain,
153 verticalShiftSpeed, version, model, originalFilename, preAmpGain;
193 VIGRA_EXPORT std::ostream& operator<<(std::ostream& os,
const SIFImportInfo& info);
199 #endif // VIGRA_SIFIMPORT_HXX