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
version 20241121.develop.d97d4ead1f
rmf.h
Go to the documentation of this file.
1
/**
2
* \file IMP/rmf.h
3
* \brief Include all non-deprecated headers in IMP.rmf.
4
*
5
* Copyright 2007-2024 IMP Inventors. All rights reserved.
6
*/
7
8
#ifndef IMP_RMF_H
9
#define IMP_RMF_H
10
#include <
IMP/rmf/HierarchyLoadLink.h
>
11
#include <
IMP/rmf/HierarchySaveLink.h
>
12
#include <
IMP/rmf/RMFWriter.h
>
13
#include <
IMP/rmf/SaveOptimizerState.h
>
14
#include <
IMP/rmf/associations.h
>
15
#include <
IMP/rmf/atom_io.h
>
16
#include <
IMP/rmf/atom_links.h
>
17
#include <
IMP/rmf/frames.h
>
18
#include <
IMP/rmf/geometry_io.h
>
19
#include <
IMP/rmf/link_macros.h
>
20
#include <
IMP/rmf/links.h
>
21
#include <
IMP/rmf/particle_io.h
>
22
#include <
IMP/rmf/restraint_io.h
>
23
#include <
IMP/rmf/simple_links.h
>
24
#endif
/* IMP_RMF_H */
HierarchyLoadLink.h
Manages loading links from an RMF file to an atom::Hierarchy.
geometry_io.h
Handle read/write of geometry data from/to files.
HierarchySaveLink.h
Manage saving links to an RMF file from an atom::Hierarchy.
atom_io.h
Input/output of IMP::atom::Hierarchy information.
RMFWriter.h
Write geometry to an RMF file.
SaveOptimizerState.h
Dump the state of all associated objects into the RMF file.
restraint_io.h
Manage read/write of Restraints from/to RMF files.
atom_links.h
Manage links between an RMF file and an atom::Hierarchy. This file is only a wrapper for HierarchyLoa...
links.h
Manage links between IMP objects and a part of the RMF file.
link_macros.h
macros for display classes
particle_io.h
Manage read/write of particles from/to RMF files.
frames.h
Read or write RMF frames.
simple_links.h
Manage links between IMP objects and RMF nodes.
associations.h
Track associations between an RMF file and native objects.