My Project
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
mapT Struct Reference

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 ()
 
mapToperator= (mapT &rhs)
 
 mapT ()
 
 ~mapT ()
 
void clean ()
 
void reSampleMap (const double newRes)
 
void subSampleMap (const int subRes)
 
void displayMap ()
 
mapToperator= (mapT &rhs)
 

Public Attributes

Matrix depths
 
Matrix depthVariance
 
double * xpts
 
double * ypts
 
double dx
 
double dy
 
double xcen
 
double ycen
 
int numX
 
int numY
 

Detailed Description

The mapT struct stores data in a gridded Matrix.

Constructor & Destructor Documentation

mapT::mapT ( )
mapT::~mapT ( )
mapT::mapT ( )
mapT::~mapT ( )

Member Function Documentation

void mapT::clean ( )
void mapT::clean ( )
void mapT::displayMap ( )
void mapT::displayMap ( )
mapT & mapT::operator= ( mapT rhs)
mapT& mapT::operator= ( mapT rhs)
void mapT::reSampleMap ( const double  newRes)
void mapT::reSampleMap ( const double  newRes)
void mapT::subSampleMap ( const int  subRes)
void mapT::subSampleMap ( const int  subRes)

Member Data Documentation

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

The documentation for this struct was generated from the following files: