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

#include <hdf5.h>

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

#endif // SEQUENCE_DATA_INIT_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.