Go to the source code of this file.
Functions | |
| int | KIM_ModelComputeArgumentsCreate_SetArgumentSupportStatus (KIM_ModelComputeArgumentsCreate *const modelComputeArgumentsCreate, KIM_ComputeArgumentName const computeArgumentName, KIM_SupportStatus const supportStatus) |
| Set the SupportStatus of a ComputeArgumentName. | |
| int | KIM_ModelComputeArgumentsCreate_SetCallbackSupportStatus (KIM_ModelComputeArgumentsCreate *const modelComputeArgumentsCreate, KIM_ComputeCallbackName const computeCallbackName, KIM_SupportStatus const supportStatus) |
| Set the SupportStatus of a ComputeCallbackName. | |
| void | KIM_ModelComputeArgumentsCreate_SetModelBufferPointer (KIM_ModelComputeArgumentsCreate *const modelComputeArgumentsCreate, void *const ptr) |
| Set the Model's buffer pointer within the ComputeArguments object. | |
| void | KIM_ModelComputeArgumentsCreate_LogEntry (KIM_ModelComputeArgumentsCreate const *const modelComputeArgumentsCreate, 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_ModelComputeArgumentsCreate_ToString (KIM_ModelComputeArgumentsCreate const *const modelComputeArgumentsCreate) |
| Get a string representing the internal state of the ComputeArguments object. | |
| void KIM_ModelComputeArgumentsCreate_LogEntry | ( | KIM_ModelComputeArgumentsCreate const *const | modelComputeArgumentsCreate, |
| KIM_LogVerbosity const | logVerbosity, | ||
| char const *const | message, | ||
| int const | lineNumber, | ||
| char const *const | fileName ) |
Write a log entry into the log file.
| int KIM_ModelComputeArgumentsCreate_SetArgumentSupportStatus | ( | KIM_ModelComputeArgumentsCreate *const | modelComputeArgumentsCreate, |
| KIM_ComputeArgumentName const | computeArgumentName, | ||
| KIM_SupportStatus const | supportStatus ) |
Set the SupportStatus of a ComputeArgumentName.
| int KIM_ModelComputeArgumentsCreate_SetCallbackSupportStatus | ( | KIM_ModelComputeArgumentsCreate *const | modelComputeArgumentsCreate, |
| KIM_ComputeCallbackName const | computeCallbackName, | ||
| KIM_SupportStatus const | supportStatus ) |
Set the SupportStatus of a ComputeCallbackName.
| void KIM_ModelComputeArgumentsCreate_SetModelBufferPointer | ( | KIM_ModelComputeArgumentsCreate *const | modelComputeArgumentsCreate, |
| void *const | ptr ) |
Set the Model's buffer pointer within the ComputeArguments object.
| char const * KIM_ModelComputeArgumentsCreate_ToString | ( | KIM_ModelComputeArgumentsCreate const *const | modelComputeArgumentsCreate | ) |
Get a string representing the internal state of the ComputeArguments object.