Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
PoMeshViz Class Reference

MeshViz 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.
 

Detailed Description

MeshViz 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.

SEE ALSO

MeshViz Overview, PoBase

Definition at line 60 of file PoMeshViz.h.

Member Function Documentation

◆ finish()

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.

◆ getProductName()

static const char * PoMeshViz::getProductName ( )
static

Returns a character string identifying the name of the extension.

◆ getVersion()

static SoDEPRECATED const char * PoMeshViz::getVersion ( )
static

Returns a character string identifying the version of the extension.

◆ init()

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.

◆ isInitialized()

static bool PoMeshViz::isInitialized ( )
static

Returns TRUE if module is currently initialized.


The documentation for this class was generated from the following file: