IMP  2.0.1
The Integrative Modeling Platform
geometry_io.h File Reference

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>
+ Include dependency graph for geometry_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::rmf
 See IMP.rmf Overview for more information.
 

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)
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file geometry_io.h.