#include <ConstVolumeProxy.h>
Collaboration diagram for PolyVox::ConstVolumeProxy< VoxelType >: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.
| VoxelType PolyVox::ConstVolumeProxy< VoxelType >::getVoxelAt | ( | int32_t | uXPos, | |
| int32_t | uYPos, | |||
| int32_t | uZPos | |||
| ) | const [inline] |
Definition at line 38 of file ConstVolumeProxy.h.
Referenced by PolyVox::ConstVolumeProxy< VoxelType >::getVoxelAt().
Here is the call graph for this function:| VoxelType PolyVox::ConstVolumeProxy< VoxelType >::getVoxelAt | ( | const Vector3DInt32 & | v3dPos | ) | const [inline] |
| void PolyVox::ConstVolumeProxy< VoxelType >::setVoxelAt | ( | int32_t | uXPos, | |
| int32_t | uYPos, | |||
| int32_t | uZPos, | |||
| VoxelType | tValue | |||
| ) | const [inline] |
Definition at line 50 of file ConstVolumeProxy.h.
Referenced by PolyVox::ConstVolumeProxy< VoxelType >::setVoxelAt().
Here is the call graph for this function:| void PolyVox::ConstVolumeProxy< VoxelType >::setVoxelAt | ( | const Vector3DInt32 & | v3dPos, | |
| VoxelType | tValue | |||
| ) | const [inline] |
friend class LargeVolume< VoxelType > [friend] |
Definition at line 36 of file ConstVolumeProxy.h.
1.7.1