00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * 00008 * Mark Alexander 00009 * Side Effects 00010 * 477 Richmond Street West 00011 * Toronto, Ontario 00012 * Canada M5V 3E7 00013 * 416-504-9876 00014 * 00015 * NAME: TIL_Fill.h 00016 * 00017 * COMMENTS: 00018 * Class for filling regions with image data, possibly with 00019 * type conversion. 00020 */ 00021 #ifndef TIL_FILL_H 00022 #define TIL_FILL_H 00023 00024 #include <PXL/PXL_Fill.h> 00025 00026 typedef PXL_FillParms TIL_FillParms; 00027 typedef PXL_Fill TIL_Fill; 00028 00029 #endif
1.5.9