The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

iMPColorTrackerFilter.h

Go to the documentation of this file.
00001 //==========================================================================;
00002 //
00003 //  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
00004 //  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
00005 //  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
00006 //  PURPOSE.
00007 //
00008 //  Copyright (c) 1992 - 1998  Microsoft Corporation.  All Rights Reserved.
00009 //
00010 //--------------------------------------------------------------------------;
00011 
00012 // A custom interface to allow the user to perform image special effects
00013 
00014 #ifndef __IEZ__
00015 #define __IEZ__
00016 
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00021     // { fd5010a3-8ebe-11ce-8183-00aa00577da1 }
00022     DEFINE_GUID(IID_IIPEffect,
00023     0xfd5010a3, 0x8ebe, 0x11ce, 0x81, 0x83, 0x00, 0xaa, 0x00, 0x57, 0x7d, 0xa1);
00024 
00025     DECLARE_INTERFACE_(IIPEffect, IUnknown)
00026     {
00027         STDMETHOD(get_IPEffect) (THIS_
00028                     int *effectNum//,           // The current effect
00029 //                    REFTIME *StartTime,     // Start time of effect
00030 //                    REFTIME *Length         // length of effect
00031                  ) PURE;
00032 
00033         STDMETHOD(put_IPEffect) (THIS_
00034                     int effectNum//,            // Change to this effect
00035 //                    REFTIME StartTime,      // Start time of effect
00036 //                    REFTIME Length          // Length of effect
00037                  ) PURE;   
00038         
00039         };
00040 
00041 #ifdef __cplusplus
00042 }
00043 #endif
00044 
00045 #endif // __IEZ__
00046 

Generated on Mon Nov 8 17:07:36 2004 for MPT by  doxygen 1.3.9.1