|
HDK
|
#include <GU_PrimVolumeCache.h>
Public Member Functions | |
| GU_PrimVolumeCacheRamp (UT_Ramp *ramp, bool periodic) | |
| ~GU_PrimVolumeCacheRamp () | |
| void | eval (float &rval, float val) const |
| void | eval (UT_Vector4 &rval, float val) const |
Protected Attributes | |
| UT_Ramp * | myRamp |
| bool | myPeriodic |
Definition at line 186 of file GU_PrimVolumeCache.h.
| GU_PrimVolumeCacheRamp::GU_PrimVolumeCacheRamp | ( | UT_Ramp * | ramp, |
| bool | periodic | ||
| ) |
| GU_PrimVolumeCacheRamp::~GU_PrimVolumeCacheRamp | ( | ) |
| void GU_PrimVolumeCacheRamp::eval | ( | UT_Vector4 & | rval, |
| float | val | ||
| ) | const |
|
protected |
Definition at line 197 of file GU_PrimVolumeCache.h.
|
protected |
Definition at line 196 of file GU_PrimVolumeCache.h.