#include <Voxel.h>
Public Member Functions | |
Voxel () | |
Voxel (const Voxel &newValue) | |
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 |
Definition at line 9 of file Voxel.h.
Voxel::Voxel | ( | ) | [inline] |
Definition at line 14 of file Voxel.h.
References setValue().
Voxel::Voxel | ( | const Voxel & | newValue | ) | [inline] |
Voxel::Voxel | ( | const float | fValue | ) | [inline] |
Definition at line 26 of file Voxel.h.
References setValue().
void Voxel::setValue | ( | const float | fValue | ) | [inline] |
const float Voxel::getValue | ( | ) | const [inline] |
Definition at line 43 of file Voxel.h.
Referenced by operator<(), operator<=(), operator==(), operator>(), and operator>=().
const bool Voxel::operator== | ( | const Voxel & | datOther | ) | const [inline] |
Definition at line 49 of file Voxel.h.
References getValue().
const bool Voxel::operator!= | ( | const Voxel & | datOther | ) | const [inline] |
const bool Voxel::operator> | ( | const Voxel & | datOther | ) | const [inline] |
Definition at line 59 of file Voxel.h.
References getValue().
const bool Voxel::operator>= | ( | const Voxel & | datOther | ) | const [inline] |
Definition at line 64 of file Voxel.h.
References getValue().
const bool Voxel::operator< | ( | const Voxel & | datOther | ) | const [inline] |
Definition at line 69 of file Voxel.h.
References getValue().
const bool Voxel::operator<= | ( | const Voxel & | datOther | ) | const [inline] |
Definition at line 74 of file Voxel.h.
References getValue().
const Voxel& Voxel::operator *= | ( | const float & | fOther | ) | [inline] |
const Voxel& Voxel::operator/= | ( | const float & | fOther | ) | [inline] |
const Voxel Voxel::operator * | ( | const float & | fOther | ) | const [inline] |
const Voxel Voxel::operator/ | ( | const float & | fOther | ) | const [inline] |