NAMD
Public Member Functions | List of all members
GenericBond Class Reference

#include <GromacsTopFile.h>

Public Member Functions

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

Detailed Description

Definition at line 13 of file GromacsTopFile.h.

Constructor & Destructor Documentation

GenericBond::GenericBond ( int  i,
int  j,
int  theType 
)

Definition at line 864 of file GromacsTopFile.C.

864  {
865  atomi=i;
866  atomj=j;
867  type=theType;
868 }

Member Function Documentation

int GenericBond::getAtomi ( ) const
inline

Definition at line 24 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getBond().

24 {return atomi;}
int GenericBond::getAtomj ( ) const
inline

Definition at line 25 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getBond().

25 {return atomj;}
int GenericBond::getType ( ) const
inline

Definition at line 26 of file GromacsTopFile.h.

Referenced by GromacsTopFile::getBond().

26 {return type;}

The documentation for this class was generated from the following files: