#include <SOP_NodeVerb.h>
Definition at line 184 of file SOP_NodeVerb.h.
SOP_NodeVerb::NodeInputs::NodeInputs |
( |
| ) |
|
|
inline |
virtual SOP_NodeVerb::NodeInputs::~NodeInputs |
( |
| ) |
|
|
inlinevirtual |
SOP_NodeVerb::NodeInputs::NodeInputs |
( |
const NodeInputs & |
| ) |
|
|
delete |
virtual bool SOP_NodeVerb::NodeInputs::cookInput |
( |
exint |
idx | ) |
|
|
pure virtual |
virtual bool SOP_NodeVerb::NodeInputs::hasInput |
( |
exint |
idx | ) |
const |
|
pure virtual |
virtual void SOP_NodeVerb::NodeInputs::markInputUnused |
( |
exint |
idx | ) |
|
|
pure virtual |
Marks the given input used. Needed if the input isn't cooked, as unload will not mark it unused (as it must be marked such ASAP to free up earlier nodes)
Implemented in SOP_NodeVerb::PreCookedNodeInputs.
virtual exint SOP_NodeVerb::NodeInputs::nInputs |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: