IMP
2.2.1
The Integrative Modeling Platform
|
Handle read/write of kernel::Model data from/to files. More...
#include <IMP/rmf/rmf_config.h>
#include "links.h"
#include <IMP/base/Object.h>
#include <IMP/base/Pointer.h>
#include <IMP/base/object_macros.h>
#include <IMP/base/log_macros.h>
#include <RMF/names.h>
Go to the source code of this file.
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::rmf | |
See IMP.rmf for more information. | |
Typedefs | |
typedef base::Object * | IMP::rmf::AssociationType |
Functions | |
template<class T > | |
T * | IMP::rmf::get_association (RMF::NodeConstHandle nh) |
void | IMP::rmf::set_association (RMF::NodeConstHandle nh, base::Object *o, bool overwrite=false) |
Associations | |
RMF supports tracking associations between an RMF file an native objects. In the | |
RMF::NodeConstHandle | IMP::rmf::get_node_from_association (RMF::FileConstHandle nh, base::Object *oi) |
RMF::NodeHandle | IMP::rmf::get_node_from_association (RMF::FileHandle nh, base::Object *oi) |
bool | IMP::rmf::get_has_associated_node (RMF::FileConstHandle nh, base::Object *oi) |
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file associations.h.