home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.20.2
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
spb
version 2.20.2
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 */
IMP.h
Include all non-deprecated headers in IMP.
spb.h
Include all non-deprecated headers in IMP.spb.
IMP::TextInput
Definition:
file.h:89