#include <GEO_IORib.h>
Definition at line 39 of file GEO_IORib.h.
virtual GEO_IORib::~GEO_IORib |
( |
| ) |
|
|
virtual |
virtual int GEO_IORib::checkExtension |
( |
const char * |
name | ) |
|
|
virtual |
Method to check the extension of the name to see if it matches one that we can handle. Returns true if there's a match
Implements GEO_IOTranslator.
virtual int GEO_IORib::checkMagicNumber |
( |
unsigned |
magic | ) |
|
|
virtual |
Method to check if the given magic number matches the magic number. Return true on a match.
Implements GEO_IOTranslator.
This method is used to create a copy of the sub-class.
Implements GEO_IOTranslator.
Method to load from a stream. If the ate_magic flag is on, then the library has already read the magic number and the loader should not expect it. If the file format doesn't support reading from streams, it can use UT_IStream::isRandomAccessFile to get the raw name to read from. Return false if this translator doesn't support loading.
Implements GEO_IOTranslator.
Method to save a gdp to another format. Return false if this translator does not support saving.
Implements GEO_IOTranslator.
virtual const char* GEO_IORib::formatName |
( |
| ) |
const |
|
virtual |
Returns the label for the geometry format that this translator supports.
Implements GEO_IOTranslator.
void GEO_IORib::setCurveBasis |
( |
const char * |
basis | ) |
|
void GEO_IORib::setForIFD |
( |
int |
onoff = 1 | ) |
|
|
inline |
void GEO_IORib::setMBParticle |
( |
int |
onoff | ) |
|
|
inline |
void GEO_IORib::setPoints |
( |
int |
on, |
|
|
float |
size = 1 |
|
) |
| |
void GEO_IORib::setPolySubdivide |
( |
int |
on | ) |
|
void GEO_IORib::setShutterSpeed |
( |
float |
shutter = 1 | ) |
|
|
inline |
void GEO_IORib::setVersion |
( |
const char * |
renderer, |
|
|
int |
major = 3 , |
|
|
int |
minor = 6 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: