HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_Join.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: GU_Join.C (C++)
7  *
8  * COMMENTS:
9  * This is the filter used to join faces or surfaces.
10  */
11 
12 #ifndef __GU_Join_h__
13 #define __GU_Join_h__
14 
15 #include "GU_API.h"
16 #include <GEO/GEO_Primitive.h>
17 
18 class GA_PrimitiveGroup;
19 
21 {
22 public:
23  GU_JoinParms();
25 
26 
27  int blend;
28  float bias;
29 
30  float tolerance;
31  int unrefine;
32  int uJoin;
33 
34  int loop;
37 
39 
41 };
42 
43 #endif
int keepPrimitives
Definition: GU_Join.h:35
int onlyAttached
Definition: GU_Join.h:38
const GA_PrimitiveGroup * prims
Definition: GU_Join.h:40
int uJoin
Definition: GU_Join.h:32
int loop
Definition: GU_Join.h:34
int unrefine
Definition: GU_Join.h:31
~GU_JoinParms()
Definition: GU_Join.h:24
int checkProximity
Definition: GU_Join.h:36
float bias
Definition: GU_Join.h:28
#define GU_API
Definition: GU_API.h:14
int blend
Definition: GU_Join.h:27
float tolerance
Definition: GU_Join.h:30