HDK
|
#include <PRM_BatchList.h>
Public Member Functions | |
PRM_BatchList () | |
~PRM_BatchList () | |
PRM_BatchParm * | addParm (int index, const char *name, PRM_BatchType type, int size, void *data=0) |
PRM_BatchParm * | addParm (PRM_Template *tplate, void *data=0) |
PRM_BatchParm * | addParm (const char *name, PRM_BatchType type, int size, void *data=0) |
bool | validate () const |
int | entries () const |
PRM_BatchParm * | operator() (int i) |
void | setEvaluator (int opid) |
int | getEvaluatingOps (UT_IntArray &list) |
void | setEvaluated (int batch_idx, int parmlist_idx) |
void | clearEvaluated () |
void | clearValueSet () |
void | dump () |
Definition at line 27 of file PRM_BatchList.h.
PRM_BatchList::PRM_BatchList | ( | ) |
PRM_BatchList::~PRM_BatchList | ( | ) |
PRM_BatchParm* PRM_BatchList::addParm | ( | int | index, |
const char * | name, | ||
PRM_BatchType | type, | ||
int | size, | ||
void * | data = 0 |
||
) |
PRM_BatchParm* PRM_BatchList::addParm | ( | PRM_Template * | tplate, |
void * | data = 0 |
||
) |
|
inline |
Definition at line 35 of file PRM_BatchList.h.
|
inline |
Definition at line 63 of file PRM_BatchList.h.
|
inline |
Definition at line 69 of file PRM_BatchList.h.
void PRM_BatchList::dump | ( | ) |
|
inline |
Definition at line 45 of file PRM_BatchList.h.
int PRM_BatchList::getEvaluatingOps | ( | UT_IntArray & | list | ) |
|
inline |
Definition at line 46 of file PRM_BatchList.h.
bool PRM_BatchList::validate | ( | ) | const |