|
PolyVox
0.2.1
Open source voxel management library
|
#include <ConstVolumeProxy.h>
Public Member Functions | |
| VoxelType | getVoxelAt (int32_t uXPos, int32_t uYPos, int32_t uZPos) const |
| VoxelType | getVoxelAt (const Vector3DInt32 &v3dPos) const |
| void | setVoxelAt (int32_t uXPos, int32_t uYPos, int32_t uZPos, VoxelType tValue) const |
| void | setVoxelAt (const Vector3DInt32 &v3dPos, VoxelType tValue) const |
Friends | |
| class | LargeVolume< VoxelType > |
Definition at line 33 of file ConstVolumeProxy.h.
|
inline |
Definition at line 38 of file ConstVolumeProxy.h.
Referenced by PolyVox::ConstVolumeProxy< VoxelType >::getVoxelAt().
Here is the call graph for this function:
|
inline |
|
inline |
Definition at line 50 of file ConstVolumeProxy.h.
Referenced by PolyVox::ConstVolumeProxy< VoxelType >::setVoxelAt().
Here is the call graph for this function:
|
inline |
|
friend |
Definition at line 36 of file ConstVolumeProxy.h.
1.8.1