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

Public Member Functions | |
| VRS_TYPEINFO (STLBReader, ObjectReader) | |
| virtual SO< SharedObj > | read (DataResource *data, const ID &targetType) const |
| See `ObjectReader'. | |
| virtual const char * | objectFormatName () const |
| virtual const char * | objectFileSuffix () const |
| virtual bool | canProduce (const ID &targetType) const |
| VRS::STLBReader::VRS_TYPEINFO | ( | STLBReader | , | |
| ObjectReader | ||||
| ) |
| virtual SO<SharedObj> VRS::STLBReader::read | ( | DataResource * | data, | |
| const ID & | targetType | |||
| ) | const [virtual] |
| virtual const char* VRS::STLBReader::objectFormatName | ( | void | ) | const [inline, virtual] |
Implements VRS::ObjectReader.
| virtual const char* VRS::STLBReader::objectFileSuffix | ( | ) | const [inline, virtual] |
both methods provide meta information which is needed for any user interface programming. Multiple file suffixes are serapated by blanks, e.g. "mpg mpeg".
Implements VRS::ObjectReader.
| virtual bool VRS::STLBReader::canProduce | ( | const ID & | targetType | ) | const [inline, virtual] |
Reimplemented from VRS::ObjectReader.