HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_AIFDelta.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: GA_AIFDelta.h ( GA Library, C++)
7  *
8  * COMMENTS: Attribute Interface for detecting modified elements
9  */
10 
11 #ifndef __GA_AIFDelta__
12 #define __GA_AIFDelta__
13 
14 #include "GA_API.h"
15 #include "GA_Range.h"
16 
17 class GA_Attribute;
18 
20 {
21 public:
22  GA_AIFDelta();
23  virtual ~GA_AIFDelta();
24 
25  virtual GA_Range changedElements(const GA_Attribute *a, const GA_Attribute *b) const = 0;
26 };
27 
28 #endif
Definition of a geometry attribute.
Definition: GA_Attribute.h:198
GLboolean GLboolean GLboolean GLboolean a
Definition: glcorearb.h:1222
#define GA_API
Definition: GA_API.h:14
A range of elements in an index-map.
Definition: GA_Range.h:42
GLboolean GLboolean GLboolean b
Definition: glcorearb.h:1222