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

GenericBond Class Reference

#include <GromacsTopFile.h>

List of all members.

Public Member Functions

 GenericBond (int i, int j, int theType)
int getAtomi () const
int getAtomj () const
int getType () const


Constructor & Destructor Documentation

GenericBond::GenericBond int  i,
int  j,
int  theType
 

Definition at line 685 of file GromacsTopFile.C.

00685                                                   {
00686   atomi=i;
00687   atomj=j;
00688   type=theType;
00689 }


Member Function Documentation

int GenericBond::getAtomi  )  const [inline]
 

Definition at line 24 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getBond().

00024 {return atomi;}

int GenericBond::getAtomj  )  const [inline]
 

Definition at line 25 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getBond().

00025 {return atomj;}

int GenericBond::getType  )  const [inline]
 

Definition at line 26 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getBond().

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