| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/io/tiffwriter.h>

Public Member Functions | |
| virtual bool | canHandle (SharedObj *obj) const |
| virtual void | write (SharedObj *obj, const std::string &filename) const |
| The tiff writer can handle images with 1 or 3 layers. | |
| virtual const char * | objectFormatName () const |
| virtual const char * | objectFileSuffix () const |
| Format name is "TIFF", and suffix is "tif". | |
| VRS_TYPEINFO (TIFFWriter, ObjectWriter) | |
Static Public Member Functions | |
| static void | writeFile (Image *image, const std::string &filename) |
| Write the image as tif file. | |
| virtual bool VRS::TIFFWriter::canHandle | ( | SharedObj * | obj | ) | const [virtual] |
Implements VRS::ObjectWriter.
| virtual void VRS::TIFFWriter::write | ( | SharedObj * | obj, | |
| const std::string & | filename | |||
| ) | const [virtual] |
| virtual const char* VRS::TIFFWriter::objectFormatName | ( | ) | const [virtual] |
Implements VRS::ObjectWriter.
| virtual const char* VRS::TIFFWriter::objectFileSuffix | ( | ) | const [virtual] |
| static void VRS::TIFFWriter::writeFile | ( | Image * | image, | |
| const std::string & | filename | |||
| ) | [static] |
Write the image as tif file.
| VRS::TIFFWriter::VRS_TYPEINFO | ( | TIFFWriter | , | |
| ObjectWriter | ||||
| ) |