User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Misc - RealC
 

  PUBLIC
RealC::RealC(void)
RealC::RealC(RealT)
RealC::Copy(void) const
RealC::operator RealT(void) const
RealC::operator ==(const RealC &) const
RealC::operator ==(RealT) const
RealC::operator ++(int)
RealC::operator --(int)
RealC::operator ++(void)
RealC::operator --(void)
RealC::operator -=(RealT)
RealC::operator +=(RealT)
RealC::operator /=(RealT)

   RealC   
 
Real value with a default constructor that assigns it a value of 0.
 
include "Ravl/RealC.hh"
Created:15/02/2002 
User Level:Normal
Library:RavlCore
In Scope:RavlN

Comments:
Its main feature is the default constructor sets its value to zero. Usefull in things like histograms.

Variables:
RealT v;

Methods:
RealC()
Default value, 0.

RealC(RealT nv)
Construct an int.

RealC Copy() const
Make a copy.

operator RealT() const
Convert to a plain int.

bool operator ==(const RealC & oth) const
Comparison operator.

bool operator ==(RealT ov) const
Comparison operator.

RealT operator ++(int)
Increment.

RealT operator --(int)
Decrement

RealT operator ++()
Increment.

RealT operator --()
Decrement

RealT operator -=(RealT oth)
Take another URealT from this one.

RealT operator +=(RealT oth)
Take another URealT from this one.

RealT operator /=(RealT oth)
Divide in place by another value.


Maintainer:Charles Galambos, Created: 15/02/2002, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002