WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
"newSWFFilterMatrix" 3 "1 October 2008" "c2man filter.c"
"NAME"
newSWFFilterMatrix - create a new FilterMatrix (constructor)
"SYNOPSIS"
#include <ming.h>

SWFFilterMatrix newSWFFilterMatrix

(

int cols,

int rows,

float *vals

);

"PARAMETERS"

"int cols" Number of cols.

"int rows" Number of rows.

"float *vals" Vals[cols * rows]. Will be copied .

"DESCRIPTION"
This function creates a new SFWFilterMatrix. Only useful for creating SWFFilter objects.