PolyVox  0.2.0
Open source voxel management library
Namespaces | Typedefs
PolyVoxForwardDeclarations.h File Reference
#include "Impl/TypeDef.h"

Go to the source code of this file.

Namespaces

namespace  PolyVox
 Main namespace.

Typedefs

typedef Density< int8_t > PolyVox::DensityI8
typedef Density< uint8_t > PolyVox::DensityU8
typedef Density< int16_t > PolyVox::DensityI16
typedef Density< uint16_t > PolyVox::DensityU16
typedef Density< double > PolyVox::DensityDouble
typedef Material< uint8_t > PolyVox::MaterialU8
typedef Material< uint16_t > PolyVox::MaterialU16
typedef Material< uint32_t > PolyVox::MaterialU32
typedef MaterialU32 PolyVox::Material32
typedef Vector< 3, floatPolyVox::Vector3DFloat
 A 3D Vector of floats.
typedef Vector< 3, double > PolyVox::Vector3DDouble
 A 3D Vector of doubles.
typedef Vector< 3, int8_t > PolyVox::Vector3DInt8
 A 3D Vector of signed 8-bit values.
typedef Vector< 3, uint8_t > PolyVox::Vector3DUint8
 A 3D Vector of unsigned 8-bit values.
typedef Vector< 3, int16_t > PolyVox::Vector3DInt16
 A 3D Vector of signed 16-bit values.
typedef Vector< 3, uint16_t > PolyVox::Vector3DUint16
 A 3D Vector of unsigned 16-bit values.
typedef Vector< 3, int32_tPolyVox::Vector3DInt32
 A 3D Vector of signed 32-bit values.
typedef Vector< 3, uint32_t > PolyVox::Vector3DUint32
 A 3D Vector of unsigned 32-bit values.