|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
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
|