Public Member Functions

Volume::Voxel Class Reference

List of all members.

Public Member Functions

 Voxel (const Voxel &datOther)
 Voxel (const float fValue)
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

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