#include <GromacsTopFile.h>
Public Member Functions | |
| GenericAngle (int i, int j, int k, int theType) | |
| int | getAtomi () const |
| int | getAtomj () const |
| int | getAtomk () const |
| int | getType () const |
|
||||||||||||||||||||
|
Definition at line 693 of file GromacsTopFile.C. 00693 {
00694 atomi=i;
00695 atomj=j;
00696 atomk=k;
00697 type=theType;
00698 }
|
|
|
Definition at line 46 of file GromacsTopFile.h. Referenced by GromacsTopFile::getAngle(). 00046 {return atomi;}
|
|
|
Definition at line 47 of file GromacsTopFile.h. Referenced by GromacsTopFile::getAngle(). 00047 {return atomj;}
|
|
|
Definition at line 48 of file GromacsTopFile.h. Referenced by GromacsTopFile::getAngle(). 00048 {return atomk;}
|
|
|
Definition at line 49 of file GromacsTopFile.h. Referenced by GromacsTopFile::getAngle(). 00049 {return type;}
|
1.3.9.1