Public Member Functions | |
const RadialGrid & | getRadialGrid () const |
real | radius () const |
Returns "radius" of an atomic grid. | |
int | charge () const |
unsigned | getPointCount () const |
AtomicGrid (const AtomicGrid &a) | |
AtomicGrid (const real c[3], const RadialGrid *rg) | |
AtomicGrid (const Atom &atom, const RadialGrid *rg) | |
Public Attributes | |
Vector3D | center |
Private Attributes | |
const RadialGrid * | rGrid |
AtomicGrid::AtomicGrid | ( | const AtomicGrid & | a | ) | [inline] |
AtomicGrid::AtomicGrid | ( | const real | c[3], | |
const RadialGrid * | rg | |||
) | [inline] |
AtomicGrid::AtomicGrid | ( | const Atom & | atom, | |
const RadialGrid * | rg | |||
) | [inline] |
int AtomicGrid::charge | ( | ) | const [inline] |
unsigned AtomicGrid::getPointCount | ( | ) | const [inline] |
const RadialGrid& AtomicGrid::getRadialGrid | ( | ) | const [inline] |
real AtomicGrid::radius | ( | ) | const [inline] |
Returns "radius" of an atomic grid.
It stretches really bit longer than the last grid point.
const RadialGrid* AtomicGrid::rGrid [private] |