Voxel Class Reference

#include <Voxel.h>

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 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

Private Attributes

float m_fValue


Constructor & Destructor Documentation

Voxel::Voxel (  )  [inline]

Here is the call graph for this function:

Voxel::Voxel ( const Voxel datOther  )  [inline]

Voxel::Voxel ( const float  fValue  )  [inline]

Here is the call graph for this function:

Voxel::~Voxel (  )  [inline]


Member Function Documentation

const float Voxel::GetValue (  )  const [inline]

const bool Voxel::operator!= ( const Voxel datOther  )  const [inline]

const Voxel Voxel::operator* ( const float &  fOther  )  const [inline]

const Voxel& Voxel::operator*= ( const float &  fOther  )  [inline]

const Voxel Voxel::operator+ ( const Voxel datOther  )  const [inline]

const Voxel& Voxel::operator+= ( const Voxel datOther  )  [inline]

const Voxel Voxel::operator- ( const Voxel datOther  )  const [inline]

const Voxel& Voxel::operator-= ( const Voxel datOther  )  [inline]

const Voxel Voxel::operator/ ( const float &  fOther  )  const [inline]

const Voxel& Voxel::operator/= ( const float &  fOther  )  [inline]

const bool Voxel::operator< ( const Voxel datOther  )  const [inline]

Here is the call graph for this function:

const bool Voxel::operator<= ( const Voxel datOther  )  const [inline]

Here is the call graph for this function:

const bool Voxel::operator== ( const Voxel datOther  )  const [inline]

Here is the call graph for this function:

const bool Voxel::operator> ( const Voxel datOther  )  const [inline]

Here is the call graph for this function:

const bool Voxel::operator>= ( const Voxel datOther  )  const [inline]

Here is the call graph for this function:

void Voxel::SetValue ( const float  fValue  )  [inline]


Member Data Documentation

float Voxel::m_fValue [private]


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

Generated on Wed Dec 10 13:35:16 2008 for VisLu by  doxygen 1.5.7.1