public class SoEngineOutput extends Inventor
SoEngineOutput
.
Each engine creates one or more engine outputs. The type of the output is documented in the engine reference pages. There is also an SoEngineOutput
method for querying the connection type.
The application can at any time enable or disable the engine outputs. By default the engine outputs are enabled.
See also:
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
void |
enable(boolean flag)
Enables or disables all connections from this output.
|
java.lang.Class<? extends Inventor> |
getConnectionClass()
Returns the type of field this output can connect to.
|
SoEngine |
getContainer()
Returns containing engine.
|
int |
getNumConnections()
Number of connections this output currently has.
|
boolean |
isEnabled()
Returns true if this output is currently enabled.
|
dispose, getNativeResourceHandle
public int getNumConnections()
public SoEngine getContainer()
public void enable(boolean flag)
public boolean isEnabled()
public java.lang.Class<? extends Inventor> getConnectionClass()
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com