RAVE
_CartesianVolume_t Struct Reference

Represents the cartesian volume. More...

Public Attributes

RAVE_OBJECT_HEAD Rave_ObjectType type
 Always on top.
 
RaveDateTime_tdatetime
 the date and time
 
char * source
 where does this data come from
 
RaveObjectList_timages
 the list of images
 
RaveAttributeTable_tattrs
 attributes
 
Projection_tprojection
 this volumes projection definition
 
double xscale
 x scale
 
double yscale
 y scale
 
double zscale
 z scale, introduced with ODIM 2.3, marked for DEPRECATION in 2.4
 
double zstart
 Height in meters above mean sea level of the lowest pixel in the Z dimension, introduced with ODIM 2.3.
 
double llX
 lower left x-coordinate
 
double llY
 lower left y-coordinate
 
double urX
 upper right x-coordinate
 
double urY
 upper right x-coordinate
 
long xsize
 xsize
 
long ysize
 ysize
 

Detailed Description

Represents the cartesian volume.

Member Data Documentation

◆ attrs

RaveAttributeTable_t* _CartesianVolume_t::attrs

attributes

◆ datetime

RaveDateTime_t* _CartesianVolume_t::datetime

the date and time

◆ images

RaveObjectList_t* _CartesianVolume_t::images

the list of images

◆ llX

double _CartesianVolume_t::llX

lower left x-coordinate

◆ llY

double _CartesianVolume_t::llY

lower left y-coordinate

◆ projection

Projection_t* _CartesianVolume_t::projection

this volumes projection definition

◆ source

char* _CartesianVolume_t::source

where does this data come from

◆ type

RAVE_OBJECT_HEAD Rave_ObjectType _CartesianVolume_t::type

Always on top.

what type of cartesian volume this is, COMP, CVOL or anything else

◆ urX

double _CartesianVolume_t::urX

upper right x-coordinate

◆ urY

double _CartesianVolume_t::urY

upper right x-coordinate

◆ xscale

double _CartesianVolume_t::xscale

x scale

◆ xsize

long _CartesianVolume_t::xsize

xsize

◆ yscale

double _CartesianVolume_t::yscale

y scale

◆ ysize

long _CartesianVolume_t::ysize

ysize

◆ zscale

double _CartesianVolume_t::zscale

z scale, introduced with ODIM 2.3, marked for DEPRECATION in 2.4

◆ zstart

double _CartesianVolume_t::zstart

Height in meters above mean sea level of the lowest pixel in the Z dimension, introduced with ODIM 2.3.

Marked for DEPRECATION in 2.4


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