mFES - molecular Finite Element Solver  0.4
Public Member Functions | Private Attributes
Charge Class Reference

An atom point charge is defined. More...

#include <Charge.h>

List of all members.

Public Member Functions

 Charge (string _atomName, float _charge)
void print ()
string getAtomName ()
float getCharge ()

Private Attributes

string atomName
float charge

Detailed Description

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.

Author:
Ilkay Sakalli

Constructor & Destructor Documentation

Charge::Charge ( string  _atomName,
float  _charge 
) [inline]

Member Function Documentation

string Charge::getAtomName ( ) [inline]
float Charge::getCharge ( ) [inline]
void Charge::print ( ) [inline]

Member Data Documentation

string Charge::atomName [private]
float Charge::charge [private]

The documentation for this class was generated from the following file: