#include <GU_PrimTriBezier.h>

Public Member Functions | |
| GU_PrimTriBezier (GU_Detail *gdp) | |
| virtual | ~GU_PrimTriBezier () |
| virtual GEO_Primitive * | convert (GU_ConvertParms &parms, GB_PointGroup *usedpts=0) |
| virtual GEO_Primitive * | convertNew (GU_ConvertParms &parms) |
| virtual void * | castTo (void) const |
| virtual const GEO_Primitive * | castToGeo (void) const |
| virtual void | normal (int noff) const |
| virtual void | normal (UT_Vector3Array &output) const |
| virtual void | clip (UT_Vector3 &nml, float d=0, int normalize=1, GEO_Primitive *prim=0, GB_PrimitiveGroup *clipgrp=0) |
| virtual int | intersectRay (const UT_Vector3 &o, const UT_Vector3 &d, float tmax=1E17F, float tol=1E-12F, float *distance=0, UT_Vector3 *pos=0, UT_Vector3 *nml=0, int accurate=0, float *u=0, float *v=0, int ignoretrim=1) const |
| virtual GU_RayIntersect * | createRayCache (int &persistent) |
| virtual GU_DisplayMesh * | getDisplayMesh (int noff, float lod) |
| virtual GU_DisplayCache * | getDisplayCache (void) const |
| virtual int | buildDisplayCache (GU_CacheParms &parms) |
| virtual void | destroyCache () |
| virtual void | notifyCache (int type) |
| virtual void | notifyCache (int type, const GEO_Point &ppt) |
| virtual void | notifyCache (int type, const GB_PointGroup &grp) |
| virtual void | notifyCache (int type, const UT_Matrix4 &xform, int push) |
| virtual void | notifyCache (int type, const UT_Vector3 &delta) |
Static Public Member Functions | |
| static GU_PrimTriBezier * | build (GU_Detail *gdp, int order, int appendPts=1) |
Definition at line 29 of file GU_PrimTriBezier.h.
| GU_PrimTriBezier::GU_PrimTriBezier | ( | GU_Detail * | gdp | ) | [inline] |
Definition at line 34 of file GU_PrimTriBezier.h.
| virtual GU_PrimTriBezier::~GU_PrimTriBezier | ( | ) | [virtual] |
| static GU_PrimTriBezier* GU_PrimTriBezier::build | ( | GU_Detail * | gdp, | |
| int | order, | |||
| int | appendPts = 1 | |||
| ) | [static] |
| virtual int GU_PrimTriBezier::buildDisplayCache | ( | GU_CacheParms & | parms | ) | [virtual] |
Reimplemented from GU_Primitive.
| virtual void* GU_PrimTriBezier::castTo | ( | void | ) | const [virtual] |
Reimplemented from GEO_Primitive.
| virtual const GEO_Primitive* GU_PrimTriBezier::castToGeo | ( | void | ) | const [virtual] |
Implements GU_Primitive.
| virtual void GU_PrimTriBezier::clip | ( | UT_Vector3 & | nml, | |
| float | d = 0, |
|||
| int | normalize = 1, |
|||
| GEO_Primitive * | prim = 0, |
|||
| GB_PrimitiveGroup * | clipgrp = 0 | |||
| ) | [virtual] |
Reimplemented from GU_Primitive.
| virtual GEO_Primitive* GU_PrimTriBezier::convert | ( | GU_ConvertParms & | parms, | |
| GB_PointGroup * | usedpts = 0 | |||
| ) | [virtual] |
Implements GU_Primitive.
| virtual GEO_Primitive* GU_PrimTriBezier::convertNew | ( | GU_ConvertParms & | parms | ) | [virtual] |
Implements GU_Primitive.
| virtual GU_RayIntersect* GU_PrimTriBezier::createRayCache | ( | int & | persistent | ) | [virtual] |
Implements GU_Primitive.
| virtual void GU_PrimTriBezier::destroyCache | ( | ) | [virtual] |
Reimplemented from GU_Primitive.
| virtual GU_DisplayCache* GU_PrimTriBezier::getDisplayCache | ( | void | ) | const [virtual] |
Reimplemented from GU_Primitive.
| virtual GU_DisplayMesh* GU_PrimTriBezier::getDisplayMesh | ( | int | noff, | |
| float | lod | |||
| ) | [virtual] |
Reimplemented from GU_Primitive.
| virtual int GU_PrimTriBezier::intersectRay | ( | const UT_Vector3 & | o, | |
| const UT_Vector3 & | d, | |||
| float | tmax = 1E17F, |
|||
| float | tol = 1E-12F, |
|||
| float * | distance = 0, |
|||
| UT_Vector3 * | pos = 0, |
|||
| UT_Vector3 * | nml = 0, |
|||
| int | accurate = 0, |
|||
| float * | u = 0, |
|||
| float * | v = 0, |
|||
| int | ignoretrim = 1 | |||
| ) | const [virtual] |
Implements GU_Primitive.
| virtual void GU_PrimTriBezier::normal | ( | UT_Vector3Array & | output | ) | const [virtual] |
Implements GU_Primitive.
| virtual void GU_PrimTriBezier::normal | ( | int | noff | ) | const [virtual] |
Implements GU_Primitive.
| virtual void GU_PrimTriBezier::notifyCache | ( | int | type, | |
| const UT_Vector3 & | delta | |||
| ) | [virtual] |
Reimplemented from GU_Primitive.
| virtual void GU_PrimTriBezier::notifyCache | ( | int | type, | |
| const UT_Matrix4 & | xform, | |||
| int | push | |||
| ) | [virtual] |
Reimplemented from GU_Primitive.
| virtual void GU_PrimTriBezier::notifyCache | ( | int | type, | |
| const GB_PointGroup & | grp | |||
| ) | [virtual] |
Reimplemented from GU_Primitive.
| virtual void GU_PrimTriBezier::notifyCache | ( | int | type, | |
| const GEO_Point & | ppt | |||
| ) | [virtual] |
Reimplemented from GU_Primitive.
| virtual void GU_PrimTriBezier::notifyCache | ( | int | type | ) | [virtual] |
Reimplemented from GU_Primitive.
1.5.9