#include <CachedVectorReprojection.h>
MetNoFimex::CachedVectorReprojection::CachedVectorReprojection |
( |
| ) |
|
|
inline |
MetNoFimex::CachedVectorReprojection::CachedVectorReprojection |
( |
int |
method, |
|
|
boost::shared_array< double > |
matrix, |
|
|
int |
ox, |
|
|
int |
oy |
|
) |
| |
|
inline |
virtual MetNoFimex::CachedVectorReprojection::~CachedVectorReprojection |
( |
| ) |
|
|
inlinevirtual |
size_t MetNoFimex::CachedVectorReprojection::getXSize |
( |
| ) |
const |
|
inline |
size_t MetNoFimex::CachedVectorReprojection::getYSize |
( |
| ) |
const |
|
inline |
void MetNoFimex::CachedVectorReprojection::reprojectDirectionValues |
( |
boost::shared_array< float > & |
angles, |
|
|
size_t |
size |
|
) |
| const |
reproject directions given in angles in degree
- Parameters
-
angles | direction of vector in each grid-cell, given in degree |
size | the size of the angles-array |
Referenced by ~CachedVectorReprojection().
void MetNoFimex::CachedVectorReprojection::reprojectValues |
( |
boost::shared_array< float > & |
uValues, |
|
|
boost::shared_array< float > & |
vValues, |
|
|
size_t |
size |
|
) |
| const |
reproject the vector values
- Parameters
-
uValues | the values in x-direction. These will be changed in-place. |
vValues | the values in y-direction. These will be changed in-place. |
size | the size of both arrays |
Referenced by ~CachedVectorReprojection().
The documentation for this class was generated from the following file: