VAPoR  0.1
Public Member Functions | List of all members
VAPoR::WeightTable Class Reference

#include <WeightTable.h>

Public Member Functions

 WeightTable (const float *geo_lat, const float *geo_lon, int ny, int nx, const float latexts[2], const float lonexts[2])
 
virtual ~WeightTable ()
 
void interp2D (const float *sourceData, float *resultData, float srcMV, float dstMV, const size_t *dims)
 
int calcWeights ()
 
float getAngle (int ilon, int ilat) const
 
const float * getGeoLats () const
 

Detailed Description

Definition at line 21 of file WeightTable.h.

Constructor & Destructor Documentation

VAPoR::WeightTable::WeightTable ( const float *  geo_lat,
const float *  geo_lon,
int  ny,
int  nx,
const float  latexts[2],
const float  lonexts[2] 
)
virtual VAPoR::WeightTable::~WeightTable ( )
virtual

Member Function Documentation

int VAPoR::WeightTable::calcWeights ( )
float VAPoR::WeightTable::getAngle ( int  ilon,
int  ilat 
) const
const float* VAPoR::WeightTable::getGeoLats ( ) const
inline

Definition at line 42 of file WeightTable.h.

void VAPoR::WeightTable::interp2D ( const float *  sourceData,
float *  resultData,
float  srcMV,
float  dstMV,
const size_t *  dims 
)

The documentation for this class was generated from the following file: