#include <GU_Resample.h>
Public Types | |
| enum | MeasureType { ARC, CHORD } |
| enum | MethodType { DIST, X, Y, Z } |
Public Member Functions | |
| GU_Resample () | |
| ~GU_Resample () | |
| void | setType (MeasureType type) |
| void | setMethod (MethodType type) |
| void | setMaxSegments (int seg) |
| void | setLength (float len) |
| void | setMaintainLast (int onoff) |
| float | totalLength (const GEO_PrimPoly *poly) |
| GEO_PrimPoly * | resampleFace (GEO_PrimPoly *poly, GB_PrimitiveGroup *delgroup=0) |
| GEO_PrimPoly * | resampleEdges (GEO_PrimPoly *poly, GB_PrimitiveGroup *delgroup=0) |
Definition at line 26 of file GU_Resample.h.
| GU_Resample::GU_Resample | ( | ) |
| GU_Resample::~GU_Resample | ( | ) |
| GEO_PrimPoly* GU_Resample::resampleEdges | ( | GEO_PrimPoly * | poly, | |
| GB_PrimitiveGroup * | delgroup = 0 | |||
| ) |
| GEO_PrimPoly* GU_Resample::resampleFace | ( | GEO_PrimPoly * | poly, | |
| GB_PrimitiveGroup * | delgroup = 0 | |||
| ) |
| void GU_Resample::setLength | ( | float | len | ) | [inline] |
Definition at line 37 of file GU_Resample.h.
| void GU_Resample::setMaintainLast | ( | int | onoff | ) | [inline] |
Definition at line 38 of file GU_Resample.h.
| void GU_Resample::setMaxSegments | ( | int | seg | ) | [inline] |
Definition at line 36 of file GU_Resample.h.
| void GU_Resample::setMethod | ( | MethodType | type | ) | [inline] |
Definition at line 35 of file GU_Resample.h.
| void GU_Resample::setType | ( | MeasureType | type | ) | [inline] |
Definition at line 34 of file GU_Resample.h.
| float GU_Resample::totalLength | ( | const GEO_PrimPoly * | poly | ) |
1.5.9