Classes | Public Member Functions

Volume Class Reference

Simple linear volume class which supports loading from DAT files. More...

#include <Volume.h>

List of all members.

Classes

struct  Gradient
class  Voxel
 Voxel representation. More...

Public Member Functions

 Volume (const std::string &strFilename)
const VoxelGet (const int iX, const int iY, const int iZ) const
const VoxelGet (const int iIndex) const
const VoxelGet () const
const VectorGetGradient () const
const int GetWidth () const
const int GetHeight () const
const int GetDepth () const
const int GetSize () const
void load (const std::string &strFilename)
 Loads the volume in File filename into this Volume.

Detailed Description

Simple linear volume class which supports loading from DAT files.


Member Function Documentation

void Volume::load ( const std::string &  strFilename ) [inline]

Loads the volume in File filename into this Volume.

Parameters:
strFilenameThe const std::string & to load.

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