Class to initialize SolidViz. More...
#include <SolidViz/SoSolidViz.h>
Static Public Member Functions | |
static void | init () |
static void | finish () |
static bool | isInitialized () |
static const char * | getProductName () |
static const char * | getVersion () |
This class allows the user to initialize the SolidViz module. The module must be initialized before using any other classes of the module.
SolidViz Overview, SoCSGGroup
static void SoSolidViz::finish | ( | ) | [static] |
Finalize the SolidViz module.
static const char* SoSolidViz::getProductName | ( | ) | [static] |
Returns a character string identifying the name of the extension (SolidViz).
static const char* SoSolidViz::getVersion | ( | ) | [static] |
Returns a character string identifying the version of SolidViz.
static void SoSolidViz::init | ( | ) | [static] |
Initializes the SolidViz extension.
static bool SoSolidViz::isInitialized | ( | ) | [static] |
Returns TRUE if module is currently initialized.