HDK
|
#include <HUSD_CvexDataCommand.h>
Public Member Functions | |
HUSD_CvexDataCommand () | |
Creates the cvex code object given the string and its meaning. More... | |
virtual | ~HUSD_CvexDataCommand () |
virtual void | apply (HUSD_AutoWriteLock &writelock, const HUSD_TimeCode &time_code)=0 |
Applies the commands from the queue. More... | |
void | setCommandQueueCount (int count) |
Sets the number of command queues, usually one for each thread. More... | |
int | getCommandQueueCount () const |
VEX_GeoCommandQueue < HUSD_VEX_PREC > & | getCommandQueue (int index) |
Returns the vex data command queue (ie, usd data edit requests). More... | |
Abstracts the object that handles USD VEX edit functions that submitted the stage modificaiton requests with it.
Definition at line 39 of file HUSD_CvexDataCommand.h.
HUSD_CvexDataCommand::HUSD_CvexDataCommand | ( | ) |
Creates the cvex code object given the string and its meaning.
|
virtual |
|
pure virtual |
Applies the commands from the queue.
VEX_GeoCommandQueue<HUSD_VEX_PREC>& HUSD_CvexDataCommand::getCommandQueue | ( | int | index | ) |
Returns the vex data command queue (ie, usd data edit requests).
int HUSD_CvexDataCommand::getCommandQueueCount | ( | ) | const |
Sets the number of command queues, usually one for each thread.