#include <GU_PrimMetaSQuad.h>

Public Member Functions | |
| GU_PrimMetaSQuad (GU_Detail *gdp) | |
| virtual | ~GU_PrimMetaSQuad () |
| GEO_Primitive * | convert (GU_ConvertParms &parms, GB_PointGroup *usedpts=0) |
| GEO_Primitive * | convertNew (GU_ConvertParms &parms) |
| virtual void | normal (const GB_AttributeRef &noff) const |
| virtual void | normal (UT_Vector3Array &output) const |
| void * | castTo () const |
| 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 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) |
| virtual GU_RayIntersect * | createRayCache (int &persistent) |
| virtual const GEO_Primitive * | castToGeo (void) const |
Static Public Member Functions | |
| static GU_PrimMetaSQuad * | build (const GU_PrimMetaSQuadParms &parms, const char *kernel="wyvill") |
Definition at line 59 of file GU_PrimMetaSQuad.h.
| GU_PrimMetaSQuad::GU_PrimMetaSQuad | ( | GU_Detail * | gdp | ) | [inline] |
Definition at line 64 of file GU_PrimMetaSQuad.h.
| virtual GU_PrimMetaSQuad::~GU_PrimMetaSQuad | ( | ) | [virtual] |
| static GU_PrimMetaSQuad* GU_PrimMetaSQuad::build | ( | const GU_PrimMetaSQuadParms & | parms, | |
| const char * | kernel = "wyvill" | |||
| ) | [static] |
| void* GU_PrimMetaSQuad::castTo | ( | ) | const [virtual] |
Reimplemented from GEO_Primitive.
| virtual const GEO_Primitive* GU_PrimMetaSQuad::castToGeo | ( | void | ) | const [virtual] |
Implements GU_Primitive.
| GEO_Primitive* GU_PrimMetaSQuad::convert | ( | GU_ConvertParms & | parms, | |
| GB_PointGroup * | usedpts = 0 | |||
| ) | [virtual] |
Implements GU_Primitive.
| GEO_Primitive* GU_PrimMetaSQuad::convertNew | ( | GU_ConvertParms & | parms | ) | [virtual] |
Implements GU_Primitive.
| virtual GU_RayIntersect* GU_PrimMetaSQuad::createRayCache | ( | int & | persistent | ) | [virtual] |
Implements GU_Primitive.
| virtual int GU_PrimMetaSQuad::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_PrimMetaSQuad::normal | ( | UT_Vector3Array & | output | ) | const [virtual] |
Implements GU_Primitive.
| virtual void GU_PrimMetaSQuad::normal | ( | const GB_AttributeRef & | noff | ) | const [virtual] |
Implements GU_Primitive.
| virtual void GU_PrimMetaSQuad::notifyCache | ( | int | type, | |
| const UT_Vector3 & | delta | |||
| ) | [virtual] |
Reimplemented from GU_Primitive.
| virtual void GU_PrimMetaSQuad::notifyCache | ( | int | type, | |
| const UT_Matrix4 & | xform, | |||
| int | push | |||
| ) | [virtual] |
Reimplemented from GU_Primitive.
| virtual void GU_PrimMetaSQuad::notifyCache | ( | int | type, | |
| const GB_PointGroup & | grp | |||
| ) | [virtual] |
Reimplemented from GU_Primitive.
| virtual void GU_PrimMetaSQuad::notifyCache | ( | int | type, | |
| const GEO_Point & | ppt | |||
| ) | [virtual] |
Reimplemented from GU_Primitive.
| virtual void GU_PrimMetaSQuad::notifyCache | ( | int | type | ) | [virtual] |
Reimplemented from GU_Primitive.
1.5.9