Public Member Functions | |
| const float * | operator[] (int n) const |
| void | set (int h, int w, const float *v) |
Public Attributes | |
| int | width |
| int | height |
| float * | array |
A variable-width and height array. You must use this data structure if you want to use Array_knob in Nuke to store values into your Iop.
| void DD::Image::ConvolveArray::set | ( | int | h, |
| int | w, | ||
| const float * | v | ||
| ) | [inline] |
Set the value to a const array by casting-away const: