HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TIL_Fill.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: TIL_Fill.h
7  *
8  * COMMENTS:
9  * Class for filling regions with image data, possibly with
10  * type conversion.
11  */
12 #ifndef TIL_FILL_H
13 #define TIL_FILL_H
14 
15 #include <PXL/PXL_Fill.h>
16 #include <SYS/SYS_Deprecated.h>
17 
18 typedef SYS_DEPRECATED_REPLACE(21, "PXL_FillParms") PXL_FillParms TIL_FillParms;
20 
21 #endif
#define SYS_DEPRECATED_REPLACE(__V__, __R__)