Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
NutsnBolts Class Reference

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 init (void)
 
static void clean (void)
 
static int getMajorVersion (void)
 
static int getMinorVersion (void)
 
static int getMicroVersion (void)
 
static const char * getVersion (void)
 

Detailed Description

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.

Member Function Documentation

◆ init()

void NutsnBolts::init ( void  )
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.

See also
NutsnBolts::clean

◆ clean()

void NutsnBolts::clean ( void  )
static

This function cleans up after all the Nuts'n'Bolts components.

See also
NutsnBolts::init

◆ getMajorVersion()

int NutsnBolts::getMajorVersion ( void  )
static

This function returns the major version number (!.*.*) of the library.

See also
NutsnBolts::getMinorVersion, NutsnBolts::getMicroVersion, NutsnBolts::getVersion

◆ getMinorVersion()

int NutsnBolts::getMinorVersion ( void  )
static

This function returns the minor version number (*.!.*) of the library.

See also
NutsnBolts::getMajorVersion, NutsnBolts::getMicroVersion, NutsnBolts::getVersion

◆ getMicroVersion()

int NutsnBolts::getMicroVersion ( void  )
static

This function returns the micro version number (*.*.!) of the library.

See also
NutsnBolts::getMajorVersion, NutsnBolts::getMinorVersion, NutsnBolts::getVersion

◆ getVersion()

const char * NutsnBolts::getVersion ( void  )
static

This function returns the version string for the library version.

See also
NutsnBolts::getMajorVersion, NutsnBolts::getMinorVersion, NutsnBolts::getMicroVersion

The documentation for this class was generated from the following files: