#include <OP_ParmCache.h>
Public Member Functions | |
| OP_ParmCache (OP_Parameters *node) | |
| virtual | ~OP_ParmCache () |
| bool | isDirty (int idx, float t) |
| void | updateValues (const OP_Context &context) |
| int64 | getMemUsage (UT_Bool onlythis) const |
Protected Attributes | |
| OP_Parameters * | myNode |
| UT_PtrArray< op_ParmCacheEntry * > | myCachedValues |
Definition at line 32 of file OP_ParmCache.h.
| OP_ParmCache::OP_ParmCache | ( | OP_Parameters * | node | ) | [explicit] |
| virtual OP_ParmCache::~OP_ParmCache | ( | ) | [virtual] |
| bool OP_ParmCache::isDirty | ( | int | idx, | |
| float | t | |||
| ) |
| void OP_ParmCache::updateValues | ( | const OP_Context & | context | ) |
UT_PtrArray<op_ParmCacheEntry *> OP_ParmCache::myCachedValues [protected] |
Definition at line 49 of file OP_ParmCache.h.
OP_Parameters* OP_ParmCache::myNode [protected] |
Definition at line 48 of file OP_ParmCache.h.
1.5.9