public class SoScaleViz extends Inventor
Modifier and Type | Class and Description |
---|---|
static class |
SoScaleViz.CompositingTypes |
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
static int |
DEPTH
Deprecated.
Use
SoScaleViz.CompositingTypes.DEPTH instead. |
static int |
NONE
Deprecated.
Use
SoScaleViz.CompositingTypes.NONE instead. |
static int |
TILE
Deprecated.
Use
SoScaleViz.CompositingTypes.TILE instead. |
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
static boolean |
addConfig(SoScaleVizConfig config)
Adds a new configuration to ScaleViz.
|
static boolean |
addConfigFromFile(java.lang.String filename)
Adds a new configuration to ScaleViz.
|
static void |
connect()
Launches the connection process using the active configuration.
|
static void |
disconnect()
Disconnects from the cluster.
|
static java.lang.String |
getCompactVersion()
Returns a character string identifying the version of extension.
|
static java.lang.String |
getCompilationDate()
Returns the compilation date of the current version.
|
static SoScaleVizConfig |
getConfiguration(int index)
Returns the i-th configuration from the list of registered configurations.
|
static int |
getConfigurationCount()
Returns the number of registered configurations.
|
static int |
getNumRenderUnits()
Returns the number of render units currently running.
|
static java.lang.String |
getProductName()
Returns a character string identifying the name of the extension.
|
static SoScaleVizConfig |
getSelectedConfiguration()
Returns the currently selected configuration.
|
static java.lang.String |
getVersion()
Returns a character string identifying the version of extension ("major.minor.patch_number").
|
static SoScaleViz.CompositingTypes |
isComposing()
Returns the compositing type currently used (if any).
|
static boolean |
isConnected()
Returns true when ScaleViz is connected to the cluster.
|
static boolean |
isLocalRedraw()
Returns true if a redraw is done on the application side.
|
static boolean |
isOiru()
Returns true if running on part of an OIRU.
|
static boolean |
isRemoteEnabled()
Returns true if remote rendering is enabled (see OIV_REMOTE_ENABLE)
|
static boolean |
isRunningCluster()
Returns true if using ScaleViz cluster mode.
|
static boolean |
isUsingVnc()
Returns true if using a Vnc configuration.
|
static boolean |
removeConfig(SoScaleVizConfig config)
Removes configuration from ScaleViz.
|
static int |
removeConfigFromFile(java.lang.String filename)
Remove all configurations defined using the passed filename.
|
static boolean |
setSelectedConfiguration()
Specifies the ScaleViz configuration to launch at connection time.
|
static boolean |
setSelectedConfiguration(SoScaleVizConfig config)
Specifies the ScaleViz configuration to launch at connection time.
|
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int NONE
SoScaleViz.CompositingTypes.NONE
instead.@Deprecated public static final int TILE
SoScaleViz.CompositingTypes.TILE
instead.@Deprecated public static final int DEPTH
SoScaleViz.CompositingTypes.DEPTH
instead.public static java.lang.String getCompilationDate()
public static void connect()
public static boolean addConfigFromFile(java.lang.String filename)
public static java.lang.String getCompactVersion()
public static java.lang.String getProductName()
public static boolean isRemoteEnabled()
public static boolean isConnected()
public static void disconnect()
public static java.lang.String getVersion()
public static int getConfigurationCount()
public static boolean isOiru()
public static boolean removeConfig(SoScaleVizConfig config)
public static boolean isRunningCluster()
public static int getNumRenderUnits()
public static boolean addConfig(SoScaleVizConfig config)
public static boolean isLocalRedraw()
public static boolean setSelectedConfiguration()
public static SoScaleVizConfig getSelectedConfiguration()
public static SoScaleVizConfig getConfiguration(int index)
public static boolean isUsingVnc()
public static int removeConfigFromFile(java.lang.String filename)
public static SoScaleViz.CompositingTypes isComposing()
public static boolean setSelectedConfiguration(SoScaleVizConfig config)
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com