IMP Reference Guide
2.9.0
The Integrative Modeling Platform
|
Track associations between an RMF file and native objects. More...
#include <IMP/rmf/rmf_config.h>
#include "links.h"
#include <IMP/Object.h>
#include <IMP/Pointer.h>
#include <IMP/object_macros.h>
#include <IMP/log_macros.h>
#include <RMF/names.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. | |
Typedefs | |
typedef Object * | IMP::rmf::AssociationType |
Functions | |
template<class T > | |
T * | IMP::rmf::get_association (RMF::NodeConstHandle nh) |
void | IMP::rmf::set_association (RMF::NodeConstHandle nh, Object *o, bool overwrite=false) |
Associations | |
RMF supports tracking associations between an RMF file and native objects. In the | |
RMF::NodeConstHandle | IMP::rmf::get_node_from_association (RMF::FileConstHandle nh, Object *oi) |
RMF::NodeHandle | IMP::rmf::get_node_from_association (RMF::FileHandle nh, Object *oi) |
bool | IMP::rmf::get_has_associated_node (RMF::FileConstHandle nh, Object *oi) |
Track associations between an RMF file and native objects.
Copyright 2007-2018 IMP Inventors. All rights reserved.
Definition in file associations.h.