home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
npctransport
version 20241121.develop.d97d4ead1f
avro.h
1
#ifndef IMPNPCTRANSPORT_AVRO_H
2
#define IMPNPCTRANSPORT_AVRO_H
3
#include <IMP/npctransport/npctransport_config.h>
4
#include <ValidSchema.hh>
5
6
IMPNPCTRANSPORT_BEGIN_NAMESPACE
7
8
IMPNPCTRANSPORTEXPORT IMP_NPCTRANSPORT_AVRO_NAMESPACE::ValidSchema get_avro_data_file_schema();
9
10
IMPNPCTRANSPORT_END_NAMESPACE
11
12
#endif
/* IMPNPCTRANSPORT_AVRO_H */