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

  PUBLIC
IntMinMax1dC::IntMinMax1dC(IntT,IntT)
IntMinMax1dC::Min(void) const
IntMinMax1dC::Max(void) const
IntMinMax1dC::Set(IntT,IntT)
IntMinMax1dC::operator+=(IntT)
IntMinMax1dC::operator>>(istream &,IntMinMax1dC &)
IntMinMax1dC::Set(IntMinMax1dC::IntT,IntMinMax1dC::IntT)
IntMinMax1dC::operator+=(IntMinMax1dC::IntT)
IntMinMax1dC
 
The class IntMinMax1dC searches for the minimum/maximum integer value.
 
include "amma/IMinMax1.hh"
User Level:Default
Library:Mst1
Example:exBnd.cc
Section:Statistics.1-D
In Scope:std

Typedefs:

typedef int IntT;
Extrem values.

Variables:
IntT mmin;
The current minimum value.

IntT mmax;
The current maximum value.

Methods:
IntMinMax1dC(IntT min = 0,IntT max = 0)
Creates the minimum/maximum structure.

IntT Min() const
Returns the current minimum value.

IntT Max() const
Returns the current maximum value.

void Set(IntT min = 0,IntT max = 0)
Initializes the object to the specified values.

IntMinMax1dC & operator+=(IntT data)
Adds another element to the data set.

istream & operator>>(istream & inS,IntMinMax1dC & mm)

void Set(IntMinMax1dC::IntT min,IntMinMax1dC::IntT max)

IntMinMax1dC & operator+=(IntMinMax1dC::IntT data)
IAPS - Image analysis program system. End of include file IMinMax1.hh


Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001