summaryrefslogtreecommitdiffstats
path: root/src/model/sequence_data_init.h (plain)
blob: 1a2c75cf2f457edac04cc2e33e845663ce23e604
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.