#include <GU_TrimConvertPatch.h>

Public Member Functions | |
| GU_TrimConvertPatch (GU_Detail *gdp, GEO_TPSurf *surface) | |
| virtual | ~GU_TrimConvertPatch () |
| void | getPointArrays (GEO_Point **&geopoints, GEO_Vertex **&geovertices, GEO_AttributeHandleList *&hlist, UT_IntArray *&ptindices, int &curveend) |
| virtual void | refreshCells (GEO_TPSurf *, int, int, int, int) |
| GEO_TPSurf * | getSurf () const |
Protected Member Functions | |
| virtual void | fillPoint (GU_TrimPatchPoint *p) |
| virtual void | fillCornerPoints () |
| virtual void | fillEdgePoints () |
Protected Attributes | |
| GEO_TPSurf * | mySurf |
| GU_Detail * | myGDP |
| UT_PtrArray< GEO_Point * > | myGEOPoints |
| UT_PtrArray< GEO_Vertex * > | myGEOVertices |
| GEO_AttributeHandleList | myHandles |
| UT_IntArray * | myPointIndices |
| int | myCurveEnd |
Definition at line 91 of file GU_TrimConvertPatch.h.
| GU_TrimConvertPatch::GU_TrimConvertPatch | ( | GU_Detail * | gdp, | |
| GEO_TPSurf * | surface | |||
| ) |
| virtual GU_TrimConvertPatch::~GU_TrimConvertPatch | ( | ) | [virtual] |
| virtual void GU_TrimConvertPatch::fillCornerPoints | ( | ) | [protected, virtual] |
Implements GU_TrimBasePatch.
| virtual void GU_TrimConvertPatch::fillEdgePoints | ( | ) | [protected, virtual] |
Reimplemented from GU_TrimBasePatch.
| virtual void GU_TrimConvertPatch::fillPoint | ( | GU_TrimPatchPoint * | p | ) | [protected, virtual] |
Implements GU_TrimBasePatch.
| void GU_TrimConvertPatch::getPointArrays | ( | GEO_Point **& | geopoints, | |
| GEO_Vertex **& | geovertices, | |||
| GEO_AttributeHandleList *& | hlist, | |||
| UT_IntArray *& | ptindices, | |||
| int & | curveend | |||
| ) |
| GEO_TPSurf* GU_TrimConvertPatch::getSurf | ( | ) | const [inline] |
Definition at line 109 of file GU_TrimConvertPatch.h.
| virtual void GU_TrimConvertPatch::refreshCells | ( | GEO_TPSurf * | , | |
| int | , | |||
| int | , | |||
| int | , | |||
| int | ||||
| ) | [inline, virtual] |
int GU_TrimConvertPatch::myCurveEnd [protected] |
Definition at line 140 of file GU_TrimConvertPatch.h.
GU_Detail* GU_TrimConvertPatch::myGDP [protected] |
Definition at line 133 of file GU_TrimConvertPatch.h.
UT_PtrArray<GEO_Point *> GU_TrimConvertPatch::myGEOPoints [protected] |
Definition at line 136 of file GU_TrimConvertPatch.h.
UT_PtrArray<GEO_Vertex *> GU_TrimConvertPatch::myGEOVertices [protected] |
Definition at line 137 of file GU_TrimConvertPatch.h.
Definition at line 138 of file GU_TrimConvertPatch.h.
UT_IntArray* GU_TrimConvertPatch::myPointIndices [protected] |
Definition at line 139 of file GU_TrimConvertPatch.h.
GEO_TPSurf* GU_TrimConvertPatch::mySurf [protected] |
Definition at line 132 of file GU_TrimConvertPatch.h.
1.5.9