Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.4.0
API Reference
Loading...
Searching...
No Matches
hrepack_dim.h File Reference
#include "hrepack.h"

Data Structures

struct  dim_name_t
struct  dim_table_t

Functions

void dim_table_add (dim_table_t *dim_tbl, int ref, char *name)
void dim_table_init (dim_table_t **tbl)
void dim_table_free (dim_table_t *dim_tbl)
void match_dim (int32 sd_in, int32 sd_out, dim_table_t *dt1, dim_table_t *dt2, options_t *options)

Function Documentation

◆ dim_table_add()

void dim_table_add ( dim_table_t * dim_tbl,
int ref,
char * name )

◆ dim_table_free()

void dim_table_free ( dim_table_t * dim_tbl)

◆ dim_table_init()

void dim_table_init ( dim_table_t ** tbl)

◆ match_dim()

void match_dim ( int32 sd_in,
int32 sd_out,
dim_table_t * dt1,
dim_table_t * dt2,
options_t * options )