#include <GU_IsoMeta.h>
|
| GU_IsoMeta (GU_Detail *dest, const GU_Detail *src, const GA_PrimitiveGroup *grp=NULL) |
|
| GU_IsoMeta (GU_Detail *dest, const GU_Detail *src, const GEO_MetaExpression *expr) |
|
| ~GU_IsoMeta () override |
|
const UT_BoundingBox & | getBounds () const |
|
float | evalEdge (const UT_Vector3 &pt) override |
| Evaluate the field at a position. More...
|
|
bool | hasGradient () const override |
| Check whether gradients are available for surfacing. More...
|
|
UT_Vector3 | evalGrad (const UT_Vector3 &pt) override |
| Evaluate gradients if available. More...
|
|
| GU_IsoSurface (bool isthreadsafe=false) |
|
virtual | ~GU_IsoSurface () |
|
void | setCallback (GU_IsoCallback eval, void *eval_data) |
|
void | polygonize (GU_Detail *gdp, const UT_BoundingBox &box, int xdivs, int ydivs, int zdivs, bool makepolysoup=false) |
|
bool | isThreadSafe () const |
|
Definition at line 32 of file GU_IsoMeta.h.
GU_IsoMeta::~GU_IsoMeta |
( |
| ) |
|
|
override |
Evaluate the field at a position.
Reimplemented from GU_IsoSurface.
Evaluate gradients if available.
Reimplemented from GU_IsoSurface.
bool GU_IsoMeta::hasGradient |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: