|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Typedefs:
- typedef StdTypeC::RealT RealT;
-
stored values
Variables:
- RealT mmin;
-
current minimum value
- RealT mmax;
-
current maximum value
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.
- istream & operator>>(istream & inS,MinMax1dC & mm)
-
- void Set(MinMax1dC::RealT min,MinMax1dC::RealT max)
-
- MinMax1dC & operator+=(MinMax1dC::RealT data)
-
IAPS - Image analysis program system.
End of include file MinMax1d.hh
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|