#include <string>Go to the source code of this file.
Classes | |
| class | KIM::ComputeCallbackName |
| An Extensible Enumeration for the ComputeCallbackName's supported by the KIM API. More... | |
| struct | KIM::COMPUTE_CALLBACK_NAME::Comparator |
| Structure provided for use with std::map. More... | |
Namespaces | |
| namespace | KIM |
| namespace | KIM::COMPUTE_CALLBACK_NAME |
| Contains the enumeration constants and the discovery routines for the ComputeCallbackName Extensible Enumeration. | |
Functions | |
| void | KIM::COMPUTE_CALLBACK_NAME::GetNumberOfComputeCallbackNames (int *const numberOfComputeCallbackNames) |
| Get the number of standard ComputeCallbackName's defined by the KIM API. | |
| int | KIM::COMPUTE_CALLBACK_NAME::GetComputeCallbackName (int const index, ComputeCallbackName *const computeCallbackName) |
| Get the identity of each defined standard ComputeCallbackName. | |
Variables | |
| ComputeCallbackName const | KIM::COMPUTE_CALLBACK_NAME::GetNeighborList |
The standard GetNeighborList callback. | |
| ComputeCallbackName const | KIM::COMPUTE_CALLBACK_NAME::ProcessDEDrTerm |
The standard ProcessDEDrTerm callback. | |
| ComputeCallbackName const | KIM::COMPUTE_CALLBACK_NAME::ProcessD2EDr2Term |
The standard ProcessD2EDr2Term callback. | |