home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.14.0
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
rmf
version 2.14.0
atom_links.h
Go to the documentation of this file.
1
/**
2
* \file IMP/rmf/atom_links.h
3
* \brief Manage links between an RMF file and an atom::Hierarchy.
4
* This file is only a wrapper for HierarchyLoadLink and
5
* HierarchySaveLink - the name is misleading and may be
6
* changed to atom_hierarchy_links.h in future.
7
*
8
* Copyright 2007-2020 IMP Inventors. All rights reserved.
9
*
10
*/
11
12
#ifndef IMPRMF_ATOM_LINKS_H
13
#define IMPRMF_ATOM_LINKS_H
14
15
#include "
HierarchyLoadLink.h
"
16
#include "
HierarchySaveLink.h
"
17
18
#endif
/* IMPRMF_ATOM_LINKS_H */
HierarchyLoadLink.h
Manages loading links from an RMF file to an atom::Hierarchy.
HierarchySaveLink.h
Manage saving links to an RMF file from an atom::Hierarchy.