voxelTerrain
 All Classes Functions Variables Typedefs Enumerations Pages
Public Types | Public Member Functions | Public Attributes | List of all members
blub::procedural::voxel::simple::container::utils::tile< tileType > Class Template Reference

The tile class contains a state and the data itself. For memory optimization no data gets saved if state is full or empty. More...

#include <tile.hpp>

Public Types

typedef sharedPointer< tileType > t_tilePtr
 

Public Member Functions

 tile (const tileState &state_)
 

Public Attributes

tileState state
 
t_tilePtr data
 

Detailed Description

template<class tileType>
class blub::procedural::voxel::simple::container::utils::tile< tileType >

The tile class contains a state and the data itself. For memory optimization no data gets saved if state is full or empty.


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