IMP logo
IMP Reference Guide  2.10.1
The Integrative Modeling Platform
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-2018 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 */