#include "stdafx.h"#include "filters/mitchell.h"#include "paramset.h"Go to the source code of this file.
Functions | |
| MitchellFilter * | CreateMitchellFilter (const ParamSet &ps) |
| MitchellFilter* CreateMitchellFilter | ( | const ParamSet & | ps | ) |
Definition at line 36 of file mitchell.cpp.
References ParamSet::FindOneFloat().
Referenced by MakeFilter().
1.6.3