Volume Renderer DoF
Voxel Class Reference

#include <Volume.h>

Public Member Functions

 Voxel ()
 
 Voxel (const Voxel &other)
 
 Voxel (const float value)
 
 ~Voxel ()
 
void setValue (const float value)
 
const float getValue () const
 
const bool operator== (const Voxel &other) const
 
const bool operator!= (const Voxel &other) const
 
const bool operator> (const Voxel &other) const
 
const bool operator>= (const Voxel &other) const
 
const bool operator< (const Voxel &other) const
 
const bool operator<= (const Voxel &other) const
 
const Voxel operator+ (const Voxel &other) const
 
const Voxel operator- (const Voxel &other) const
 
const Voxel operator* (const float &value) const
 
const Voxel operator/ (const float &value) const
 
const Voxeloperator+= (const Voxel &other)
 
const Voxeloperator-= (const Voxel &other)
 
const Voxeloperator*= (const float &value)
 
const Voxeloperator/= (const float &value)
 

Constructor & Destructor Documentation

◆ Voxel() [1/3]

Voxel::Voxel ( )

◆ Voxel() [2/3]

Voxel::Voxel ( const Voxel other)

◆ Voxel() [3/3]

Voxel::Voxel ( const float  value)

◆ ~Voxel()

Voxel::~Voxel ( )

Member Function Documentation

◆ getValue()

const float Voxel::getValue ( ) const

◆ operator!=()

const bool Voxel::operator!= ( const Voxel other) const

◆ operator*()

const Voxel Voxel::operator* ( const float &  value) const

◆ operator*=()

const Voxel & Voxel::operator*= ( const float &  value)

◆ operator+()

const Voxel Voxel::operator+ ( const Voxel other) const

◆ operator+=()

const Voxel & Voxel::operator+= ( const Voxel other)

◆ operator-()

const Voxel Voxel::operator- ( const Voxel other) const

◆ operator-=()

const Voxel & Voxel::operator-= ( const Voxel other)

◆ operator/()

const Voxel Voxel::operator/ ( const float &  value) const

◆ operator/=()

const Voxel & Voxel::operator/= ( const float &  value)

◆ operator<()

const bool Voxel::operator< ( const Voxel other) const

◆ operator<=()

const bool Voxel::operator<= ( const Voxel other) const

◆ operator==()

const bool Voxel::operator== ( const Voxel other) const

◆ operator>()

const bool Voxel::operator> ( const Voxel other) const

◆ operator>=()

const bool Voxel::operator>= ( const Voxel other) const

◆ setValue()

void Voxel::setValue ( const float  value)

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