HDK
|
#include <OR_Manager.h>
Definition at line 92 of file OR_Manager.h.
OR_Manager::OR_Manager | ( | ) |
OR_Manager::~OR_Manager | ( | ) |
int OR_Manager::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 | ||
) |
Copy the channel collection corresponding to the given clip to the export destination.
void OR_Manager::getActiveLayerContribution | ( | CH_ActiveLayerContrib & | c, |
PRM_Parm * | p, | ||
int | i, | ||
fpreal | t | ||
) |
int OR_Manager::getConflicts | ( | const OP_Node * | src, |
OP_NodeList & | list | ||
) |
Definition at line 160 of file OR_Manager.h.
Definition at line 163 of file OR_Manager.h.
|
inline |
Definition at line 157 of file OR_Manager.h.
bool OR_Manager::getTrackDestination | ( | const OP_Node * | src, |
int | track_idx, | ||
OP_Node ** | out_node, | ||
PRM_Parm ** | out_parm, | ||
int & | vec_idx | ||
) |
void OR_Manager::getTrackDestinations | ( | const OP_Node * | src, |
UT_IntArray & | track_indices, | ||
OP_NodeList & | nodes, | ||
UT_ValArray< PRM_Parm * > & | parm_list, | ||
UT_IntArray & | vec_indices | ||
) |
int OR_Manager::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 OR_Manager::override | ( | OP_Node * | src, |
const CL_Clip * | clip, | ||
const orUnitList & | units, | ||
OP_NodeList & | affected, | ||
UT_IntArray & | indices, | ||
orPath & | pathparm, | ||
OR_Mapping * | mapping | ||
) |
void OR_Manager::removeSource | ( | OP_Node * | src, |
OP_NodeList & | affected, | ||
UT_IntArray & | indices, | ||
int | previous | ||
) |