HDK
|
#include <GU_VolumeRasterize.h>
Public Member Functions | |
GU_VolumeRasterize () | |
virtual | ~GU_VolumeRasterize () |
void | bindOutput (const char *name, GU_VolumeRasterizeOutput::CompositeType comptype, GU_PrimVolume *vol, GU_PrimVDB *vdb) |
void | setRasterizer (const char *vexscript, int vexcwdopid) |
void | rasterize (const GU_VolumeRasterizePrimList &primlist) |
const char * | getVexErrors () const |
const char * | getVexWarnings () const |
void | setOpCaller (UT_OpCaller *opcaller) |
void | setTime (fpreal time, fpreal frame, fpreal timeinc) |
void | setSampling (int samples, float seed) |
void | setPreMult (bool premult, bool unpremult) |
bool | isTimeDependent () const |
Definition at line 202 of file GU_VolumeRasterize.h.
GU_VolumeRasterize::GU_VolumeRasterize | ( | ) |
|
virtual |
void GU_VolumeRasterize::bindOutput | ( | const char * | name, |
GU_VolumeRasterizeOutput::CompositeType | comptype, | ||
GU_PrimVolume * | vol, | ||
GU_PrimVDB * | vdb | ||
) |
const char* GU_VolumeRasterize::getVexErrors | ( | ) | const |
const char* GU_VolumeRasterize::getVexWarnings | ( | ) | const |
|
inline |
Definition at line 233 of file GU_VolumeRasterize.h.
void GU_VolumeRasterize::rasterize | ( | const GU_VolumeRasterizePrimList & | primlist | ) |
|
inline |
Definition at line 225 of file GU_VolumeRasterize.h.
|
inline |
Definition at line 230 of file GU_VolumeRasterize.h.
Definition at line 228 of file GU_VolumeRasterize.h.
Definition at line 226 of file GU_VolumeRasterize.h.