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

GenericAngle Class Reference

#include <GromacsTopFile.h>

List of all members.

Public Member Functions

 GenericAngle (int i, int j, int k, int theType)
int getAtomi () const
int getAtomj () const
int getAtomk () const
int getType () const


Constructor & Destructor Documentation

GenericAngle::GenericAngle int  i,
int  j,
int  k,
int  theType
 

Definition at line 693 of file GromacsTopFile.C.

00693                                                            {
00694   atomi=i;
00695   atomj=j;
00696   atomk=k;
00697   type=theType;
00698 }


Member Function Documentation

int GenericAngle::getAtomi  )  const [inline]
 

Definition at line 46 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getAngle().

00046 {return atomi;}

int GenericAngle::getAtomj  )  const [inline]
 

Definition at line 47 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getAngle().

00047 {return atomj;}

int GenericAngle::getAtomk  )  const [inline]
 

Definition at line 48 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getAngle().

00048 {return atomk;}

int GenericAngle::getType  )  const [inline]
 

Definition at line 49 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getAngle().

00049 {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