Uses of Class
com.openinventor.inventor.engines.SoEngine
-
Packages that use SoEngine Package Description com.openinventor.imageviz.engines ImageViz engines allow the application of computational algorithms on data extracted from images.com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations The Arithmetics Operations category contains operations between two images or between an image and a constant as sum, difference, blending, minimum or maximum.com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations The Logical Operations category contains logical operations between two images or between an image and a constant as union, intersection, complementary.com.openinventor.imageviz.engines.edgedetection.edgemarking Introduction to Edge Marking com.openinventor.imageviz.engines.edgedetection.gradient Introduction to Gradient com.openinventor.imageviz.engines.edgedetection.laplacian For a 2-D function F(x,y), one might define the Laplacian operator as : .com.openinventor.imageviz.engines.edgedetection.otherderivatives This group provides miscellaneous derivative based operators such as partial derivatives or Hessian Matrix.com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms Geometric Transforms engines are usually used to align images.com.openinventor.imageviz.engines.geometryandmatching.patternrecognition This group provides a package of pattern recognition functions based on standard correlation.com.openinventor.imageviz.engines.geometryandmatching.registration This group provides a package of registration functions.com.openinventor.imageviz.engines.imageanalysis.globalmeasures The Global Measures category contains analysis engines a measurement globally to the input image.com.openinventor.imageviz.engines.imageanalysis.individualmeasures The Individual Measures category contains analysis engines applying a measurement on each label of the input image.com.openinventor.imageviz.engines.imageanalysis.morphometry The purpose of Morphometry category is to calculate morphometric parameters either in 3D based on a volume model, or in 2D from crossection images (individually or integrated over a volume-of-interest).com.openinventor.imageviz.engines.imageanalysis.statistics The Statistics category contains analysis engines applying an intensity- based measurement globally to the input image.com.openinventor.imageviz.engines.imagefiltering.colortransforms This group contains engines specifically applying on a color input image.com.openinventor.imageviz.engines.imagefiltering.frequencydomain This category contains FFT and related engines to work on frequency domain.com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms The Grayscale Transforms category contains gray level transformations such as histogram equalization and intensity rescaling operations.com.openinventor.imageviz.engines.imagefiltering.sharpening The Sharpening category contains filters used to enhance the edges of objects and adjust contrast and shade characteristics.com.openinventor.imageviz.engines.imagefiltering.smoothinganddenoising The Smoothing And Denoising category contains lowpass filters to reduce the contrast and soften the edges of objects in an image.com.openinventor.imageviz.engines.imagefiltering.texturefilters This category contains engines revealing texture attributes.com.openinventor.imageviz.engines.imagemanipulation.imageediting com.openinventor.imageviz.engines.imagemanipulation.stackoperations The Stack Operations category contains engines for manipulating image stacks.com.openinventor.imageviz.engines.imagemanipulation.syntheticimages com.openinventor.imageviz.engines.imagesegmentation.binarization Binarization allows to transform graylevel or color images into a binary image.com.openinventor.imageviz.engines.imagesegmentation.classification Pixel classification technics allow to segment an image into different regions relatively to a set of attributes.com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry This group contains engines capable of transforming images into geometric objects.com.openinventor.imageviz.engines.imagesegmentation.featureselection com.openinventor.imageviz.engines.imagesegmentation.labeling com.openinventor.imageviz.engines.imagesegmentation.regiongrowing This group contains segmentation engines based on the propagation of a seed.com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps Geodesy Principle com.openinventor.imageviz.engines.mathematicalmorphology.erosionanddilation Introduction to Erosion com.openinventor.imageviz.engines.mathematicalmorphology.geodesictransformations Geodesy Principle com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton The Hit-or-miss and Skeleton category contains engines used to produce simplified representations of the objects in an image, while preserving their geometrical structure.com.openinventor.imageviz.engines.mathematicalmorphology.openingandclosing Introduction to Opening com.openinventor.inventor.engines com.openinventor.inventor.fields -
-
Uses of SoEngine in com.openinventor.imageviz.engines
Subclasses of SoEngine in com.openinventor.imageviz.engines Modifier and Type Class Description class
SoImageVizEngine
Abstract base class for all ImageViz engines.Methods in com.openinventor.imageviz.engines with parameters of type SoEngine Modifier and Type Method Description static <V extends SoFieldContainer>
SoImageVizEngineOutput<? extends SoSFFieldContainer,V>SoImageVizEngineOutput. newInstance(java.lang.Class<V> vClass, SoEngine engine, java.lang.String outputName)
Factory method to create a new imageviz engine output according its output type. -
Uses of SoEngine in com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations
-
Uses of SoEngine in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations
Subclasses of SoEngine in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations Modifier and Type Class Description class
SoBitShiftProcessing
SoBitShiftProcessing
engine.class
SoInvertImageProcessing
SoInvertImageProcessing
engine calculates the reverse of an image.class
SoLogicalImageProcessing
SoLogicalImageProcessing
engine performs logical operations between two image.class
SoLogicalNotProcessing
SoLogicalNotProcessing
engine.class
SoLogicalValueProcessing
SoLogicalValueProcessing
engine. -
Uses of SoEngine in com.openinventor.imageviz.engines.edgedetection.edgemarking
Subclasses of SoEngine in com.openinventor.imageviz.engines.edgedetection.edgemarking Modifier and Type Class Description class
SoCannyEdgeProcessing
class
SoDijkstraShortestPathProcessing2d
class
SoEigenvaluesToStructurenessProcessing2d
SoEigenvaluesToStructurenessProcessing2d
engine computes a structure score image.class
SoEigenvaluesToStructurenessProcessing3d
SoEigenvaluesToStructurenessProcessing3d
engine computes a structure score image.class
SoGaussianGradientTensorProcessing2d
SoGaussianGradientTensorProcessing2d
engine computes the structure tensor.class
SoGaussianGradientTensorProcessing3d
SoGaussianGradientTensorProcessing3d
engine computes the structure tensor.class
SoGradientLocalMaximaProcessing2d
class
SoGradientLocalMaximaProcessing3d
class
SoRidgeDetectionProcessing
SoRidgeDetectionProcessing
engine.class
SoTensorVotingProcessing2d
SoTensorVotingProcessing2d
engine.class
SoZeroCrossingsProcessing2d
SoZeroCrossingsProcessing2d
engine. -
Uses of SoEngine in com.openinventor.imageviz.engines.edgedetection.gradient
Subclasses of SoEngine in com.openinventor.imageviz.engines.edgedetection.gradient Modifier and Type Class Description class
SoGradientMagnitudeProcessing2d
SoGradientMagnitudeProcessing2d
engine.class
SoGradientMagnitudeProcessing3d
SoGradientMagnitudeProcessing3d
engine.class
SoGradientOperatorProcessing2d
SoGradientOperatorProcessing2d
engine provides different algorithms to extract the edges of a 2D image.class
SoGradientOperatorProcessing3d
SoGradientOperatorProcessing3d
engine provides different operators to extract the edges from a 3D image.class
SoMorphologicalGradientProcessing
class
SoRadialGradientCenteredProcessing2d
class
SoRadialGradientCenteredProcessing3d
class
SoRadialGradientContourProcessing2d
class
SoRadialGradientContourProcessing3d
class
SoRadialGradientLabelProcessing2d
class
SoRadialGradientLabelProcessing3d
-
Uses of SoEngine in com.openinventor.imageviz.engines.edgedetection.laplacian
Subclasses of SoEngine in com.openinventor.imageviz.engines.edgedetection.laplacian Modifier and Type Class Description class
SoDoBFilterProcessing
SoDoBFilterProcessing
engine.class
SoMorphologicalLaplacianProcessing
class
SoRecursiveLaplacianProcessing
SoRecursiveLaplacianProcessing
engine applies a recursive algorithm for the determination of the laplacian. -
Uses of SoEngine in com.openinventor.imageviz.engines.edgedetection.otherderivatives
Subclasses of SoEngine in com.openinventor.imageviz.engines.edgedetection.otherderivatives Modifier and Type Class Description class
SoGaussianDerivativeProcessing
SoGaussianDerivativeProcessing
image filter.class
SoHessianMatrixProcessing2d
SoHessianMatrixProcessing2d
engine computes the local Hessian matrix.class
SoHessianMatrixProcessing3d
SoHessianMatrixProcessing3d
engine computes the local Hessian matrix. -
Uses of SoEngine in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms
-
Uses of SoEngine in com.openinventor.imageviz.engines.geometryandmatching.patternrecognition
Subclasses of SoEngine in com.openinventor.imageviz.engines.geometryandmatching.patternrecognition Modifier and Type Class Description class
SoBinaryCorrelationProcessing2d
SoBinaryCorrelationProcessing2d
engine.class
SoGrayscaleCorrelationProcessing2d
-
Uses of SoEngine in com.openinventor.imageviz.engines.geometryandmatching.registration
Subclasses of SoEngine in com.openinventor.imageviz.engines.geometryandmatching.registration Modifier and Type Class Description class
SoElasticRegistrationProcessing2d
(Preview Feature)SoElasticRegistrationProcessing2d
engineclass
SoImagePreAlignmentTransform3d
SoImagePreAlignmentTransform3d
image filter.class
SoImageRegistrationTransform
SoImageRegistrationTransform
image filter. -
Uses of SoEngine in com.openinventor.imageviz.engines.imageanalysis.globalmeasures
-
Uses of SoEngine in com.openinventor.imageviz.engines.imageanalysis.individualmeasures
Subclasses of SoEngine in com.openinventor.imageviz.engines.imageanalysis.individualmeasures Modifier and Type Class Description class
SoFilterAnalysisQuantification
SoFilterAnalysisQuantification
engine removes from the input label analysis labels whose measure does not fulfill a filter formula.class
SoFilterByMeasureProcessing
SoFilterByMeasureProcessing
engine allows filtering objects given a target measure and a filter criterion.class
SoLabelAnalysisQuantification
SoLabelAnalysisQuantification
engine performs measurements on objects from a label image.class
SoLabelFilteringAnalysisQuantification
SoLabelFilteringAnalysisQuantification
engine computes measurements on objects from a label image and filters the result according to a given formula.class
SoLabelFilteringProcessing
SoLabelFilteringProcessing
engine filters objects from a label image according to a given formula.class
SoMeasureImageProcessing
SoMeasureImageProcessing
engine allows to replace all labels of the input image by the result of an individual measure.class
SoSieveLabelingProcessing
SoSieveLabelingProcessing
engine produces a new label image by grouping labels of the input label image. -
Uses of SoEngine in com.openinventor.imageviz.engines.imageanalysis.morphometry
-
Uses of SoEngine in com.openinventor.imageviz.engines.imageanalysis.statistics
-
Uses of SoEngine in com.openinventor.imageviz.engines.imagefiltering.colortransforms
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagefiltering.colortransforms Modifier and Type Class Description class
SoColorAntialiasingProcessing2d
SoColorAntialiasingProcessing2d
engine.class
SoColorGetPlaneProcessing2d
SoColorGetPlaneProcessing2d
engine.class
SoColorSpaceConversionProcessing
SoColorSpaceConversionProcessing
engine.class
SoColorToGrayscaleProcessing
SoColorToGrayscaleProcessing
engine.class
SoColorToLightnessProcessing
SoColorToLightnessProcessing
engine.class
SoDecorrelationStretchProcessing2d
class
SoGrayscaleToColorProcessing
SoGrayscaleToColorProcessing
engine. -
Uses of SoEngine in com.openinventor.imageviz.engines.imagefiltering.frequencydomain
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagefiltering.frequencydomain Modifier and Type Class Description class
SoCartesianToPolarProcessing2d
SoCartesianToPolarProcessing2d
engine.class
SoComplexCenteredFFTInverseProcessing
class
SoComplexCenteredFFTProcessing
SoComplexCenteredFFTProcessing
engine.class
SoComplexFFTInverseProcessing
SoComplexFFTInverseProcessing
engine.class
SoComplexFFTProcessing
SoComplexFFTProcessing
engine.class
SoConvolutionWithImageProcessing2d
class
SoGaborFilteringProcessing2d
SoGaborFilteringProcessing2d
image filter.class
SoPolarToCartesianProcessing2d
SoPolarToCartesianProcessing2d
engine.class
SoSwapQuadrantsProcessing
SoSwapQuadrantsProcessing
engine. -
Uses of SoEngine in com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms Modifier and Type Class Description class
SoAdaptiveHistogramEqualizationProcessing
SoAdaptiveHistogramEqualizationProcessing
engine performs a local histogram equalization.class
SoApplyGrayscaleLutProcessing
SoApplyGrayscaleLutProcessing
engine allows to apply a grayscale look up table.class
SoBackgroundImageProcessing2d
SoBackgroundImageProcessing2d
engine.class
SoHistogramEqualizationProcessing
class
SoMatchContrastProcessing
SoMatchContrastProcessing
engine.class
SoMathematicalFunctionProcessing
SoMathematicalFunctionProcessing
engine.class
SoRescaleIntensityProcessing
SoRescaleIntensityProcessing
engine.class
SoShadingCorrectionProcessing
SoShadingCorrectionProcessing
engine. -
Uses of SoEngine in com.openinventor.imageviz.engines.imagefiltering.sharpening
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagefiltering.sharpening Modifier and Type Class Description class
SoDeblurProcessing2d
SoDeblurProcessing2d
engine.class
SoDelineateProcessing
SoDelineateProcessing
engine.class
SoShadeProcessing2d
SoShadeProcessing2d
engine.class
SoUnsharpMaskingProcessing
SoUnsharpMaskingProcessing
engine. -
Uses of SoEngine in com.openinventor.imageviz.engines.imagefiltering.smoothinganddenoising
-
Uses of SoEngine in com.openinventor.imageviz.engines.imagefiltering.texturefilters
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagefiltering.texturefilters Modifier and Type Class Description class
SoAutoCorrelationProcessing2d
SoAutoCorrelationProcessing2d
engine computes the cross correlation of an image by itself.class
SoImageCurvatureProcessing2d
SoImageCurvatureProcessing2d
engine.class
SoImageCurvatureProcessing3d
SoImageCurvatureProcessing3d
engine.class
SoLocalStatisticsProcessing
SoLocalStatisticsProcessing
engine.class
SoMultiscaleStructureEnhancementProcessing2d
class
SoMultiscaleStructureEnhancementProcessing3d
-
Uses of SoEngine in com.openinventor.imageviz.engines.imagemanipulation.imageediting
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagemanipulation.imageediting Modifier and Type Class Description class
SoConvertImageProcessing
SoConvertImageProcessing
engine changes the format of an image.class
SoCopyImageProcessing
SoCopyImageProcessing
engine copies an image into another image.class
SoCropImageProcessing
SoCropImageProcessing
engine extract a rectangular region from an image.class
SoDeinterlaceFramesProcessing2d
SoDeinterlaceFramesProcessing2d
engine.class
SoGetObliquePlaneFromVolumeProcessing3d
class
SoGetPlaneFromVolumeProcessing3d
SoGetPlaneFromVolumeProcessing3d
engine.class
SoInterlaceFramesProcessing2d
SoInterlaceFramesProcessing2d
engine.class
SoResetImageProcessing
SoResetImageProcessing
engine sets all pixels/voxels values of the input image to a constant value.class
SoSampleImageProcessing
SoSampleImageProcessing
engine extracts a sub-sample of an image.class
SoSetPlaneToVolumeProcessing3d
SoSetPlaneToVolumeProcessing3d
engine. -
Uses of SoEngine in com.openinventor.imageviz.engines.imagemanipulation.stackoperations
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagemanipulation.stackoperations Modifier and Type Class Description class
SoImageStackProjectionProcessing3d
-
Uses of SoEngine in com.openinventor.imageviz.engines.imagemanipulation.syntheticimages
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagemanipulation.syntheticimages Modifier and Type Class Description class
SoRandomImageGeneration
SoRandomImageGeneration
engine creates a new image with random values.class
SoRandomSphereGeneration3d
SoRandomSphereGeneration3d
engine allow to create synthetic spheres in a binary image. -
Uses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.binarization
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.binarization Modifier and Type Class Description class
SoAdaptiveThresholdingProcessing
SoAdaptiveThresholdingProcessing
engine.class
SoAutoThresholdingProcessing
SoAutoThresholdingProcessing
engine.class
SoColorThresholdingProcessing
SoColorThresholdingProcessing
engine.class
SoHysteresisThresholdingProcessing
SoHysteresisThresholdingProcessing
image filter.class
SoLocalAdaptiveThresholdProcessing
class
SoThresholdingByCriterionProcessing
class
SoThresholdingProcessing
SoThresholdingProcessing
engine.class
SoTopHatProcessing
SoTopHatProcessing
image filter. -
Uses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.classification
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.classification Modifier and Type Class Description class
SoAutoIntensityClassificationProcessing
SoAutoIntensityClassificationProcessing
classifies all pixels/voxels of an image using the k-means method.class
SoSupervisedTextureClassificationProcessing2d
class
SoSupervisedTextureClassificationProcessing3d
-
Uses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry Modifier and Type Class Description class
SoCenterLineApproximation3d
SoCenterLineApproximation3d
engine.class
SoObjectToSegmentApproximation2d
SoObjectToSegmentApproximation2d
engine. -
Uses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.featureselection
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.featureselection Modifier and Type Class Description class
SoBorderKillProcessing
SoBorderKillProcessing
engine.class
SoLabelInterfacesProcessing
SoLabelInterfacesProcessing
engine.class
SoObjectBoundariesProcessing
SoObjectBoundariesProcessing
engine.class
SoRemoveSmallHolesProcessing
SoRemoveSmallHolesProcessing
engine.class
SoRemoveSmallSpotsProcessing
SoRemoveSmallSpotsProcessing
engine. -
Uses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.labeling
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.labeling Modifier and Type Class Description class
SoAddObjectToLabelProcessing
SoAddObjectToLabelProcessing
engine.class
SoAssignLabelProcessing
SoAssignLabelProcessing
engine.class
SoAutoSegmentation3PhasesProcessing
SoAutoSegmentation3PhasesProcessing
image filter.class
SoGroupCloseLabelslProcessing2d
SoGroupCloseLabelslProcessing2d
engine.class
SoLabelingProcessing
SoLabelingProcessing
engine.class
SoObjectToRegionProcessing2d
SoObjectToRegionProcessing2d
engine.class
SoRegionToObjectProcessing2d
SoRegionToObjectProcessing2d
image filter.class
SoReorderLabelsProcessing
SoReorderLabelsProcessing
image filter. -
Uses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing Modifier and Type Class Description class
SoFloodFillThresholdProcessing
SoFloodFillThresholdProcessing
engine.class
SoMarkerBasedWatershedProcessing
SoMarkerBasedWatershedProcessing
engine performs a fast determination of the watershed lines. -
Uses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling
Subclasses of SoEngine in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling Modifier and Type Class Description class
SoConvexHullProcessing2d
SoConvexHullProcessing2d
engine fills the concavities of particles in an image.class
SoExpandLabelsProcessing
SoExpandLabelsProcessing
engine.class
SoFillHolesProcessing2d
SoFillHolesProcessing2d
engine.class
SoFillHolesProcessing3d
SoFillHolesProcessing3d
engine.class
SoFillImageBorderProcessing3d
SoFillImageBorderProcessing3d
engine.class
SoHExtremaWatershedProcessing
SoHExtremaWatershedProcessing
engine computes the watershed lines of a grayscale image.class
SoSeparateObjectsProcessing
SoSeparateObjectsProcessing
engine separates objects in a binary image. -
Uses of SoEngine in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps
Subclasses of SoEngine in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps Modifier and Type Class Description class
SoChamferDistanceMapProcessing2d
SoChamferDistanceMapProcessing2d
engine.class
SoChamferDistanceMapProcessing3d
SoChamferDistanceMapProcessing3d
engine.class
SoChessboardDistanceMapProcessing
class
SoClosestBoundaryPointsProcessing2d
class
SoClosestBoundaryPointsProcessing3d
class
SoEuclideanDistanceMapProcessing3d
SoEuclideanDistanceMapProcessing3d
image filter.class
SoGeodesicDistanceMapProcessing
SoGeodesicDistanceMapProcessing
engine.class
SoGeodesicPropagationProcessing2d
class
SoLocalThicknessMapProcessing3d
SoLocalThicknessMapProcessing3d
engine.class
SoTimeMapProcessing
SoTimeMapProcessing
engine. -
Uses of SoEngine in com.openinventor.imageviz.engines.mathematicalmorphology.erosionanddilation
-
Uses of SoEngine in com.openinventor.imageviz.engines.mathematicalmorphology.geodesictransformations
Subclasses of SoEngine in com.openinventor.imageviz.engines.mathematicalmorphology.geodesictransformations Modifier and Type Class Description class
SoExtremaImpositionProcessing
SoExtremaImpositionProcessing
engine.class
SoGrayscaleResconstructionProcessing
class
SoHExtremaProcessing
SoHExtremaProcessing
engine.class
SoReconstructionFromMarkersProcessing
class
SoRegionalExtremaProcessing
SoRegionalExtremaProcessing
engine.class
SoUltimateErosionProcessing
SoUltimateErosionProcessing
engine. -
Uses of SoEngine in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton
-
Uses of SoEngine in com.openinventor.imageviz.engines.mathematicalmorphology.openingandclosing
-
Uses of SoEngine in com.openinventor.inventor.engines
Subclasses of SoEngine in com.openinventor.inventor.engines Modifier and Type Class Description class
SoBoolOperation
Performs Boolean operations.class
SoCalculator
A general-purpose calculator.class
SoComposeMatrix
Composes a transformation matrix.class
SoComposeRotation
Composes a rotation from axis and angle values.class
SoComposeRotationFromTo
Composes a rotation that rotates from one vector into another.class
SoComposeVec2f
Composes 2D vectors from floating-point values.class
SoComposeVec2i32
Composes 2D vectors from int values.class
SoComposeVec2s
Composes 2D vectors from short values.class
SoComposeVec3f
Composes 3D vectors from floating-point values.class
SoComposeVec4f
Composes 4D vectors from floating-point values.class
SoComputeBoundingBox
Computes the bounding box and center of a scene graph.class
SoConcatenate
Joins separate fields into a single multiple-value field.class
SoCounter
Triggered integer counter.class
SoDecomposeMatrix
Decomposes transformation matrices into values for translation, rotation, and scale.class
SoDecomposeRotation
Decomposes rotation values.class
SoDecomposeVec2f
Decomposes 2D vectors into floating-point values.class
SoDecomposeVec2i32
Decomposes 2D vectors into int values.class
SoDecomposeVec2s
Decomposes 2D vectors into short values.class
SoDecomposeVec3f
Decomposes 3D vectors into floating-point values.class
SoDecomposeVec4f
Decomposes 4D vectors into floating-point values.class
SoElapsedTime
Basic controllable time source.class
SoGate
Selectively copies its input to its output.class
SoInterpolate
Base class for all interpolator engines.class
SoInterpolateFloat
Interpolates floating-point values.class
SoInterpolateRotation
Interpolates rotation values.class
SoInterpolateVec2f
Interpolates 2D floating-point vectors.class
SoInterpolateVec3f
Interpolates 3D floating-point vectors.class
SoInterpolateVec4f
Interpolates 4D floating-point vectors.class
SoOneShot
Timer that runs for a pre-set amount of time.class
SoOnOff
Engine that functions as an on/off switch.class
SoSelectOne
Selects one value from a multiple-value field.class
SoTimeCounter
Timed integer counter.class
SoTrackFollower
Animates an object or camera along a track.class
SoTransformVec3f
Transforms a 3D vector by a 4x4 matrix.class
SoTriggerAny
Provides fan-in for triggers.Methods in com.openinventor.inventor.engines that return SoEngine Modifier and Type Method Description SoEngine
SoEngine. copy()
Creates and returns an exact copy of the engine.static SoEngine
SoEngine. getByName(java.lang.String name)
Looks up engine(s) by name.SoEngine
SoEngineOutput. getContainer()
Returns containing engine. -
Uses of SoEngine in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SoEngine Modifier and Type Method Description SoEngine
SoSFEngine. getValue()
Returns this field's value.SoEngine
SoMFEngine. getValueAt(int i)
Methods in com.openinventor.inventor.fields with parameters of type SoEngine Modifier and Type Method Description int
SoMFEngine. find(SoEngine targetValue)
Calls find(targetValue, false).int
SoMFEngine. find(SoEngine targetValue, boolean addIfNotFound)
Finds the given targetValue in the array and returns the index of that value.void
SoMFEngine. set1Value(int index, SoEngine newValue)
Sets the index'th value in the array to newValue.void
SoMFEngine. setValue(SoEngine newValue)
Sets the first value in the array to newValue, and deletes.void
SoSFEngine. setValue(SoEngine newValue)
Sets this field to newValue.void
SoMFEngine. setValues(int start, SoEngine[] newValues)
Sets num values starting at index start to the values.Constructors in com.openinventor.inventor.fields with parameters of type SoEngine Constructor Description SoSFEngine(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SoEngine defaultValue)
Default constructor.
-