|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Typedefs:
- typedef int IntT;
-
Extrem values.
Variables:
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.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|