IMP  2.3.1
The Integrative Modeling Platform
associations.h File Reference

Track associations between an RMF file and native objects. 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>
+ Include dependency graph for associations.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::rmf
 Support for the RMF file format for storing hierarchical molecular data and markup.
 

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 and native objects. In the IMP case these are IMP::base::Object and we provide some special methods to aid in this process.

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)
 

Detailed Description

Track associations between an RMF file and native objects.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file associations.h.