31#ifndef KIM_COMPUTE_CALLBACK_NAME_H_
32#define KIM_COMPUTE_CALLBACK_NAME_H_
55#ifndef KIM_COMPUTE_CALLBACK_NAME_DEFINED_
56#define KIM_COMPUTE_CALLBACK_NAME_DEFINED_
165 int *
const numberOfComputeCallbackNames);
KIM_ComputeCallbackName KIM_ComputeCallbackName_FromString(char const *const str)
KIM::ComputeCallbackName::ComputeCallbackName(std::string const &)
KIM_ComputeCallbackName const KIM_COMPUTE_CALLBACK_NAME_ProcessD2EDr2Term
The standard ProcessD2EDr2Term callback.
void KIM_COMPUTE_CALLBACK_NAME_GetNumberOfComputeCallbackNames(int *const numberOfComputeCallbackNames)
char const * KIM_ComputeCallbackName_ToString(KIM_ComputeCallbackName const computeCallbackName)
Converts the object to a string.
KIM_ComputeCallbackName const KIM_COMPUTE_CALLBACK_NAME_GetNeighborList
The standard GetNeighborList callback.
int KIM_ComputeCallbackName_NotEqual(KIM_ComputeCallbackName const lhs, KIM_ComputeCallbackName const rhs)
Compares ComputeCallbackName objects for inequality.
KIM_ComputeCallbackName const KIM_COMPUTE_CALLBACK_NAME_ProcessDEDrTerm
The standard ProcessDEDrTerm callback.
int KIM_ComputeCallbackName_Equal(KIM_ComputeCallbackName const lhs, KIM_ComputeCallbackName const rhs)
Compares ComputeCallbackName objects for equality.
int KIM_COMPUTE_CALLBACK_NAME_GetComputeCallbackName(int const index, KIM_ComputeCallbackName *const computeCallbackName)
Get the identity of each defined standard ComputeCallbackName.
int KIM_ComputeCallbackName_Known(KIM_ComputeCallbackName const computeCallbackName)
Determines if the object is a quantity known to the KIM API.
An Extensible Enumeration for the ComputeCallbackName's supported by the KIM API.
int computeCallbackNameID
Integer identifying the specific ComputeCallbackName represented.