Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
RemoteVizClient Class Reference

RemoteViz Initializes the RemoteVizClient module database. More...

#include <RemoteViz/Clients/nodes/RemoteVizClient.h>

Static Public Member Functions

static void init ()
 Initializes the RemoteViz module database.
 
static void finish ()
 Shuts down the RemoteViz module, which includes freeing any internal static memory that it allocated.
 
static bool isInitialized ()
 Returns TRUE if module is currently initialized.
 

Detailed Description

RemoteViz Initializes the RemoteVizClient module database.

It is used only for initializing the SoRemoteVizClient node.

SEE ALSO

SoRemoteVizClient

Definition at line 41 of file RemoteVizClient.h.

Member Function Documentation

◆ finish()

static void RemoteVizClient::finish ( )
static

Shuts down the RemoteViz module, which includes freeing any internal static memory that it allocated.

◆ init()

static void RemoteVizClient::init ( )
static

Initializes the RemoteViz module database.

This must be called before the construction of any RemoteViz nodes.

◆ isInitialized()

static bool RemoteVizClient::isInitialized ( )
static

Returns TRUE if module is currently initialized.


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