AVCommandLineNode()
|
|
Attribute(name, label, description, value, ...)
|
|
BoolParam(name, label, description, value, uid)
|
|
ChoiceParam(name, label, description, value, ...)
|
|
ColorParam(name, label, description, value, uid)
|
|
CommandLineNode()
|
|
DynamicNodeSize(param)
|
DynamicNodeSize expresses a dependency to an input attribute to define the size of a Node in terms of individual tasks for parallelization. |
File(name, label, description, value, uid[, ...])
|
|
FloatParam(name, label, description, value, ...)
|
|
GroupAttribute(groupDesc, name, label, ...)
|
A macro Attribute composed of several Attributes |
InitNode()
|
|
IntParam(name, label, description, value, ...)
|
|
Level(value)
|
An enumeration. |
ListAttribute(elementDesc, name, label, ...)
|
A list of Attributes |
MultiDynamicNodeSize(params)
|
MultiDynamicNodeSize expresses dependencies to multiple input attributes to define the size of a node in terms of individual tasks for parallelization. |
Node()
|
|
Parallelization([staticNbBlocks, blockSize])
|
|
Param(name, label, description, value, uid, ...)
|
|
Range([iteration, blockSize, fullSize])
|
|
StaticNodeSize(size)
|
StaticNodeSize expresses a static Node size in terms of individual tasks for parallelization. |
StringParam(name, label, description, value, uid)
|
|