Class to initialize MeshViz. More...
#include <MeshViz/PoMeshViz.h>
Static Public Member Functions | |
static void | init () |
Initializes all nodekit classes of MeshViz by registering them in the database. | |
static void | finish () |
Finishes all nodekit classes of MeshViz by unregistering them in the database. | |
static bool | isInitialized () |
Returns TRUE if module is currently initialized. | |
static const char * | getProductName () |
Returns a character string identifying the name of the extension. | |
Deprecated | |
static SoDEPRECATED const char * | getVersion () |
Returns a character string identifying the version of the extension. | |
This class allows the user to initialize the MeshViz module. The module must be initialized before using any other classes of the module.
MeshViz Overview, PoBase
Definition at line 60 of file PoMeshViz.h.
|
static |
Finishes all nodekit classes of MeshViz by unregistering them in the database.
This function needs to be called after any other nodekit class of MeshViz may be destroyed.
|
static |
Returns a character string identifying the name of the extension.
|
static |
Returns a character string identifying the version of the extension.
|
static |
Initializes all nodekit classes of MeshViz by registering them in the database.
This function needs to be called before any other nodekit class of MeshViz may be constructed or accessed.
|
static |
Returns TRUE if module is currently initialized.