Classes | Public Member Functions

Volume Class Reference

#include <Volume.hpp>

List of all members.

Classes

class  Histogram
class  Voxel

Public Member Functions

 Volume ()
 Volume (const std::string &strFilename)
 ~Volume (void)
const VoxelGet (const int iX, const int iY, const int iZ) const
const VoxelGet (const int iIndex) const
const VoxelGet () const
const int GetWidth () const
const int GetHeight () const
const int GetDepth () const
const int GetSize () const
void load (const std::string &strFilename)
HistogramgetHistogram ()

Constructor & Destructor Documentation

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

Member Function Documentation

const Voxel& Volume::Get ( const int  iX,
const int  iY,
const int  iZ 
) const [inline]
const Voxel& Volume::Get ( const int  iIndex ) const [inline]
const Voxel* Volume::Get (  ) const [inline]
const int Volume::GetDepth (  ) const [inline]
const int Volume::GetHeight (  ) const [inline]
Histogram* Volume::getHistogram (  ) [inline]
const int Volume::GetSize (  ) const [inline]
const int Volume::GetWidth (  ) const [inline]
void Volume::load ( const std::string &  strFilename ) [inline]

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