IMP  2.3.0
The Integrative Modeling Platform
charmm_topology.h File Reference

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

#include "IMP/base/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

 IMP
 Synonym for IMP::kernel.
 
 IMP::atom
 Functionality for loading, creating, manipulating and scoring atomic structures.
 

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
< IMP::base::WeakPointer
< CHARMMIdealResidueTopology > > 
IMP::atom::CHARMMIdealResidueTopologiesTemp
 
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::WeakPointer
< CHARMMPatch > > 
IMP::atom::CHARMMPatchesTemp
 
typedef IMP::base::Vector
< IMP::base::Pointer
< CHARMMResidueTopology > > 
IMP::atom::CHARMMResidueTopologies
 
typedef IMP::base::Vector
< IMP::base::WeakPointer
< CHARMMResidueTopology > > 
IMP::atom::CHARMMResidueTopologiesTemp
 
typedef IMP::base::Vector
< IMP::base::Pointer
< CHARMMResidueTopologyBase > > 
IMP::atom::CHARMMResidueTopologyBases
 
typedef IMP::base::Vector
< IMP::base::WeakPointer
< CHARMMResidueTopologyBase > > 
IMP::atom::CHARMMResidueTopologyBasesTemp
 

Detailed Description

Classes for handling CHARMM-style topology.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file charmm_topology.h.