#include <Volume.h>
Public Member Functions | |
Voxel () | |
Voxel (const Voxel &datOther) | |
Voxel (const float fValue) | |
~Voxel () | |
void | SetValue (const float fValue) |
const float | GetValue () const |
const bool | operator== (const Voxel &datOther) const |
const bool | operator!= (const Voxel &datOther) const |
const bool | operator> (const Voxel &datOther) const |
const bool | operator>= (const Voxel &datOther) const |
const bool | operator< (const Voxel &datOther) const |
const bool | operator<= (const Voxel &datOther) const |
const Voxel & | operator+= (const Voxel &datOther) |
const Voxel & | operator-= (const Voxel &datOther) |
const Voxel & | operator*= (const float &fOther) |
const Voxel & | operator/= (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 |
Volume::Voxel::Voxel | ( | ) | [inline] |
Volume::Voxel::Voxel | ( | const Voxel & | datOther | ) | [inline] |
Volume::Voxel::Voxel | ( | const float | fValue | ) | [inline] |
Volume::Voxel::~Voxel | ( | ) | [inline] |
const float Volume::Voxel::GetValue | ( | ) | const [inline] |
const bool 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 | ) | [inline] |
const Voxel Volume::Voxel::operator/ | ( | const float & | fOther | ) | const [inline] |
const Voxel& Volume::Voxel::operator/= | ( | const float & | fOther | ) | [inline] |
const bool Volume::Voxel::operator< | ( | const Voxel & | datOther | ) | const [inline] |
const bool Volume::Voxel::operator<= | ( | const Voxel & | datOther | ) | const [inline] |
const bool Volume::Voxel::operator== | ( | const Voxel & | datOther | ) | const [inline] |
const bool Volume::Voxel::operator> | ( | const Voxel & | datOther | ) | const [inline] |
const bool Volume::Voxel::operator>= | ( | const Voxel & | datOther | ) | const [inline] |
void Volume::Voxel::SetValue | ( | const float | fValue | ) | [inline] |
float Volume::Voxel::m_fValue [private] |