15 #ifndef BORNAGAIN_CORE_INPUTOUTPUT_TIFFHANDLER_H
16 #define BORNAGAIN_CORE_INPUTOUTPUT_TIFFHANDLER_H
18 #ifdef BORNAGAIN_TIFF_SUPPORT
33 void read(std::istream& input_stream);
45 void create_output_data();
48 size_t m_width, m_height;
49 uint16 m_bitsPerSample, m_samplesPerPixel, m_sampleFormat;
50 std::unique_ptr<OutputData<double>> m_data;
Defines and implements template class OutputData.