68 #include "maloc/maloc.h" enum eVchrg_Src Vchrg_Src
Declaration of the Vchrg_Src type as the Vchrg_Meth enum.
enum eBEMparm_CalcType BEMparm_CalcType
Declare BEMparm_CalcType type.
VPUBLIC void BEMparm_copy(BEMparm *thee, BEMparm *parm)
Copy object info into thee.
VEXTERNC BEMparm * BEMparm_ctor(BEMparm_CalcType type)
Construct BEMparm object.
VEXTERNC void BEMparm_dtor(BEMparm **thee)
Object destructor.
VEXTERNC void BEMparm_dtor2(BEMparm *thee)
FORTRAN stub for object destructor.
VEXTERNC Vrc_Codes BEMparm_ctor2(BEMparm *thee, BEMparm_CalcType type)
FORTRAN stub to construct BEMparm object.
Parameter structure for BEM-specific variables from input files.
Contains declarations for class Vstring.
Contains generic macro definitions for APBS.
struct sBEMparm BEMparm
Parameter structure for BEM-specific variables from input files.
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 Vrc_Codes BEMparm_check(BEMparm *thee)
Consistency check for parameter values stored in object.