summaryrefslogtreecommitdiffstats
path: root/src/model/gi_type_data_init.h (plain)
blob: 080f0356bbbf8d5c42e6035cd7dddfa527bd955e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef GI_TYPE_DATA_INIT_H
#define GI_TYPE_DATA_INIT_H

#include <hdf5.h>

/*
 * Initialize the structures describing the struct.  These descriptive
 * structures are used by the HDF5 API.
 */
void
gi_type_data_init (size_t * dst_size, size_t * dst_offset, size_t * dst_sizes,
		   hid_t * field_type);

#endif // GI_TYPE_DATA_INIT_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.