IMP logo
IMP Reference Guide  develop.d4e9f3251e,2024/04/26
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/Object.h>
#include <IMP/Pointer.h>
#include <IMP/object_macros.h>
#include <IMP/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
 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 IMP case these are IMP::Object and we provide some special methods to aid in this process.

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)
 

Detailed Description

Track associations between an RMF file and native objects.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file associations.h.