#include <ROP_IPRList.h>
Public Member Functions | |
| ROP_IPRList () | |
| ~ROP_IPRList () | |
| bool | clearCache () |
| void | setRenderer (const char *name, const char *prefix) |
| IFD_IPRTree * | findTree (fpreal now) |
| IFD_IPRTree * | getTree (fpreal now, int maxtrees=1) |
| IFD_IPRTree * | getTree (const char *filename, fpreal now, int maxtrees=1) |
| void | trimEntries (int maxtrees) |
| int | entries () const |
| void | setDestroyCache (bool onoff) |
| void | afterLoad (float now) |
| int | save (ostream &os) |
| bool | load (UT_IStream &is) |
Definition at line 29 of file ROP_IPRList.h.
| ROP_IPRList::ROP_IPRList | ( | ) |
| ROP_IPRList::~ROP_IPRList | ( | ) |
| void ROP_IPRList::afterLoad | ( | float | now | ) |
| bool ROP_IPRList::clearCache | ( | ) |
| int ROP_IPRList::entries | ( | void | ) | const [inline] |
Definition at line 47 of file ROP_IPRList.h.
| IFD_IPRTree* ROP_IPRList::findTree | ( | fpreal | now | ) |
| IFD_IPRTree* ROP_IPRList::getTree | ( | const char * | filename, | |
| fpreal | now, | |||
| int | maxtrees = 1 | |||
| ) |
| IFD_IPRTree* ROP_IPRList::getTree | ( | fpreal | now, | |
| int | maxtrees = 1 | |||
| ) |
| bool ROP_IPRList::load | ( | UT_IStream & | is | ) |
| int ROP_IPRList::save | ( | ostream & | os | ) |
| void ROP_IPRList::setDestroyCache | ( | bool | onoff | ) |
| void ROP_IPRList::setRenderer | ( | const char * | name, | |
| const char * | prefix | |||
| ) | [inline] |
Definition at line 36 of file ROP_IPRList.h.
| void ROP_IPRList::trimEntries | ( | int | maxtrees | ) |
1.5.9