kim-api  2.3.0+v2.3.0.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Typedefs | Functions
KIM_ModelDestroy.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_ModelDestroy KIM_ModelDestroy
 Provides the interface to a KIM API Model object for use by models within their MODEL_ROUTINE_NAME::Destroy routine. More...
 

Functions

void KIM_ModelDestroy_GetModelBufferPointer (KIM_ModelDestroy const *const modelDestroy, void **const ptr)
 Get the Model's buffer pointer within the Model object. More...
 
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. More...
 
char const * KIM_ModelDestroy_ToString (KIM_ModelDestroy const *const modelDestroy)
 Get a string representing the internal state of the Model object. More...
 

Typedef Documentation

◆ KIM_LogVerbosity

Forward declaration.

Since
2.0

Definition at line 42 of file KIM_ModelDestroy.h.

◆ KIM_ModelDestroy

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

See also
KIM::ModelDestroy, kim_model_destroy_module::kim_model_destroy_handle_type
Since
2.0

Definition at line 56 of file KIM_ModelDestroy.h.

Function Documentation

◆ KIM_ModelDestroy_GetModelBufferPointer()

void KIM_ModelDestroy_GetModelBufferPointer ( KIM_ModelDestroy const *const  modelDestroy,
void **const  ptr 
)

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

See also
KIM::ModelDestroy::GetModelBufferPointer, kim_model_destroy_module::kim_get_model_buffer_pointer
Since
2.0

◆ KIM_ModelDestroy_LogEntry()

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.

See also
KIM::ModelDestroy::LogEntry, kim_model_destroy_module::kim_log_entry
Since
2.0

◆ KIM_ModelDestroy_ToString()

char const* KIM_ModelDestroy_ToString ( KIM_ModelDestroy const *const  modelDestroy)

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

See also
KIM::ModelDestroy::ToString, kim_model_destroy_module::kim_to_string
Since
2.0