| 
    NAMD
    
   | 
 
#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 | 
Definition at line 278 of file GromacsTopFile.h.
| void AngleTable::addType | ( | const char * | typea, | 
| const char * | typeb, | ||
| const char * | typec, | ||
| Real | th0, | ||
| Real | kth, | ||
| int | funct | ||
| ) | 
Definition at line 1154 of file GromacsTopFile.C.
References ResizeArray< Elem >::add().
Referenced by GromacsTopFile::GromacsTopFile().
Definition at line 1016 of file GromacsTopFile.C.
References ResizeArray< Elem >::add(), and ResizeArray< Elem >::size().
Referenced by GromacsTopFile::GromacsTopFile().
Definition at line 1118 of file GromacsTopFile.C.
Referenced by GromacsTopFile::getAngleParams(), and GromacsTopFile::GromacsTopFile().
| int AngleTable::getParams | ( | const char * | typea, | 
| const char * | typeb, | ||
| const char * | typec, | ||
| int | funct, | ||
| Real * | th0, | ||
| Real * | kth | ||
| ) | const | 
      
  | 
  inline | 
Definition at line 290 of file GromacsTopFile.h.
References ResizeArray< Elem >::size().
Referenced by GromacsTopFile::getNumAngleParams().
 1.8.14