IMP  2.0.1
The Integrative Modeling Platform
charmm_topology.h File Reference

Classes for handling CHARMM-style topology. More...

#include "IMP/Object.h"
#include "Hierarchy.h"
#include "Atom.h"
#include <IMP/atom/atom_config.h>
#include <string>
#include <vector>
+ Include dependency graph for charmm_topology.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::atom::CHARMMAtomTopology
 A single atom in a CHARMM topology. More...
 
class  IMP::atom::CHARMMBondEndpoint
 The end of a bond, angle, dihedral, improper, or internal coordinate. More...
 
class  IMP::atom::CHARMMConnection< D >
 A connection (bond, angle, dihedral) between some number of endpoints. More...
 
class  IMP::atom::CHARMMIdealResidueTopology
 The ideal topology of a single residue. More...
 
class  IMP::atom::CHARMMInternalCoordinate
 A geometric relationship between four atoms. More...
 
class  IMP::atom::CHARMMPatch
 A CHARMM patch residue. More...
 
class  IMP::atom::CHARMMResidueTopology
 The topology of a single residue in a model. More...
 
class  IMP::atom::CHARMMResidueTopologyBase
 Base class for all CHARMM residue-based topology. More...
 

Namespaces

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::atom
 See IMP.atom Overview for more information.
 

Typedefs

typedef CHARMMConnection< 3 > IMP::atom::CHARMMAngle
 
typedef IMP::base::Vector
< CHARMMAngle > 
IMP::atom::CHARMMAngles
 
typedef IMP::base::Vector
< CHARMMAtomTopology > 
IMP::atom::CHARMMAtomTopologies
 
typedef CHARMMConnection< 2 > IMP::atom::CHARMMBond
 
typedef IMP::base::Vector
< CHARMMBondEndpoint > 
IMP::atom::CHARMMBondEndpoints
 
typedef IMP::base::Vector
< CHARMMBond > 
IMP::atom::CHARMMBonds
 
typedef CHARMMConnection< 4 > IMP::atom::CHARMMDihedral
 
typedef IMP::base::Vector
< CHARMMDihedral > 
IMP::atom::CHARMMDihedrals
 
typedef IMP::base::Vector
< IMP::base::Pointer
< CHARMMIdealResidueTopology > > 
IMP::atom::CHARMMIdealResidueTopologies
 
typedef IMP::base::Vector
< CHARMMInternalCoordinate > 
IMP::atom::CHARMMInternalCoordinates
 
typedef IMP::base::Vector
< IMP::base::Pointer
< CHARMMPatch > > 
IMP::atom::CHARMMPatches
 
typedef IMP::base::Vector
< IMP::base::Pointer
< CHARMMResidueTopology > > 
IMP::atom::CHARMMResidueTopologies
 
typedef IMP::base::Vector
< IMP::base::Pointer
< CHARMMResidueTopologyBase > > 
IMP::atom::CHARMMResidueTopologyBases
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file charmm_topology.h.