public class SoVRMLInterpOutput extends Inventor
SoVRMLInterpOutput
is the class for all VRML interpolator output fields. There is no public constructor routine for this class. Only the VRML interpolator classes create instances of SoVRMLInterpOutput
.
Each VRML interpolator creates one or more VRML interpolator outputs. The type of the output is documented in the VRML interpolator reference pages. There is also an SoVRMLInterpOutput
method for querying the connection type.
The application can at any time enable or disable the VRML interpolator outputs. By default the VRML interpolator outputs are enabled.
See also:
SoVRMLInterpolatorDeprecated since Open Inventor 9500
The VRML API is no longer supported. See section
Inventor.ConstructorCommand
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
void |
enable(boolean flag)
Deprecated.
Enables or disables all connections from this output.
|
java.lang.Class<? extends Inventor> |
getConnectionClass()
Deprecated.
Returns the type of field this output can connect to.
|
SoVRMLInterpolator |
getContainer()
Deprecated.
Returns containing VRML interpolator.
|
boolean |
isEnabled()
Deprecated.
Returns true if this output is currently enabled.
|
dispose, getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public java.lang.Class<? extends Inventor> getConnectionClass()
public void enable(boolean flag)
public SoVRMLInterpolator getContainer()
public boolean isEnabled()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com