#include <GromacsTopFile.h>
Public Member Functions | |
| GenericBond (int i, int j, int theType) | |
| int | getAtomi () const |
| int | getAtomj () const |
| int | getType () const |
|
||||||||||||||||
|
Definition at line 685 of file GromacsTopFile.C. 00685 {
00686 atomi=i;
00687 atomj=j;
00688 type=theType;
00689 }
|
|
|
Definition at line 24 of file GromacsTopFile.h. Referenced by GromacsTopFile::getBond(). 00024 {return atomi;}
|
|
|
Definition at line 25 of file GromacsTopFile.h. Referenced by GromacsTopFile::getBond(). 00025 {return atomj;}
|
|
|
Definition at line 26 of file GromacsTopFile.h. Referenced by GromacsTopFile::getBond(). 00026 {return type;}
|
1.3.9.1