HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GQ_Stitch.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: stitched polygons (C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __GQ_Stitch_h__
12 #define __GQ_Stitch_h__
13 
14 #include "GQ_API.h"
15 class GA_PointGroup;
16 
18 {
19 public:
21  ~GQ_StitchParms();
22 
24  float tol3d;
25  int clamp;
28  float angle;
29 };
30 
31 
32 #endif
33 
34 
#define GQ_API
Definition: GQ_API.h:10
const GA_PointGroup * corners
Definition: GQ_Stitch.h:23