Cortex
10.0.0-a4
|
This class allows IECore::Op objects to be executed by nodes in Nuke. More...
#include <OpHolder.h>
Inherits IECoreNuke::ParameterisedHolder< BaseType >, and Executable.
Public Member Functions | |
OpHolder (Node *node) | |
virtual IECore::ObjectPtr | engine () |
Executes the held IECore::Op and returns the result. | |
Reimplementation of Nuke methods. | |
virtual const char * | Class () const |
virtual const char * | node_help () const |
virtual DD::Image::Executable * | executable () |
virtual void | execute () |
virtual bool | isExecuteThreadSafe () const |
virtual bool | isWrite () |
Friends | |
void | bindFnOpHolder () |
This class allows IECore::Op objects to be executed by nodes in Nuke.
|
virtual |