Static class used to initialize the TerrainViz extension.
More...
#include <TerrainViz/nodes/SoTViz.h>
Static Public Member Functions | |
| static void | init () |
| static void | finish () |
| static bool | isInitialized () |
| static const char * | getProductName () |
| static const char * | getVersion () |
Static class used to initialize the TerrainViz extension.
This class allows the user to initialize the TerrainViz extension. The extension must be initialized before using any other classes of the extension.
SbTVizData, SbTVizRegularGridData, SbTVizTexture, SbTVizTextureList, SoTVizRender
| static void SoTViz::finish | ( | ) | [static] |
| static const char* SoTViz::getProductName | ( | ) | [static] |
Returns a character string identifying the name of the extension ("TerrainViz").
| static const char* SoTViz::getVersion | ( | ) | [static] |
Returns a character string identifying the version of TerrainViz.
| static void SoTViz::init | ( | ) | [static] |
Initializes the TerrainViz extension and checks the license.
| static bool SoTViz::isInitialized | ( | ) | [static] |
Returns TRUE if module is currently initialized.