|
HDK
|
#include <BRAY_PixelFilter.h>
Public Member Functions | |
| virtual | ~Factory () |
| virtual UT_UniquePtr < BRAY_PixelFilter > | instance (const UT_Options *o) const =0 |
| Create an instance of the BRAY_PixelFilter. More... | |
| virtual bool | isDeprecated () const |
| Test if the filter is deprecated. More... | |
Definition at line 37 of file BRAY_PixelFilter.h.
|
virtual |
|
pure virtual |
Create an instance of the BRAY_PixelFilter.
|
inlinevirtual |
Test if the filter is deprecated.
Definition at line 46 of file BRAY_PixelFilter.h.