Class to initialize MeshViz.
More...
#include <MeshViz/PoMeshViz.h>
Static Public Member Functions | |
| static void | init () |
| static void | finish () |
| static bool | isInitialized () |
| static const char * | getProductName () |
| static const char * | getVersion () |
Class to initialize MeshViz.
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
| static void PoMeshViz::finish | ( | ) | [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 const char* PoMeshViz::getProductName | ( | ) | [static] |
Returns a character string identifying the name of the extension.
| static const char* PoMeshViz::getVersion | ( | ) | [static] |
Returns a character string identifying the version of extension.
| static void PoMeshViz::init | ( | ) | [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 bool PoMeshViz::isInitialized | ( | ) | [static] |
Returns TRUE if module is currently initialized.