NAMD
|
#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 |
Definition at line 334 of file GromacsTopFile.h.
void DihedralTable::addType | ( | const char * | typea, |
const char * | typeb, | ||
const Real * | c, | ||
int | mult, | ||
int | funct | ||
) |
Definition at line 1169 of file GromacsTopFile.C.
References ResizeArray< Elem >::add().
Referenced by getIndex(), and GromacsTopFile::GromacsTopFile().
int DihedralTable::getIndex | ( | const Real * | c, |
int | mult, | ||
int | funct | ||
) |
Definition at line 1041 of file GromacsTopFile.C.
References addType(), and ResizeArray< Elem >::size().
Referenced by GromacsTopFile::GromacsTopFile().
void DihedralTable::getParams | ( | int | num, |
Real * | c, | ||
int * | mult, | ||
int * | funct | ||
) | const |
Definition at line 1129 of file GromacsTopFile.C.
Referenced by GromacsTopFile::getDihedralParams(), and GromacsTopFile::GromacsTopFile().
int DihedralTable::getParams | ( | const char * | typea, |
const char * | typeb, | ||
const char * | typec, | ||
const char * | typed, | ||
int | funct, | ||
Real * | c, | ||
int * | mult | ||
) | const |
|
inline |
Definition at line 349 of file GromacsTopFile.h.
References ResizeArray< Elem >::size().
Referenced by GromacsTopFile::getNumDihedralParams().