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

Public Member Functions | |
| virtual SO< SharedObj > | read (DataResource *resource, const ID &targetType) const |
| See `ObjectReader'. | |
| virtual const char * | objectFormatName () const |
| virtual const char * | objectFileSuffix () const |
| File suffix is "obj". | |
| virtual bool | canProduce (const ID &targetType) const |
| VRS_TYPEINFO (WavefrontReader, ObjectReader) | |
| virtual SO<SharedObj> VRS::WavefrontReader::read | ( | DataResource * | resource, | |
| const ID & | targetType | |||
| ) | const [virtual] |
| virtual const char* VRS::WavefrontReader::objectFormatName | ( | void | ) | const [inline, virtual] |
Implements VRS::ObjectReader.
| virtual const char* VRS::WavefrontReader::objectFileSuffix | ( | void | ) | const [inline, virtual] |
| virtual bool VRS::WavefrontReader::canProduce | ( | const ID & | targetType | ) | const [virtual] |
Reimplemented from VRS::ObjectReader.
| VRS::WavefrontReader::VRS_TYPEINFO | ( | WavefrontReader | , | |
| ObjectReader | ||||
| ) |