HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GDT_SymmetryTransform.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: GDT Library. (Geo Delta)
7  *
8  * COMMENTS: A GDT_SymmetryTransform can transform a points delta to
9  * an appropriate mirrored delta on another point.
10  */
11 #ifndef __GDT_SymmetryTransform_h__
12 #define __GDT_SymmetryTransform_h__
13 
14 #include "GDT_API.h"
15 
16 #include <GA/GA_AIFEdit.h>
17 
18 class GEO_Detail;
19 
21 {
22 public:
23  virtual const GEO_Detail *getDetail() const = 0;
24 };
25 
26 #endif
#define GDT_API
Definition: GDT_API.h:10
Base class for specifying symmetry for operations.
Definition: GA_AIFEdit.h:93