home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.23.0
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
spb
version 2.23.0
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/spb/spb_main.h
>
12
#include <map>
13
#include <string>
14
#include <IMP/spb/spb_config.h>
15
16
IMPSPB_BEGIN_NAMESPACE
17
18
IMPSPBEXPORT std::map<std::string, IMP::Pointer<Particle> >
19
add_ISD_particles(Model *m, RestraintSet *allrs, spb::SPBParameters mydata,
20
core::MonteCarloMovers
&mvs);
21
22
IMPSPB_END_NAMESPACE
23
24
#endif
/* IMPSPB_SPB_IS_D_PARTICLES_H */
IMP::core::MonteCarloMovers
IMP::Vector< IMP::Pointer< MonteCarloMover > > MonteCarloMovers
Definition:
MonteCarloMover.h:119
spb_main.h
SPB MonteCarlo.