kim-api  2.3.0+v2.3.0.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Public Attributes | List of all members
KIM_SupportedExtensions Struct Reference

The only standard extension defined by the KIM API. More...

#include <KIM_SupportedExtensions.h>

Public Attributes

int numberOfSupportedExtensions
 The number of extensions supported by the Model. More...
 
char supportedExtensionID [KIM_MAX_NUMBER_OF_EXTENSIONS][KIM_MAX_EXTENSION_ID_LENGTH]
 The unique extension ID's of each supported extension. More...
 
int supportedExtensionRequired [KIM_MAX_NUMBER_OF_EXTENSIONS]
 

Detailed Description

The only standard extension defined by the KIM API.

See also
KIM::SupportedExtensions, kim_supported_extensions_module::kim_supported_extensions_type
Since
2.0

Definition at line 46 of file KIM_SupportedExtensions.h.

Member Data Documentation

◆ numberOfSupportedExtensions

int KIM_SupportedExtensions::numberOfSupportedExtensions

The number of extensions supported by the Model.

See also
KIM::SupportedExtensions::numberOfSupportedExtensions, kim_supported_extensions_module::kim_supported_extensions_type::number_of_supported_extensions
Since
2.0

Definition at line 57 of file KIM_SupportedExtensions.h.

◆ supportedExtensionID

char KIM_SupportedExtensions::supportedExtensionID[KIM_MAX_NUMBER_OF_EXTENSIONS][KIM_MAX_EXTENSION_ID_LENGTH]

The unique extension ID's of each supported extension.

See also
KIM::SupportedExtensions::supportedExtensionID, kim_supported_extensions_module::kim_supported_extensions_type::supported_extension_id
Since
2.0

Definition at line 68 of file KIM_SupportedExtensions.h.

◆ supportedExtensionRequired

int KIM_SupportedExtensions::supportedExtensionRequired[KIM_MAX_NUMBER_OF_EXTENSIONS]

See also
KIM::SupportedExtensions::supportedExtensionRequired, kim_supported_extensions_module::kim_supported_extensions_type::supported_extension_required
Since
2.0

Definition at line 79 of file KIM_SupportedExtensions.h.


The documentation for this struct was generated from the following file: