kim-api  2.3.1-git+v2.3.0-git-2-g378406f9.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Typedefs | Functions
KIM_ModelComputeArgumentsDestroy.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct KIM_LogVerbosity KIM_LogVerbosity
 Forward declaration. More...
 
typedef struct KIM_ModelComputeArgumentsDestroy KIM_ModelComputeArgumentsDestroy
 Provides the interface to a KIM API ComputeArguments object for use by models within their MODEL_ROUTINE_NAME::ComputeArgumentsDestroy routine. More...
 

Functions

void KIM_ModelComputeArgumentsDestroy_GetModelBufferPointer (KIM_ModelComputeArgumentsDestroy const *const modelComputeArgumentsDestroy, void **const ptr)
 Get the Model's buffer pointer within the ComputeArguments object. More...
 
void KIM_ModelComputeArgumentsDestroy_LogEntry (KIM_ModelComputeArgumentsDestroy const *const modelComputeArgumentsDestroy, KIM_LogVerbosity const logVerbosity, char const *const message, int const lineNumber, char const *const fileName)
 Write a log entry into the log file. More...
 
char const * KIM_ModelComputeArgumentsDestroy_ToString (KIM_ModelComputeArgumentsDestroy const *const modelComputeArgumentsDestroy)
 Get a string representing the internal state of the ComputeArguments object. More...
 

Typedef Documentation

◆ KIM_LogVerbosity

Forward declaration.

Since
2.0

Definition at line 42 of file KIM_ModelComputeArgumentsDestroy.h.

◆ KIM_ModelComputeArgumentsDestroy

Provides the interface to a KIM API ComputeArguments object for use by models within their MODEL_ROUTINE_NAME::ComputeArgumentsDestroy routine.

See also
KIM::ModelComputeArgumentsDestroy, kim_model_compute_arguments_destroy_module::kim_model_compute_arguments_destroy_handle_type
Since
2.0

Definition at line 57 of file KIM_ModelComputeArgumentsDestroy.h.

Function Documentation

◆ KIM_ModelComputeArgumentsDestroy_GetModelBufferPointer()

void KIM_ModelComputeArgumentsDestroy_GetModelBufferPointer ( KIM_ModelComputeArgumentsDestroy const *const  modelComputeArgumentsDestroy,
void **const  ptr 
)

Get the Model's buffer pointer within the ComputeArguments object.

See also
KIM::ModelComputeArgumentsDestroy::GetModelBufferPointer, kim_model_compute_arguments_destroy_module::kim_get_model_buffer_pointer
Since
2.0

◆ KIM_ModelComputeArgumentsDestroy_LogEntry()

void KIM_ModelComputeArgumentsDestroy_LogEntry ( KIM_ModelComputeArgumentsDestroy const *const  modelComputeArgumentsDestroy,
KIM_LogVerbosity const  logVerbosity,
char const *const  message,
int const  lineNumber,
char const *const  fileName 
)

Write a log entry into the log file.

See also
KIM::ModelComputeArgumentsDestroy::LogEntry, kim_model_compute_arguments_destroy_module::kim_log_entry
Since
2.0

◆ KIM_ModelComputeArgumentsDestroy_ToString()

char const* KIM_ModelComputeArgumentsDestroy_ToString ( KIM_ModelComputeArgumentsDestroy const *const  modelComputeArgumentsDestroy)

Get a string representing the internal state of the ComputeArguments object.

See also
KIM::ModelComputeArgumentsDestroy::ToString, kim_model_compute_arguments_destroy_module::kim_to_string
Since
2.0