Geom Software - C++ Programming and Geometry Libraries
WOF Documentation pages v1.16
Version related functions

Version related functions. More...

Functions

void GEOM_WOF::printVersion ()
 Print version number. More...
 
void GEOM_WOF::getVersion (int &versionMajor, int &versionMinor)
 Get version numbers. More...
 
bool GEOM_WOF::isRelease ()
 Check if the present binary is a Release or Debug build. More...
 

Detailed Description

Functions to identify Debug- and Release builds and to fetch the version number.

Function Documentation

◆ getVersion()

void GEOM_WOF::getVersion ( int &  versionMajor,
int &  versionMinor 
)

Returns the WOF version number

Parameters
versionMajor,versionMinor[out] are used to return the major and minor version number

◆ isRelease()

bool GEOM_WOF::isRelease ( )
Returns
true when the library has been compiled in release mode or false otherwise

◆ printVersion()

void GEOM_WOF::printVersion ( )

Prints the version number to stdout