Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoImageViz Class Reference

ImageViz Module class use to register/unregister ImageViz module. More...

#include <ImageViz/SoImageViz.h>

Static Public Member Functions

static void init ()
 Initializes all classes of ImageViz by registering them in the database.
 
static void finish ()
 Frees Open Inventor's internal static memory allocations.
 
static bool isInitialized ()
 Returns TRUE if module is currently initialized.
 
static const char * getProductName ()
 Returns a character string identifying the name of the extension.
 
static void enableMultiThread (bool flag)
 Enable or not multi threading usage by ImageViz engines.
 
Deprecated
static SoDEPRECATED const char * getVersion ()
 Returns a character string identifying the version of the extension.
 

Detailed Description

ImageViz Module class use to register/unregister ImageViz module.

This class allows the user to initialize the ImageViz module. The module must be initialized before using any other classes of the module.

SEE ALSO

ImageViz Overview
ImageViz Engines

Definition at line 59 of file SoImageViz.h.

Member Function Documentation

◆ enableMultiThread()

static void SoImageViz::enableMultiThread ( bool  flag)
static

Enable or not multi threading usage by ImageViz engines.

Default is true.

◆ finish()

static void SoImageViz::finish ( )
static

Frees Open Inventor's internal static memory allocations.

This avoids false positives from memory leak checking software. We recommend calling this method and it should be the last Open Inventor method called by the application.

◆ getProductName()

static const char * SoImageViz::getProductName ( )
static

Returns a character string identifying the name of the extension.

◆ getVersion()

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

Returns a character string identifying the version of the extension.

◆ init()

static void SoImageViz::init ( )
static

Initializes all classes of ImageViz by registering them in the database.

This function needs to be called before any other ImageViz class may be constructed or accessed.

◆ isInitialized()

static bool SoImageViz::isInitialized ( )
static

Returns TRUE if module is currently initialized.


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