DFGBindingWrapper.kl

Types

DFGBindingWrapper (object)

Members

String filePath  
String resolvedFilePath  
DFGBinding binding  
UInt32[String] indices  
String[] names  
String[] dataTypes  
DFGPortType[] portTypes  

Methods

  DFGBindingWrapper ( in DFGBindingWrapper other )
  DFGBindingWrapper ( in String filePath )
  DFGBindingWrapper ()
DFGBindingWrapper clone ? ()
Boolean execute ! ( io String errors )
Boolean execute ! ()
Boolean executeWithArgs ! ( in RTVal inputs[String], out RTVal outputs[String], out String errors )
String[] getAllArgDataTypes ? ()
String[] getAllArgNames ? ()
DFGPortType[] getAllArgPortTypes ? ()
UInt32 getArgCount ? ()
String getArgDataType ? ( in String name )
String getArgName ? ( in Index index )
DFGPortType getArgPortType ? ( in String name )
RTVal getArgValue ? ( in String name )
DFGBinding getDFGBinding ? ()
String getFilePath ? ()
Boolean hasArg ? ( in String name )
  init ! ( in String json )
Boolean isValid ? ()
Boolean setArgValue ! ( in String name, in RTVal value )
Boolean setArgValuesFromDict ! ( in RTVal args[String] )