Package nuke :: Class IArray_Knob
[hide private]
[frames] | no frames]

Class IArray_Knob

 object --+        
          |        
  nuke.Knob --+    
              |    
nuke.Array_Knob --+
                  |
                 nuke.IArray_Knob

IArray_Knob

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
a new object with type S, a subtype of T
__new__(T, S, ...)
Dimensions in array
dimensions(self)
Return number of dimensions.
Height of array of values
height(self)
Return height of the array.
Floating point or List of floating point values (in case some are different)
value(self, index, view, time)
Return value of the array at position (x, y).
Width of array of values
width(self)
Return width of the array.

Inherited from Array_Knob: animation, animations, array, arraySize, clearAnimated, copyAnimation, copyAnimations, defaultValue, deleteAnimation, frame, fromScript, getDerivative, getIntegral, getKeyIndex, getKeyTime, getNthDerivative, getNumKeys, getValue, getValueAt, hasExpression, isAnimated, isKey, isKeyAt, max, maximum, min, minimum, notDefault, removeKey, removeKeyAt, resize, setAnimated, setDefaultValue, setExpression, setKeyAt, setRange, setSingleValue, setValue, setValueAt, singleValue, splitView, toScript, unsplitView, valueAt, vect

Inherited from Knob: Class, clearFlag, critical, debug, enabled, error, fullyQualifiedName, getFlag, getKeyList, label, name, node, setEnabled, setFlag, setLabel, setName, setTooltip, setVisible, tooltip, visible, warning

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__

dimensions(self)

 

Return number of dimensions.

Returns: Dimensions in array
Dimensions in array.
Overrides: Array_Knob.dimensions

height(self)

 

Return height of the array.

Returns: Height of array of values
Height of array of values.
Overrides: Array_Knob.height

value(self, index, view, time)

 

Return value of the array at position (x, y).

Parameters:
  • index - Optional index. Default is 0.
  • view - Optional view.
  • time - Optional time.
Returns: Floating point or List of floating point values (in case some are different)
Floating point or List of floating point values (in case some are different).
Overrides: Knob.value

width(self)

 

Return width of the array.

Returns: Width of array of values
Width of array of values.
Overrides: Array_Knob.width