The mapT struct stores data in a gridded Matrix. More...
#include <structDefs.h>
Public Member Functions | |
| mapT () | |
| ~mapT () | |
| void | clean () |
| void | reSampleMap (const double newRes) |
| void | subSampleMap (const int subRes) |
| void | displayMap () |
| mapT & | operator= (mapT &rhs) |
| mapT () | |
| ~mapT () | |
| void | clean () |
| void | reSampleMap (const double newRes) |
| void | subSampleMap (const int subRes) |
| void | displayMap () |
| mapT & | operator= (mapT &rhs) |
Public Attributes | |
| Matrix | depths |
| Matrix | depthVariance |
| double * | xpts |
| double * | ypts |
| double | dx |
| double | dy |
| double | xcen |
| double | ycen |
| int | numX |
| int | numY |
The mapT struct stores data in a gridded Matrix.
| mapT::mapT | ( | ) |
| mapT::~mapT | ( | ) |
| mapT::mapT | ( | ) |
| mapT::~mapT | ( | ) |
| void mapT::clean | ( | ) |
| void mapT::clean | ( | ) |
| void mapT::displayMap | ( | ) |
| void mapT::displayMap | ( | ) |
| void mapT::reSampleMap | ( | const double | newRes | ) |
| void mapT::reSampleMap | ( | const double | newRes | ) |
| void mapT::subSampleMap | ( | const int | subRes | ) |
| void mapT::subSampleMap | ( | const int | subRes | ) |
| Matrix mapT::depths |
| Matrix mapT::depthVariance |
| double mapT::dx |
| double mapT::dy |
| int mapT::numX |
| int mapT::numY |
| double mapT::xcen |
| double * mapT::xpts |
| double mapT::ycen |
| double * mapT::ypts |
1.8.6