Volume::Voxel Class Reference

#include <Volume.h>

List of all members.

Public Member Functions

 Voxel ()
 Voxel (const Voxel &datOther)
 Voxel (const float fValue)
 ~Voxel ()
void SetValue (const float fValue)
float GetValue () const
bool operator== (const Voxel &datOther) const
bool operator!= (const Voxel &datOther) const
bool operator> (const Voxel &datOther) const
bool operator>= (const Voxel &datOther) const
bool operator< (const Voxel &datOther) const
bool operator<= (const Voxel &datOther) const
const Voxeloperator+= (const Voxel &datOther)
const Voxeloperator-= (const Voxel &datOther)
const Voxeloperator*= (const float &fOther)
const Voxeloperator/= (const float &fOther)
const Voxel operator+ (const Voxel &datOther) const
const Voxel operator- (const Voxel &datOther) const
const Voxel operator* (const float &fOther) const
const Voxel operator/ (const float &fOther) const

Private Attributes

float m_fValue


Constructor & Destructor Documentation

Volume::Voxel::Voxel (  )  [inline]

Volume::Voxel::Voxel ( const Voxel datOther  )  [inline]

Volume::Voxel::Voxel ( const float  fValue  )  [inline]

Volume::Voxel::~Voxel (  )  [inline]


Member Function Documentation

void Volume::Voxel::SetValue ( const float  fValue  )  [inline]

float Volume::Voxel::GetValue (  )  const [inline]

bool Volume::Voxel::operator== ( const Voxel datOther  )  const [inline]

bool Volume::Voxel::operator!= ( const Voxel datOther  )  const [inline]

bool Volume::Voxel::operator> ( const Voxel datOther  )  const [inline]

bool Volume::Voxel::operator>= ( const Voxel datOther  )  const [inline]

bool Volume::Voxel::operator< ( const Voxel datOther  )  const [inline]

bool Volume::Voxel::operator<= ( const Voxel datOther  )  const [inline]

const Voxel& Volume::Voxel::operator+= ( const Voxel datOther  )  [inline]

const Voxel& Volume::Voxel::operator-= ( const Voxel datOther  )  [inline]

const Voxel& Volume::Voxel::operator*= ( const float &  fOther  )  [inline]

const Voxel& Volume::Voxel::operator/= ( const float &  fOther  )  [inline]

const Voxel Volume::Voxel::operator+ ( const Voxel datOther  )  const [inline]

const Voxel Volume::Voxel::operator- ( const Voxel datOther  )  const [inline]

const Voxel Volume::Voxel::operator* ( const float &  fOther  )  const [inline]

const Voxel Volume::Voxel::operator/ ( const float &  fOther  )  const [inline]


Member Data Documentation

float Volume::Voxel::m_fValue [private]


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

Generated on Tue Dec 8 21:57:03 2009 for VolumeRendering by  doxygen 1.5.5