PolyVox  0.2.1
Open source voxel management library
Public Member Functions | Public Attributes
PolyVox::LargeVolume< VoxelType >::LoadedBlock Struct Reference

#include <LargeVolume.h>

+ Collaboration diagram for PolyVox::LargeVolume< VoxelType >::LoadedBlock:

List of all members.

Public Member Functions

 LoadedBlock (uint16_t uSideLength=0)

Public Attributes

Block< VoxelTypeblock
uint32_t timestamp

Detailed Description

template<typename VoxelType>
struct PolyVox::LargeVolume< VoxelType >::LoadedBlock

Definition at line 234 of file LargeVolume.h.


Constructor & Destructor Documentation

template<typename VoxelType>
PolyVox::LargeVolume< VoxelType >::LoadedBlock::LoadedBlock ( uint16_t  uSideLength = 0)
inline

Definition at line 237 of file LargeVolume.h.


Member Data Documentation

template<typename VoxelType>
Block<VoxelType> PolyVox::LargeVolume< VoxelType >::LoadedBlock::block

Definition at line 243 of file LargeVolume.h.

template<typename VoxelType>
uint32_t PolyVox::LargeVolume< VoxelType >::LoadedBlock::timestamp

Definition at line 244 of file LargeVolume.h.


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