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

Public Member Functions | |
| virtual SO< Image > | read (DataResource *resource) const |
| Try to interpret resource as TGA data; returns NULL if not successfull. | |
| virtual const char * | objectFormatName () const |
| virtual const char * | objectFileSuffix () const |
| Format name is "TrueVision Graphic", and suffix is "tga". | |
| VRS_TYPEINFO (TGAReader, ImageReader) | |
| virtual SO<Image> VRS::TGAReader::read | ( | DataResource * | resource | ) | const [virtual] |
Try to interpret resource as TGA data; returns NULL if not successfull.
Implements VRS::ImageReader.
| virtual const char* VRS::TGAReader::objectFormatName | ( | void | ) | const [inline, virtual] |
Implements VRS::ImageReader.
| virtual const char* VRS::TGAReader::objectFileSuffix | ( | void | ) | const [inline, virtual] |
| VRS::TGAReader::VRS_TYPEINFO | ( | TGAReader | , | |
| ImageReader | ||||
| ) |