#include <GromacsTopFile.h>
Public Member Functions | |
| int | size () const |
| int | getIndex (Real b0, Real kB, int funct) |
| void | addType (const char *typea, const char *typeb, Real b0, Real kB, int funct) |
| void | getParams (int num, Real *b0, Real *kB, int *funct) const |
| int | getParams (const char *typea, const char *typeb, int funct, Real *b0, Real *kB) const |
|
||||||||||||||||||||||||
|
Referenced by GromacsTopFile::GromacsTopFile(). |
|
||||||||||||||||
|
Referenced by GromacsTopFile::GromacsTopFile(). |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Referenced by GromacsTopFile::GromacsTopFile(). |
|
|
Definition at line 245 of file GromacsTopFile.h. References ResizeArray< Elem >::size(). Referenced by GromacsTopFile::getNumBondParams(). 00245 { return b0Array.size(); }
|
1.3.9.1