kim-api  2.3.1-git+v2.3.0-git-2-g378406f9.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Classes | Namespaces | Functions | Variables
KIM_LengthUnit.hpp File Reference
#include <string>
Include dependency graph for KIM_LengthUnit.hpp:
This graph shows which files directly or indirectly include this file:

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

 KIM
 
 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. More...
 
int KIM::LENGTH_UNIT::GetLengthUnit (int const index, LengthUnit *const lengthUnit)
 Get the identity of each defined standard LengthUnit. More...
 

Variables

LengthUnit const KIM::LENGTH_UNIT::unused
 Indicates that a LengthUnit is not used. More...
 
LengthUnit const KIM::LENGTH_UNIT::A
 The standard angstrom unit of length. More...
 
LengthUnit const KIM::LENGTH_UNIT::Bohr
 The standard Bohr unit of length. More...
 
LengthUnit const KIM::LENGTH_UNIT::cm
 The standard centimeter unit of length. More...
 
LengthUnit const KIM::LENGTH_UNIT::m
 The standard meter unit of length. More...
 
LengthUnit const KIM::LENGTH_UNIT::nm
 The standard nanometer unit of length. More...