#include <GU_IsoMeta.h>

Public Member Functions | |
| GU_IsoMeta (GU_Detail *dest, GU_Detail *src, GB_PrimitiveGroup *grp=0) | |
| GU_IsoMeta (GU_Detail *dest, GU_Detail *src, GEO_MetaExpression *expr) | |
| virtual | ~GU_IsoMeta () |
| void | initData () |
| const UT_BoundingBox | getBounds () const |
| virtual float | evalCorner (const ISO_Corner &corner) |
| virtual float | evalEdge (const UT_Vector3 &pt) |
| virtual float | evalFace (const UT_Vector3 &pt) |
Definition at line 41 of file GU_IsoMeta.h.
| GU_IsoMeta::GU_IsoMeta | ( | GU_Detail * | dest, | |
| GU_Detail * | src, | |||
| GB_PrimitiveGroup * | grp = 0 | |||
| ) |
| GU_IsoMeta::GU_IsoMeta | ( | GU_Detail * | dest, | |
| GU_Detail * | src, | |||
| GEO_MetaExpression * | expr | |||
| ) |
| virtual GU_IsoMeta::~GU_IsoMeta | ( | ) | [virtual] |
| virtual float GU_IsoMeta::evalCorner | ( | const ISO_Corner & | corner | ) | [virtual] |
Reimplemented from GU_IsoSurface.
| virtual float GU_IsoMeta::evalEdge | ( | const UT_Vector3 & | pt | ) | [virtual] |
Reimplemented from GU_IsoSurface.
| virtual float GU_IsoMeta::evalFace | ( | const UT_Vector3 & | pt | ) | [virtual] |
Reimplemented from GU_IsoSurface.
| const UT_BoundingBox GU_IsoMeta::getBounds | ( | ) | const [inline] |
Definition at line 50 of file GU_IsoMeta.h.
| void GU_IsoMeta::initData | ( | ) |
1.5.9