#include <GromacsTopFile.h>
Public Member Functions | |
| int | size () const |
| int | getIndex (const Real *c, int mult, int funct) |
| void | addType (const char *typea, const char *typeb, const Real *c, int mult, int funct) |
| void | getParams (int num, Real *c, int *mult, int *funct) const |
| int | getParams (const char *typea, const char *typeb, const char *typec, const char *typed, int funct, Real *c, int *mult) const |
|
||||||||||||||||||||||||
|
Referenced by GromacsTopFile::GromacsTopFile(). |
|
||||||||||||||||
|
Referenced by GromacsTopFile::GromacsTopFile(). |
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Referenced by GromacsTopFile::GromacsTopFile(). |
|
|
Definition at line 347 of file GromacsTopFile.h. References ResizeArray< Elem >::size(). Referenced by GromacsTopFile::getNumDihedralParams(). 00347 { return functArray.size(); }
|
1.3.9.1