#include <GEO_PrimPoly.h>

Public Member Functions | |
| GEO_PrimPoly (GEO_Detail *d) | |
| ~GEO_PrimPoly () | |
| virtual int | unroll (int append_pts=1) |
| virtual int | loft (int newcount, int start=-1, int stop=-1) |
| virtual int | warp (float u, const UT_Vector3 &delta, GEO_AttributeHandleList &hlist, float sharpness=0.0f, float bias=-1.0f) |
| virtual int SYS_DEPRECATED | warp (float u, const UT_Vector3 &delta, GB_FloatOffsets *foffsets=0, float sharpness=0.0f, float bias=-1.0f) |
| virtual bool | evaluateInteriorPoint (GEO_Vertex &result, GEO_AttributeHandleList &hlist, float u, float v) const |
| virtual int | evaluateInteriorPoint (UT_Vector4 &pos, float u, float v) const |
| virtual int SYS_DEPRECATED | evaluateInteriorPointWAttrib (UT_Vector4 &pos, GB_AttributeData &adata, const GB_FloatOffsets &foffsets, float u, float v) const |
| virtual int | evaluateBreakpoint (int uidx, UT_Vector4 &pos, int du=0) const |
| virtual int | attach (const GEO_Face &face, int blend=1, float bias=.5f, float tolerance=1.f, int=0, GB_PointGroup *ptgroup=0) |
| virtual GD_Face * | planar (GD_Detail &dgdp, int copyxy=0) const |
| virtual unsigned | getOrder () const |
| virtual unsigned | getPrimitiveId () const |
| virtual int | isDegenerate () const |
| virtual int | breakCount () const |
| virtual float | unitLengthToUnitDomain (float ulength, float tolerance=1e-05F) const |
| virtual float | unitToUnitLengthDomain (float uparm) const |
Protected Member Functions | |
| virtual int | savePrivate (ostream &, int binary) const |
| virtual bool | loadPrivate (UT_IStream &) |
| int | findMaxDistance (float &maxdist2, int start, int stop) const |
Friends | |
| ostream & | operator<< (ostream &os, const GEO_PrimPoly &d) |
Definition at line 30 of file GEO_PrimPoly.h.
| GEO_PrimPoly::GEO_PrimPoly | ( | GEO_Detail * | d | ) | [inline] |
Definition at line 32 of file GEO_PrimPoly.h.
| GEO_PrimPoly::~GEO_PrimPoly | ( | ) |
| virtual int GEO_PrimPoly::attach | ( | const GEO_Face & | face, | |
| int | blend = 1, |
|||
| float | bias = .5f, |
|||
| float | tolerance = 1.f, |
|||
| int | = 0, |
|||
| GB_PointGroup * | ptgroup = 0 | |||
| ) | [virtual] |
Implements GEO_Face.
| virtual int GEO_PrimPoly::breakCount | ( | ) | const [virtual] |
Implements GEO_Face.
| virtual int GEO_PrimPoly::evaluateBreakpoint | ( | int | uidx, | |
| UT_Vector4 & | pos, | |||
| int | du = 0 | |||
| ) | const [virtual] |
Implements GEO_Face.
| virtual int GEO_PrimPoly::evaluateInteriorPoint | ( | UT_Vector4 & | pos, | |
| float | u, | |||
| float | v | |||
| ) | const [virtual] |
Reimplemented from GEO_Primitive.
| virtual bool GEO_PrimPoly::evaluateInteriorPoint | ( | GEO_Vertex & | result, | |
| GEO_AttributeHandleList & | hlist, | |||
| float | u, | |||
| float | v | |||
| ) | const [virtual] |
Reimplemented from GEO_Primitive.
| virtual int SYS_DEPRECATED GEO_PrimPoly::evaluateInteriorPointWAttrib | ( | UT_Vector4 & | pos, | |
| GB_AttributeData & | adata, | |||
| const GB_FloatOffsets & | foffsets, | |||
| float | u, | |||
| float | v | |||
| ) | const [virtual] |
Reimplemented from GEO_Primitive.
| int GEO_PrimPoly::findMaxDistance | ( | float & | maxdist2, | |
| int | start, | |||
| int | stop | |||
| ) | const [protected] |
| virtual unsigned GEO_PrimPoly::getOrder | ( | ) | const [virtual] |
Implements GEO_Face.
| virtual unsigned GEO_PrimPoly::getPrimitiveId | ( | ) | const [virtual] |
Implements GEO_Face.
| virtual int GEO_PrimPoly::isDegenerate | ( | ) | const [virtual] |
Reimplemented from GEO_Face.
| virtual bool GEO_PrimPoly::loadPrivate | ( | UT_IStream & | ) | [protected, virtual] |
Implements GEO_Face.
| virtual int GEO_PrimPoly::loft | ( | int | newcount, | |
| int | start = -1, |
|||
| int | stop = -1 | |||
| ) | [virtual] |
Implements GEO_Face.
Implements GEO_Face.
| virtual int GEO_PrimPoly::savePrivate | ( | ostream & | , | |
| int | binary | |||
| ) | const [protected, virtual] |
Implements GEO_Face.
| virtual float GEO_PrimPoly::unitLengthToUnitDomain | ( | float | ulength, | |
| float | tolerance = 1e-05F | |||
| ) | const [virtual] |
Reimplemented from GEO_Face.
| virtual float GEO_PrimPoly::unitToUnitLengthDomain | ( | float | uparm | ) | const [virtual] |
Reimplemented from GEO_Face.
| virtual int GEO_PrimPoly::unroll | ( | int | append_pts = 1 |
) | [virtual] |
Reimplemented from GEO_Face.
| virtual int SYS_DEPRECATED GEO_PrimPoly::warp | ( | float | u, | |
| const UT_Vector3 & | delta, | |||
| GB_FloatOffsets * | foffsets = 0, |
|||
| float | sharpness = 0.0f, |
|||
| float | bias = -1.0f | |||
| ) | [virtual] |
Implements GEO_Face.
| virtual int GEO_PrimPoly::warp | ( | float | u, | |
| const UT_Vector3 & | delta, | |||
| GEO_AttributeHandleList & | hlist, | |||
| float | sharpness = 0.0f, |
|||
| float | bias = -1.0f | |||
| ) | [virtual] |
Implements GEO_Face.
| ostream& operator<< | ( | ostream & | os, | |
| const GEO_PrimPoly & | d | |||
| ) | [friend] |
Definition at line 119 of file GEO_PrimPoly.h.
1.5.9