mFES - molecular Finite Element Solver
0.4
|
An atom point charge is defined. More...
#include <Charge.h>
Public Member Functions | |
Charge (string _atomName, float _charge) | |
void | print () |
string | getAtomName () |
float | getCharge () |
Private Attributes | |
string | atomName |
float | charge |
An atom point charge is defined.
This small class uses a three point class Point3f from VCGlib and defines a face on the molecular surface.
Charge::Charge | ( | string | _atomName, |
float | _charge | ||
) | [inline] |
string Charge::getAtomName | ( | ) | [inline] |
float Charge::getCharge | ( | ) | [inline] |
void Charge::print | ( | ) | [inline] |
string Charge::atomName [private] |
float Charge::charge [private] |