kalzium
KalziumElectronaffinityGradientType Class Reference
#include <kalziumgradienttype.h>

Detailed Description
The gradient by electronaffinity.
Definition at line 317 of file kalziumgradienttype.h.
Public Member Functions | |
| QByteArray | name () const |
| QString | description () const |
| double | value (int el) const |
| double | minValue () const |
| double | maxValue () const |
| bool | logarithmicGradient () const |
Static Public Member Functions | |
| static KalziumElectronaffinityGradientType * | instance () |
Member Function Documentation
| KalziumElectronaffinityGradientType * KalziumElectronaffinityGradientType::instance | ( | ) | [static] |
ELECTRONAFFINITY///.
Reimplemented from KalziumGradientType.
Definition at line 455 of file kalziumgradienttype.cpp.
| QByteArray KalziumElectronaffinityGradientType::name | ( | ) | const [virtual] |
Returns the ID of this gradient.
Mainly used when saving/loading.
Implements KalziumGradientType.
Definition at line 466 of file kalziumgradienttype.cpp.
| QString KalziumElectronaffinityGradientType::description | ( | ) | const [virtual] |
Returns the description of this gradient.
Used in all the visible places.
Implements KalziumGradientType.
Definition at line 471 of file kalziumgradienttype.cpp.
| double KalziumElectronaffinityGradientType::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 476 of file kalziumgradienttype.cpp.
| double KalziumElectronaffinityGradientType::minValue | ( | ) | const [virtual] |
Returns the minimum value of the data this gradient represents.
Implements KalziumGradientType.
Definition at line 483 of file kalziumgradienttype.cpp.
| double KalziumElectronaffinityGradientType::maxValue | ( | ) | const [virtual] |
Returns the maximum value of the data this gradient represents.
Implements KalziumGradientType.
Definition at line 488 of file kalziumgradienttype.cpp.
| bool KalziumElectronaffinityGradientType::logarithmicGradient | ( | ) | const [virtual] |
Returns whether to use a logarithmic gradient instead of a linear one.
Implements KalziumGradientType.
Definition at line 493 of file kalziumgradienttype.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference