IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Write/read the state of the particles to/from a buffer in memory. More...
#include <IMP/kernel_config.h>
#include "OptimizerState.h"
#include "internal/utility.h"
#include <boost/format.hpp>
Go to the source code of this file.
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
Buffer I/O | |
Write/read the state of the particles to/from a buffer in memory.
| |
Vector< char > | IMP::write_particles_to_buffer (const ParticlesTemp &particles, const FloatKeys &keys) |
return a binary buffer with the data More... | |
void | IMP::read_particles_from_buffer (const Vector< char > &buffer, const ParticlesTemp &particles, const FloatKeys &keys) |
load found attributes into the particles More... | |