List of all members.
Public Member Functions |
| Voxel (const Voxel &datOther) |
| Voxel (const float fValue) |
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 |
The documentation for this class was generated from the following file: