![]() |
Murl Engine API
Version 2018.3
|
The IParametersStateCopy graph node interface. More...
#include <murl_graph_i_parameters_state_copy.h>
The IParametersStateCopy graph node interface.
Nodes implementing this interface provide a means to copy the current parameters state assignment (performed via an IParametersState node) at a given source slot to a given destination slot.
See Graph::IParametersState for additional details.
Public Member Functions | |
virtual INode * | GetNodeInterface ()=0 |
Get the mutable Graph::INode interface. More... | |
virtual const INode * | GetNodeInterface () const =0 |
Get the constant Graph::INode interface. More... | |
virtual Bool | SetSourceSlot (SInt32 slot)=0 |
Set the source slot to copy the state assignment from. More... | |
virtual SInt32 | GetSourceSlot () const =0 |
Get the source slot to copy the state assignment from. More... | |
![]() | |
virtual Bool | SetSlot (SInt32 slot)=0 |
Set the slot index to use. More... | |
virtual SInt32 | GetSlot () const =0 |
Get the slot index to use. More... | |
|
pure virtual |
Get the mutable Graph::INode interface.
This method returns a mutable pointer to the node's Graph::INode interface, to be able to query or modify common node properties such as active state, visibility or ID.
|
pure virtual |
Get the constant Graph::INode interface.
This method returns a constant pointer to the node's Graph::INode interface, to be able to query common node properties such as active state, visibility or ID.
Set the source slot to copy the state assignment from.
slot | The source slot, from 0 to IEnums::NUM_PARAMETERS_SLOTS-1. |
|
pure virtual |
Get the source slot to copy the state assignment from.