IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
spb_parser.h
Go to the documentation of this file.
1 /**
2  * \file IMP/spb/spb_parser.h
3  * \brief SPB Parser
4  *
5  * Copyright 2007-2022 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPSPB_SPB_PARSER_H
10 #define IMPSPB_SPB_PARSER_H
11 #include <IMP.h>
12 #include <IMP/spb.h>
13 #include <string>
14 #include <IMP/spb/spb_config.h>
15 
16 IMPSPB_BEGIN_NAMESPACE
17 
18 IMPSPBEXPORT SPBParameters get_SPBParameters(IMP::TextInput in,
19  std::string suffix);
20 
21 IMPSPB_END_NAMESPACE
22 
23 #endif /* IMPSPB_SPB_PARSER_H */
Include all non-deprecated headers in IMP.
Include all non-deprecated headers in IMP.spb.