HDK
|
#include <SOP_NodeVerb.h>
Public Member Functions | |
PreCookedNodeInputs (const UT_Array< GU_ConstDetailHandle > &gdps) | |
~PreCookedNodeInputs () override | |
exint | nInputs () const override |
bool | hasInput (exint idx) const override |
Returns if the input is wired. More... | |
bool | cookInput (exint idx) override |
GU_DetailHandle | inputGeo (exint idx) override |
Returns an invalid handle if the input isn't wired or not yet cooked. More... | |
GU_DetailHandle | unloadInput (exint idx, bool flushce) override |
void | markInputUnused (exint idx) override |
![]() | |
NodeInputs () | |
virtual | ~NodeInputs () |
Protected Attributes | |
const UT_Array < GU_ConstDetailHandle > & | myGdps |
Definition at line 611 of file SOP_NodeVerb.h.
|
inline |
Definition at line 614 of file SOP_NodeVerb.h.
|
inlineoverride |
Definition at line 617 of file SOP_NodeVerb.h.
|
inlineoverridevirtual |
Demands the input be cooked. After this, the inputGeo() will return the contents. Returns false if the cook failed for some reason.
Implements SOP_NodeVerb::NodeInputs.
Definition at line 627 of file SOP_NodeVerb.h.
|
inlineoverridevirtual |
Returns if the input is wired.
Implements SOP_NodeVerb::NodeInputs.
Definition at line 620 of file SOP_NodeVerb.h.
|
inlineoverridevirtual |
Returns an invalid handle if the input isn't wired or not yet cooked.
Implements SOP_NodeVerb::NodeInputs.
Definition at line 633 of file SOP_NodeVerb.h.
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)
Implements SOP_NodeVerb::NodeInputs.
Definition at line 647 of file SOP_NodeVerb.h.
|
inlineoverridevirtual |
Implements SOP_NodeVerb::NodeInputs.
Definition at line 619 of file SOP_NodeVerb.h.
|
inlineoverridevirtual |
Unlocks/forgets the given input. Returns an invalid handle if not wired or not cooked.
Implements SOP_NodeVerb::NodeInputs.
Definition at line 640 of file SOP_NodeVerb.h.
|
protected |
Definition at line 649 of file SOP_NodeVerb.h.