#include <vstorefuncs.h>
Public Member Functions | |
| ForEachMinMax (GetMinMax &gmm) | |
| Constructor. | |
| ForEachMinMax (const ForEachMinMax &mm) | |
| Copy constructor. | |
| const ForEachMinMax & | operator= (const ForEachMinMax &femm) |
| Assignment operator. | |
| ~ForEachMinMax () | |
| Destructor. | |
| void | operator() (VStoreItem *i) |
| Function operator. | |
| GetMinMax | get () const |
| Get the minimum and maximum. | |
| void | reset () |
| Reset the object. | |
Private Attributes | |
| GetMinMax & | getminmax |
| A reference to a GetMinMax object. | |
| GVectors::ForEachMinMax::ForEachMinMax | ( | GetMinMax & | gmm | ) | [inline, explicit] |
| GVectors::ForEachMinMax::ForEachMinMax | ( | const ForEachMinMax & | mm | ) | [inline] |
| GVectors::ForEachMinMax::~ForEachMinMax | ( | ) | [inline] |
Destructor. Does nothing. Just for completeness.
| const ForEachMinMax & ForEachMinMax::operator= | ( | const ForEachMinMax & | femm | ) |
Assignment operator.
| femm | A const reference to a ForEachMinMax object. |
| void ForEachMinMax::operator() | ( | VStoreItem * | i | ) |
| GetMinMax GVectors::ForEachMinMax::get | ( | ) | const [inline] |
| void GVectors::ForEachMinMax::reset | ( | ) | [inline] |
Reset the object.
GetMinMax& GVectors::ForEachMinMax::getminmax [private] |
This is a reference to the GetMinMax object that is used to store the minimum and maximum x and y values.
1.4.7