Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
DiscRealC::DiscRealC(void)
DiscRealC::DiscRealC(RealT)
DiscRealC::operator RealT(void) const
DiscRealC::operator==(const DiscRealC &) const
DiscRealC::Hash(void) const
DiscRealC
 
Discretised real value.
 
include "amma/DiscReal.hh"
User Level:Default
Library:SparHist
Example:exBnd.cc
Section:Basic Types.Misc
In Scope:std

Comments:
Rounds real down to a integer value.

Variables:
RealT v;

Methods:
DiscRealC()
Default constructor.
Inital value is undefined !

DiscRealC(RealT real)
Constructor.
Round down to the nearest integer number.

operator RealT() const
convert back to a RealT.

BooleanT operator==(const DiscRealC & oth) const
Compair.

UIntT Hash() const
Get a hash value.


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001