Go to the source code of this file.
Classes | |
| struct | KIM_ComputeArgumentName |
| An Extensible Enumeration for the ComputeArgumentName's supported by the KIM API. More... | |
Typedefs | |
| typedef struct KIM_DataType | KIM_DataType |
| Forward declaration. | |
| typedef struct KIM_ComputeArgumentName | KIM_ComputeArgumentName |
| Convenience typedef. | |
| typedef struct KIM_ComputeArgumentName KIM_ComputeArgumentName |
Convenience typedef.
Forward declaration.
Definition at line 74 of file KIM_ComputeArgumentName.h.
| typedef struct KIM_DataType KIM_DataType |
Forward declaration.
Convenience typedef.
Definition at line 42 of file KIM_ComputeArgumentName.h.
| int KIM_COMPUTE_ARGUMENT_NAME_GetComputeArgumentDataType | ( | KIM_ComputeArgumentName const | computeArgumentName, |
| KIM_DataType *const | dataType ) |
Get the DataType of each defined standard ComputeArgumentName.
| int KIM_COMPUTE_ARGUMENT_NAME_GetComputeArgumentName | ( | int const | index, |
| KIM_ComputeArgumentName *const | computeArgumentName ) |
Get the identity of each defined standard ComputeArgumentName.
| void KIM_COMPUTE_ARGUMENT_NAME_GetNumberOfComputeArgumentNames | ( | int *const | numberOfComputeArgumentNames | ) |
| int KIM_ComputeArgumentName_Equal | ( | KIM_ComputeArgumentName const | lhs, |
| KIM_ComputeArgumentName const | rhs ) |
Compares ComputeArgumentName objects for equality.
| KIM_ComputeArgumentName KIM_ComputeArgumentName_FromString | ( | char const *const | str | ) |
| int KIM_ComputeArgumentName_Known | ( | KIM_ComputeArgumentName const | computeArgumentName | ) |
Determines if the object is a quantity known to the KIM API.
| int KIM_ComputeArgumentName_NotEqual | ( | KIM_ComputeArgumentName const | lhs, |
| KIM_ComputeArgumentName const | rhs ) |
Compares ComputeArgumentName objects for inequality.
| char const * KIM_ComputeArgumentName_ToString | ( | KIM_ComputeArgumentName const | computeArgumentName | ) |
Converts the object to a string.
|
extern |
The standard coordinates argument.
|
extern |
The standard numberOfParticles argument.
|
extern |
The standard partialEnergy argument.
|
extern |
The standard partialForces argument.
|
extern |
The standard partialParticleEnergy argument.
|
extern |
The standard partialParticleVirial argument.
|
extern |
The standard partialVirial argument.
|
extern |
The standard particleContributing argument.
|
extern |
The standard particleSpeciesCodes argument.