version 3.3

VRS::TIFFWriter Class Reference

Writer for TIFF files. More...

#include <vrs/io/tiffwriter.h>

Inheritance diagram for VRS::TIFFWriter:

VRS::ObjectWriter VRS::SharedObj VRS::Visitable

List of all members.

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.


Detailed Description

Writer for TIFF files.

Member Function Documentation

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]

The tiff writer can handle images with 1 or 3 layers.

Implements VRS::ObjectWriter.

virtual const char* VRS::TIFFWriter::objectFormatName (  )  const [virtual]

Implements VRS::ObjectWriter.

virtual const char* VRS::TIFFWriter::objectFileSuffix (  )  const [virtual]

Format name is "TIFF", and suffix is "tif".

Implements VRS::ObjectWriter.

static void VRS::TIFFWriter::writeFile ( Image image,
const std::string &  filename 
) [static]

Write the image as tif file.

VRS::TIFFWriter::VRS_TYPEINFO ( TIFFWriter  ,
ObjectWriter   
)


The documentation for this class was generated from the following file:

Generated on Mon May 20 06:00:27 2013 by Doxygen 1.5.6
© 2001-2010 Hasso-Plattner-Institut | Impressum | Contact