IMP Reference Guide
2.5.0
The Integrative Modeling Platform
|
Handle read/write of Model data from/to files. More...
#include <IMP/rmf/rmf_config.h>
#include <IMP/display/declare_Geometry.h>
#include <RMF/NodeHandle.h>
#include <RMF/FileHandle.h>
Go to the source code of this file.
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::rmf | |
Support for the RMF file format for storing hierarchical molecular data and markup. | |
Geometry I/O | |
The geometry I/O support currently handles geometry composed of Other types can be supported when requested. Be aware, many more complex geometry types are automatically decomposed into the above types and so, more or less, supported. | |
void | IMP::rmf::add_geometries (RMF::FileHandle file, const display::GeometriesTemp &r) |
void | IMP::rmf::add_geometries (RMF::NodeHandle parent, const display::GeometriesTemp &r) |
void | IMP::rmf::add_static_geometries (RMF::FileHandle parent, const display::GeometriesTemp &r) |
display::Geometries | IMP::rmf::create_geometries (RMF::FileConstHandle parent) |
void | IMP::rmf::link_geometries (RMF::FileConstHandle parent, const display::GeometriesTemp &r) |
Handle read/write of Model data from/to files.
Copyright 2007-2015 IMP Inventors. All rights reserved.
Definition in file geometry_io.h.