HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_UVProjectGeom.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 Library (C++)
7  *
8  * COMMENTS: Geometry (as displayed on-screen) for UV projections
9  *
10  */
11 #ifndef __GU_UVProjectGeom_h__
12 #define __GU_UVProjectGeom_h__
13 
14 #include "GU_API.h"
15 class GU_Detail;
16 #include <UT/UT_VectorTypes.h>
17 
19 {
20 public:
23 
24  static void buildOrtho(GU_Detail &gdp);
25  static void buildPolar(GU_Detail &gdp);
26  static void buildCylindrical(GU_Detail &gdp);
27  static void buildToroidal(GU_Detail &gdp, float innerrad);
28  static void buildPlasticWrap(GU_Detail &gdp);
29 };
30 
31 #endif
#define GU_API
Definition: GU_API.h:14