#include <GU_Iso.h>
Definition at line 29 of file GU_Iso.h.
GU_IsoSurface::GU_IsoSurface |
( |
bool |
isthreadsafe = false | ) |
|
virtual GU_IsoSurface::~GU_IsoSurface |
( |
| ) |
|
|
virtual |
Evaluate the field at a position.
Reimplemented in GU_IsoMeta.
Definition at line 43 of file GU_Iso.h.
Evaluate gradients if available.
Reimplemented in GU_IsoMeta.
Definition at line 50 of file GU_Iso.h.
This function can be used to fill attribute information. The position of the point will be set to its final position when this function is called. The eval() method will have just been used so that you can use any information that would have been set up for this.
Definition at line 58 of file GU_Iso.h.
This function can be used to fill out primitive attribute information.
Definition at line 62 of file GU_Iso.h.
virtual bool GU_IsoSurface::hasGradient |
( |
| ) |
const |
|
inlinevirtual |
Check whether gradients are available for surfacing.
Reimplemented in GU_IsoMeta.
Definition at line 47 of file GU_Iso.h.
bool GU_IsoSurface::isThreadSafe |
( |
| ) |
const |
|
inline |
This indicates whether evalEdge and evalGrad can be called in multiple threads at the same time.
Definition at line 66 of file GU_Iso.h.
The documentation for this class was generated from the following file: