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

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

Typedefs:

typedef StdTypeC::RealT RealT;
stored values

Variables:
Methods:
MinMax1dC(RealT min = 0,RealT max = 0)
Creates the minimum/maximum structure.

RealT Min() const
Returns the current minimum value.

RealT Max() const
Returns the current maximum value.

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

MinMax1dC & operator+=(RealT data)
Adds another element to the data set.


Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001