home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
rmf
version 20241121.develop.d97d4ead1f
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-2022 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.