#include <GromacsTopFile.h>
Public Member Functions | |
| int | size () const |
| int | getIndex (Real th0, Real kth, int funct) |
| void | addType (const char *typea, const char *typeb, const char *typec, Real th0, Real kth, int funct) |
| void | getParams (int num, Real *th0, Real *kth, int *funct) const |
| int | getParams (const char *typea, const char *typeb, const char *typec, int funct, Real *th0, Real *kth) const |
|
||||||||||||||||||||||||||||
|
Referenced by GromacsTopFile::GromacsTopFile(). |
|
||||||||||||||||
|
Referenced by GromacsTopFile::GromacsTopFile(). |
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Referenced by GromacsTopFile::GromacsTopFile(). |
|
|
Definition at line 288 of file GromacsTopFile.h. References ResizeArray< Elem >::size(). Referenced by GromacsTopFile::getNumAngleParams(). 00288 { return th0Array.size(); }
|
1.3.9.1