#include <Volume.h>
Klassen | |
| class | Voxel |
| Voxel class. Mehr ... | |
Öffentliche Methoden | |
| Volume (const std::string &strFilename) | |
| const Voxel & | Get (const int iX, const int iY, const int iZ) const |
| const Voxel & | Get (const int iIndex) const |
| const Voxel * | Get () const |
| void | Set (int iX, int iY, int iZ, float value) |
| const int | GetWidth () const |
| const int | GetHeight () const |
| const int | GetDepth () const |
| const int | GetSize () const |
| void | load (const std::string &strFilename) |
class Volume
Simple linear volume class which supports loading from DAT files
1.7.2