NutsnBolts
0.1.0
An extension library for Coin
|
Static namespace class for global functions related to the SIM Nuts'n'Bolts library on the whole. More...
#include <NutsnBolts/NutsnBolts.h>
Static Public Member Functions | |
static void | clean (void) |
static int | getMajorVersion (void) |
static int | getMicroVersion (void) |
static int | getMinorVersion (void) |
static const char * | getVersion (void) |
static void | init (void) |
Static namespace class for global functions related to the SIM Nuts'n'Bolts library on the whole.
This class contains just static functions that relate to library initialization and cleanup, and library versioning.
|
static |
This function cleans up after all the Nuts'n'Bolts components.
|
static |
This function returns the major version number (!.*.*) of the library.
|
static |
This function returns the micro version number (*.*.!) of the library.
|
static |
This function returns the minor version number (*.!.*) of the library.
|
static |
This function returns the version string for the library version.
|
static |
This function initializes the SIM Nuts'n'Bolts library - all the classes and components.
It calls all the other static class initializers in the library, making sure there is no need to call any other initializer than this to use SIM Nuts'n'Bolts.