Public Member Functions | |
RadialGrid (int charge_, RadialScheme *rs, int angMin, int angMax) | |
int | getCharge () const |
real | getRadius () const |
unsigned | getPointCount () const |
~RadialGrid () | |
Public Attributes | |
real * | rad |
Array of radial grid points. | |
real * | weights |
Array of the weights associated with the grid points. | |
int * | nAngular |
array of sizes of corresponding angular grids. | |
int | noOfRadPoints |
Protected Member Functions | |
void | setAngularFixed (int minAng, int maxAng) |
Private Attributes | |
int | charge |
RadialGrid::RadialGrid | ( | int | charge_, | |
RadialScheme * | rs, | |||
int | angMin, | |||
int | angMax | |||
) |
RadialGrid::~RadialGrid | ( | ) | [inline] |
int RadialGrid::getCharge | ( | ) | const [inline] |
unsigned RadialGrid::getPointCount | ( | ) | const [inline] |
real RadialGrid::getRadius | ( | ) | const [inline] |
void RadialGrid::setAngularFixed | ( | int | minAng, | |
int | maxAng | |||
) | [protected] |
int RadialGrid::charge [private] |
int* RadialGrid::nAngular |
array of sizes of corresponding angular grids.
Array of radial grid points.
Array of the weights associated with the grid points.