HDK
|
#include <UT_VoxelArray.h>
Public Member Functions | |
UT_VoxelProbeConstant () | |
~UT_VoxelProbeConstant () | |
template<typename S > | |
bool | setIndex (UT_VoxelArrayIterator< S > &vit) |
template<typename S > | |
bool | setIndex (UT_VoxelTileIterator< S > &vit) |
bool | setIndex (int x, int y, int z) |
void | setValue (T val) |
T | getValue () const |
Protected Attributes | |
T | myValue |
Looks like a voxel probe but only returns a constant value.
Definition at line 2484 of file UT_VoxelArray.h.
|
inline |
Definition at line 2488 of file UT_VoxelArray.h.
|
inline |
Definition at line 2489 of file UT_VoxelArray.h.
|
inline |
Definition at line 2501 of file UT_VoxelArray.h.
|
inline |
Definition at line 2492 of file UT_VoxelArray.h.
|
inline |
Definition at line 2495 of file UT_VoxelArray.h.
|
inline |
Definition at line 2497 of file UT_VoxelArray.h.
|
inline |
Definition at line 2500 of file UT_VoxelArray.h.
|
protected |
Definition at line 2503 of file UT_VoxelArray.h.