HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TIL_Convert.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_Convert.h
7  *
8  * COMMENTS:
9  * Conversion routines for converting a pixel to other pixel types.
10  */
11 
12 #ifndef TIL_CONVERT_H
13 #define TIL_CONVERT_H
14 
15 #include <PXL/PXL_Convert.h>
16 
17 #define TIL_Convert PXL_Convert
18 
19 #endif