RAVE
RaveTransform2D Struct Reference

Data structure when working with 2D projections. More...

#include <rave_transform.h>

Public Attributes

PJ * inpj
 Source projection.
 
double inxscale
 Source x-scale.
 
double inyscale
 Source y-scale.
 
int inxmax
 Source x-dimension.
 
int inymax
 Source y-dimension.
 
UV inUL
 Source upper-left corner.
 
double nodata
 No data value.
 
double noecho
 No echo value.
 
PJ * outpj
 Destination projection.
 
double outxscale
 Destination x-scale.
 
double outyscale
 Destination y-scale.
 
UV outUL
 Destination upper-left corner.
 
double R
 Radius for transformation, used in cressman.
 
RaveTransformationMethod method
 Transformation method.
 
unsigned char * data
 Source data.
 
RaveDataType type
 Source data type.
 
int stride_xsize
 Source stride for length of one step y-wise, i.e.
 

Detailed Description

Data structure when working with 2D projections.

Member Data Documentation

◆ data

unsigned char* RaveTransform2D::data

Source data.

◆ inpj

PJ* RaveTransform2D::inpj

Source projection.

◆ inUL

UV RaveTransform2D::inUL

Source upper-left corner.

◆ inxmax

int RaveTransform2D::inxmax

Source x-dimension.

◆ inxscale

double RaveTransform2D::inxscale

Source x-scale.

◆ inymax

int RaveTransform2D::inymax

Source y-dimension.

◆ inyscale

double RaveTransform2D::inyscale

Source y-scale.

◆ method

RaveTransformationMethod RaveTransform2D::method

Transformation method.

◆ nodata

double RaveTransform2D::nodata

No data value.

◆ noecho

double RaveTransform2D::noecho

No echo value.

◆ outpj

PJ* RaveTransform2D::outpj

Destination projection.

◆ outUL

UV RaveTransform2D::outUL

Destination upper-left corner.

◆ outxscale

double RaveTransform2D::outxscale

Destination x-scale.

◆ outyscale

double RaveTransform2D::outyscale

Destination y-scale.

◆ R

double RaveTransform2D::R

Radius for transformation, used in cressman.

◆ stride_xsize

int RaveTransform2D::stride_xsize

Source stride for length of one step y-wise, i.e.

y*stride_xsize + x

◆ type

RaveDataType RaveTransform2D::type

Source data type.


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