delphi_cb
|
#include <io_datatype.h>
Public Member Functions | |
CForce () | |
void | setAtom (const string strAtomIn) |
void | setResidue (const string strResidueNameIn) |
void | setResidueNum (const string strResidueNumIn) |
void | setChain (const string strChainIn) |
void | setValue (const delphi_real fValueIn) |
string | getAtom () const |
string | getResidue () const |
string | getResidueNum () const |
string | getChain () const |
delphi_real | getValue () const |
Class to store force field read from .siz and .crg files. Notice that values are all defined to be private so that accessing these values have to be via the provided public member functions.
|
inline |
default constructor
|
inline |
function to get atom name
|
inline |
function to get chain name
|
inline |
function to get residue name
|
inline |
function to get residue number
|
inline |
function to get force field value
|
inline |
function to set atom name
strAtomIn | atom name read from input file |
|
inline |
function to set chain name
strChainIn | chain name read from input file |
|
inline |
function to set residue name
strResidueNameIn | residue name read from input file |
|
inline |
function to set residue number
strResidueNumIn | residue number read from input file |
|
inline |
function to set the value (either charge or radius) associated with a particular atom
fValueIn | force field value associated with this atom |