NanoShaper
0.7.2
NanoShaper is a tool able to triangulate and inspect an arbitray triangulated surface or several types of molecular surfaces
|
An atom: an atom is a point in R^3 with radius, charge and dielectric value. More...
#include <tools.h>
Public Member Functions | |
Atom (const double x, const double y, const double z, const double r, const double c, const int d) | |
Atom (const double x, const double y, const double z, const double r, const double c, const int d, const string name, const string resName, const int resNum, const string chain) | |
Atom (Atom &p) | |
void | print () |
Public Attributes | |
double | radius |
double | radius2 |
double | charge |
int | dielectric |
AtomInfo | ai |
An atom: an atom is a point in R^3 with radius, charge and dielectric value.