Go to the source code of this file.
Functions | |
| void | KIM_ModelCompute_GetModelBufferPointer (KIM_ModelCompute const *const modelCompute, void **const ptr) |
| Get the Model's buffer pointer within the Model object. | |
| void | KIM_ModelCompute_LogEntry (KIM_ModelCompute const *const modelCompute, 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_ModelCompute_ToString (KIM_ModelCompute const *const modelCompute) |
| Get a string representing the internal state of the Model object. | |
| void KIM_ModelCompute_GetModelBufferPointer | ( | KIM_ModelCompute const *const | modelCompute, |
| void **const | ptr ) |
Get the Model's buffer pointer within the Model object.
| void KIM_ModelCompute_LogEntry | ( | KIM_ModelCompute const *const | modelCompute, |
| 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_ModelCompute_ToString | ( | KIM_ModelCompute const *const | modelCompute | ) |
Get a string representing the internal state of the Model object.