PolyVox  0.2.1
Open source voxel management library
Public Member Functions | Friends
PolyVox::ConstVolumeProxy< VoxelType > Class Template Reference

#include <ConstVolumeProxy.h>

List of all members.

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 >

Detailed Description

template<typename VoxelType>
class PolyVox::ConstVolumeProxy< VoxelType >

Definition at line 33 of file ConstVolumeProxy.h.


Member Function Documentation

template<typename VoxelType >
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:

template<typename VoxelType >
VoxelType PolyVox::ConstVolumeProxy< VoxelType >::getVoxelAt ( const Vector3DInt32 v3dPos) const
inline

Definition at line 44 of file ConstVolumeProxy.h.

+ Here is the call graph for this function:

template<typename VoxelType >
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:

template<typename VoxelType >
void PolyVox::ConstVolumeProxy< VoxelType >::setVoxelAt ( const Vector3DInt32 v3dPos,
VoxelType  tValue 
) const
inline

Definition at line 56 of file ConstVolumeProxy.h.

+ Here is the call graph for this function:


Friends And Related Function Documentation

template<typename VoxelType >
friend class LargeVolume< VoxelType >
friend

Definition at line 36 of file ConstVolumeProxy.h.


The documentation for this class was generated from the following file: