#include <Volume.h>
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 |
Voxel class.
Definition at line 27 of file Volume.h.