kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Go to the source code of this file.
Functions | |
void | KIM_ModelDestroy_GetModelBufferPointer (KIM_ModelDestroy const *const modelDestroy, void **const ptr) |
Get the Model's buffer pointer within the Model object. | |
void | KIM_ModelDestroy_LogEntry (KIM_ModelDestroy const *const modelDestroy, KIM_LogVerbosity const logVerbosity, char const *const message, int const lineNumber, char const *const fileName) |
Write a log entry into the log file. | |
char const * | KIM_ModelDestroy_ToString (KIM_ModelDestroy const *const modelDestroy) |
Get a string representing the internal state of the Model object. | |
void KIM_ModelDestroy_GetModelBufferPointer | ( | KIM_ModelDestroy const *const | modelDestroy, |
void **const | ptr ) |
Get the Model's buffer pointer within the Model object.
void KIM_ModelDestroy_LogEntry | ( | KIM_ModelDestroy const *const | modelDestroy, |
KIM_LogVerbosity const | logVerbosity, | ||
char const *const | message, | ||
int const | lineNumber, | ||
char const *const | fileName ) |
Write a log entry into the log file.
char const * KIM_ModelDestroy_ToString | ( | KIM_ModelDestroy const *const | modelDestroy | ) |
Get a string representing the internal state of the Model object.