|
| OR_Manager () |
|
| ~OR_Manager () |
|
int | getConflicts (const OP_Node *src, OP_NodeList &list) |
|
const OP_Node * | getFirstConflict (const OP_Node *src) |
|
void | removeDestination (OP_Node *dest) |
|
void | removeDestination (OP_Node *dest, int parm_idx) |
|
bool | findDestination (UT_String &result, const OP_Node *, int idx) const |
|
void | removeSource (OP_Node *src, OP_NodeList &affected, UT_IntArray &indices, int previous) |
|
int | override (OP_Node *src, const CL_Clip *clip, const UT_String &export_path, OP_NodeList &affected, UT_IntArray &indices, orPath &pathparm, OR_Mapping *mapping) |
|
void | override (OP_Node *src, const CL_Clip *clip, const orUnitList &units, OP_NodeList &affected, UT_IntArray &indices, orPath &pathparm, OR_Mapping *mapping) |
|
int | copy (OP_Node *src, const CL_Clip *clip, const CH_Collection *coll, const UT_String &export_path, OP_NodeList &affected, UT_IntArray &indices, orPath &pathparm) |
|
void | getTrackDestinations (const OP_Node *src, UT_IntArray &track_indices, OP_NodeList &nodes, UT_ValArray< PRM_Parm * > &parm_list, UT_IntArray &vec_indices) |
|
void | getDestinations (const OP_Node *src, UT_Array< OP_Node * > &op_list) |
|
void | getSources (const OP_Node *dest, UT_Array< OP_Node * > &op_list, bool append) |
|
void | unexportWithSameParmValues (fpreal t, OP_Node *src) |
|
int | getNumExports () const |
|
const orData * | getData (int idx) const |
|
orData * | getData (int idx) |
|
void | getActiveLayerContribution (CH_ActiveLayerContrib &c, PRM_Parm *p, int i, fpreal t) |
|
bool | getTrackDestination (const OP_Node *src, int track_idx, OP_Node **out_node, PRM_Parm **out_parm, int &vec_idx) |
|
Definition at line 92 of file OR_Manager.h.