Uses of Class
com.openinventor.inventor.fields.SoSFEnum
-
Packages that use SoSFEnum Package Description 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.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.imageviz.nodes.images Data conversion conventions in ImageViz com.openinventor.imageviz.nodes.measures Introduction com.openinventor.inventor.drawers These classes provide convenient components to draw polyline, ellipse, lasso, or complex scene graph in 2D screen space.com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list.com.openinventor.inventor.fields com.openinventor.inventor.geo com.openinventor.inventor.nodekits com.openinventor.inventor.nodes com.openinventor.inventor.viewercomponents.nodes Viewer components nodes independent from graphical user interface.com.openinventor.ldm.nodes com.openinventor.ldm.writers com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.meshviz.data com.openinventor.meshviz.graph com.openinventor.meshviz.nodes com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes.com.openinventor.remoteviz.clients.nodes com.openinventor.volumeviz.nodes -
-
Uses of SoSFEnum in com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations
Fields in com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoArithmeticImageProcessing.ArithmeticOperators>SoArithmeticImageProcessing. arithmeticOperatorSelect operator to apply.SoSFEnum<SoArithmeticValueProcessing.ArithmeticOperators>SoArithmeticValueProcessing. arithmeticOperatorSelect the operator to apply.SoSFEnum<SoImageVizEngine.ComputeModes>SoImageFormulaProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageFormulaProcessing.DataTypes>SoImageFormulaProcessing. dataTypeArithmetic format.SoSFEnum<SoDirectionalBlendProcessing2d.SymmetryModes>SoDirectionalBlendProcessing2d. symmetryModeSelect the symmetry type. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations
Fields in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoLogicalImageProcessing.LogicalOperators>SoLogicalImageProcessing. logicalOperatorSelect the operator to apply.SoSFEnum<SoLogicalValueProcessing.LogicalOperators>SoLogicalValueProcessing. logicalOperatorSelect the operator to apply.SoSFEnum<SoBitShiftProcessing.ShiftDirections>SoBitShiftProcessing. shiftDirectionSelect the shifting direction. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.edgedetection.edgemarking
Fields in com.openinventor.imageviz.engines.edgedetection.edgemarking declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoDijkstraShortestPathProcessing2d.AxisSelections>SoDijkstraShortestPathProcessing2d. axisSelectionSelect the direction axis.SoSFEnum<SoImageVizEngine.ComputeModes>SoRidgeDetectionProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoDijkstraShortestPathProcessing2d.IntensityModes>SoDijkstraShortestPathProcessing2d. intensityModeThe type of enclosed objects.SoSFEnum<SoEigenvaluesToStructurenessProcessing2d.LightnessType>SoEigenvaluesToStructurenessProcessing2d. lightnessThe type of structure lightness to extract.SoSFEnum<SoEigenvaluesToStructurenessProcessing3d.LightnessType>SoEigenvaluesToStructurenessProcessing3d. lightnessThe type of structure lightness to extract.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoRidgeDetectionProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoEigenvaluesToStructurenessProcessing2d.StructureTypes>SoEigenvaluesToStructurenessProcessing2d. structureTypeShape of structures to extract.SoSFEnum<SoEigenvaluesToStructurenessProcessing3d.StructureTypes>SoEigenvaluesToStructurenessProcessing3d. structureTypeThe type of structure lightness to extract. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.edgedetection.gradient
Fields in com.openinventor.imageviz.engines.edgedetection.gradient declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoMorphologicalGradientProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoGradientMagnitudeProcessing2d.GradientModes>SoGradientMagnitudeProcessing2d. gradientModeSelect an output mode.SoSFEnum<SoGradientMagnitudeProcessing3d.GradientModes>SoGradientMagnitudeProcessing3d. gradientModeSelect an output mode.SoSFEnum<SoGradientOperatorProcessing2d.GradientModes>SoGradientOperatorProcessing2d. gradientModeSelect an output mode.SoSFEnum<SoGradientOperatorProcessing3d.GradientModes>SoGradientOperatorProcessing3d. gradientModeSelect an output mode.SoSFEnum<SoMorphologicalGradientProcessing.GradientModes>SoMorphologicalGradientProcessing. gradientModeSelect the computation mode for morphological gradient.SoSFEnum<SoGradientOperatorProcessing2d.GradientOperators>SoGradientOperatorProcessing2d. gradientOperatorSelect the gradient operator.SoSFEnum<SoGradientOperatorProcessing3d.GradientOperators>SoGradientOperatorProcessing3d. gradientOperatorSelect the gradient operator.SoSFEnum<SoMorphologicalGradientProcessing.PrecisionModes>SoMorphologicalGradientProcessing. precisionModeSelect the precision for computation method.SoSFEnum<SoRadialGradientCenteredProcessing2d.ProjectionModes>SoRadialGradientCenteredProcessing2d. projectionModeSelect the output images mode.SoSFEnum<SoRadialGradientContourProcessing2d.ProjectionModes>SoRadialGradientContourProcessing2d. projectionModeSelect the output images mode.SoSFEnum<SoRadialGradientLabelProcessing2d.ProjectionModes>SoRadialGradientLabelProcessing2d. projectionModeSelect the output images mode. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.edgedetection.laplacian
Fields in com.openinventor.imageviz.engines.edgedetection.laplacian declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoDoBFilterProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoMorphologicalLaplacianProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoRecursiveLaplacianProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoMorphologicalLaplacianProcessing.PrecisionModes>SoMorphologicalLaplacianProcessing. precisionModeSelect the precision for computation method. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.edgedetection.otherderivatives
Fields in com.openinventor.imageviz.engines.edgedetection.otherderivatives declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoGaussianDerivativeProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) . -
Uses of SoSFEnum in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms
Fields in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoFlipAxisProcessing2d.AxisSelections>SoFlipAxisProcessing2d. axisSelectionSelect the symmetry type.SoSFEnum<SoFlipAxisProcessing3d.AxisSelections>SoFlipAxisProcessing3d. axisSelectionSelect the symmetry axis.SoSFEnum<SoTranslateProcessing.BackgroundModes>SoTranslateProcessing. backgroundModeThe translation mode.SoSFEnum<SoImageVizEngine.ComputeModes>SoScaleByFactorProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoScaleImageToSizeProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoTranslateProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoResampleElasticProcessing2d.ExtrapolationTypes>SoResampleElasticProcessing2d. extrapolationTypeThe type of extrapolation used.SoSFEnum<SoResampleElasticProcessing2d.InterpolationTypes>SoResampleElasticProcessing2d. interpolationTypeType of interpolation you want to use.SoSFEnum<SoResampleImageProcessing3d.InterpolationTypes>SoResampleImageProcessing3d. interpolationTypeThe type of interpolation used for the re-sampling.SoSFEnum<SoRotateAroundZProcessing2d.PrecisionModes>SoRotateAroundZProcessing2d. precisionModeSelect the interpolation mode.SoSFEnum<SoRotateProcessing2d.PrecisionModes>SoRotateProcessing2d. precisionModeSelect the interpolation mode.SoSFEnum<SoRotateProcessing3d.PrecisionModes>SoRotateProcessing3d. precisionModeSelect the interpolation mode.SoSFEnum<SoScaleByFactorProcessing.PrecisionModes>SoScaleByFactorProcessing. precisionModeSelect the interpolation mode.SoSFEnum<SoScaleImageToSizeProcessing.PrecisionModes>SoScaleImageToSizeProcessing. precisionModeSelect the interpolation mode.SoSFEnum<SoResampleImageProcessing3d.SamplingModes>SoResampleImageProcessing3d. samplingModeSpecifies how the voxel size is computed.SoSFEnum<SoSwapAxisProcessing3d.TranspositionModes>SoSwapAxisProcessing3d. transpositionModeSelect the transposition mode. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.geometryandmatching.patternrecognition
Fields in com.openinventor.imageviz.engines.geometryandmatching.patternrecognition declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoGrayscaleCorrelationProcessing2d.CorrelationCriterions>SoGrayscaleCorrelationProcessing2d. correlationCriterionSelect the correlation operator.SoSFEnum<SoGrayscaleCorrelationProcessing2d.CorrelationModes>SoGrayscaleCorrelationProcessing2d. correlationModeSelect the normalization mode for correlation.SoSFEnum<SoBinaryCorrelationProcessing2d.OffsetModes>SoBinaryCorrelationProcessing2d. offsetModeSelect the calculation offset (number of pixels).SoSFEnum<SoGrayscaleCorrelationProcessing2d.OffsetModes>SoGrayscaleCorrelationProcessing2d. offsetModeSelect the calculation offset (number of pixels). -
Uses of SoSFEnum in com.openinventor.imageviz.engines.geometryandmatching.registration
Fields in com.openinventor.imageviz.engines.geometryandmatching.registration declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImagePreAlignmentTransform3d.AlignmentModes>SoImagePreAlignmentTransform3d. alignmentModeSelect the type of alignment .SoSFEnum<SoImageVizEngine.ComputeModes>SoImageRegistrationTransform. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoElasticRegistrationProcessing2d.MetricTypes>SoElasticRegistrationProcessing2d. metricTypeType of metric used to measure the similarity/dissimilarity between the fixed and the transformed image.SoSFEnum<SoImageRegistrationTransform.MetricTypes>SoImageRegistrationTransform. metricTypeSelect the metric type.SoSFEnum<SoImageRegistrationTransform.RangeModes>SoImageRegistrationTransform. rangeModeModelThe way to define the intensity range to be considered by the algorithm in the model (moving) image.SoSFEnum<SoImageRegistrationTransform.RangeModes>SoImageRegistrationTransform. rangeModeReferenceThe way to define the intensity range to be considered by the algorithm in the reference (fixed) image.SoSFEnum<SoImageRegistrationTransform.TransformationTypes>SoImageRegistrationTransform. transformTypeSelect the type of transform. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imageanalysis.globalmeasures
Fields in com.openinventor.imageviz.engines.imageanalysis.globalmeasures declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoGlobalAnalysisQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoIntensityHistogramQuantification.RangeModes>SoIntensityHistogramQuantification. rangeModeThis parameter defines if the histogram has to be computed between the minimum and maximum input intensities (MIN_MAX) or inside a predefined range (OTHER). -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imageanalysis.individualmeasures
Fields in com.openinventor.imageviz.engines.imageanalysis.individualmeasures declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoFilterAnalysisQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoFilterByMeasureProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoLabelAnalysisQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoLabelFilteringAnalysisQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoLabelFilteringProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoMeasureImageProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoSieveLabelingProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoFilterByMeasureProcessing.MeasureFilterTypes>SoFilterByMeasureProcessing. measureFilterTypeData filter type. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imageanalysis.morphometry
Fields in com.openinventor.imageviz.engines.imageanalysis.morphometry declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoDegreeOfAnisotropyQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoFractalDimensionQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoFragmentationIndexQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoImageVolumeQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoObjectBoundaryAreaQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoObjectImageRatioQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoObjectSpecificSurfaceQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoObjectSurfaceDensityQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoObjectVolumeQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoTotalImageBoundaryAreaQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoAverageObjectThicknessQuantification3d.Models>SoAverageObjectThicknessQuantification3d. modelThe trabecular model.SoSFEnum<SoAverageSpaceThicknessQuantification3d.Models>SoAverageSpaceThicknessQuantification3d. modelThe trabecular model.SoSFEnum<SoObjectLinearDensityQuantification3d.Models>SoObjectLinearDensityQuantification3d. modelThe trabecular model. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imageanalysis.statistics
Fields in com.openinventor.imageviz.engines.imageanalysis.statistics declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoCompareImageQuantification.ComparisonCriterions>SoCompareImageQuantification. comparisonCriterionSelect the comparison test to perform between images.SoSFEnum<SoCompareValueQuantification.ComparisonCriterions>SoCompareValueQuantification. comparisonCriterionSelect the comparison test to perform between image and value.SoSFEnum<SoImageVizEngine.ComputeModes>SoAutoThresholdingQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoCompareImageQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoCompareValueQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoIntensityExtremaQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoIntensityStatisticsQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoLocalMaximaQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoMaskedStatisticsQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoMeasureGaussianNoiseQuantification. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoLocalMaximaQuantification.PrecisionModes>SoLocalMaximaQuantification. precisionModeSelect the precision mode of position.SoSFEnum<SoAutoThresholdingQuantification.RangeModes>SoAutoThresholdingQuantification. rangeModeThe input intensity range.SoSFEnum<SoIntensityStatisticsQuantification.RangeModes>SoIntensityStatisticsQuantification. rangeModeSelect the input intensity range mode.SoSFEnum<SoAutoThresholdingQuantification.ThresholdCriterions>SoAutoThresholdingQuantification. thresholdCriterionThe criterion to detect thresholds on histogram. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagefiltering.colortransforms
Fields in com.openinventor.imageviz.engines.imagefiltering.colortransforms declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoColorSpaceConversionProcessing.BaseModes>SoColorSpaceConversionProcessing. baseModeSelect the output color space.SoSFEnum<SoImageVizEngine.ComputeModes>SoColorSpaceConversionProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoColorToGrayscaleProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoColorToLightnessProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoGrayscaleToColorProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) . -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagefiltering.frequencydomain
Fields in com.openinventor.imageviz.engines.imagefiltering.frequencydomain declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoComplexCenteredFFTInverseProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoComplexCenteredFFTProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoComplexFFTInverseProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoComplexFFTProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoSwapQuadrantsProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) . -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms
Fields in com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoAdaptiveHistogramEqualizationProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoApplyGrayscaleLutProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoHistogramEqualizationProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoMatchContrastProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoRescaleIntensityProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoMatchContrastProcessing.MatchingModes>SoMatchContrastProcessing. matchingModeSelect a matching mode.SoSFEnum<SoMathematicalFunctionProcessing.MathematicalOperators>SoMathematicalFunctionProcessing. mathematicalOperatorSelect the operator to apply.SoSFEnum<SoRescaleIntensityProcessing.OutputTypes>SoRescaleIntensityProcessing. outputTypeType of the output image.SoSFEnum<SoHistogramEqualizationProcessing.RangeModes>SoHistogramEqualizationProcessing. rangeModeSelect the input intensity range mode.SoSFEnum<SoRescaleIntensityProcessing.RangeModes>SoRescaleIntensityProcessing. rangeModeSelect the input intensity range mode. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagefiltering.sharpening
Fields in com.openinventor.imageviz.engines.imagefiltering.sharpening declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoDelineateProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoUnsharpMaskingProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoDelineateProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagefiltering.smoothinganddenoising
Fields in com.openinventor.imageviz.engines.imagefiltering.smoothinganddenoising declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoBilateralFilterProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoBoxFilterProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoCurvatureDrivenDiffusionProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoDespeckleProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoFlowInpaintingProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoGaussianBlurFilterProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoMajorityFilterProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoMedianFilterProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoNonLocalMeansFilterProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoRecursiveExponentialFilterProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoSigmaFilterProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoSNNFilterProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoNagaoFilterProcessing2d.FilterMethods>SoNagaoFilterProcessing2d. filterMethodSelect the filter method.SoSFEnum<SoNagaoFilterProcessing3d.FilterMethods>SoNagaoFilterProcessing3d. filterMethodFilter method.SoSFEnum<SoBilateralFilterProcessing.FilterModes>SoBilateralFilterProcessing. filterModeThe filter type.SoSFEnum<SoGaussianBlurFilterProcessing.FilterModes>SoGaussianBlurFilterProcessing. filterModeDefine the algorithm used to compute the gaussian filter.SoSFEnum<SoNagaoFilterProcessing2d.FilterTypes>SoNagaoFilterProcessing2d. filterTypeSelect the filter type.SoSFEnum<SoMedianFilterProcessing.KernelModes>SoMedianFilterProcessing. kernelModeThe shape of the 3D neighborhood.SoSFEnum<SoNonLocalMeansFilterProcessing.KernelShapes>SoNonLocalMeansFilterProcessing. kernelShapeThe search window shape to apply.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoMedianFilterProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoGaussianBlurFilterProcessing.OutputTypes>SoGaussianBlurFilterProcessing. outputTypeDefine the output type. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagefiltering.texturefilters
Fields in com.openinventor.imageviz.engines.imagefiltering.texturefilters declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoLocalStatisticsProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoLocalStatisticsProcessing.KernelShapes>SoLocalStatisticsProcessing. kernelShapeShape of the neighborhood.SoSFEnum<SoMultiscaleStructureEnhancementProcessing2d.LightnessType>SoMultiscaleStructureEnhancementProcessing2d. lightnessThe lightness type of structures to enhance.SoSFEnum<SoMultiscaleStructureEnhancementProcessing3d.LightnessType>SoMultiscaleStructureEnhancementProcessing3d. lightnessThe lightness type of structures to enhance.SoSFEnum<SoLocalStatisticsProcessing.StatisticalOperators>SoLocalStatisticsProcessing. statisticalOperatorSelect the first order measure to compute.SoSFEnum<SoMultiscaleStructureEnhancementProcessing2d.StructureTypes>SoMultiscaleStructureEnhancementProcessing2d. structureTypeShape of structures to extract.SoSFEnum<SoMultiscaleStructureEnhancementProcessing3d.StructureTypes>SoMultiscaleStructureEnhancementProcessing3d. structureTypeShape of structures to extract.SoSFEnum<SoMultiscaleStructureEnhancementProcessing2d.TensorTypes>SoMultiscaleStructureEnhancementProcessing2d. tensorTypeDefines whether the command will use the gradient tensor or the hessian matrix.SoSFEnum<SoMultiscaleStructureEnhancementProcessing3d.TensorTypes>SoMultiscaleStructureEnhancementProcessing3d. tensorTypeDefines whether the command will use the gradient tensor or the hessian matrix. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagemanipulation.imageediting
Fields in com.openinventor.imageviz.engines.imagemanipulation.imageediting declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoGetPlaneFromVolumeProcessing3d.AxisSelections>SoGetPlaneFromVolumeProcessing3d. axisSelectionSelect the axis orthogonal to the plane to extract.SoSFEnum<SoSetPlaneToVolumeProcessing3d.AxisSelections>SoSetPlaneToVolumeProcessing3d. axisSelectionSelect the axis orthogonal to the plane to set.SoSFEnum<SoImageVizEngine.ComputeModes>SoConvertImageProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoCopyImageProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoCropImageProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoResetImageProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoSampleImageProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoConvertImageProcessing.DataTypes>SoConvertImageProcessing. dataTypeSelect the output arithmetic format.SoSFEnum<SoGetObliquePlaneFromVolumeProcessing3d.PrecisionModes>SoGetObliquePlaneFromVolumeProcessing3d. precisionModeSelect the interpolation mode.SoSFEnum<SoDeinterlaceFramesProcessing2d.SplitModes>SoDeinterlaceFramesProcessing2d. splitModeSelect the split mode.SoSFEnum<SoInterlaceFramesProcessing2d.SplitModes>SoInterlaceFramesProcessing2d. splitModeSelect the split mode. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagemanipulation.stackoperations
Fields in com.openinventor.imageviz.engines.imagemanipulation.stackoperations declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageStackProjectionProcessing3d.GradientOperators>SoImageStackProjectionProcessing3d. gradientOperatorThe type of process.SoSFEnum<SoImageStackProjectionProcessing3d.ProjectionModes>SoImageStackProjectionProcessing3d. projectionModeThe type of process. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagemanipulation.syntheticimages
Fields in com.openinventor.imageviz.engines.imagemanipulation.syntheticimages declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoRandomImageGeneration. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoRandomImageGeneration.DataTypes>SoRandomImageGeneration. dataTypeSelect the output arithmetic format.SoSFEnum<SoRandomImageGeneration.Distributions>SoRandomImageGeneration. distributionSelect the distribution mode.SoSFEnum<SoRandomSphereGeneration3d.Distributions>SoRandomSphereGeneration3d. distributionThe distribution type for length of radius. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagesegmentation.binarization
Fields in com.openinventor.imageviz.engines.imagesegmentation.binarization declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoLocalAdaptiveThresholdProcessing.ComparisonCriterions>SoLocalAdaptiveThresholdProcessing. comparisonCriterionSelect the comparison test to perform between image and value.SoSFEnum<SoThresholdingByCriterionProcessing.ComparisonCriterions>SoThresholdingByCriterionProcessing. comparisonCriterionCriterion of comparison.SoSFEnum<SoImageVizEngine.ComputeModes>SoAdaptiveThresholdingProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoAutoThresholdingProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoColorThresholdingProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoHysteresisThresholdingProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoLocalAdaptiveThresholdProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoThresholdingProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoTopHatProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoTopHatProcessing.ElementShapes>SoTopHatProcessing. elementShapeSelect the type of structuring element shape.SoSFEnum<SoAutoThresholdingProcessing.ObjectLightnessType>SoAutoThresholdingProcessing. objectLightnessSelect the lightness mode for object to detect.SoSFEnum<SoTopHatProcessing.ObjectLightnessType>SoTopHatProcessing. objectLightnessSelect the lightness mode for object to detect.SoSFEnum<SoAutoThresholdingProcessing.RangeModes>SoAutoThresholdingProcessing. rangeModeSelect the input intensity range mode.SoSFEnum<SoAutoThresholdingProcessing.ThresholdCriterions>SoAutoThresholdingProcessing. thresholdCriterionThe criterion to detect thresholds on histogram.SoSFEnum<SoLocalAdaptiveThresholdProcessing.ThresholdModes>SoLocalAdaptiveThresholdProcessing. thresholdModeLocal threshold mode . -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagesegmentation.classification
Fields in com.openinventor.imageviz.engines.imagesegmentation.classification declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoAutoIntensityClassificationProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoSupervisedTextureClassificationProcessing2d.CoocTextonShapes>SoSupervisedTextureClassificationProcessing2d. coocTextonShapeThe shape of the co-occurrence texton, i.e., the pattern defined by the set of co-occurrence vectors.SoSFEnum<SoSupervisedTextureClassificationProcessing3d.CoocTextonShapes>SoSupervisedTextureClassificationProcessing3d. coocTextonShapeThe shape of the co-occurrence texton, i.e., the pattern defined by the set of co-occurrence vectors.SoSFEnum<SoSupervisedTextureClassificationProcessing2d.OutMapTypes>SoSupervisedTextureClassificationProcessing2d. outMapTypeThe Output map image type.SoSFEnum<SoSupervisedTextureClassificationProcessing3d.OutMapTypes>SoSupervisedTextureClassificationProcessing3d. outMapTypeThe Output map image type. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagesegmentation.featureselection
Fields in com.openinventor.imageviz.engines.imagesegmentation.featureselection declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoBorderKillProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoLabelInterfacesProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoObjectBoundariesProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoRemoveSmallHolesProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoRemoveSmallSpotsProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoBorderKillProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoLabelInterfacesProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagesegmentation.labeling
Fields in com.openinventor.imageviz.engines.imagesegmentation.labeling declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoAssignLabelProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoAutoSegmentation3PhasesProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoLabelingProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoReorderLabelsProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoLabelingProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoAutoSegmentation3PhasesProcessing.ThresholdCriterions>SoAutoSegmentation3PhasesProcessing. thresholdCriterionThe criterion to detect thresholds on histogram. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing
Fields in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoFloodFillThresholdProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoMarkerBasedWatershedProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoMarkerBasedWatershedProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoMarkerBasedWatershedProcessing.OutputModes>SoMarkerBasedWatershedProcessing. outputModeSelect the type of output mode.SoSFEnum<SoMarkerBasedWatershedProcessing.PrecisionModes>SoMarkerBasedWatershedProcessing. precisionModeSelect the mode of algorithm precision for watershed. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling
Fields in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoHExtremaWatershedProcessing.AlgorithmModes>SoHExtremaWatershedProcessing. algorithmModeSelect the algorithm mode for fastwatershed.SoSFEnum<SoSeparateObjectsProcessing.AlgorithmModes>SoSeparateObjectsProcessing. algorithmModeSelect the algorithm mode for fastwatershed.SoSFEnum<SoImageVizEngine.ComputeModes>SoExpandLabelsProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoHExtremaWatershedProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoSeparateObjectsProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoExpandLabelsProcessing.ExpandModes>SoExpandLabelsProcessing. expandModeSelect the type of expansion to perform.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoExpandLabelsProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoFillHolesProcessing3d. neighborhood3dIn 3D configuration (seeComputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoHExtremaWatershedProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoSeparateObjectsProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoFillHolesProcessing2d.NeighborhoodConnectivities>SoFillHolesProcessing2d. neighborhoodConnectivitySelect the connectivity mode.SoSFEnum<SoFillImageBorderProcessing3d.NeighborhoodConnectivities>SoFillImageBorderProcessing3d. neighborhoodConnectivityThe 2D connectivity mode.SoSFEnum<SoHExtremaWatershedProcessing.ObjectLightnessType>SoHExtremaWatershedProcessing. objectLightnessSelect the lightness mode for object to separate.SoSFEnum<SoHExtremaWatershedProcessing.SeparationModes>SoHExtremaWatershedProcessing. separationModeSelect the output image type: separation lines, split objects or separated basins.SoSFEnum<SoSeparateObjectsProcessing.SeparationModes>SoSeparateObjectsProcessing. separationModeSelect the output image type: separation lines, split objects, separated basins or joined basins. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoEuclideanDistanceMapProcessing3d.BorderConditions>SoEuclideanDistanceMapProcessing3d. borderConditionThis field defines the border condition.SoSFEnum<SoImageVizEngine.ComputeModes>SoChessboardDistanceMapProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoGeodesicDistanceMapProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoTimeMapProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoEuclideanDistanceMapProcessing3d.MappingModes>SoEuclideanDistanceMapProcessing3d. mappingModeThis field defines the region where the distance map is computed.SoSFEnum<SoLocalThicknessMapProcessing3d.PrecisionModes>SoLocalThicknessMapProcessing3d. precisionModePrecision for computation method. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.mathematicalmorphology.erosionanddilation
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.erosionanddilation declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoDilationCubeProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoErosionCubeProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoDilationSquareColorProcessing2d.CriterionPlanes>SoDilationSquareColorProcessing2d. criterionPlaneThe plane to compute criterion.SoSFEnum<SoErosionSquareColorProcessing2d.CriterionPlanes>SoErosionSquareColorProcessing2d. criterionPlaneThe plane to compute criterion.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoDilationCubeProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoErosionCubeProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoDilationBallProcessing3d.PrecisionModes>SoDilationBallProcessing3d. precisionModeSelect the precision for computation method.SoSFEnum<SoDilationDiskProcessing2d.PrecisionModes>SoDilationDiskProcessing2d. precisionModeSelect the precision for computation method.SoSFEnum<SoErosionBallProcessing3d.PrecisionModes>SoErosionBallProcessing3d. precisionModeSelect the precision for computation method.SoSFEnum<SoErosionDiskProcessing2d.PrecisionModes>SoErosionDiskProcessing2d. precisionModeSelect the precision for computation method. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.mathematicalmorphology.geodesictransformations
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.geodesictransformations declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoExtremaImpositionProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoGrayscaleResconstructionProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoHExtremaProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoReconstructionFromMarkersProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoRegionalExtremaProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoUltimateErosionProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoExtremaImpositionProcessing.ImpositionOperators>SoExtremaImpositionProcessing. impositionOperatorSelect the operator.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoExtremaImpositionProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoGrayscaleResconstructionProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoHExtremaProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoReconstructionFromMarkersProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoRegionalExtremaProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoUltimateErosionProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoGrayscaleResconstructionProcessing.ReconstructModes>SoGrayscaleResconstructionProcessing. reconstructModeSelect the reconstruction mode to use.SoSFEnum<SoHExtremaProcessing.RegionalOperators>SoHExtremaProcessing. regionalOperatorSelect the operator.SoSFEnum<SoRegionalExtremaProcessing.RegionalOperators>SoRegionalExtremaProcessing. regionalOperatorSelect the operator. -
Uses of SoSFEnum in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoEndPointsProcessing3d. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoInfluenceZonesProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoPruningProcessing3d. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoSkeletonProcessing2d. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoApplyMorphologicalLutProcessing2d.MatchingActions>SoApplyMorphologicalLutProcessing2d. matchingFlagThe value set when the condition is verified.SoSFEnum<SoApplyMorphologicalLutProcessing3d.MatchingActions>SoApplyMorphologicalLutProcessing3d. matchingFlagThe value set when the condition is verified.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoEndPointsProcessing3d. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoInfluenceZonesProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoIsolatedPointsProcessing3d. neighborhood3dIn 3D configuration (seeComputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoPruningProcessing3d. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoApplyMorphologicalLutProcessing2d.MatchingActions>SoApplyMorphologicalLutProcessing2d. noMatchingFlagThe value set when the condition is not verified.SoSFEnum<SoApplyMorphologicalLutProcessing3d.MatchingActions>SoApplyMorphologicalLutProcessing3d. noMatchingFlagThe value set when the condition is not verified.SoSFEnum<SoPruningProcessing2d.PruningModes>SoPruningProcessing2d. pruningModeEnd point mode .SoSFEnum<SoPruningProcessing3d.PruningModes>SoPruningProcessing3d. pruningModeEnd point mode . -
Uses of SoSFEnum in com.openinventor.imageviz.engines.mathematicalmorphology.openingandclosing
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.openingandclosing declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageVizEngine.ComputeModes>SoClosingByReconstructionProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoClosingCubeProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoClosingLineMinimumProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoOpeningByReconstructionProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoOpeningCubeProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoImageVizEngine.ComputeModes>SoOpeningLineMaximumProcessing. computeModeSelect the compute Mode (2D or 3D or AUTO) .SoSFEnum<SoClosingSquareColorProcessing2d.CriterionPlanes>SoClosingSquareColorProcessing2d. criterionPlaneThe plane to compute criterion.SoSFEnum<SoOpeningSquareColorProcessing2d.CriterionPlanes>SoOpeningSquareColorProcessing2d. criterionPlaneThe plane to compute criterion.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoClosingByReconstructionProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoClosingCubeProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoOpeningByReconstructionProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoImageVizEngine.Neighborhood3ds>SoOpeningCubeProcessing. neighborhood3dIn 3D configuration (seecomputeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.SoSFEnum<SoClosingBallByReconstructionProcessing3d.PrecisionModes>SoClosingBallByReconstructionProcessing3d. precisionModePrecision for computation method.SoSFEnum<SoClosingBallProcessing3d.PrecisionModes>SoClosingBallProcessing3d. precisionModeSelect the precision for computation method.SoSFEnum<SoClosingDiskByReconstructionProcessing2d.PrecisionModes>SoClosingDiskByReconstructionProcessing2d. precisionModePrecision for computation method.SoSFEnum<SoClosingDiskProcessing2d.PrecisionModes>SoClosingDiskProcessing2d. precisionModeSelect the precision for computation method.SoSFEnum<SoOpeningBallByReconstructionProcessing3d.PrecisionModes>SoOpeningBallByReconstructionProcessing3d. precisionModePrecision for computation method.SoSFEnum<SoOpeningBallProcessing3d.PrecisionModes>SoOpeningBallProcessing3d. precisionModeSelect the precision for computation method.SoSFEnum<SoOpeningDiskByReconstructionProcessing2d.PrecisionModes>SoOpeningDiskByReconstructionProcessing2d. precisionModePrecision for computation method.SoSFEnum<SoOpeningDiskProcessing2d.PrecisionModes>SoOpeningDiskProcessing2d. precisionModeSelect the precision for computation method. -
Uses of SoSFEnum in com.openinventor.imageviz.nodes.images
Fields in com.openinventor.imageviz.nodes.images declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoImageDataAdapter.Interpretations>SoImageDataAdapter. interpretationImage Interpretation Default isVALUE. -
Uses of SoSFEnum in com.openinventor.imageviz.nodes.measures
Fields in com.openinventor.imageviz.nodes.measures declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoDataMeasurePredefined.PredefinedMeasures>SoDataMeasurePredefined. predefinedMeasurePredefined measure to use. -
Uses of SoSFEnum in com.openinventor.inventor.drawers
Fields in com.openinventor.inventor.drawers declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoEllipseScreenDrawer.CreationMethods>SoEllipseScreenDrawer. methodMethod to create ellipse.SoSFEnum<SoRectangleScreenDrawer.CreationMethods>SoRectangleScreenDrawer. methodMethod to create rectangle. -
Uses of SoSFEnum in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements with parameters of type SoSFEnum Modifier and Type Method Description static intSoInteractiveComplexityElement. getEnumFieldValue(SoState state, SoSFEnum<?> field)Return value of aSoSFEnum. -
Uses of SoSFEnum in com.openinventor.inventor.fields
Subclasses of SoSFEnum in com.openinventor.inventor.fields Modifier and Type Class Description classSoSFBitMask<EnumType extends java.lang.Enum<EnumType> & IntegerValuedEnum>Single-value field containing a set of bit flags. -
Uses of SoSFEnum in com.openinventor.inventor.geo
Fields in com.openinventor.inventor.geo declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SbProj4Projection.Projections>SoGeoRender. renderProjectionGeospatial projection. -
Uses of SoSFEnum in com.openinventor.inventor.nodekits
Fields in com.openinventor.inventor.nodekits declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoInteractionKit.Cachings>SoInteractionKit. boundingBoxCachingSet bounding box caching mode.SoSFEnum<SoSeparatorKit.Cachings>SoSeparatorKit. boundingBoxCachingSet bounding box caching mode.SoSFEnum<SoInteractionKit.Cachings>SoInteractionKit. pickCullingSet pick caching mode.SoSFEnum<SoSeparatorKit.Cachings>SoSeparatorKit. pickCullingSet pick culling mode.SoSFEnum<SoInteractionKit.Cachings>SoInteractionKit. renderCachingDeprecated.As of Open Inventor 10300.SoSFEnum<SoSeparatorKit.Cachings>SoSeparatorKit. renderCachingDeprecated.As of Open Inventor 10300.SoSFEnum<SoInteractionKit.Cachings>SoInteractionKit. renderCullingSet render culling mode.SoSFEnum<SoSeparatorKit.Cachings>SoSeparatorKit. renderCullingSet render culling mode. -
Uses of SoSFEnum in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoShaderParameterImage.AccessModes>SoShaderParameterImage. accessModeSpecifies the type of access that will be performed on the image.SoSFEnum<SoTextProperty.AlignmentHs>SoTextProperty. alignmentHIndicates horizontal placement and alignment of strings.SoSFEnum<SoTextProperty.AlignmentVs>SoTextProperty. alignmentVIndicates vertical placement and alignment of strings.SoSFEnum<SoRotationXYZ.AxisType>SoRotationXYZ. axisRotation axis.SoSFEnum<SoComplexity.BboxTypes>SoComplexity. bboxTypeBounding box type to use.SoSFEnum<SoSeparator.Cachings>SoSeparator. boundingBoxCachingWhether to cache during bounding box traversal.SoSFEnum<SoVertexAttribFeedback.BufferModes>SoVertexAttribFeedback. buffersModeThe buffer mode used to record the primitives.SoSFEnum<SoShaderParameterBufferObject.BufferTypes>SoShaderParameterBufferObject. bufferTypeThe buffer type.SoSFEnum<SbDataType.DataTypes>SoBufferedShape. colorComponentsTypeSbDataType.DataTypetype for the color values.SoSFEnum<SoColorMap.ColorMapFormats>SoColorMap. colorMapFormatIndicates the format of the color map (number of color components).SoSFEnum<SoTextureCombiner.CombineFunctions>SoTextureCombiner. combineAlphaSpecifies the texture combiner function to apply on the source<n>Alpha transformed by the operand<n>Alpha.SoSFEnum<SoTextureCombiner.CombineFunctions>SoTextureCombiner. combineRGBSpecifies the texture combiner function to apply on the source<n>RGB transformed by the operand<n>RGB.SoSFEnum<SoRenderToTextureProperty.Components>SoRenderToTextureProperty. componentSpecifies the type of component(s) for the rendering.SoSFEnum<SbProj4Projection.CoordinateSystems>SoGeoProjection. coordinateSystemCurrent coordinate system.SoSFEnum<SoCSGShape.CsgOperationTypes>SoCSGShape. csgOperationCSG boolean operation to apply.SoSFEnum<SbProj4Projection.PredefinedEllipsoids>SoGeoProjection. ellipsoidCurrent ellipsoid.SoSFEnum<SoBaseExtrusion.ExtrusionModes>SoBaseExtrusion. extrusionModeConstruction behavior of the extrusion.SoSFEnum<SoShapeHints.FaceTypes>SoShapeHints. faceTypeIndicates whether each face is convex.SoSFEnum<SoFontStyle.Families>SoFontStyle. familySpecifies the family of font to use (which determines the font name according to table above).SoSFEnum<SoSeparator.FastEditings>SoSeparator. fastEditingSpecifies the fast edit mode of the separator node.SoSFEnum<SoEnvironment.FogTypes>SoEnvironment. fogTypeType of fog.SoSFEnum<SoAnnoText3Property.FontSizeHints>SoAnnoText3Property. fontSizeHintThis flag is used when the fieldrenderPrintTypeis equal to RENDER3D_PRINT_RASTER or RENDER2D_PRINT_RASTER.SoSFEnum<SoDepthBuffer.DepthWriteFunctions>SoDepthBuffer. functionDepth comparison function to use (glDepthFunc).SoSFEnum<SoShaderProgram.GeometryInputTypes>SoShaderProgram. geometryInputTypeSpecifies the input primitive type of the current geometry shader if any (not used otherwise).SoSFEnum<SoShaderProgram.GeometryOutputTypes>SoShaderProgram. geometryOutputTypeSpecifies the output primitive type of the current geometry shader if any (not used otherwise).SoSFEnum<SoImage.HorAlignments>SoImage. horAlignmentHorizontal alignment.SoSFEnum<SbDataType.DataTypes>SoBufferedShape. indexTypeSbDataType.DataTypetype for the indices.SoSFEnum<SoMultiSwitch.InheritModes>SoMultiSwitch. inheritModeDefines the way this node inherit values from the state.SoSFEnum<SoInteractiveComplexity.InteractiveModes>SoInteractiveComplexity. interactiveModeInteractive mode.SoSFEnum<SoTexture.InternalFormats>SoTexture. internalFormatInternal format for texture storage.SoSFEnum<SoColorMap.Interpolations>SoColorMap. interpolationThe colormap interpolation type.SoSFEnum<SoAnnoText3.Justifications>SoAnnoText3. justificationIndicates placement and alignment of strings.SoSFEnum<SoAsciiText.Justifications>SoAsciiText. justificationIndicates placement and alignment of strings.SoSFEnum<SoText2.Justifications>SoText2. justificationSpecifies horizontal alignment of strings.SoSFEnum<SoText3.Justifications>SoText3. justificationIndicates placement and alignment of strings.SoSFEnum<SoExtSelection.LassoModes>SoExtSelection. lassoModeSpecifies the lasso mode (whether ALL_SHAPES or only VISIBLE_SHAPES can be selected).SoSFEnum<SoExtSelection.LassoPolicies>SoExtSelection. lassoPolicySpecifies the lasso policy.SoSFEnum<SoExtSelection.LassoTypes>SoExtSelection. lassoTypeSpecifies lasso type (none, lasso, or rectangle).SoSFEnum<SoTexture3.Layouts>SoTexture3. layoutIndicates whether the data layout is a volumetric texture VOLUME or an array of bi-dimensional textures ARRAY.SoSFEnum<SoProfile.Profiles>SoProfile. linkageSpecifies connectivity of profile curve with respect to profiles in current list in state.SoSFEnum<SoExtTexture2.Loadings>SoExtTexture2. loadingModeSpecifies the loading mode.SoSFEnum<SoTexture2.Loadings>SoTexture2. loadingModeSpecifies the loading mode.SoSFEnum<SoTexture.Filters>SoTexture. magFilterSpecifies the OpenGL magFilter.SoSFEnum<SoWWWAnchor.Mappings>SoWWWAnchor. mapSpecifies what additional information should be added to the end of the URL when passed back to the application for fetching.SoSFEnum<SoVertexProperty.Bindings>SoVertexProperty. materialBindingMaterial binding.SoSFEnum<SoShaderStateMatrixParameter.MatrixTransforms>SoShaderStateMatrixParameter. matrixTransformSpecifies the transformation to be applied to the state matrix.SoSFEnum<SoShaderStateMatrixParameter.MatrixTypes>SoShaderStateMatrixParameter. matrixTypeSpecifies the type of the state matrix.SoSFEnum<SoPickStyle.Methods>SoPickStyle. methodSpecifies the method used to pick shapes.SoSFEnum<SoShadowGroup.ShadowingMethods>SoShadowGroup. methodSpecifies the shadowing technique to use.SoSFEnum<SoTexture.Filters>SoTexture. minFilterSpecifies the OpenGL minFilter.SoSFEnum<SoBBox.Modes>SoBBox. modeSpecifies the behavior of theSoBBoxnode.SoSFEnum<SoLocateHighlight.Modes>SoLocateHighlight. modeWhether to highlight or not.SoSFEnum<SoLightModel.Models>SoLightModel. modelLighting model to use .SoSFEnum<SoTexture.Models>SoTexture. modelSpecifies how to map texture onto surface.SoSFEnum<SoVertexProperty.Bindings>SoVertexProperty. normalBindingNormal binding.SoSFEnum<SbDataType.DataTypes>SoBufferedShape. normalComponentsTypeSbDataType.DataTypetype for the normal vectors.SoSFEnum<SoTextureCombiner.OperandRGBAs>SoTextureCombiner. operand0AlphaSpecifies an operand to be applied on the source0Alpha before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>SoTextureCombiner. operand0RGBSpecifies an operand to be applied on the source0RGB before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>SoTextureCombiner. operand1AlphaSpecifies an operand to be applied on the source1Alpha before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>SoTextureCombiner. operand1RGBSpecifies an operand to be applied on the source1RGB before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>SoTextureCombiner. operand2AlphaSpecifies an operand to be applied on the source2Alpha before applying the combiner.SoSFEnum<SoTextureCombiner.OperandRGBAs>SoTextureCombiner. operand2RGBSpecifies an operand to be applied on the source2RGB before applying the combiner.SoSFEnum<SoTextProperty.Orientations>SoTextProperty. orientationSpecifies the text rendering orientation.SoSFEnum<SoArray.Origins>SoArray. originDefines the base point from which copies are distributed.SoSFEnum<SoSeparator.Cachings>SoSeparator. pickCullingWhether to cull during picking traversal.SoSFEnum<SoAlphaPolicy.Policies>SoAlphaPolicy. policyPolicy used Please refer to enum Policy.SoSFEnum<SoComputeShaderScheduler.Policies>SoComputeShaderScheduler. policySpecifies the policy used for scheduling the computation.SoSFEnum<SoSelection.Policies>SoSelection. policySelection policy that is followed in response to user interaction.SoSFEnum<SoColorMap.PredefinedColorMaps>SoColorMap. predefinedColorMapUse this field to load predefined color maps.SoSFEnum<SoVertexAttribFeedback.PrimitiveTypes>SoVertexAttribFeedback. primitiveTypeThe type of primitive recorded during traversal.SoSFEnum<SbProj4Projection.Projections>SoGeoProjection. projectionCurrent Projection.SoSFEnum<SoSeparator.Cachings>SoSeparator. renderCachingDeprecated.As of Open Inventor 10300.SoSFEnum<SoSeparator.Cachings>SoSeparator. renderCullingWhether to cull during rendering traversal.SoSFEnum<SoAnnoText3Property.RenderPrintTypes>SoAnnoText3Property. renderPrintTypeThis flag specifies how annotation text should be rendered (as 3D text or 2D text) and how it should be printed when the Hard Copy Extension is used (as 3D vectors or 2D PostScript raster fonts).SoSFEnum<SoFont.RenderStyles>SoFont. renderStyleThis field specifies the rendering style of the font.SoSFEnum<SoBaseExtrusion.ScaleModes>SoBaseExtrusion. scaleModeScaling behavior of the extrusion.SoSFEnum<SoBufferedShape.Types>SoBufferedShape. shapeTypeShape type to render.SoSFEnum<SoShapeHints.ShapeTypes>SoShapeHints. shapeTypeIndicates whether the shape is known to enclose a volume (SOLID) or not.SoSFEnum<SoBufferedShape.Usages>SoBufferedShape. shapeUsageDefines the usage of the shape.SoSFEnum<SoAntiSquish.Sizings>SoAntiSquish. sizingDetermines which of the algorithms enumerated by the type Sizing will be used to select the new scale when the x,y, and z scales are not equal.SoSFEnum<SoTextureCombiner.SourceParameters>SoTextureCombiner. source0AlphaSpecifies one of the three sources for the alpha components.SoSFEnum<SoTextureCombiner.SourceParameters>SoTextureCombiner. source0RGBSpecifies one of the three sources for the RGB components.SoSFEnum<SoTextureCombiner.SourceParameters>SoTextureCombiner. source1AlphaSpecifies one of the three sources for the alpha components.SoSFEnum<SoTextureCombiner.SourceParameters>SoTextureCombiner. source1RGBSpecifies one of the three sources for the RGB components.SoSFEnum<SoTextureCombiner.SourceParameters>SoTextureCombiner. source2AlphaSpecifies one of the three sources for the alpha components.SoSFEnum<SoTextureCombiner.SourceParameters>SoTextureCombiner. source2RGBSpecifies one of the three sources for the RGB components.SoSFEnum<SoShaderObject.SourceTypes>SoShaderObject. sourceTypeSpecifies the shader object's source type.SoSFEnum<SoCircularExtrusion.SpineSimplificationModes>SoCircularExtrusion. spineSimplificationModeDefines the spine simplification behavior of the extrusion.SoSFEnum<SoDrawStyle.Styles>SoDrawStyle. styleDrawing style.SoSFEnum<SoImageBackground.Styles>SoImageBackground. styleSpecifies how the image will be mapped onto the window.SoSFEnum<SoLocateHighlight.Styles>SoLocateHighlight. styleHighlighting draw style.SoSFEnum<SoPickStyle.Styles>SoPickStyle. stylePicking style.SoSFEnum<SoExtTexture2.Syncs>SoExtTexture2. syncModeSpecifies the synchronous/asynchronous mode.SoSFEnum<SoVertexProperty.Bindings>SoVertexProperty. tangentBindingTangent binding.SoSFEnum<SoNurbsProperty.TessellationTypes>SoNurbsProperty. tessellationTypeSpecifies the tessellation type.SoSFEnum<SoMultiSwitch.TraversalModes>SoMultiSwitch. traversalModeDefines the way the children list must be managed.SoSFEnum<SoComplexity.Types>SoComplexity. typeHow shape complexity is interpreted.SoSFEnum<SbDataType.DataTypes>SoVertexShaderParameterBufferObject. typeSpecifies the data type from the classSbDataTypeof each generic vertex parameter component.SoSFEnum<SoUnits.UnitsType>SoUnits. unitsDefines the current unit.SoSFEnum<SoRenderToTextureProperty.UpdatePolicies>SoRenderToTextureProperty. updatePolicySpecifies the policy for rendering to the texture.SoSFEnum<SoMaterialBinding.Bindings>SoMaterialBinding. valueSpecifies how to bind materials to shapes.SoSFEnum<SoNormalBinding.Bindings>SoNormalBinding. valueSpecifies how to bind normals to shapes.SoSFEnum<SoTextureCoordinateBinding.Bindings>SoTextureCoordinateBinding. valueSpecifies how to bind texture coordinates to shapes.SoSFEnum<SoImage.VertAlignments>SoImage. vertAlignmentVertical alignment.SoSFEnum<SbDataType.DataTypes>SoBufferedShape. vertexComponentsTypeSbDataType.DataTypefor vertices.SoSFEnum<SoShapeHints.VertexOrderings>SoShapeHints. vertexOrderingIndicates how the vertices of faces are ordered.SoSFEnum<SoCamera.ViewportMappings>SoCamera. viewportMappingDefines how to map the rendered image into the current viewport, when the aspect ratio of the camera differs from that of the viewport.SoSFEnum<SoShadowGroup.VisibilityFlags>SoShadowGroup. visibilityFlagSpecifies howvisibilityRadiusis interpreted.SoSFEnum<SoShapeHints.WindingTypes>SoShapeHints. windingTypeIndicates the winding rule used to define holes in a polygon.SoSFEnum<SoAlgebraicShape.ASWorkSpaces>SoAlgebraicShape. workspaceField to define the workspace.SoSFEnum<SoTexture.WrapType>SoTexture3. wrapRIndicates what to do when texture coordinates in the R (depth) direction lie outside the range 0-1.SoSFEnum<SoTexture.WrapType>SoTextureCubeMap. wrapRIndicates what to do when texture coordinates in the R (depth) direction lie outside the range 0-1.SoSFEnum<SoTexture.WrapType>SoTexture. wrapSIndicates what to do when texture coordinates in the S (horizontal) direction lie outside the range 0-1.SoSFEnum<SoTexture.WrapType>SoExtTexture2. wrapTIndicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.SoSFEnum<SoTexture.WrapType>SoIndexedTexture2. wrapTIndicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.SoSFEnum<SoTexture.WrapType>SoTexture2. wrapTIndicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.SoSFEnum<SoTexture.WrapType>SoTexture3. wrapTIndicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1.SoSFEnum<SoTexture.WrapType>SoTextureCubeMap. wrapTIndicates what to do when texture coordinates in the T (vertical) direction lie outside the range 0-1. -
Uses of SoSFEnum in com.openinventor.inventor.viewercomponents.nodes
Fields in com.openinventor.inventor.viewercomponents.nodes declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoViewingCube.EdgeStyles>SoViewingCube. edgeStyleStyle of edges and corners.SoSFEnum<SoViewingCube.PositionInViewports>SoViewingCube. positionPosition of the viewing cube in the scene camera viewport.SoSFEnum<Axis>SoViewingCube. upAxisUp axis of the scene. -
Uses of SoSFEnum in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoTransferFunction.ColorMapTypes>SoTransferFunction. colorMapTypeColorMap type (number of color components).SoSFEnum<SoDataCompositor.DataTypes>SoDataCompositor. dataTypeData type of the final composed buffer.SoSFEnum<SoLDMResourceParameters.LoadPolicies>SoLDMResourceParameters. loadPolicyTile loading policy.SoSFEnum<SoTransferFunction.PredefColorMaps>SoTransferFunction. predefColorMapPredefined color map to use.SoSFEnum<SoDataCompositor.PreDefCompositors>SoDataCompositor. preDefCompositorPredefined composition method.SoSFEnum<SoLDMResourceParameters.ScreenResolutionCullingPolicies>SoLDMResourceParameters. screenResolutionCullingPolicyDefines the screen resolution culling policy.SoSFEnum<SoLDMResourceParameters.TileCachePolicies>SoLDMResourceParameters. tileCachePolicySpecify which tiles should be cached in LDM memory.SoSFEnum<SoLDMResourceParameters.ViewpointRefinementPolicies>SoLDMResourceParameters. viewpointRefinementPolicyDefines the viewpoint refinement policy. -
Uses of SoSFEnum in com.openinventor.ldm.writers
Fields in com.openinventor.ldm.writers declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoVRLdmFileWriter.CoordinateTypes>SoVRLdmFileWriter. coordinateType.SoSFEnum<SoDataSet.DataTypes>SoVolumeWriter. dataTypeType of input data (that will be given in the writeXXX method) .SoSFEnum<SoVolumeWriter.WordFormats>SoVolumeWriter. wordFormatEndianess of data. -
Uses of SoSFEnum in com.openinventor.medical.nodes
Fields in com.openinventor.medical.nodes declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SliceScaleBar.Alignment>SliceScaleBar. alignmentScale bar alignment (default is CENTER).SoSFEnum<TextBox.AlignmentH>TextBox. alignmentHHorizontal alignment of the text box (default is LEFT).SoSFEnum<TextBox.AlignmentV>TextBox. alignmentVVertical alignment of the text box (default is TOP).SoSFEnum<OrthoSliceBorder.AxisType>OrthoSliceBorder. axisDeprecated.Slice Axis valuesSoSFEnum<MedicalHelper.Axis>SliceOrientationMarkers. axisAxis (default is AXIAL).SoSFEnum<SliceScaleBar.Orientation>SliceScaleBar. orientationScale bar orientation (default is HORIZONTAL).SoSFEnum<TextBox.AlignmentH>TextBox. textAlignHHorizontal alignment of the text inside the box (default is LEFT). -
Uses of SoSFEnum in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data declared as SoSFEnum Modifier and Type Field Description SoSFEnum<PoMeshContouring.AnnotCrossStatusType>PoMeshContouring. annotCrossStatusControls the annotations and contour lines crossing.SoSFEnum<PoMeshContouring.AnnotPaths>PoMeshContouring. annotPathAnnotations path.SoSFEnum<PoMesh2DVec.ArrowColoringTypes>PoMesh2DVec. bodyColoringTypecoloring method of the body.SoSFEnum<PoMesh3DVec.ArrowColoringTypes>PoMesh3DVec. bodyColoringTypecoloring method of the body.SoSFEnum<PoMesh2DVec.BodyLengthTypes>PoMesh2DVec. bodyLengthTypeIf bodyLengthType = CONSTANT_LENGTH, each vector has the same body length = bodyLengthFactor .SoSFEnum<PoMesh3DVec.BodyLengthTypes>PoMesh3DVec. bodyLengthTypeIf bodyLengthType = CONSTANT_LENGTH, each vector has the same body length = bodyLengthFactor .SoSFEnum<PoMesh2DVec.BodyRadiusTypes>PoMesh2DVec. bodyRadiusTypeDefines type of method to compute the cylinder's radius.SoSFEnum<PoMesh3DVec.BodyRadiusTypes>PoMesh3DVec. bodyRadiusTypeDefines type of method to compute the cylinder's radius.SoSFEnum<PoMesh2DVec.BodyShapes>PoMesh2DVec. bodyShapeType of shape (no body, line, cylinder) used to draw the body.SoSFEnum<PoMesh3DVec.BodyShapes>PoMesh3DVec. bodyShapeType of shape (no body, line, cylinder) used to draw the body.SoSFEnum<PoMesh.ColoringTypes>PoMesh. coloringTypeDefines the type of method used to color each mesh element, mesh edge or mesh contour line of a representation.SoSFEnum<PoMesh2DVec.EliminationStatusType>PoMesh2DVec. eliminationStatusIf eliminationStatus = TOO_SMALL, the vectors which module is lower than minLength are not drawn.SoSFEnum<PoMesh3DVec.EliminationStatusType>PoMesh3DVec. eliminationStatusIf eliminationStatus = TOO_SMALL, the vectors which module is lower than minLength are not drawn.SoSFEnum<PoMesh2DVec.ArrowColoringTypes>PoMesh2DVec. endArrowColoringTypeColoring method of the end shape.SoSFEnum<PoMesh3DVec.ArrowColoringTypes>PoMesh3DVec. endArrowColoringTypeColoring method of the end shape.SoSFEnum<PoMesh2DVec.ArrowHeightTypes>PoMesh2DVec. endArrowHeightTypeDefines the type of method to compute the arrow height.SoSFEnum<PoMesh3DVec.ArrowHeightTypes>PoMesh3DVec. endArrowHeightTypeDefines the type of method to compute the arrow height.SoSFEnum<PoMesh2DVec.ArrowShapes>PoMesh2DVec. endArrowShapeType of shape to be drawn at the end point of the body.SoSFEnum<PoMesh3DVec.ArrowShapes>PoMesh3DVec. endArrowShapeType of shape to be drawn at the end point of the body.SoSFEnum<PoBaseStreamLine.IntegrationDirections>PoBaseStreamLine. integrationDirectionDirection of integration.SoSFEnum<PoMesh3DVecCrossSection.ProjectionTypes>PoMesh3DVecCrossSection. projectionTypeDefines how each vector is projected.SoSFEnum<PoMesh2DVec.ArrowColoringTypes>PoMesh2DVec. startArrowColoringTypeColoring method of the start shape.SoSFEnum<PoMesh3DVec.ArrowColoringTypes>PoMesh3DVec. startArrowColoringTypeColoring method of the start shape.SoSFEnum<PoMesh2DVec.ArrowHeightTypes>PoMesh2DVec. startArrowHeightTypeDefines the type of method to compute the arrow height.SoSFEnum<PoMesh3DVec.ArrowHeightTypes>PoMesh3DVec. startArrowHeightTypeDefines the type of method to compute the arrow height.SoSFEnum<PoMesh2DVec.ArrowShapes>PoMesh2DVec. startArrowShapeType of shape to be drawn at the start point of the body.SoSFEnum<PoMesh3DVec.ArrowShapes>PoMesh3DVec. startArrowShapeType of shape to be drawn at the start point of the body.SoSFEnum<PoMeshLevelSurf.SurfOrientations>PoMeshLevelSurf. surfOrientationOrientation of the level surface.SoSFEnum<PoMeshSides.ThresholdTypes>PoMeshSides. thresholdTypeDefines the type of threshold. -
Uses of SoSFEnum in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoSFEnum Modifier and Type Field Description SoSFEnum<PoCircleArc.ArcTypes>PoCircleArc. arcTypeIndicates if the arc is opened, closed by its extremities or closed by its center.SoSFEnum<PoCircleArc3.ArcTypes>PoCircleArc3. arcTypeIndicates if the arc is opened, closed by its extremities or closed by its center.SoSFEnum<PoAxis.Visibilities>PoAxis. arrowVisibilityArrow visibility.SoSFEnum<PoLabel.AxisType>PoLabel. axisDefines from which axis the position and type of displayed values computation is done.SoSFEnum<PoHistogram.BarSpaceTypes>PoHistogram. barSpaceTypeType of bar spacing.SoSFEnum<PoChart.ColorBindings>PoChart. colorBindingSpecify how the colors are bound to the representation.SoSFEnum<PoHistogram.Colorings>PoHistogram. coloringSpecifies how the histogram bars are colored.SoSFEnum<PoLabelField.ConcatTypes>PoLabelField. concatTypeConcatenation type between values and strings.SoSFEnum<PoLabelField.CoordinateTypes>PoLabelField. coordinateTypeType of coordinates.SoSFEnum<PoCurve.CurveReps>PoCurve. curveRepDefines the curve representation (polyline, smooth, stair, ...)SoSFEnum<PoCurve3.CurveReps>PoCurve3. curveRepDefines the curve representation (polyline, smooth or none).SoSFEnum<PoLogAxis.DecadeListDefs>PoLogAxis. decadeListDefSpecifies if the list of decade graduations is given by the user or is automatically computed.SoSFEnum<PoPolarLogAxis.DecadeListDefs>PoPolarLogAxis. decadeListDefList of graduations between two power of ten graduations (decade graduations).SoSFEnum<PoLogAxis.DecadeReps>PoLogAxis. decadeRepDefines the representation of the decade graduations between two power of ten graduations.SoSFEnum<PoPolarLogAxis.DecadeReps>PoPolarLogAxis. decadeRepDefines the representation of the decade graduations between two power of ten graduations.SoSFEnum<PoArrow.PatternTypes>PoArrow. endPatternTypeDefines the end arrow pattern type.SoSFEnum<PoArrow3.PatternTypes>PoArrow3. endPatternTypeDefines the end arrow pattern type.SoSFEnum<PoErrorCurve.ErrorCurveReps>PoErrorCurve. errorCurveRepDefines the error curve representation.SoSFEnum<PoPieChart.Alignments>PoPieChart. extAnnotAlignmentExterior annotation alignment.SoSFEnum<PoPieChart.ExtAnnotPositions>PoPieChart. extAnnotPositionExterior annotation position.SoSFEnum<PoAngularAxis.GradFits>PoAngularAxis. gradFitThis flag indicates if the first graduation is rounded or not.SoSFEnum<PoLinearAxis.GradFits>PoLinearAxis. gradFitThis flag indicates if the first graduation is rounded or not.SoSFEnum<PoPolarLinAxis.GradFits>PoPolarLinAxis. gradFitThis flag indicates if the first graduation is rounded or not.SoSFEnum<PoTimeAxis.GradFits>PoTimeAxis. gradFitThis flag indicates if the first graduation is in round figures or not.SoSFEnum<PoAxis.TextPaths>PoAxis. gradPathGraduations path.SoSFEnum<PoAxis.GradPositions>PoAxis. gradPositionGraduations position.SoSFEnum<PoAxis.Visibilities>PoAxis. gradVisibilityGraduations visibility.SoSFEnum<PoAxis.Visibilities>PoAxis. gridVisibilityGrid lines visibility.SoSFEnum<PoMultipleHistogram.HistogPaths>PoMultipleHistogram. histogPathIndicates that the histogram shows rows as a function of columns, or columns as a function of rows.SoSFEnum<PoHighLowClose.HorCloseBarPositions>PoHighLowClose. horCloseBarPositionPosition of the horizontal close bar in relation to the vertical line.SoSFEnum<PoLegend.IncrementTypes>PoLegend. incrementTypeIncrement type for the values of legend.SoSFEnum<PoPieChart.Alignments>PoPieChart. intAnnotAlignmentInterior annotation alignment.SoSFEnum<PoPieChart.IntAnnotPositions>PoPieChart. intAnnotPositionInterior annotation position.SoSFEnum<PoLabelField.Justifications>PoLabelField. justificationHorizontal justification.SoSFEnum<PoTimeAxis.Languages>PoTimeAxis. languageLanguage of date graduations.SoSFEnum<PoAxis.MarginTypes>PoAxis. marginTypeRelative or absolute margin.SoSFEnum<PoLegend.MarginTypes>PoLegend. marginTypeMargin type.SoSFEnum<PoCurve.FilterTypes>PoCurve. markerFilterTypeDefines the type of marker filter.SoSFEnum<PoLinearAxis.MultFactorPositions>PoLinearAxis. multFactorPositionPosition of the multiplicative factor.SoSFEnum<PoLogAxis.MultFactorPositions>PoLogAxis. multFactorPositionPosition of the multiplicative factor.SoSFEnum<PoPolarAxis.MultFactorPositions>PoPolarAxis. multFactorPositionPosition of the multiplicative factor.SoSFEnum<PoHistogram.TextPaths>PoHistogram. namePathBars names path.SoSFEnum<PoHistogram.Positions>PoHistogram. namePositionBars names position in relation to histograms bars.SoSFEnum<PoHistogram.Visibilities>PoHistogram. nameVisibilityBars names visibility.SoSFEnum<PoBar.Orientations>PoBar. orientationDefines the orientation of the bars.SoSFEnum<PoCurveFilling.Orientations>PoCurveFilling. orientationDefines the orientation of the filled curve.SoSFEnum<PoLabel.Positions>PoLabel. positionDefines the position of the labels.SoSFEnum<PoCurve.FilterTypes>PoCurve. raiseFilterTypeDefines the type of raise filter.SoSFEnum<PoMultipleHistogram.Representations>PoMultipleHistogram. representationRepresentation type of the multiple histogram.SoSFEnum<PoAxis.AxisReverses>PoAxis. reverseFlagAllow to reverse the writing path of all axis texts.SoSFEnum<PoErrorPointField.ShapeTypes>PoErrorPointField. shapeTypeDefines the shape associated to errors.SoSFEnum<PoErrorPointField.SkeletonTypes>PoErrorPointField. skeletonTypeDefines the skeleton associated to errors.SoSFEnum<PoPieChart.PercentStatus>PoPieChart. sliceGroupFlagMinIndicate if the value sliceGroupMinValue is interpreted as percentage (PERCENTAGE) or not (ABSOLUTE).SoSFEnum<PoArrow.PatternTypes>PoArrow. startPatternTypeDefines the start arrow pattern type.SoSFEnum<PoArrow3.PatternTypes>PoArrow3. startPatternTypeDefines the start arrow pattern type.SoSFEnum<PoHistogram.TextPaths>PoMultipleHistogram. sumPathWriting path of bars sums.SoSFEnum<PoHistogram.Positions>PoMultipleHistogram. sumPositionPosition of sums in relation to bars.SoSFEnum<PoHistogram.Visibilities>PoMultipleHistogram. sumVisibilityBars sums visibility.SoSFEnum<PoLogAxis.TenPowGradReps>PoLogAxis. tenPowerRepDefines the representation of power of ten graduations.SoSFEnum<PoPolarLogAxis.TenPowGradReps>PoPolarLogAxis. tenPowerRepDefines the representation of power of ten graduations.SoSFEnum<PoCurveLine.ThicknessBindings>PoCurveLine. thicknessBindingDefines how thickness values are bound to the curve.SoSFEnum<PoAxis.TickPositions>PoAxis. tickPositionPosition of the tick marks.SoSFEnum<PoAxis.TickSubDefs>PoAxis. tickSubDefSecondary graduations tick definition.SoSFEnum<PoAxis.Visibilities>PoAxis. tickVisibilityTick marks visibility.SoSFEnum<PoAxis.TextPaths>PoAxis. titlePathPath of the title.SoSFEnum<PoLegend.TextPaths>PoLegend. titlePathTitle path.SoSFEnum<PoAxis.TitlePositions>PoAxis. titlePositionPosition of the title.SoSFEnum<PoLegend.Positions>PoLegend. titlePositionTitle position.SoSFEnum<PoAxis.Visibilities>PoAxis. titleVisibilityVisibility of the title.SoSFEnum<PoLegend.Visibilities>PoLegend. titleVisibilityTitle visibility.SoSFEnum<PoCartesianAxis.Types>PoCartesianAxis. typeType of the axis (XY, XZ, YX, ...SoSFEnum<PoHistogram.Types>PoHistogram. typeDefines if the histogram is an X histogram (bars are perpendicular to the X- axis) or a Y histogram (bars are perpendicular to the Y-axis).SoSFEnum<PoTimeAxis.Types>PoTimeAxis. typeAxis type.SoSFEnum<PoLinearValueLegend.ValueDistributions>PoLinearValueLegend. valueDistributionSpecifies the distribution of the values.SoSFEnum<PoHistogram.TextPaths>PoHistogram. valuePathValues path.SoSFEnum<PoHistogram.Positions>PoHistogram. valuePositionValues position in relation to histogram bars.SoSFEnum<PoLegend.Positions>PoLegend. valuePositionValues positions.SoSFEnum<PoHistogram.Visibilities>PoHistogram. valueVisibilityValues visibility.SoSFEnum<PoLegend.Visibilities>PoLegend. valueVisibilityValues visibility.SoSFEnum<PoBiErrorPointField.VariationTypes>PoBiErrorPointField. variationTypeDefines the interpretation of the values lowX, lowY, highX, highY.SoSFEnum<PoErrorCurve.VariationTypes>PoErrorCurve. variationTypeDefines the interpretation of the values lowY and highY.SoSFEnum<PoGroup3Axis3.AxisNames>PoGroup3Axis3. verticalAxisNameName of the vertical axis.SoSFEnum<PoLabelField.VerticalJustifications>PoLabelField. verticalJustificationVertical justification. -
Uses of SoSFEnum in com.openinventor.meshviz.nodes
Fields in com.openinventor.meshviz.nodes declared as SoSFEnum Modifier and Type Field Description SoSFEnum<PoCoordinateListFilter.AxisType>PoCoordinateListFilter. axisDefines the axis of the coordinates.SoSFEnum<PoPeriodFilter.AxisType>PoPeriodFilter. axisDefines the axis of the period.SoSFEnum<PoNumericDisplayFormat.FormatTypes>PoNumericDisplayFormat. formatTypeDefines the type of format.SoSFEnum<PoMesh1DHints.GeomInterpretations>PoMesh1DHints. geomInterpretationSoSFEnum<PoLabelHints.Justifications>PoLabelHints. justificationDefines the justification used to display label.SoSFEnum<PoLabelHints.LabelPaths>PoLabelHints. labelPathDefines the path used to display label.SoSFEnum<PoBevelEdge.RadiusFlags>PoBevelEdge. radiusFlagDefines the interpretation of the field radius.SoSFEnum<PoDomain.TransformTypes>PoDomain. transformTypeDefine the transformation type of the domain.SoSFEnum<PoNonLinearDataMapping2.Types>PoNonLinearDataMapping2. typeDefines the type of data mapping. -
Uses of SoSFEnum in com.openinventor.meshvizxlm.mapping.nodes
Fields in com.openinventor.meshvizxlm.mapping.nodes declared as SoSFEnum Modifier and Type Field Description SoSFEnum<MoDataBinding.DataBinding>MoDataBinding. dataBindingThe data binding to be used in subsequent representations.SoSFEnum<Dimension>MoMeshSlab. dimensionThe dimension along which the slab will be computed.SoSFEnum<MoMeshStreamline.IntegrationDirection>MoMeshStreamline. directionSets the direction for the streamline integration.
The default value isFORWARD.SoSFEnum<MoMaterial.ColoringType>MoMaterial. faceColoringThe coloring method for faces.SoSFEnum<MoMaterial.ColoringType>MoMaterial. lineColoringThe coloring method for lines.SoSFEnum<MoMaterial.ColoringType>MoMaterial. pointColoringThe coloring method for points.SoSFEnum<MoPredefinedColorMapping.PredefColorMapping>MoPredefinedColorMapping. predefColorMapUse this field to specify a predefined color map. -
Uses of SoSFEnum in com.openinventor.remoteviz.clients.nodes
Fields in com.openinventor.remoteviz.clients.nodes declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoRemoteVizClient.DisplayModes>SoRemoteVizClient. displayModeThis setting allows you to specify how to map the renderArea image (server-side) into the container (client-side). -
Uses of SoSFEnum in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes declared as SoSFEnum Modifier and Type Field Description SoSFEnum<SoSlice.AlphaUses>SoSlice. alphaUseSpecifies how to use the alpha component of each voxel's RGBA value.SoSFEnum<SoFenceSlice.AxisType>SoFenceSlice. axisExtrusion axis: X, Y, or Z.SoSFEnum<SoOrthoSlice.AxisType>SoOrthoSlice. axisSlice axis (X, Y, or Z).SoSFEnum<SoUniformGridClipping.AxisType>SoUniformGridClipping. axisHeight axis: X, Y, or Z.SoSFEnum<SoHeightFieldRender.BoundaryCellsType>SoHeightFieldRender. boundaryCellsBoundary cells mode.SoSFEnum<SoOrthoSlice.ClippingSides>SoOrthoSlice. clippingSideSpecifies the clipping side.SoSFEnum<SoOffscreenVolumeRender.ComponentsType>SoOffscreenVolumeRender. componentsComponents to get back from the offscreen render.SoSFEnum<SoVolumeShape.Compositions>SoVolumeShape. compositionDeprecated.As of Open Inventor 9100.SoSFEnum<SoVolumeRenderingPhysicalQuality.EnvironmentMaps>SoVolumeRenderingPhysicalQuality. environmentMapSpecifies which Environment map is used.SoSFEnum<SoVolumeSkin.FaceModes>SoVolumeSkin. faceModeDisplay front (facing the camera) faces or back faces.SoSFEnum<SoVolumeRenderingQuality.GradientQualities>SoVolumeRenderingQuality. gradientQualitySpecifies the algorithm used to compute gradients, for example, normals for lighting.SoSFEnum<SoVolumeShape.Interpolations>SoVolumeBufferedShape. interpolationInterpolation mode.SoSFEnum<SoVolumeShape.Interpolations>SoVolumeFaceSet. interpolationInterpolation mode.SoSFEnum<SoVolumeShape.Interpolations>SoVolumeIndexedFaceSet. interpolationInterpolation mode.SoSFEnum<SoVolumeShape.Interpolations>SoVolumeIndexedTriangleStripSet. interpolationInterpolation mode.SoSFEnum<SoVolumeShape.Interpolations>SoVolumeShape. interpolationInterpolation mode.SoSFEnum<SoVolumeShape.Interpolations>SoVolumeTriangleStripSet. interpolationInterpolation mode.SoSFEnum<SoVolumeRenderingQuality.LightingModels>SoVolumeRenderingQuality. lightingModelDeprecated.As of Open Inventor 10000.SoSFEnum<SoVolumeRender.NumSlicesControls>SoVolumeRender. numSlicesControlControls how the number of samples along each ray is determined.SoSFEnum<SoVolumeRenderingPhysicalQuality.PredefinedMaterials>SoVolumeRenderingPhysicalQuality. predefinedMaterialSpecifies a material from a list of predefined ones.SoSFEnum<SoVolumeRender.RenderModes>SoVolumeRender. renderModeSpecifies how the voxels along each sampling ray are combined to form the final image.SoSFEnum<SoVolumeRender.SamplingAlignments>SoVolumeRender. samplingAlignmentSpecifies which technique to use to align rayCast samples.SoSFEnum<SoVolumeRenderingPhysicalQuality.ShadingStyles>SoVolumeRenderingPhysicalQuality. shadingStyleSpecifies which shading style is applied to the volume.SoSFEnum<SoVolumeRenderingPhysicalQuality.ShadowsStyles>SoVolumeRenderingPhysicalQuality. shadowsStyleSpecifies which kind of shadows to compute for the volume.SoSFEnum<SoVolumeRenderingPhysicalQuality.ToneMappings>SoVolumeRenderingPhysicalQuality. toneMappingSpecifies which tone mapping algorithm to apply.
-