PolyVox  0.2.1
Open source voxel management library
Public Types | Public Member Functions
PolyVox::DefaultMarchingCubesController< Density< Type > > Class Template Reference

This is a specialisation of DefaultMarchingCubesController for the Density voxel type. More...

#include <Density.h>

List of all members.

Public Types

typedef Type DensityType
typedef float MaterialType

Public Member Functions

 DefaultMarchingCubesController (void)
 DefaultMarchingCubesController (DensityType tThreshold)
DensityType convertToDensity (Density< Type > voxel)
MaterialType convertToMaterial (Density< Type >)
DensityType getThreshold (void)

Detailed Description

template<typename Type>
class PolyVox::DefaultMarchingCubesController< Density< Type > >

This is a specialisation of DefaultMarchingCubesController for the Density voxel type.

Definition at line 148 of file Density.h.


Member Typedef Documentation

template<typename Type >
typedef Type PolyVox::DefaultMarchingCubesController< Density< Type > >::DensityType

Definition at line 151 of file Density.h.

template<typename Type >
typedef float PolyVox::DefaultMarchingCubesController< Density< Type > >::MaterialType

Definition at line 152 of file Density.h.


Constructor & Destructor Documentation

template<typename Type >
PolyVox::DefaultMarchingCubesController< Density< Type > >::DefaultMarchingCubesController ( void  )
inline

Definition at line 154 of file Density.h.

template<typename Type >
PolyVox::DefaultMarchingCubesController< Density< Type > >::DefaultMarchingCubesController ( DensityType  tThreshold)
inline

Definition at line 160 of file Density.h.


Member Function Documentation

template<typename Type >
DensityType PolyVox::DefaultMarchingCubesController< Density< Type > >::convertToDensity ( Density< Type >  voxel)
inline

Definition at line 165 of file Density.h.

+ Here is the call graph for this function:

template<typename Type >
MaterialType PolyVox::DefaultMarchingCubesController< Density< Type > >::convertToMaterial ( Density< Type >  )
inline

Definition at line 170 of file Density.h.

template<typename Type >
DensityType PolyVox::DefaultMarchingCubesController< Density< Type > >::getThreshold ( void  )
inline

Definition at line 175 of file Density.h.


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