imp
doc
wiki
download
groups
imp at salilab.org | contact
Main Page
Modules
Class Index
Methods and Variables
Class Hierarchy
Macros
Related Pages
build
include
IMP
atom
dihedrals.h
Go to the documentation of this file.
1
/**
2
* \file dihedrals.h \brief Helpers to extract dihedral information.
3
*
4
* Copyright 2007-2012 IMP Inventors. All rights reserved.
5
*
6
*/
7
8
#ifndef IMPATOM_DIHEDRALS_H
9
#define IMPATOM_DIHEDRALS_H
10
11
#include "atom_config.h"
12
#include "
Atom.h
"
13
#include "
Residue.h
"
14
15
IMPATOM_BEGIN_NAMESPACE
16
17
/** Return the atoms comprising the phi dihedral.
18
If all atoms cannot be found, an empty list is returned.
19
\relatesalso Residue */
20
IMPATOMEXPORT Atoms
get_phi_dihedral_atoms
(Residue rd);
21
22
/** Return the atoms comprising the psi dihedral.
23
If all atoms cannot be found, an empty list is returned.
24
\relatesalso Residue */
25
IMPATOMEXPORT Atoms
get_psi_dihedral_atoms
(Residue rd);
26
27
IMPATOM_END_NAMESPACE
28
29
#endif
/* IMPATOM_DIHEDRALS_H */
Generated on Tue May 22 2012 23:33:13 for IMP by
doxygen
1.8.1