FilterModel


Description:

[ CCode ( has_construct_function = false , type = "DeeModel*" ) ]
public FilterModel (Model orig_model, Filter filter)

Parameters:

orig_model

The back end model. This will be set as the back_end property

filter

Structure containing the logic used to create the filter model. The filter model will create it's own copy of filter so unless filter is allocated statically or on the stack you need to free it after calling this method.

Returns:

A newly allocated FilterModel. Free with unref.