Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

GenericDihedral Class Reference

#include <GromacsTopFile.h>

List of all members.

Public Member Functions

 GenericDihedral (int i, int j, int k, int l, int theType)
int getAtomi () const
int getAtomj () const
int getAtomk () const
int getAtoml () const
int getType () const


Constructor & Destructor Documentation

GenericDihedral::GenericDihedral int  i,
int  j,
int  k,
int  l,
int  theType
 

Definition at line 702 of file GromacsTopFile.C.

00702                                                                         {
00703   atomi=i;
00704   atomj=j;
00705   atomk=k;
00706   atoml=l;
00707   type=theType;
00708 }


Member Function Documentation

int GenericDihedral::getAtomi  )  const [inline]
 

Definition at line 70 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getDihedral().

00070 {return atomi;}

int GenericDihedral::getAtomj  )  const [inline]
 

Definition at line 71 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getDihedral().

00071 {return atomj;}

int GenericDihedral::getAtomk  )  const [inline]
 

Definition at line 72 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getDihedral().

00072 {return atomk;}

int GenericDihedral::getAtoml  )  const [inline]
 

Definition at line 73 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getDihedral().

00073 {return atoml;}

int GenericDihedral::getType  )  const [inline]
 

Definition at line 74 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getDihedral().

00074 {return type;}


The documentation for this class was generated from the following files:
Generated on Fri May 25 04:07:22 2012 for NAMD by  doxygen 1.3.9.1