HDK
|
#include <GU_VolumeRasterize.h>
Public Types | |
enum | CompositeType { MIX_ADD, MIX_MAX, MIX_MIN } |
Public Member Functions | |
GU_VolumeRasterizeOutput (const char *name, CompositeType comp, CVEX_Type type) | |
GU_PrimVDB * | vdb (int i, int j) const |
GU_PrimVolume * | vol (int i, int j) const |
void | setField (int i, int j, GU_PrimVolume *vol, GU_PrimVDB *vdb) |
const char * | name () const |
CompositeType | comptype () const |
CVEX_Type | type () const |
UT_Vector3 | posToIndex (UT_Vector3 pos) const |
UT_Vector3 | indexToPos (UT_Vector3 index) const |
void | posToIndex (UT_BoundingBox &box) const |
void | indexToPos (UT_BoundingBox &box) const |
Public Attributes | |
GEO_PrimVolumeXform | myIdxXform |
Definition at line 152 of file GU_VolumeRasterize.h.
Enumerator | |
---|---|
MIX_ADD | |
MIX_MAX | |
MIX_MIN |
Definition at line 155 of file GU_VolumeRasterize.h.
GU_VolumeRasterizeOutput::GU_VolumeRasterizeOutput | ( | const char * | name, |
CompositeType | comp, | ||
CVEX_Type | type | ||
) |
|
inline |
Definition at line 179 of file GU_VolumeRasterize.h.
|
inline |
Definition at line 184 of file GU_VolumeRasterize.h.
|
inline |
Definition at line 189 of file GU_VolumeRasterize.h.
|
inline |
Definition at line 178 of file GU_VolumeRasterize.h.
|
inline |
Definition at line 182 of file GU_VolumeRasterize.h.
|
inline |
Definition at line 187 of file GU_VolumeRasterize.h.
|
inline |
Definition at line 166 of file GU_VolumeRasterize.h.
|
inline |
Definition at line 180 of file GU_VolumeRasterize.h.
|
inline |
Definition at line 164 of file GU_VolumeRasterize.h.
|
inline |
Definition at line 165 of file GU_VolumeRasterize.h.
GEO_PrimVolumeXform GU_VolumeRasterizeOutput::myIdxXform |
Definition at line 199 of file GU_VolumeRasterize.h.