kalzium
KalziumElectronegativityGradientType Class Reference
#include <kalziumgradienttype.h>

Detailed Description
The gradient by electronegativity.
Definition at line 269 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 KalziumElectronegativityGradientType * | instance () |
Member Function Documentation
| KalziumElectronegativityGradientType * KalziumElectronegativityGradientType::instance | ( | ) | [static] |
Get its instance.
Reimplemented from KalziumGradientType.
Definition at line 364 of file kalziumgradienttype.cpp.
| QByteArray KalziumElectronegativityGradientType::name | ( | ) | const [virtual] |
Returns the ID of this gradient.
Mainly used when saving/loading.
Implements KalziumGradientType.
Definition at line 375 of file kalziumgradienttype.cpp.
| QString KalziumElectronegativityGradientType::description | ( | ) | const [virtual] |
Returns the description of this gradient.
Used in all the visible places.
Implements KalziumGradientType.
Definition at line 380 of file kalziumgradienttype.cpp.
| double KalziumElectronegativityGradientType::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 385 of file kalziumgradienttype.cpp.
| double KalziumElectronegativityGradientType::minValue | ( | ) | const [virtual] |
Returns the minimum value of the data this gradient represents.
Implements KalziumGradientType.
Definition at line 392 of file kalziumgradienttype.cpp.
| double KalziumElectronegativityGradientType::maxValue | ( | ) | const [virtual] |
Returns the maximum value of the data this gradient represents.
Implements KalziumGradientType.
Definition at line 397 of file kalziumgradienttype.cpp.
| bool KalziumElectronegativityGradientType::logarithmicGradient | ( | ) | const [virtual] |
Returns whether to use a logarithmic gradient instead of a linear one.
Implements KalziumGradientType.
Definition at line 402 of file kalziumgradienttype.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference