KIM API V2
|
Go to the source code of this file.
Macros | |
#define | KIM_LOG_VERBOSITY_DEFINED_ |
#define | KIM_MODEL_COMPUTE_DEFINED_ |
Typedefs | |
typedef struct KIM_LogVerbosity | KIM_LogVerbosity |
typedef struct KIM_ModelCompute | KIM_ModelCompute |
Functions | |
void | KIM_ModelCompute_GetModelBufferPointer (KIM_ModelCompute const *const modelCompute, void **const ptr) |
void | KIM_ModelCompute_LogEntry (KIM_ModelCompute const *const modelCompute, KIM_LogVerbosity const logVerbosity, char const *const message, int const lineNumber, char const *const fileName) |
char const *const | KIM_ModelCompute_String (KIM_ModelCompute const *const modelCompute) |
#define KIM_LOG_VERBOSITY_DEFINED_ |
Definition at line 41 of file KIM_ModelCompute.h.
#define KIM_MODEL_COMPUTE_DEFINED_ |
Definition at line 49 of file KIM_ModelCompute.h.
typedef struct KIM_LogVerbosity KIM_LogVerbosity |
Definition at line 42 of file KIM_ModelCompute.h.
typedef struct KIM_ModelCompute KIM_ModelCompute |
Definition at line 50 of file KIM_ModelCompute.h.
void KIM_ModelCompute_GetModelBufferPointer | ( | KIM_ModelCompute const *const | modelCompute, |
void **const | ptr | ||
) |
void KIM_ModelCompute_LogEntry | ( | KIM_ModelCompute const *const | modelCompute, |
KIM_LogVerbosity const | logVerbosity, | ||
char const *const | message, | ||
int const | lineNumber, | ||
char const *const | fileName | ||
) |
char const* const KIM_ModelCompute_String | ( | KIM_ModelCompute const *const | modelCompute | ) |