DD::Image::ConvolveArray Struct Reference

List of all members.

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

Detailed Description

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.


Member Function Documentation

void DD::Image::ConvolveArray::set ( int  h,
int  w,
const float *  v 
) [inline]

Set the value to a const array by casting-away const: