#include <string>Go to the source code of this file.
Classes | |
| class | KIM::LengthUnit |
| An Extensible Enumeration for the LengthUnit's supported by the KIM API. More... | |
| struct | KIM::LENGTH_UNIT::Comparator |
| Structure provided for use with std::map. More... | |
Namespaces | |
| namespace | KIM |
| namespace | KIM::LENGTH_UNIT |
| Contains the enumeration constants and the discovery routines for the LengthUnit Extensible Enumeration. | |
Functions | |
| void | KIM::LENGTH_UNIT::GetNumberOfLengthUnits (int *const numberOfLengthUnits) |
| Get the number of standard LengthUnit's defined by the KIM API. | |
| int | KIM::LENGTH_UNIT::GetLengthUnit (int const index, LengthUnit *const lengthUnit) |
| Get the identity of each defined standard LengthUnit. | |
Variables | |
| LengthUnit const | KIM::LENGTH_UNIT::unused |
| Indicates that a LengthUnit is not used. | |
| LengthUnit const | KIM::LENGTH_UNIT::A |
| The standard angstrom unit of length. | |
| LengthUnit const | KIM::LENGTH_UNIT::Bohr |
| The standard Bohr unit of length. | |
| LengthUnit const | KIM::LENGTH_UNIT::cm |
| The standard centimeter unit of length. | |
| LengthUnit const | KIM::LENGTH_UNIT::m |
| The standard meter unit of length. | |
| LengthUnit const | KIM::LENGTH_UNIT::nm |
| The standard nanometer unit of length. | |