|
WXP C++ Library Version 6.74.9
|
This struct contains statistics from a grid. More...
#include "../include/GridStats.h"
Public Member Functions | |
| GridStats () | |
| int | init () |
| int | print () |
Public Attributes | |
| float | max |
| float | min |
| float | avg |
| int | num |
This struct contains statistics from a grid.
| GridStats::GridStats | ( | ) |
Constructor. Initializes the values.
References init().
| int GridStats::init | ( | ) |
| int GridStats::print | ( | ) |
Prints the values to standard output.