Visualization 2 - Lab Course
 All Classes Functions Enumerations Enumerator
Public Member Functions | List of all members
Volume::Voxel Class Reference

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: