public abstract class SoVRMLInterpolator extends SoVRMLNode
SoVRMLInterpolator
is the abstract base class for all VRML interpolators.
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
File format/default:
This is an abstract class. See the reference page of a derived class for the format and default values.
SoSFNode | set_metadata |
SoSFNode | metadata_changed |
See also:
SoVRMLColorInterpolator
, SoVRMLCoordinateInterpolator
, SoVRMLNormalInterpolator
, SoVRMLOrientationInterpolator
, SoVRMLPositionInterpolator
, SoVRMLScalarInterpolator
, SoVRMLTimeSensorDeprecated since Open Inventor 9500
The VRML API is no longer supported. See section
Inventor.ConstructorCommand
metadata
VERBOSE_LEVEL, ZeroHandle
Modifier and Type | Method and Description |
---|---|
SoVRMLInterpolator |
copy()
Deprecated.
Creates and returns a copy of the VRML interpolator.
|
void |
evaluateWrapper(SoVRMLInterpOutput interp)
Deprecated.
Wrapper for the user's evaluate() interpolator.
|
static SoVRMLInterpolator |
getByName(java.lang.String name)
Deprecated.
A VRML interpolator can be given a name using setName () (which is a method on
SoBase ). |
SoVRMLInterpOutput |
getOutput(java.lang.String outputName)
Deprecated.
Returns the VRML interpolator output with the given name.
|
java.lang.String |
getOutputName(SoVRMLInterpOutput output)
Deprecated.
Returns the name of the given output.
|
affectsState, callback, copy, distribute, doAction, getAlternateRep, getBoundingBox, getMatrix, getPrimitiveCount, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public void evaluateWrapper(SoVRMLInterpOutput interp)
public static SoVRMLInterpolator getByName(java.lang.String name)
SoBase
).
This method allows VRML interpolators to be looked up by name. It returns the last VRML interpolator with the specified name.public java.lang.String getOutputName(SoVRMLInterpOutput output)
public SoVRMLInterpOutput getOutput(java.lang.String outputName)
public SoVRMLInterpolator copy()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com