|
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 2491 of file UT_VoxelArray.h.
|
inline |
Definition at line 2495 of file UT_VoxelArray.h.
|
inline |
Definition at line 2496 of file UT_VoxelArray.h.
|
inline |
Definition at line 2508 of file UT_VoxelArray.h.
|
inline |
Definition at line 2499 of file UT_VoxelArray.h.
|
inline |
Definition at line 2502 of file UT_VoxelArray.h.
|
inline |
Definition at line 2504 of file UT_VoxelArray.h.
|
inline |
Definition at line 2507 of file UT_VoxelArray.h.
|
protected |
Definition at line 2510 of file UT_VoxelArray.h.