kalzium
KalziumIonizationGradientType Class Reference
#include <kalziumgradienttype.h>

Detailed Description
The gradient by the first ionization energy.
Definition at line 341 of file kalziumgradienttype.h.
Public Member Functions | |
| QString | description () const |
| bool | logarithmicGradient () const |
| double | maxValue () const |
| double | minValue () const |
| QByteArray | name () const |
| double | value (int el) const |
Static Public Member Functions | |
| static KalziumIonizationGradientType * | instance () |
Member Function Documentation
| QString KalziumIonizationGradientType::description | ( | ) | const [virtual] |
Returns the description of this gradient.
Used in all the visible places.
Implements KalziumGradientType.
Definition at line 516 of file kalziumgradienttype.cpp.
| KalziumIonizationGradientType * KalziumIonizationGradientType::instance | ( | ) | [static] |
FIRST IONIZATINO///.
Reimplemented from KalziumGradientType.
Definition at line 500 of file kalziumgradienttype.cpp.
| bool KalziumIonizationGradientType::logarithmicGradient | ( | ) | const [virtual] |
Returns whether to use a logarithmic gradient instead of a linear one.
Implements KalziumGradientType.
Definition at line 538 of file kalziumgradienttype.cpp.
| double KalziumIonizationGradientType::maxValue | ( | ) | const [virtual] |
Returns the maximum value of the data this gradient represents.
Implements KalziumGradientType.
Definition at line 533 of file kalziumgradienttype.cpp.
| double KalziumIonizationGradientType::minValue | ( | ) | const [virtual] |
Returns the minimum value of the data this gradient represents.
Implements KalziumGradientType.
Definition at line 528 of file kalziumgradienttype.cpp.
| QByteArray KalziumIonizationGradientType::name | ( | ) | const [virtual] |
Returns the ID of this gradient.
Mainly used when saving/loading.
Implements KalziumGradientType.
Definition at line 511 of file kalziumgradienttype.cpp.
| double KalziumIonizationGradientType::value | ( | int | el | ) | const [virtual] |
Return the value, related to the current gradient, of the element with atomic number el.
It will return -1 if the data is not available.
Implements KalziumGradientType.
Definition at line 521 of file kalziumgradienttype.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference