68#include "maloc/maloc.h"
VPUBLIC void BEMparm_copy(BEMparm *thee, BEMparm *parm)
Copy object info into thee.
eBEMparm_CalcType
Calculation type.
VEXTERNC Vrc_Codes BEMparm_parseToken(BEMparm *thee, char tok[VMAX_BUFSIZE], Vio *sock)
Parse an MG keyword from an input file.
VEXTERNC void BEMparm_dtor2(BEMparm *thee)
FORTRAN stub for object destructor.
enum eBEMparm_CalcType BEMparm_CalcType
Declare BEMparm_CalcType type.
VEXTERNC Vrc_Codes BEMparm_ctor2(BEMparm *thee, BEMparm_CalcType type)
FORTRAN stub to construct BEMparm object.
struct sBEMparm BEMparm
Parameter structure for BEM-specific variables from input files.
VEXTERNC BEMparm * BEMparm_ctor(BEMparm_CalcType type)
Construct BEMparm object.
VEXTERNC Vrc_Codes BEMparm_check(BEMparm *thee)
Consistency check for parameter values stored in object.
VEXTERNC void BEMparm_dtor(BEMparm **thee)
Object destructor.
enum eVchrg_Src Vchrg_Src
Declaration of the Vchrg_Src type as the Vchrg_Meth enum.
Parameter structure for BEM-specific variables from input files.
Contains generic macro definitions for APBS.
Contains declarations for class Vstring.