KIM API V2
|
Go to the source code of this file.
Classes | |
struct | KIM_ArgumentName |
Macros | |
#define | KIM_DATA_TYPE_DEFINED_ |
#define | KIM_ARGUMENT_NAME_DEFINED_ |
Typedefs | |
typedef struct KIM_DataType | KIM_DataType |
typedef struct KIM_ArgumentName | KIM_ArgumentName |
Functions | |
KIM_ArgumentName | KIM_ArgumentNameFromString (char const *const str) |
int | KIM_ArgumentNameEqual (KIM_ArgumentName const left, KIM_ArgumentName const right) |
int | KIM_ArgumentNameNotEqual (KIM_ArgumentName const left, KIM_ArgumentName const right) |
char const *const | KIM_ArgumentNameString (KIM_ArgumentName const argumentName) |
void | KIM_ARGUMENT_NAME_GetNumberOfArguments (int *const numberOfArguments) |
int | KIM_ARGUMENT_NAME_GetArgumentName (int const index, KIM_ArgumentName *const argumentName) |
int | KIM_ARGUMENT_NAME_GetArgumentDataType (KIM_ArgumentName const argumentName, KIM_DataType *const dataType) |
#define KIM_ARGUMENT_NAME_DEFINED_ |
Definition at line 50 of file KIM_ArgumentName.h.
#define KIM_DATA_TYPE_DEFINED_ |
Definition at line 41 of file KIM_ArgumentName.h.
typedef struct KIM_ArgumentName KIM_ArgumentName |
Definition at line 51 of file KIM_ArgumentName.h.
typedef struct KIM_DataType KIM_DataType |
Definition at line 42 of file KIM_ArgumentName.h.
int KIM_ARGUMENT_NAME_GetArgumentDataType | ( | KIM_ArgumentName const | argumentName, |
KIM_DataType *const | dataType | ||
) |
int KIM_ARGUMENT_NAME_GetArgumentName | ( | int const | index, |
KIM_ArgumentName *const | argumentName | ||
) |
void KIM_ARGUMENT_NAME_GetNumberOfArguments | ( | int *const | numberOfArguments | ) |
int KIM_ArgumentNameEqual | ( | KIM_ArgumentName const | left, |
KIM_ArgumentName const | right | ||
) |
KIM_ArgumentName KIM_ArgumentNameFromString | ( | char const *const | str | ) |
int KIM_ArgumentNameNotEqual | ( | KIM_ArgumentName const | left, |
KIM_ArgumentName const | right | ||
) |
char const* const KIM_ArgumentNameString | ( | KIM_ArgumentName const | argumentName | ) |
KIM_ArgumentName const KIM_ARGUMENT_NAME_coordinates |
KIM_ArgumentName const KIM_ARGUMENT_NAME_numberOfParticles |
KIM_ArgumentName const KIM_ARGUMENT_NAME_partialEnergy |
KIM_ArgumentName const KIM_ARGUMENT_NAME_partialForces |
KIM_ArgumentName const KIM_ARGUMENT_NAME_partialParticleEnergy |
KIM_ArgumentName const KIM_ARGUMENT_NAME_partialParticleVirial |
KIM_ArgumentName const KIM_ARGUMENT_NAME_partialVirial |
KIM_ArgumentName const KIM_ARGUMENT_NAME_particleContributing |
KIM_ArgumentName const KIM_ARGUMENT_NAME_particleSpeciesCodes |