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

Go to the source code of this file.

Classes

class  KIM::ComputeArgumentName
 An Extensible Enumeration for the ComputeArgumentName's supported by the KIM API. More...
 
struct  KIM::COMPUTE_ARGUMENT_NAME::Comparator
 Structure provided for use with std::map. More...
 

Namespaces

 KIM
 
 KIM::COMPUTE_ARGUMENT_NAME
 Contains the enumeration constants and the discovery routines for the ComputeArgumentName Extensible Enumeration.
 

Functions

void KIM::COMPUTE_ARGUMENT_NAME::GetNumberOfComputeArgumentNames (int *const numberOfComputeArgumentNames)
 Get the number of standard ComputeArgumentName's defined by the KIM API. More...
 
int KIM::COMPUTE_ARGUMENT_NAME::GetComputeArgumentName (int const index, ComputeArgumentName *const computeArgumentName)
 Get the identity of each defined standard ComputeArgumentName. More...
 
int KIM::COMPUTE_ARGUMENT_NAME::GetComputeArgumentDataType (ComputeArgumentName const computeArgumentName, DataType *const dataType)
 Get the DataType of each defined standard ComputeArgumentName. More...
 

Variables

ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::numberOfParticles
 The standard numberOfParticles argument. More...
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::particleSpeciesCodes
 The standard particleSpeciesCodes argument. More...
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::particleContributing
 The standard particleContributing argument. More...
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::coordinates
 The standard coordinates argument. More...
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::partialEnergy
 The standard partialEnergy argument. More...
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::partialForces
 The standard partialForces argument. More...
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::partialParticleEnergy
 The standard partialParticleEnergy argument. More...
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::partialVirial
 The standard partialVirial argument. More...
 
ComputeArgumentName const KIM::COMPUTE_ARGUMENT_NAME::partialParticleVirial
 The standard partialParticleVirial argument. More...