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. | |
| char | supportedExtensionID [KIM_MAX_NUMBER_OF_EXTENSIONS][KIM_MAX_EXTENSION_ID_LENGTH] |
| The unique extension ID's of each supported extension. | |
| int | supportedExtensionRequired [KIM_MAX_NUMBER_OF_EXTENSIONS] |
The only standard extension defined by the KIM API.
Definition at line 46 of file KIM_SupportedExtensions.h.
| int KIM_SupportedExtensions::numberOfSupportedExtensions |
The number of extensions supported by the Model.
Definition at line 57 of file KIM_SupportedExtensions.h.
| char KIM_SupportedExtensions::supportedExtensionID[KIM_MAX_NUMBER_OF_EXTENSIONS][KIM_MAX_EXTENSION_ID_LENGTH] |
The unique extension ID's of each supported extension.
Definition at line 67 of file KIM_SupportedExtensions.h.
| int KIM_SupportedExtensions::supportedExtensionRequired[KIM_MAX_NUMBER_OF_EXTENSIONS] |
Definition at line 79 of file KIM_SupportedExtensions.h.