#include "GU_API.h"#include <UT/UT_WorkBuffer.h>#include <UT/UT_RefArray.h>#include <UT/UT_Matrix3.h>#include <GEO/GEO_Primitive.h>Go to the source code of this file.
Classes | |
| class | GU_SweepParms |
Typedefs | |
| typedef UT_RefArray< UT_Matrix3 > | utMatrixArray |
| typedef enum GU_SweepFixType | enum_sweepfixtype |
| typedef enum GU_SweepSkinType | enum_sweepskintype |
| typedef float(* | GU_SweepCallBack )(void *data, int pathNumber, int vertexNumber, int numberOfVertices) |
Enumerations | |
| enum | GU_SweepFixType { GU_SWEEP_FIX_NONE = 0, GU_SWEEP_FIX_ANGLE = 1, GU_SWEEP_FIX_NOFLIP = 2, GU_SWEEP_FIX_BOTH = 3 } |
| enum | GU_SweepSkinType { GU_SWEEP_SKIN_OFF = 0, GU_SWEEP_SKIN_ON = 1, GU_SWEEP_SKIN_AUTO = 2, GU_SWEEP_SKIN_PRESERVE_SHAPE_ON = 3, GU_SWEEP_SKIN_PRESERVE_SHAPE_AUTO = 4 } |
| typedef enum GU_SweepFixType enum_sweepfixtype |
| typedef enum GU_SweepSkinType enum_sweepskintype |
| typedef float(* GU_SweepCallBack)(void *data, int pathNumber, int vertexNumber, int numberOfVertices) |
Definition at line 48 of file GU_Sweep.h.
| typedef UT_RefArray<UT_Matrix3> utMatrixArray |
Definition at line 29 of file GU_Sweep.h.
| enum GU_SweepFixType |
Definition at line 33 of file GU_Sweep.h.
| enum GU_SweepSkinType |
| GU_SWEEP_SKIN_OFF | |
| GU_SWEEP_SKIN_ON | |
| GU_SWEEP_SKIN_AUTO | |
| GU_SWEEP_SKIN_PRESERVE_SHAPE_ON | |
| GU_SWEEP_SKIN_PRESERVE_SHAPE_AUTO |
Definition at line 40 of file GU_Sweep.h.
1.5.9