HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RAY_DemoEdgeDetectFilter.C File Reference
+ Include dependency graph for RAY_DemoEdgeDetectFilter.C:

Go to the source code of this file.

Functions

RAY_PixelFilterallocPixelFilter (const char *name)
 

Function Documentation

RAY_PixelFilter* allocPixelFilter ( const char *  name)

When a pixel filter is defined as a dynamic object, allocPixelFilter() is called to build a new instance of the filter. The name passed in will be the name defined by the table entry. This can be used for:

a) Error checking – you can verify that you're name is what you expect. However, this isn't mandatory. b) To have more than one pixel filter defined per dynamic object. Using the name, you can create pixel filters of different types.

Definition at line 41 of file RAY_DemoEdgeDetectFilter.C.