#include <GromacsTopFile.h>
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 |
|
||||||||||||||||||||||||
|
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 }
|
|
|
Definition at line 70 of file GromacsTopFile.h. Referenced by GromacsTopFile::getDihedral(). 00070 {return atomi;}
|
|
|
Definition at line 71 of file GromacsTopFile.h. Referenced by GromacsTopFile::getDihedral(). 00071 {return atomj;}
|
|
|
Definition at line 72 of file GromacsTopFile.h. Referenced by GromacsTopFile::getDihedral(). 00072 {return atomk;}
|
|
|
Definition at line 73 of file GromacsTopFile.h. Referenced by GromacsTopFile::getDihedral(). 00073 {return atoml;}
|
|
|
Definition at line 74 of file GromacsTopFile.h. Referenced by GromacsTopFile::getDihedral(). 00074 {return type;}
|
1.3.9.1