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

class  Voxel
 Voxel class. More...

Public Member Functions

 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
const int GetWidth () const
const int GetHeight () const
const int GetDepth () const
const int GetSize () const
const std::vector< int > GetHistogram () const
const std::vector< double > GetNormHistogram () const
void load (const std::string &strFilename)

Detailed Description

Simple linear volume class which supports loading from DAT files.

Definition at line 18 of file Volume.h.


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