|
IMP
2.0.1
The Integrative Modeling Platform
|
Handle read/write of Model data from/to files. More...
#include <IMP/kernel/kernel_config.h>#include "file.h"#include "OptimizerState.h"#include "internal/utility.h"#include <boost/format.hpp>
Include dependency graph for kernel/io.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | IMP |
| All IMP::kernel code is brought into the IMP namespace. | |
| namespace | IMP::kernel |
| See IMP.kernel Overview for more information. | |
Buffer I/O | |
Write/read the state of the particles to/from a buffer in memory.
| |
| base::Vector< char > | IMP::kernel::write_particles_to_buffer (const ParticlesTemp &particles, const FloatKeys &keys) |
| return a binary buffer with the data | |
| void | IMP::kernel::read_particles_from_buffer (const base::Vector< char > &buffer, const ParticlesTemp &particles, const FloatKeys &keys) |
| load found attributes into the particles | |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file kernel/io.h.