Volume::Voxel Class Reference
List of all members.
Public Member Functions |
| | Voxel () |
| | Voxel (const Voxel &datOther) |
| | 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 |
Constructor & Destructor Documentation
| Volume::Voxel::Voxel |
( |
|
) |
[inline] |
Construct a new voxel object
| Volume::Voxel::Voxel |
( |
const Voxel & |
datOther |
) |
[inline] |
Construct a new voxel object of another voxel
- Parameters:
-
| Volume::Voxel::Voxel |
( |
const float |
fValue |
) |
[inline] |
Construct a new voxel object with the given value
- Parameters:
-
| fValue | Value to set the voxel |
| Volume::Voxel::~Voxel |
( |
|
) |
[inline] |
Member Function Documentation
| const float Volume::Voxel::GetValue |
( |
|
) |
const [inline] |
Get the value
- Returns:
- The Value
| void Volume::Voxel::SetValue |
( |
const float |
fValue |
) |
[inline] |
Set the value
- Parameters:
-
The documentation for this class was generated from the following file:
- D:/C++/Visualisierung/vislab/src/Volume.h