IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
spb_ISD_particles.h
Go to the documentation of this file.
1 /**
2  * \file IMP/spb/spb_ISD_particles.h
3  * \brief SPB ISD particles
4  *
5  * Copyright 2007-2022 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPSPB_SPB_IS_D_PARTICLES_H
10 #define IMPSPB_SPB_IS_D_PARTICLES_H
11 #include <IMP.h>
12 #include <IMP/atom.h>
13 #include <IMP/core.h>
14 #include <IMP/spb/spb_main.h>
15 #include <map>
16 #include <string>
17 #include <IMP/spb/spb_config.h>
18 
19 IMPSPB_BEGIN_NAMESPACE
20 
21 IMPSPBEXPORT std::map<std::string, IMP::Pointer<Particle> >
22 add_ISD_particles(Model *m, RestraintSet *allrs, spb::SPBParameters mydata,
24 
25 IMPSPB_END_NAMESPACE
26 
27 #endif /* IMPSPB_SPB_IS_D_PARTICLES_H */
IMP::Vector< IMP::Pointer< MonteCarloMover > > MonteCarloMovers
Include all non-deprecated headers in IMP.
Include all non-deprecated headers in IMP.core.
Include all non-deprecated headers in IMP.atom.
SPB MonteCarlo.