
#include <Raster/RawWriter.H>
Inheritance diagram for RawWriter:


Definition at line 48 of file RawWriter.H.
Public Member Functions | |
| RawWriter () | |
| virtual | ~RawWriter () |
| virtual std::string | writeFrame (const GenericFrame &image, const std::string &fname) |
| Write the frame to disk. | |
Static Public Member Functions | |
| static void | writeRGB (const Image< PixRGB< byte > > &image, const std::string &fname) |
| static void | writeGray (const Image< byte > &image, const std::string &fname) |
| static void | writeFloat (const Image< float > &image, const std::string &fname) |
|
||||||||||||
|
Write the frame to disk.
Implements RasterWriter. Definition at line 53 of file RawWriter.C. References GenericFrame::asGrayF32(), GenericFrame::asGrayU16(), GenericFrame::asGrayU8(), GenericFrame::asRgbU16(), GenericFrame::asRgbU8(), GenericFrame::GRAY_F32, GenericFrame::GRAY_U16, GenericFrame::GRAY_U8, LFATAL, GenericFrame::nativeType(), GenericFrame::NONE, GenericFrame::RGB_F32, GenericFrame::RGB_U16, GenericFrame::RGB_U8, writeFloat(), writeGray(), and writeRGB(). |
1.4.4