PolyVox  0.3.0-dev
Open source voxel management library
Public Member Functions | List of all members
PolyVox::RawVolume< VoxelType >::Sampler Class Reference

#include <RawVolume.h>

+ Inheritance diagram for PolyVox::RawVolume< VoxelType >::Sampler:
+ Collaboration diagram for PolyVox::RawVolume< VoxelType >::Sampler:

Public Member Functions

 Sampler (RawVolume< VoxelType > *volume)
 
 ~Sampler ()
 
VoxelType getVoxel (void) const
 
void setPosition (const Vector3DInt32 &v3dNewPos)
 
void setPosition (int32_t xPos, int32_t yPos, int32_t zPos)
 
bool setVoxel (VoxelType tValue)
 
void movePositiveX (void)
 
void movePositiveY (void)
 
void movePositiveZ (void)
 
void moveNegativeX (void)
 
void moveNegativeY (void)
 
void moveNegativeZ (void)
 
VoxelType peekVoxel1nx1ny1nz (void) const
 
VoxelType peekVoxel1nx1ny0pz (void) const
 
VoxelType peekVoxel1nx1ny1pz (void) const
 
VoxelType peekVoxel1nx0py1nz (void) const
 
VoxelType peekVoxel1nx0py0pz (void) const
 
VoxelType peekVoxel1nx0py1pz (void) const
 
VoxelType peekVoxel1nx1py1nz (void) const
 
VoxelType peekVoxel1nx1py0pz (void) const
 
VoxelType peekVoxel1nx1py1pz (void) const
 
VoxelType peekVoxel0px1ny1nz (void) const
 
VoxelType peekVoxel0px1ny0pz (void) const
 
VoxelType peekVoxel0px1ny1pz (void) const
 
VoxelType peekVoxel0px0py1nz (void) const
 
VoxelType peekVoxel0px0py0pz (void) const
 
VoxelType peekVoxel0px0py1pz (void) const
 
VoxelType peekVoxel0px1py1nz (void) const
 
VoxelType peekVoxel0px1py0pz (void) const
 
VoxelType peekVoxel0px1py1pz (void) const
 
VoxelType peekVoxel1px1ny1nz (void) const
 
VoxelType peekVoxel1px1ny0pz (void) const
 
VoxelType peekVoxel1px1ny1pz (void) const
 
VoxelType peekVoxel1px0py1nz (void) const
 
VoxelType peekVoxel1px0py0pz (void) const
 
VoxelType peekVoxel1px0py1pz (void) const
 
VoxelType peekVoxel1px1py1nz (void) const
 
VoxelType peekVoxel1px1py0pz (void) const
 
VoxelType peekVoxel1px1py1pz (void) const
 

Detailed Description

template<typename VoxelType>
class PolyVox::RawVolume< VoxelType >::Sampler

Definition at line 54 of file RawVolume.h.

Constructor & Destructor Documentation

template<typename VoxelType >
PolyVox::RawVolume< VoxelType >::Sampler::Sampler ( RawVolume< VoxelType > *  volume)

Definition at line 34 of file RawVolumeSampler.inl.

template<typename VoxelType >
PolyVox::RawVolume< VoxelType >::Sampler::~Sampler ( )

Definition at line 41 of file RawVolumeSampler.inl.

Member Function Documentation

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::getVoxel ( void  ) const
inline

Definition at line 46 of file RawVolumeSampler.inl.

+ Here is the call graph for this function:

template<typename VoxelType >
void PolyVox::RawVolume< VoxelType >::Sampler::moveNegativeX ( void  )

Definition at line 166 of file RawVolumeSampler.inl.

template<typename VoxelType >
void PolyVox::RawVolume< VoxelType >::Sampler::moveNegativeY ( void  )

Definition at line 186 of file RawVolumeSampler.inl.

template<typename VoxelType >
void PolyVox::RawVolume< VoxelType >::Sampler::moveNegativeZ ( void  )

Definition at line 206 of file RawVolumeSampler.inl.

template<typename VoxelType >
void PolyVox::RawVolume< VoxelType >::Sampler::movePositiveX ( void  )

Definition at line 106 of file RawVolumeSampler.inl.

template<typename VoxelType >
void PolyVox::RawVolume< VoxelType >::Sampler::movePositiveY ( void  )

Definition at line 126 of file RawVolumeSampler.inl.

template<typename VoxelType >
void PolyVox::RawVolume< VoxelType >::Sampler::movePositiveZ ( void  )

Definition at line 146 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel0px0py0pz ( void  ) const
inline

Definition at line 358 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel0px0py1nz ( void  ) const
inline

Definition at line 348 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel0px0py1pz ( void  ) const
inline

Definition at line 368 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel0px1ny0pz ( void  ) const
inline

Definition at line 328 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel0px1ny1nz ( void  ) const
inline

Definition at line 318 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel0px1ny1pz ( void  ) const
inline

Definition at line 338 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel0px1py0pz ( void  ) const
inline

Definition at line 388 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel0px1py1nz ( void  ) const
inline

Definition at line 378 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel0px1py1pz ( void  ) const
inline

Definition at line 398 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1nx0py0pz ( void  ) const
inline
template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1nx0py1nz ( void  ) const
inline

Definition at line 256 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1nx0py1pz ( void  ) const
inline

Definition at line 276 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1nx1ny0pz ( void  ) const
inline

Definition at line 236 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1nx1ny1nz ( void  ) const
inline

Definition at line 226 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1nx1ny1pz ( void  ) const
inline

Definition at line 246 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1nx1py0pz ( void  ) const
inline

Definition at line 296 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1nx1py1nz ( void  ) const
inline

Definition at line 286 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1nx1py1pz ( void  ) const
inline

Definition at line 306 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1px0py0pz ( void  ) const
inline

Definition at line 450 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1px0py1nz ( void  ) const
inline

Definition at line 440 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1px0py1pz ( void  ) const
inline

Definition at line 460 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1px1ny0pz ( void  ) const
inline

Definition at line 420 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1px1ny1nz ( void  ) const
inline

Definition at line 410 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1px1ny1pz ( void  ) const
inline

Definition at line 430 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1px1py0pz ( void  ) const
inline

Definition at line 480 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1px1py1nz ( void  ) const
inline

Definition at line 470 of file RawVolumeSampler.inl.

template<typename VoxelType >
VoxelType PolyVox::RawVolume< VoxelType >::Sampler::peekVoxel1px1py1pz ( void  ) const
inline

Definition at line 490 of file RawVolumeSampler.inl.

template<typename VoxelType >
void PolyVox::RawVolume< VoxelType >::Sampler::setPosition ( const Vector3DInt32 v3dNewPos)

Definition at line 59 of file RawVolumeSampler.inl.

+ Here is the call graph for this function:

template<typename VoxelType >
void PolyVox::RawVolume< VoxelType >::Sampler::setPosition ( int32_t  xPos,
int32_t  yPos,
int32_t  zPos 
)

Definition at line 65 of file RawVolumeSampler.inl.

+ Here is the call graph for this function:

template<typename VoxelType >
bool PolyVox::RawVolume< VoxelType >::Sampler::setVoxel ( VoxelType  tValue)
inline

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