bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
addresses for the vector data

Functions

hsize_t * coordinates::get_dims ()
 
float64 * coordinates::get_lat ()
 
float64 * coordinates::get_lon ()
 
STARE_ArrayIndexSpatialValue * coordinates::get_s_index ()
 
unsigned long * coordinates::get_x ()
 
unsigned long * coordinates::get_y ()
 

Detailed Description

These provide a way to avoid tortured expression syntax to get the addresses of the memory blocks for these vectors.

Function Documentation

◆ get_dims()

hsize_t * coordinates::get_dims ( )
inline

Definition at line 111 of file build_sidecar.cc.

◆ get_lat()

float64 * coordinates::get_lat ( )
inline

Definition at line 117 of file build_sidecar.cc.

◆ get_lon()

float64 * coordinates::get_lon ( )
inline

Definition at line 116 of file build_sidecar.cc.

◆ get_s_index()

STARE_ArrayIndexSpatialValue * coordinates::get_s_index ( )
inline

Definition at line 119 of file build_sidecar.cc.

◆ get_x()

unsigned long * coordinates::get_x ( )
inline

Definition at line 113 of file build_sidecar.cc.

◆ get_y()

unsigned long * coordinates::get_y ( )
inline

Definition at line 114 of file build_sidecar.cc.