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