Modifier and Type | Class and Description |
---|---|
class |
SoDirectVizManager
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
Modifier and Type | Class and Description |
---|---|
class |
SoFXViz
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
Modifier and Type | Class and Description |
---|---|
class |
SoAppearancePreserver
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
Modifier and Type | Class and Description |
---|---|
class |
SoBumpMappingProperty
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
class |
SoParticleAnimation
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
class |
SoParticleChemicalFlame
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
class |
SoParticleExplosion
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
class |
SoParticleFlame
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
class |
SoParticleLightRay
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
class |
SoParticleSmoke
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
class |
SoParticleSnow
Deprecated.
As of Open Inventor 9400 See documentation for more details
|
Modifier and Type | Class and Description |
---|---|
class |
SoCGMVectorOutput
Class used to write vector formatted CGM files.
|
class |
SoGDIVectorOutput
Manage vector output to GDI devices.
|
class |
SoHardCopy
Class to initialize HardCopy.
|
class |
SoHPGLVectorOutput
Class used to write vector formatted files in HPGL/2 format.
|
class |
SoPSVectorOutput
Class used to write vector formatted files in PostScript format.
|
class |
SoToPDFAction
Class for exporting a scene graph to a PDF file.
|
class |
SoToU3DAction
Export a scene graph to a U3D file.
|
class |
SoVectorizeAction
Abstract class for vectorizing a scene graph to a file.
|
class |
SoVectorizeCGMAction
Realizes the vectorization of a scene graph to a file in CGM format.
|
class |
SoVectorizeGDIAction
Vectorize a scene graph to MS-Windows GDI formats.
|
class |
SoVectorizeHPGLAction
Realizes the vectorization of a scene graph to a file in HPGL/2 format.
|
class |
SoVectorizePSAction
Realizes the vectorization of a scene graph to a file in PostScript format.
|
class |
SoVectorOutput
Abstract class used to write vector formatted files.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoToPDFAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoToU3DAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoVectorizeAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoVectorizeCGMAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoVectorizeGDIAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoVectorizeHPGLAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoVectorizePSAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
Modifier and Type | Class and Description |
---|---|
class |
SbChannelList
List of channel to extract.
|
class |
SbDiscreteLineProfile
Profile line extractor
Define a profile line extractor based on the Bresenham's Line algorithm.
|
class |
SbImageDataAccessor
Class used to retrieve data from an
SoImageDataAdapter . |
static class |
SbImageDataAccessor.SubVolumeRegion
Region representing a 3D box. |
class |
SbImageDataAdapterHelper
Helper class for
SoImageDataAdapter . |
class |
SbImageDataType
Basic class representing multi channel DataType.
|
class |
SbKernel2i32
Integer 2D-Kernel for morphological operations.
|
class |
SbKernel3i32
Integer 3D-Kernel for morphological operations.
|
class |
SoImageViz
Module class use to register/unregister ImageViz module.
|
Modifier and Type | Class and Description |
---|---|
class |
SoImageVizEngine
Abstract base class for all ImageViz engines.
|
static class |
SoImageVizEngine.EventArg
Structure given to callback when an event is raised.
|
class |
SoImageVizEngineAnalysisOutput<T>
Image Processing output class to convert an SoImageAnalysisResult to result details.
|
class |
SoImageVizEngineOutput<T extends SoSFFieldContainer,S extends SoFieldContainer>
This class is similar to SoEngineOutput except that it keep a reference to
output's value even if no one is connected.
|
Modifier and Type | Class and Description |
---|---|
class |
SoAbsoluteValueProcessing
SoAbsoluteValueProcessing engine
The SoAbsoluteValueProcessing engine computes the absolute value of an image. |
class |
SoArithmeticImageProcessing
SoArithmeticImageProcessing engine performs an arithmetic operation between two images. |
class |
SoArithmeticValueProcessing
SoArithmeticValueProcessing engine performs an arithmetic operation between an image and a value. |
class |
SoBlendWithImageProcessing
SoBlendWithImageProcessing engine produces a linear combination between two images. |
class |
SoBlendWithValueProcessing
SoBlendWithValueProcessing engine
The SoBlendWithValueProcessing engine produces a linear combination between an image and a value |
class |
SoCombineByMaskProcessing
SoCombineByMaskProcessing engine
The SoCombineByMaskProcessing engine produces a combination of two images in a complementary way. |
class |
SoDirectionalBlendProcessing2d
SoDirectionalBlendProcessing2d engine
The SoDirectionalBlendProcessing2d engine combines two images following a direction axis. |
class |
SoEigenDecompositionProcessing2d
The
SoEigenDecompositionProcessing2d engine computes the local eigenvectors and eigenvalues of a 2D matrix image. |
class |
SoEigenDecompositionProcessing3d
The
SoEigenDecompositionProcessing3d engine computes the local eigenvectors and eigenvalues of a 3D matrix image. |
class |
SoImageFormulaProcessing
SoImageFormulaProcessing engine computes a new image combining one, two or three images using a given arithmetic formula. |
class |
SoMaskImageProcessing
SoMaskImageProcessing engine provides masking of image. |
class |
SoMaxAbsoluteValueProcessing2d
SoMaxAbsoluteValueProcessing2d engine
The SoMaxAbsoluteValueProcessing2d engine computes the maximum value between the absolute values of two images |
Modifier and Type | Class and Description |
---|---|
class |
SoBitShiftProcessing
SoBitShiftProcessing engine
The SoBitShiftProcessing engine shifts an image by a given number of bits. |
class |
SoInvertImageProcessing
SoInvertImageProcessing engine calculates the reverse of an image. |
class |
SoLogicalImageProcessing
SoLogicalImageProcessing engine performs logical operations between two image. |
class |
SoLogicalNotProcessing
SoLogicalNotProcessing engine
The SoLogicalNotProcessing engine performs the logical not of an image. |
class |
SoLogicalValueProcessing
SoLogicalValueProcessing engine
SoLogicalValueProcessing performs a logical operation between an image and a value. |
Modifier and Type | Class and Description |
---|---|
class |
SoCannyEdgeProcessing
SoCannyEdgeProcessing
This engine models the Canny edge detection workflow which is composed of the following steps: 1) Gaussian filtering 2) Gradient computation 3) Non maximum suppression in the gradient direction |
static class |
SoCannyEdgeProcessing.SbCannyEdgeDetectionDetail
Results details of canny edge detection workflow.
|
class |
SoDijkstraShortestPathProcessing2d
SoDijkstraShortestPathProcessing2d engine
The SoDijkstraShortestPathProcessing2d engine finds the shortest path through an image using local maxima or minima. |
class |
SoGradientLocalMaximaProcessing2d
SoGradientLocalMaximaProcessing2d engine
The SoGradientLocalMaximaProcessing2d engine suppresses the non-local maxima of the gradient amplitude. |
class |
SoGradientLocalMaximaProcessing3d
SoGradientLocalMaximaProcessing3d engine
The SoGradientLocalMaximaProcessing3d engine suppresses the non-local maxima of the gradient amplitude. |
class |
SoRidgeDetectionProcessing
SoRidgeDetectionProcessing engine
The SoRidgeDetectionProcessing engine provides the local maxima of an image. |
class |
SoZeroCrossingsProcessing2d
SoZeroCrossingsProcessing2d engine
For an introduction to edge marking, see section Introduction to Edge Marking. |
Modifier and Type | Class and Description |
---|---|
class |
SoGradientMagnitudeProcessing2d
SoGradientMagnitudeProcessing2d engine
For an introduction to gradient operations, see section Introduction to Gradient. |
class |
SoGradientMagnitudeProcessing3d
SoGradientMagnitudeProcessing3d engine
For an introduction to gradient operations, see section Introduction to Gradient. |
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
SoMorphologicalGradientProcessing engine
The SoMorphologicalGradientProcessing engine emphasizes the edges of the objects using morphological operations. |
class |
SoRadialGradientCenteredProcessing2d
SoRadialGradientCenteredProcessing2d engine
The SoRadialGradientCenteredProcessing2d engine performs a projected gradient computing the directional vector. |
class |
SoRadialGradientCenteredProcessing3d
SoRadialGradientCenteredProcessing3d engine
The SoRadialGradientCenteredProcessing3d engine performs a projected gradient computing the directional vector. |
class |
SoRadialGradientContourProcessing2d
SoRadialGradientContourProcessing2d engine
The SoRadialGradientContourProcessing2d engine performs a projected gradient computing the directional vector. |
class |
SoRadialGradientContourProcessing3d
SoRadialGradientContourProcessing3d engine
The SoRadialGradientContourProcessing3d engine performs a projected gradient computing the directional vector |
class |
SoRadialGradientLabelProcessing2d
SoRadialGradientLabelProcessing2d engine
The SoRadialGradientLabelProcessing2d engine performs a projected gradient computing the directional vector. |
class |
SoRadialGradientLabelProcessing3d
SoRadialGradientLabelProcessing3d engine
The SoRadialGradientLabelProcessing3d engine performs a projected gradient computing the directional vector. |
Modifier and Type | Class and Description |
---|---|
class |
SoDoBFilterProcessing
SoDoBFilterProcessing engine
The SoDoBFilterProcessing engine calculates the difference between two local averages. |
class |
SoMorphologicalLaplacianProcessing
SoMorphologicalLaplacianProcessing engine
The SoMorphologicalLaplacianProcessing engine computes laplacian of an image using morphological operations. |
class |
SoRecursiveLaplacianProcessing
SoRecursiveLaplacianProcessing engine applies a recursive algorithm for the determination of the laplacian. |
Modifier and Type | Class and Description |
---|---|
class |
SoGaussianDerivativeProcessing
SoGaussianDerivativeProcessing image filter
SoGaussianDerivativeProcessing approximates the convolution of an image with a Gaussian kernel or the derivative of a Gaussian kernel. |
class |
SoHessianMatrixProcessing2d
SoHessianMatrixProcessing2d engine computes the local Hessian matrix
The SoHessianMatrixProcessing2d engine computes the local Hessian matrix ![]() |
class |
SoHessianMatrixProcessing3d
SoHessianMatrixProcessing3d engine computes the local Hessian matrix
The SoHessianMatrixProcessing3d engines computes the local Hessian matrix ![]() |
Modifier and Type | Class and Description |
---|---|
class |
SoFlipAxisProcessing2d
SoFlipAxisProcessing2d image filter
The SoFlipAxisProcessing2d filter flips the image along the x or y axis or the center. |
class |
SoFlipAxisProcessing3d
SoFlipAxisProcessing3d image filter
The SoFlipAxisProcessing3d filter flips the image along the the x, y or z axis. |
class |
SoResampleImageProcessing3d
SoResampleImageProcessing3d filter
The SoResampleImageProcessing3d engine allows to resample an input image into a new coordinate system applying a transform on it. |
class |
SoRotateAroundZProcessing2d
SoRotateAroundZProcessing2d image filter
The SoRotateAroundZProcessing2d filter performs a rotation of an image by a user-defined angle using center of image as origin. |
class |
SoRotateProcessing2d
SoRotateProcessing2d image filter
The SoRotateProcessing2d filter performs a rotation of an image by a user-defined angle ![]() ![]() |
class |
SoRotateProcessing3d
SoRotateProcessing3d image filter
The SoRotateProcessing3d filter performs a rotation of an image by a 3D user-defined angle ![]() |
class |
SoScaleByFactorProcessing
SoScaleByFactorProcessing image filter
The SoScaleByFactorProcessing filter generates a zoomed image with user defined zoom factors using the interpolation mode selected by the user. |
class |
SoScaleImageToSizeProcessing
SoScaleImageToSizeProcessing engine
The SoScaleImageToSizeProcessing engine generates an image with a new size using the interpolation mode selected by the user. |
class |
SoSwapAxisProcessing2d
SoSwapAxisProcessing2d image filter
The SoSwapAxisProcessing2d filter performs a transposition of the matrix along both the ![]() ![]() |
class |
SoSwapAxisProcessing3d
SoSwapAxisProcessing3d engine performs a transposition of the image. |
class |
SoTranslateProcessing
SoTranslateProcessing engine
The SoTranslateProcessing engine re-assigns the position of the image on the grid according to user-defined vectors. |
Modifier and Type | Class and Description |
---|---|
class |
SoBinaryCorrelationProcessing2d
SoBinaryCorrelationProcessing2d engine
SoBinaryCorrelationProcessing2d performs the logical correlation between a binary image and a binary kernel. |
static class |
SoBinaryCorrelationProcessing2d.SbCorrelationDetail
Results details of image correlation.
|
class |
SoGrayscaleCorrelationProcessing2d
SoGrayscaleCorrelationProcessing2d engine
The SoGrayscaleCorrelationProcessing2d image filter performs a correlation between a grey level image I and a grey level kernel K returning the correlation image O. |
static class |
SoGrayscaleCorrelationProcessing2d.SbCorrelationDetail
Results details of image correlation.
|
Modifier and Type | Class and Description |
---|---|
class |
SoImagePreAlignmentTransform3d
SoImagePreAlignmentTransform3d image filter
SoImagePreAlignmentTransform3d estimates a transformation (translation and rotation) that aligns a moving image with a fixed image based on their intensity values. |
class |
SoImageRegistrationTransform
SoImageRegistrationTransform image filter
SoImageRegistrationTransform computes the best transformation for the co-registration of two images, using an iterative optimization algorithm. |
static class |
SoImageRegistrationTransform.RegistrationEvent
This event describes the evolution of the registration process.
|
class |
SoImageRegistrationTransform3d
Deprecated.
As of Open Inventor 9800 See documentation for more details
|
static class |
SoImageRegistrationTransform3d.RegistrationEvent
Deprecated.
|
Modifier and Type | Class and 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. |
Modifier and Type | Class and Description |
---|---|
class |
SoAutoThresholdingQuantification
SoAutoThresholdingQuantification engine
The SoAutoThresholdingQuantification engine extracts a value to automaticaly threshold on a gray level image. |
static class |
SoAutoThresholdingQuantification.SbAutoThresholdingDetail
Results details of threshold by automatic segmentation.
|
class |
SoCompareImageQuantification
SoCompareImageQuantification engine applies a comparison test between two images
The SoCompareImageQuantification engine computes the number of pixels/voxels which pass a comparison test between two images ![]() ![]() |
static class |
SoCompareImageQuantification.SbCompareDetail
Results details of comparison between two images.
|
class |
SoCompareValueQuantification
SoCompareValueQuantification engine applies a comparison test between an image and a constant value. |
static class |
SoCompareValueQuantification.SbCompareDetail
Results details of comparison between two images.
|
class |
SoCooccurrenceQuantification2d
SoCooccurrenceQuantification2d engine provides texture indicators based on the co-occurrence matrix computation. |
static class |
SoCooccurrenceQuantification2d.SbCoocurrrenceDetail
Results details of cooccurrence global measure.
|
class |
SoIntensityExtremaQuantification
SoIntensityExtremaQuantification engine computes basic statistics of an image. |
static class |
SoIntensityExtremaQuantification.SbExtremaDetail
Results details of extrema global measure.
|
class |
SoIntensityStatisticsQuantification
SoIntensityStatisticsQuantification engine advanced basic statistics of an image. |
static class |
SoIntensityStatisticsQuantification.SbStatisticsDetail
Results details of statistics global measure.
|
class |
SoLocalMaximaQuantification
SoLocalMaximaQuantification engine
The SoLocalMaximaQuantification engine extracts the local maxima of an image using a neighborhood analysis. |
static class |
SoLocalMaximaQuantification.SbLocalMaximaDetail
Results details of
SoLocalMaximaQuantification . |
class |
SoMaskedStatisticsQuantification
SoMaskedStatisticsQuantification engine advanced basic statistics of an image within a mask. |
static class |
SoMaskedStatisticsQuantification.SbStatisticsDetail
Results details of statistics global measure.
|
class |
SoMeasureGaussianNoiseQuantification
SoMeasureGaussianNoiseQuantification engine computes an estimation of a gaussian noise standard deviation. |
static class |
SoMeasureGaussianNoiseQuantification.SbGaussianNoiseDetail
Results details of gaussian noise estimation.
|
Modifier and Type | Class and Description |
---|---|
class |
SoColorAntialiasingProcessing2d
SoColorAntialiasingProcessing2d engine
The SoColorAntialiasingProcessing2d engine reduces the color artifacts. |
class |
SoColorGetPlaneProcessing2d
SoColorGetPlaneProcessing2d engine
For an introduction to color transforms, see section Color Transforms. |
class |
SoColorSpaceConversionProcessing
SoColorSpaceConversionProcessing engine
For an introduction to color transforms, see section Color Transforms. |
class |
SoColorToGrayscaleProcessing
SoColorToGrayscaleProcessing engine
For an introduction to color transforms, see section Color Transforms. |
class |
SoColorToLightnessProcessing
SoColorToLightnessProcessing engine
For an introduction to color transforms, see section Color Transforms. |
class |
SoDecorrelationStretchProcessing2d
SoDecorrelationStretchProcessing2d engine
The SoDecorrelationStretchProcessing2d engine enhances the color differences found in a color image. |
class |
SoGrayscaleToColorProcessing
SoGrayscaleToColorProcessing engine
For an introduction to color transforms, see section Color Transforms. |
Modifier and Type | Class and Description |
---|---|
class |
SoDeblurProcessing2d
SoDeblurProcessing2d engine
The SoDeblurProcessing2d engine provides contrast enhancement and removes blur. |
class |
SoDelineateProcessing
SoDelineateProcessing engine
The SoDelineateProcessing engine provides contrast enhancement of an image. |
class |
SoShadeProcessing2d
SoShadeProcessing2d engine
The SoShadeProcessing2d engine provides a shadowing effect on a grayscale image. |
class |
SoUnsharpMaskingProcessing
SoUnsharpMaskingProcessing engine
The SoUnsharpMaskingProcessing engine harpens edges on the elements without increasing noise. |
Modifier and Type | Class and Description |
---|---|
class |
SoBilateralFilterProcessing
SoBilateralFilterProcessing engine
The SoBilateralFilterProcessing engine edge-preserving smoothing filter. |
class |
SoBoxFilterProcessing
SoBoxFilterProcessing engine
The SoBoxFilterProcessing engine smooths an image using a box kernel. |
class |
SoCurvatureDrivenDiffusionProcessing
SoCurvatureDrivenDiffusionProcessing engine
The SoCurvatureDrivenDiffusionProcessing engine smooths an image using an advanced local edge analysis technique. |
class |
SoDespeckleProcessing
SoDespeckleProcessing engine
The SoDespeckleProcessing engine smooths an image replacing aberrant values by the mean value of their neighbors |
class |
SoFlowInpaintingProcessing
SoFlowInpaintingProcessing engine
The SoFlowInpaintingProcessing engine allows one to perform inpainting operations in image. |
class |
SoGaussianBlurFilterProcessing
SoGaussianBlurFilterProcessing engine
The SoGaussianBlurFilterProcessing performs a Gaussian filter using either a separable or a recursive filter. |
class |
SoGaussianFilterProcessing
Deprecated.
As of Open Inventor 9800 See documentation for more details
|
class |
SoMajorityFilterProcessing
SoMajorityFilterProcessing engine
The SoMajorityFilterProcessing engine replaces voxels by the more present value inside the neighborhood. |
class |
SoMedianFilterProcessing
SoMedianFilterProcessing engine
The SoMedianFilterProcessing engine smoothes the image using morphological operators. |
class |
SoNagaoFilterProcessing2d
SoNagaoFilterProcessing2d engine
The SoNagaoFilterProcessing2d engine computes a mean neighbors value around a central pixel. |
class |
SoNagaoFilterProcessing3d
SoNagaoFilterProcessing3d engine
The SoNagaoFilterProcessing3d engine computes a mean neighbors value around a central voxel. |
class |
SoNonLocalMeansFilterProcessing
SoNonLocalMeansFilterProcessing engine
The SoNonLocalMeansFilterProcessing engine implements the non-local means algorithm for image denoising. |
class |
SoRecursiveExponentialFilterProcessing
SoRecursiveExponentialFilterProcessing engine
The SoRecursiveExponentialFilterProcessing smooths images with a recursive algorithm based on a variable scale. |
class |
SoSigmaFilterProcessing
SoSigmaFilterProcessing engine
The SoSigmaFilterProcessing3d engine computes a local mean, around the central voxel. |
class |
SoSNNFilterProcessing
SoSNNFilterProcessing engine
The SoSNNFilterProcessing engine reduces noise while preserving edge content. |
Modifier and Type | Class and 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
The SoDeinterlaceFramesProcessing2d engine separates even and odd frames from an interlaced image. |
class |
SoGetObliquePlaneFromVolumeProcessing3d
SoGetObliquePlaneFromVolumeProcessing3d engine
The SoGetObliquePlaneFromVolumeProcessing3d engine extracts a section of a 3D image, given a point of this section and the angles to its normal. |
class |
SoGetPlaneFromVolumeProcessing3d
SoGetPlaneFromVolumeProcessing3d engine
The SoGetPlaneFromVolumeProcessing3d engine extracts a plane from a 3D image. |
class |
SoInterlaceFramesProcessing2d
SoInterlaceFramesProcessing2d engine
The SoInterlaceFramesProcessing2d Command merges two images, considered as even and odd frames, to produce an interlaced image. |
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
The SoSetPlaneToVolumeProcessing3d engine pastes a plane in a 3D image. |
Modifier and Type | Class and Description |
---|---|
class |
SoImageStackProjectionProcessing3d
SoImageStackProjectionProcessing3d engine
The SoImageStackProjectionProcessing3d engine creates a single image containing selected pixels from a stack of input images. |
Modifier and Type | Class and 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
The SoRandomSphereGeneration3d engine creates a binary image containing a random distribution of spheres. |
Modifier and Type | Class and Description |
---|---|
class |
SoAutoIntensityClassificationProcessing
SoAutoIntensityClassificationProcessing classifies all pixels/voxels of an image using the k-means method. |
Modifier and Type | Class and Description |
---|---|
class |
SoCenterLineApproximation3d
SoCenterLineApproximation3d engine
The engine extracts the centerline of a binary image. |
class |
SoObjectToSegmentApproximation2d
SoObjectToSegmentApproximation2d engine
The SoObjectToSegmentApproximation2d engine computes the polygonal approximation of object boundaries. |
Modifier and Type | Class and Description |
---|---|
class |
SoBorderKillProcessing
SoBorderKillProcessing engine
The SoBorderKillProcessing engine removes the objects touching the borders of the image. |
class |
SoLabelInterfacesProcessing
SoLabelInterfacesProcessing engine
The SoLabelInterfacesProcessing engine generates a binary image containing points with a number of different neighbors. |
class |
SoObjectBoundariesProcessing
SoObjectBoundariesProcessing engine
The SoObjectBoundariesProcessing engine computes the boundary points of an image. |
class |
SoRemoveSmallHolesProcessing
SoRemoveSmallHolesProcessing engine
SoRemoveSmallHolesProcessing allows filling smallest holes in a binary image |
class |
SoRemoveSmallSpotsProcessing
SoRemoveSmallSpotsProcessing engine
The SoRemoveSmallSpotsProcessing engine removes smallest spots in a binary image |
Modifier and Type | Class and Description |
---|---|
class |
SoFloodFillThresholdProcessing
SoFloodFillThresholdProcessing engine
The SoFloodFillThresholdProcessing engine transforms a grayscale image into a binary image performing a region growing from a seed. |
class |
SoMarkerBasedWatershedProcessing
SoMarkerBasedWatershedProcessing engine performs a fast determination of the watershed lines. |
Modifier and Type | Class and Description |
---|---|
class |
SoChamferDistanceMapProcessing2d
SoChamferDistanceMapProcessing2d engine
The SoChamferDistanceMapProcessing2d engine computes the chamfer distance transformation. |
class |
SoChamferDistanceMapProcessing3d
SoChamferDistanceMapProcessing3d engine
The SoChamferDistanceMapProcessing3d engine computes a 3D chamfer distance transformation. |
class |
SoChessboardDistanceMapProcessing
SoChessboardDistanceMapProcessing engine
The SoChessboardDistanceMapProcessing engine computes the chessboard distance transformation. |
class |
SoClosestBoundaryPointsProcessing2d
SoClosestBoundaryPointsProcessing2d engine
The SoClosestBoundaryPointsProcessing2d engine computes the chamfer distance map on object boundary and the closest point. |
class |
SoClosestBoundaryPointsProcessing3d
SoClosestBoundaryPointsProcessing3d engine
The SoClosestBoundaryPointsProcessing3d engine computes the chamfer distance map on object boundary and the closest point. |
class |
SoEuclideanDistanceMapProcessing3d
SoEuclideanDistanceMapProcessing3d image filter
This algorithm computes a 3D distance map for a 3D object. |
class |
SoGeodesicDistanceMapProcessing
SoGeodesicDistanceMapProcessing engine
The SoGeodesicDistanceMapProcessing engine computes the Chamfer distance using a mask of forbidden areas. |
class |
SoGeodesicPropagationProcessing2d
SoGeodesicPropagationProcessing2d engine
For an introduction to geodesy, see section Geodesy Principle. |
class |
SoLocalThicknessMapProcessing3d
SoLocalThicknessMapProcessing3d engine
This algorithm computes an inside 3D euclidean map of a 3D object. |
class |
SoTimeMapProcessing
SoTimeMapProcessing engine
The SoTimeMapProcessing engine computes the shortest travel time between one point of the output image and the binary mask. |
Modifier and Type | Class and Description |
---|---|
class |
SoDilationBallProcessing3d
SoDilationBallProcessing3d engine
The SoDilationBallProcessing3d engine performs a 3D dilation using a structuring element matching with a sphere |
class |
SoDilationCubeProcessing
SoDilationCubeProcessing engine
The SoDilationCubeProcessing engine performs a dilation using a structuring element matching with a cube. |
class |
SoDilationDiskProcessing2d
SoDilationDiskProcessing2d engine
The SoDilationDiskProcessing2d engine performs a 2D dilation using a structuring element matching with a disc. |
class |
SoDilationDiskProcessing3d
SoDilationDiskProcessing3d engine
The SoDilationDiskProcessing3d engine performs a 3D dilation using a structuring element matching with a disc |
class |
SoDilationLineProcessing2d
SoDilationLineProcessing2d engine
The SoDilationLineProcessing2d engine performs a 2D dilation using a structuring element matching with a line. |
class |
SoDilationLineProcessing3d
SoDilationLineProcessing3d engine
The SoDilationLineProcessing3d engine performs a 3D dilation using a structuring element matching with a line. |
class |
SoDilationSquareColorProcessing2d
SoDilationSquareColorProcessing2d engine
The SoDilationSquareColorProcessing2d engine performs a dilation on a true-color image. |
class |
SoErosionBallProcessing3d
SoErosionBallProcessing3d engine
The SoErosionBallProcessing3d engine performs a 3D erosion using a structuring element matching with a sphere |
class |
SoErosionCubeProcessing
SoErosionCubeProcessing engine
The SoErosionCubeProcessing engine performs an erosion using a structuring element matching with a cube. |
class |
SoErosionDiskProcessing2d
SoErosionDiskProcessing2d engine
The SoErosionDiskProcessing2d engine performs a 2D erosion using a structuring element matching with a disc |
class |
SoErosionDiskProcessing3d
SoErosionDiskProcessing3d engine
The SoErosionDiskProcessing3d engine performs a 3D erosion using a structuring element matching with a disc |
class |
SoErosionLineProcessing2d
SoErosionLineProcessing2d engine
The SoErosionLineProcessing2d engine performs a 2D erosion using a structuring element matching with a line |
class |
SoErosionLineProcessing3d
SoErosionLineProcessing3d engine
The SoErosionLineProcessing3d engine performs a 3D erosion using a structuring element matching with a line |
class |
SoErosionSquareColorProcessing2d
SoErosionSquareColorProcessing2d engine
The SoErosionSquareColorProcessing2d engine performs an erosion on a true-color image. |
Modifier and Type | Class and Description |
---|---|
class |
SoApplyMorphologicalLutProcessing2d
SoApplyMorphologicalLutProcessing2d engine allows to apply a morphological look up table on a 2D image. |
static class |
SoApplyMorphologicalLutProcessing2d.SbApplyMorphLutDetail
Results details of morphological Lut processing.
|
class |
SoApplyMorphologicalLutProcessing3d
SoApplyMorphologicalLutProcessing3d engine allows to apply a morphological look up table on a 3D image. |
static class |
SoApplyMorphologicalLutProcessing3d.SbApplyMorphLutDetail
Results details of morphological Lut processing.
|
class |
SoCentroidProcessing2d
SoCentroidProcessing2d engine
The SoCentroidProcessing2d engines computes the centroid of object. |
class |
SoEndPointsProcessing2d
SoEndPointsProcessing2d engine
The SoEndPointsProcessing2d engine is a point detector that selects end points of a skeleton, i.e. |
class |
SoEndPointsProcessing3d
SoEndPointsProcessing3d image filter
The SoEndPointsProcessing3d engine is a point detector that selects end points of a skeleton, i.e. |
class |
SoInfluenceZonesProcessing
SoInfluenceZonesProcessing engine
The SoInfluenceZonesProcessing engine computes the skeleton by Influence Zone (SKIZ). |
class |
SoInteriorPointsProcessing2d
SoInteriorPointsProcessing2d engine
The SoEndPointsProcessing2d engine is a point detector that computes interior points of object. |
class |
SoIsolatedPointsProcessing2d
SoIsolatedPointsProcessing2d engine
The SoIsolatedPointsProcessing2d engine is a point detector that selects object made up of a single point. |
class |
SoIsolatedPointsProcessing3d
SoIsolatedPointsProcessing3d engine
The SoIsolatedPointsProcessing3d engine is a point detector that selects objects made up of a single point. |
class |
SoPruneProcessing2d
SoPruneProcessing2d engine
The SoPruneProcessing2d engine prunes the result of a skeletonization. |
class |
SoPruningProcessing3d
SoPruneProcessing3d engine
The SoPruneProcessing3d engine prunes the result of a skeletonization.
|
class |
SoSkeletonProcessing2d
SoSkeletonProcessing2d engine computes the morphological skeleton of objects. |
class |
SoTriplePointsProcessing2d
SoTriplePointsProcessing2d engine
The SoTriplePointsProcessing2d engine is a point detector that selects triple points of a skeleton. |
Modifier and Type | Class and Description |
---|---|
class |
SoClosingBallByReconstructionProcessing3d
SoClosingBallByReconstructionProcessing3d engine
The SoClosingBallByReconstructionProcessing3d performs a 3D closing by reconstruction using a structuring element matching with a ball. |
class |
SoClosingBallProcessing3d
SoClosingBallProcessing3d engine
The SoClosingBallProcessing3d engine performs a 3D closing using a structuring element matching with a sphere. |
class |
SoClosingByReconstructionProcessing
SoClosingByReconstructionProcessing image filter
The SoClosingByReconstructionProcessing engine performs a closing by reconstruction. |
class |
SoClosingCubeProcessing
SoClosingCubeProcessing engine performs a closing using a structuring element matching with a square or a cube. |
class |
SoClosingDiskByReconstructionProcessing2d
SoClosingDiskByReconstructionProcessing2d engine
The SoClosingDiskByReconstructionProcessing2dengine engine performs a 2D closing by reconstruction using a structuring element matching with a disk. |
class |
SoClosingDiskProcessing2d
SoClosingDiskProcessing2d engine
The SoClosingDiskProcessing2d engine performs a 2D closing using a structuring element matching with a disc. |
class |
SoClosingDiskProcessing3d
SoClosingDiskProcessing3d engine
The SoClosingDiskProcessing3d engine performs a 3D closing using a structuring element matching with a disc. |
class |
SoClosingLineMinimumProcessing
SoClosingLineMinimumProcessing engine
The SoClosingLineMinimumProcessing engine performs a minimal linear closing. |
class |
SoClosingLineProcessing2d
SoClosingLineProcessing2d engine
The SoClosingLineProcessing2d engine performs a 2D closing using a structuring element matching with a line. |
class |
SoClosingLineProcessing3d
SoClosingLineProcessing3d engine
The SoClosingLineProcessing3d engine performs a 3D closing using a structuring element matching with a line. |
class |
SoClosingSquareColorProcessing2d
SoClosingSquareColorProcessing2d engine
The SoClosingSquareColorProcessing2d engine performs a closing on a true-color image. |
class |
SoOpeningBallByReconstructionProcessing3d
SoOpeningBallByReconstructionProcessing3d engine
The SoOpeningBallByReconstructionProcessing3d performs a 3D closing by reconstruction using a structuring element matching with a ball. |
class |
SoOpeningBallProcessing3d
SoOpeningBallProcessing3d engine
The SoOpeningBallProcessing3d engine performs a 3D opening using a structuring element matching with a sphere |
class |
SoOpeningByReconstructionProcessing
SoOpeningByReconstructionProcessing image filter
The SoOpeningByReconstructionProcessing engine performs a opening by reconstruction. |
class |
SoOpeningCubeProcessing
SoOpeningCubeProcessing engine performs an opening using a structuring element matching with a square or a cube. |
class |
SoOpeningDiskByReconstructionProcessing2d
SoOpeningDiskByReconstructionProcessing2d engine
The SoOpeningDiskByReconstructionProcessing2d engine performs a 2D closing by reconstruction using a structuring element matching with a disk. |
class |
SoOpeningDiskProcessing2d
SoOpeningDiskProcessing2d engine
The SoOpeningDiskProcessing2d engine performs a 2D opening using a structuring element matching with a disc |
class |
SoOpeningDiskProcessing3d
SoOpeningDiskProcessing3d engine
The SoOpeningDiskProcessing3d engine performs a 3D opening using a structuring element matching with a disc. |
class |
SoOpeningLineMaximumProcessing
SoOpeningLineMaximumProcessing engine
The SoOpeningLineMaximumProcessing engine performs a maximal linear opening. |
class |
SoOpeningLineProcessing2d
SoOpeningLineProcessing2d engine
The SoOpeningLineProcessing2d engine performs a 2D opening using a structuring element matching with a line. |
class |
SoOpeningLineProcessing3d
SoOpeningLineProcessing3d engine
The SoOpeningLineProcessing3d engine performs a 3D opening using a structuring element matching with a line. |
class |
SoOpeningSquareColorProcessing2d
SoOpeningSquareColorProcessing2d engine
The SoOpeningSquareColorProcessing2d engine performs an opening on a true-color image. |
Modifier and Type | Class and Description |
---|---|
class |
SoMFDataMeasure
Multiple-value field containing any number of
SoDataMeasure . |
class |
SoMFKernel2i32
Multiple-value field containing any number of
SbKernel2i32 objects. |
class |
SoMFKernel3i32
Multiple-value field containing any number of
SbKernel3i32 objects. |
class |
SoSFAnalysisResult
Field containing an
SoAnalysisResult object
This field maintains a reference to an instance of SoAnalysisResult
See also: |
class |
SoSFDataMeasure
Field containing an
SoDataMeasure object
This field maintains a reference to an instance of SoDataMeasure
See also: |
class |
SoSFDataMeasureAttributes
Field containing an
SoDataMeasureAttributes object
This field maintains a reference to an instance of SoDataMeasureAttributes
See also: |
class |
SoSFImageAnalysisResult
Field containing an
SoImageAnalysisResult object
This field maintains a reference to an instance of SoImageAnalysisResult
See also: |
class |
SoSFImageDataAdapter
Field containing an
SoImageDataAdapter object
This field maintains a pointer to an instance of SoImageDataAdapter reference count. |
class |
SoSFKernel2i32
Field containing an
SbKernel2i32 object
An SoSFKernel2i32 is written to file as:
Number of columns
Number of rows
List of values
|
class |
SoSFKernel3i32
Field containing an
SbKernel3i32 object
An SoSFKernel3i32 is written to file as:
Number of columns
Number of rows
Number of slices
List of values
|
class |
SoSFLabelAnalysisResult
Field containing an
SoLabelAnalysisResult object
This field maintains a reference to an instance of SoLabelAnalysisResult
See also: |
class |
SoSFMorphoLut2D
Field containing an
SoMorphoLut2D object
This field maintains a reference to an instance of SoMorphoLut2D
See also: |
class |
SoSFMorphoLut3D
Field containing an
SoMorphoLut3D object
This field maintains a reference to an instance of SoMorphoLut3D
See also: |
class |
SoSFSegmentChain
Field containing an
SoSegmentChain object
This field maintains a reference to an instance of SoSegmentChain
See also: |
Modifier and Type | Class and Description |
---|---|
class |
SoAnalysisResult
Abstract base class for ImageViz analysis results.
|
class |
SoImageAnalysisResult
class to handle image analysis.
|
class |
SoLabelAnalysisResult
class to handle label analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
SoSegmentChain
class that reprensents a chain of segments.
|
Modifier and Type | Class and Description |
---|---|
class |
SoFileDataAdapter
Image data adapter for data in a file.
|
class |
SoImageDataAdapter
Abstract base class for all ImageViz image data adapter classes.
|
class |
SoMemoryDataAdapter
Image data adapter for in memory data.
|
class |
SoProxyDataAdapter
Proxy image data adapter for in memory data.
|
class |
SoVolumeReaderAdapter
Image data adapter for an
SoVolumeReader . |
class |
SoVRImageDataReader
Reads volume from an
SoImageDataAdapter . |
Modifier and Type | Class and Description |
---|---|
class |
SoMorphoLut2D
Class that represents a morphological look-up table (LUT).
|
class |
SoMorphoLut3D
class that represents a morphological look-up table (LUT).
|
Modifier and Type | Class and Description |
---|---|
class |
SoDataMeasure
Abstract base class for all ImageViz image data measures.
|
class |
SoDataMeasureAttributes
Class for all ImageViz data measure attributes.
|
class |
SoDataMeasureCustom
class to define a custom measure.
|
class |
SoDataMeasurePredefined
class that define the list of predefined measure that can be used on image data input.
|
Modifier and Type | Class and Description |
---|---|
class |
SoRegistrationResult
Class that stores registration results
Container for the result (tranformation matrix) of a registration operation.
|
Modifier and Type | Class and Description |
---|---|
class |
SbCPUID |
class |
SbDataType
Class encoding a data type.
|
class |
SbElapsedTime
Class for measuring elapsed time with high resolution.
|
class |
SbTime
Class for representation of a time.
|
class |
SbViewportRegion
Class for representing a viewport.
|
class |
SbViewVolume
3D viewing volume class.
|
class |
SoFrameBufferObject
Deprecated.
As of Open Inventor 9610 See documentation for more details
|
class |
SoFullPath
Deprecated.
As of Open Inventor 9.3
|
class |
SoGLRenderToBuffer
Deprecated.
As of Open Inventor 9610 See documentation for more details
|
class |
SoInput
Used to read Open Inventor data files.
|
class |
SoInputParameters
Base class for file reader parameters.
|
class |
SoInputReader
Base class for custom readers that create an Open Inventor scene graph.
|
class |
SoLightPath
Deprecated.
As of Open Inventor 9.3
|
class |
SoModuleCheck
Class used to check and report library and application consistency.
|
class |
SoOffscreenRenderer
Renders to an off-screen buffer for printing or generating textures.
|
class |
SoOffscreenTileObserver
Abstract class for monitoring the rendering of tiles (sub-images).
|
class |
SoOffscreenTileProperty
Class encapsulating offscreen tile properties.
|
class |
SoOutput
Used to write Open Inventor data files.
|
class |
SoPath
A path represents a scene graph or subgraph.
|
class |
SoPBuffer
Deprecated.
As of Open Inventor 9610 See documentation for more details
|
class |
SoPickedPoint
Represents point on surface of picked object.
|
class |
SoPrimitiveVertex
Represents a vertex of a generated primitive.
|
class |
SoProgressIndicator
Class for reporting progress of a task.
|
static class |
SoProgressIndicator.StepEventArg
Class given to callback when an onEndStep is raised.
|
static class |
SoProgressIndicator.SubTaskEventArg
Class given to callback when onBeginSubTask/onEndSubTask are raised.
|
static class |
SoProgressIndicator.TaskEventArg
Class given to callback when onBeginTask/onEndTask are raised.
|
class |
SoSceneManager
Manages scene graph rendering and event handling.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends Inventor> |
SoDB.getConverter(java.lang.Class<? extends Inventor> fromField,
java.lang.Class<? extends Inventor> toField)
Returns the field conversion engine registered for the two given field types.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoDB.addConverter(java.lang.Class<? extends Inventor> fromField,
java.lang.Class<? extends Inventor> toField,
java.lang.Class<? extends Inventor> converterEngine)
Registers a field conversion engine that can be used to convert from one type of field to another.
|
static void |
SoDB.addConverter(java.lang.Class<? extends Inventor> fromField,
java.lang.Class<? extends Inventor> toField,
java.lang.Class<? extends Inventor> converterEngine)
Registers a field conversion engine that can be used to convert from one type of field to another.
|
static void |
SoDB.addConverter(java.lang.Class<? extends Inventor> fromField,
java.lang.Class<? extends Inventor> toField,
java.lang.Class<? extends Inventor> converterEngine)
Registers a field conversion engine that can be used to convert from one type of field to another.
|
static SoField |
SoDB.createGlobalField(java.lang.String name,
java.lang.Class<? extends Inventor> type)
The database maintains a namespace for global fields, making sure that there is at most one instance of a global field with any given name in the database.
|
static java.lang.Class<? extends Inventor> |
SoDB.getConverter(java.lang.Class<? extends Inventor> fromField,
java.lang.Class<? extends Inventor> toField)
Returns the field conversion engine registered for the two given field types.
|
static java.lang.Class<? extends Inventor> |
SoDB.getConverter(java.lang.Class<? extends Inventor> fromField,
java.lang.Class<? extends Inventor> toField)
Returns the field conversion engine registered for the two given field types.
|
static void |
SoDB.removeConverter(java.lang.Class<? extends Inventor> fromField,
java.lang.Class<? extends Inventor> toField)
Remove a previously added converter.
|
static void |
SoDB.removeConverter(java.lang.Class<? extends Inventor> fromField,
java.lang.Class<? extends Inventor> toField)
Remove a previously added converter.
|
Modifier and Type | Class and Description |
---|---|
class |
SoAction
Abstract base class for all actions.
|
class |
SoBevelAction
Creates a scene graph containing beveled shapes.
|
class |
SoBoxHighlightRenderAction
A selection highlight style.
|
class |
SoCallbackAction
Performs a generic traversal of a scene graph or path.
|
class |
SoDistributeAction
Computes a distribution of the scene graph for use in depth compositing in ScaleViz.
|
class |
SoGetBoundingBoxAction
Computes bounding box of a scene.
|
class |
SoGetMatrixAction
Computes transformation matrix for a subgraph.
|
class |
SoGetPrimitiveCountAction
Counts number of primitives in scene.
|
class |
SoGlobalSimplifyAction
Traverses the scene graph and collects all the triangles in a single list.
|
class |
SoGLRenderAction
Renders a scene graph using OpenGL.
|
class |
SoHandleEventAction
Allows nodes in a graph to receive input events.
|
class |
SoLineHighlightRenderAction
Selection highlight style.
|
class |
SoNurbsBREPAction |
class |
SoPickAction
Abstract base class for picking objects in a scene.
|
class |
SoRayPickAction
Intersects objects with a ray cast into scene.
|
class |
SoReorganizeAction
Reorganizes the scene graph by grouping shapes with common properties, then groups these shapes in a single shape and runs the simplifier on it.
|
class |
SoSearchAction
Searches for nodes in a scene graph.
|
class |
SoSearchDepthOffsetAction
Depth Offset nodes search action.
|
class |
SoSearchPathAction
Searches for a node in a scene graph using a sequence of search criteria.
|
class |
SoSearchStepAction
Searches for nodes in the scene graph step by step.
|
class |
SoShapeSimplifyAction
Simplify action that replaces shapes within a scene graph with versions that contain fewer triangles.
|
class |
SoSimplifyAction
Abstract base class for simplifying scene graphs.
|
class |
SoSplitGeometryAction
Split large geometry into smaller objects to improve culling for multi-pipe rendering.
|
class |
SoToHTMLAction
Generates an HTML image map and an image from a scene graph.
|
class |
SoToVRML2Action
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoToVRMLAction
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoWriteAction
Writes a scene graph to a file.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Inventor> |
SoSearchAction.getNodeClass()
Returns the node type to search for.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoBevelAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoBoxHighlightRenderAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoCallbackAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoDistributeAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoGLRenderAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoGetBoundingBoxAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoGetMatrixAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoGetPrimitiveCountAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoGlobalSimplifyAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoHandleEventAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoLineHighlightRenderAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoNurbsBREPAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoPickAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoRayPickAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoReorganizeAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoSearchAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoSearchDepthOffsetAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoSearchPathAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoSearchStepAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoShapeSimplifyAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoSimplifyAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoSplitGeometryAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoToHTMLAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
SoToVRML2Action.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex)
Deprecated.
|
static void |
SoToVRMLAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex)
Deprecated.
|
static void |
SoWriteAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
void |
SoSearchAction.setNodeClass(java.lang.Class<? extends Inventor> t)
Calls setNodeClass(t, true).
|
void |
SoSearchAction.setNodeClass(java.lang.Class<? extends Inventor> t,
boolean derivedIsOk)
Sets the node type to search for.
|
Modifier and Type | Class and Description |
---|---|
class |
SoAlgorithms
Utility functions for loading algorithm modules.
|
class |
SoArithmetic
Arithmetic functions for buffers.
|
class |
SoConversion
Type conversion functions for buffers.
|
class |
SoConvolution
Convolution functions for buffers.
|
class |
SoDataExtract
Data extraction algorithms for buffers.
|
class |
SoSeismic
Seismic attribute functions for buffers.
|
Modifier and Type | Class and Description |
---|---|
class |
SiAntialiasingEventListener
Antialiasing change event listener interface.
|
class |
SoAccumulationAntialiasingParameters
Antialiasing parameters class for the accumulation buffer algorithm.
|
class |
SoAntialiasingParameters
Antialiasing parameters interface base class.
|
class |
SoFullSceneAntialiasingParameters
Antialiasing parameters class for the FSAA algorithm.
|
class |
SoFXAAParameters
Antialiasing parameters class for the FXAA algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
SoBaseContextCache
Base context dependent cache management class.
|
class |
SoBoundingBoxCache |
class |
SoCache |
class |
SoCpuBufferObjectCache
CPUBufferObject cache management class.
|
class |
SoGLObjectCache
Deprecated.
As of Open Inventor 9610 See documentation for more details
|
class |
SoGLRenderCache
Deprecated.
As of Open Inventor 9610 See documentation for more details
|
class |
SoNodeDependencies
This class is a cache handler that can be used to monitor the modifications made to elements or fields.
|
class |
SoNormalCache
Class
SoNormalCache :
A normal cache stores a list of normals. |
class |
SoPrimitiveCountCache |
Modifier and Type | Method and Description |
---|---|
void |
SoNodeDependencies.addDependency(java.lang.Class<? extends Inventor> type,
int classStackIndex)
Add given element type as a dependency for the cache.
|
Modifier and Type | Class and Description |
---|---|
class |
SoCollidingPrimitive |
class |
SoCollisionManager
Class to manage collisions.
|
static class |
SoCollisionManager.CompListItem |
static class |
SoCollisionManager.ManagerListItem |
static class |
SoCollisionManager.PairTableItem |
static class |
SoCollisionManager.SceneInformationItem |
static class |
SoCollisionManager.ShapeBBoxInformationItem |
class |
SoDualSceneCollider
Class to check for collisions between two scenes.
|
class |
SoIntersectingPrimitive |
class |
SoIntersectionDetectionAction
Class to detect intersections.
|
static class |
SoIntersectionDetectionAction.ActiveListItem |
static class |
SoIntersectionDetectionAction.CoupleTableItem |
static class |
SoIntersectionDetectionAction.ShapeInformationItem |
Modifier and Type | Method and Description |
---|---|
static void |
SoIntersectionDetectionAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
Modifier and Type | Class and Description |
---|---|
class |
SoConeDetail
Stores detail information about the
SoCone node. |
class |
SoCubeDetail
Stores detail information about the
SoCube node. |
class |
SoCylinderDetail
Stores detail information about the
SoCylinder node. |
class |
SoDetail
Base class for describing detail information about a shape node.
|
class |
SoFaceDetail
Stores detail information about vertex-based shapes made of faces.
|
class |
SoLineDetail
Stores detail information about vertex-based shapes made of line segments.
|
class |
SoNodeKitDetail
Stores detail information about a nodekit.
|
class |
SoPointDetail
Stores detail information about vertex-based shapes made of points.
|
class |
SoTextDetail
Stores detail information about a text node.
|
Modifier and Type | Class and Description |
---|---|
class |
SoBaseContextObject
Context dependent object management class.
|
class |
SoBufferObject
Abstract base class for buffer object management.
|
class |
SoCpuBufferObject
CPU buffer object class.
|
class |
SoCpuContext
CPU device context managment class.
|
class |
SoCpuDevice
CPU device management class.
|
class |
SoDevice
Abstract device management class.
|
class |
SoDeviceContext
Abstract base class for device context managment.
|
class |
SoDeviceContextSharedGroup
Shared context management class.
|
class |
SoGLBufferObject
OpenGL buffer object class.
|
class |
SoGLContext
OpenGL context management class.
|
class |
SoGLDevice
OpenGL device management class.
|
class |
SoGLDeviceSettings
Device settings management class.
|
class |
SoGLExtension
Contains methods to query and disable OpenGL extensions.
|
class |
SoGLFormat
OpenGL pixel format management class.
|
class |
SoGLScreenDevice
GL Screen device class.
|
Modifier and Type | Class and Description |
---|---|
class |
SoDirectVizAppearance
Deprecated.
As of Open Inventor 9500 See documentation for more Details
|
class |
SoDirectVizCameraShader
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoDirectVizDirectionalLight
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoDirectVizEnvironmentShader
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoDirectVizGeneralShader
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoDirectVizLightShader
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoDirectVizPointLight
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoDirectVizRenderingObject
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoDirectVizShader
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoDirectVizSpotLight
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
Modifier and Type | Class and Description |
---|---|
class |
SoCenterballDragger
Striped ball you rotate and re-center by dragging with the mouse.
|
class |
SoDirectionalLightDragger
Directional icon you rotate and translate by dragging with the mouse.
|
class |
SoDragger
Base class for nodekits that move in response to click-drag-release mouse events.
|
class |
SoDragPointDragger
Object you can translate in 3D by dragging with the mouse.
|
class |
SoEllipsoidDragger
Ellipsoid you can translate or scale within a plane by dragging with the mouse.
|
class |
SoHandleBoxDragger
Box you can scale, stretch and translate by dragging with the mouse.
|
class |
SoJackDragger
Jack-shaped object you rotate, translate, or scale by dragging with the mouse.
|
class |
SoPointLightDragger
Sun-shaped icon you can translate in 3D by dragging with the mouse.
|
class |
SoRotateCylindricalDragger
Object you rotate along a cylindrical surface by dragging with the mouse.
|
class |
SoRotateDiscDragger
Object you can rotate like a knob by dragging with the mouse.
|
class |
SoRotateSphericalDragger
Object you can rotate about a spherical surface by dragging with the mouse.
|
class |
SoScale1Dragger
Object you can scale in one dimension by dragging with the mouse.
|
class |
SoScale2Dragger
Object you can scale in two dimensions by dragging with the mouse.
|
class |
SoScale2UniformDragger
Object you can scale uniformly in two dimensions by dragging with the mouse.
|
class |
SoScaleUniformDragger
Object you can scale uniformly in 3D by dragging with the mouse.
|
class |
SoSpotLightDragger
Spotlight shaped dragger that allows you to change position, direction, and width of the beam.
|
class |
SoTabBoxDragger
Cubic object you can translate and scale by dragging with the mouse.
|
class |
SoTabPlaneDragger
Object you can translate or scale within a plane by dragging with the mouse.
|
class |
SoTrackballDragger
Striped ball you can rotate or scale uniformly by dragging with the mouse.
|
class |
SoTransformBoxDragger
Box-like object you scale, rotate, and translate by dragging with the mouse.
|
class |
SoTransformerDragger
Box-like object you scale, rotate, and translate by dragging with the mouse.
|
class |
SoTranslate1Dragger
Object you can translate along a line by dragging with the mouse.
|
class |
SoTranslate2Dragger
Object you can translate within a plane by dragging with the mouse.
|
Modifier and Type | Class and Description |
---|---|
class |
SoEllipseScreenDrawer
Interactively draw an ellipse in normalized screen space.
|
class |
SoLassoScreenDrawer
Interactively draw a lasso in normalized screen space.
|
class |
SoPolygonScreenDrawer
Interactively draws a polygon in normalized screen space.
|
class |
SoPolyLineScreenDrawer
Interactively draw a polyline in normalized screen space.
|
static class |
SoPolyLineScreenDrawer.EventArg
Structure given to callback when an event is raised.
|
class |
SoRectangleScreenDrawer
Interactively draws a rectangle in normalized screen space.
|
class |
SoScreenDrawer
Base class to draw a scene graph in screen space.
|
Modifier and Type | Class and Description |
---|---|
class |
SoAccumulatedElement
Abstract base class for each state element whose value may be accumulated when it is set.
|
class |
SoAnnoText3CharOrientElement
Stores the current character orientation flag of an
SoAnnoText3Property node. |
class |
SoAnnoText3FontSizeHintElement
Stores the current font size hint of an
SoAnnoText3Property node. |
class |
SoAnnoText3RenderPrintElement
Stores the current render print type of an
SoAnnoText3Property node. |
class |
SoBBoxCacheElement |
class |
SoBBoxModelMatrixElement
Stores the current model matrix for use with the
SoGetBoundingBoxAction . |
class |
SoBBoxTypeElement
Stores the current BBox type.
|
class |
SoBevelPropertyElement
Stores various beveling attributes.
|
class |
SoBumpMappingPropertyElement
Stores bump mapping properties.
|
class |
SoCacheElement
Stores the most recently opened cache.
|
class |
SoClipPlaneElement
Stores the current set of clipping planes, specified as SbPlanes.
|
class |
SoColorMapElement
Stores the current color map.
|
class |
SoColorPacker |
class |
SoComplexityElement
Stores the current shape complexity.
|
class |
SoComplexityTypeElement
Stores the current complexity type.
|
class |
SoCoordinateElement
Stores the current coordinates.
|
class |
SoCreaseAngleElement
Stores the current crease angle.
|
class |
SoDecimationPercentageElement
Stores the current shape decimation percentage.
|
class |
SoDecimationTypeElement
Stores the current decimation type.
|
class |
SoDepthBufferElement
Stores the current depth buffer parameters.
|
class |
SoDepthOffsetElement
Manage
SoDepthOffset nodes accumulation in state. |
class |
SoDirectVizCameraShaderElement
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoDirectVizEnvironmentShaderElement
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoDirectVizLightShaderElement
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoDirectVizShaderElement
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoDrawBufferElement
Stores the current draw buffer parameters.
|
class |
SoDrawStyleElement
Stores the current draw style.
|
class |
SoEdgeFlagElement
Stores the edge flag values.
|
class |
SoElement
Abstract base class for all state elements.
|
class |
SoEnvironmentElement
Stores the current environment.
|
static class |
SoEnvironmentElement.EnvironmentParameters
EnvironmentParameters packages all the different environment parameters. |
class |
SoFloatElement
Element's subclasses store a single float, int, or enum value.
|
class |
SoFocalDistanceElement
Stores the current focal distance of the camera.
|
class |
SoFontNameElement
Stores the current font name.
|
class |
SoFontRenderStyleElement
Stores the current font render style.
|
class |
SoFontSizeElement
Stores the current font size.
|
class |
SoFullSceneAntialiasingElement
Stores the current Full-Scene Antialising state.
|
class |
SoGeoOriginElement
Stores the current geoOrigin.
|
class |
SoGeoRenderElement
Stores the current render projection.
|
class |
SoGLCacheContextElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLClipPlaneElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLColorMapElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLCoordinateElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLDepthBufferElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLDrawBufferElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLDrawStyleElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLEnvironmentElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLExtTextureImageElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLFullSceneAntialiasingElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLLazyElement
Manages the GL state for the
SoLazyElement . |
class |
SoGLLightIdElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLLinePatternElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLLineWidthElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLModelMatrixElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLNormalElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLPatternElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLPointSizeElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLPolygonOffsetElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLProjectionMatrixElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLRenderPassElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLShaderProgramElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLShadowStyleElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLShapeHintsElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLTexture3EnabledElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLTextureCombinerElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLTextureCoordinate3Element
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLTextureCoordinateElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLTextureCubeMapEnabledElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLTextureEnabledElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLTextureImage3Element
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLTextureImageElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLTextureMatrixElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLTextureUnitElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLTransparencyTypeElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLUniformShaderParameterElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLUpdateAreaElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLViewingMatrixElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoGLViewportRegionElement
Deprecated.
As of Open Inventor 9620 See documentation for more details
|
class |
SoInt32Element
Stores a single int32_t, int, or enum value.
|
class |
SoInt32ListElement
Stores a list of int32_t, int, or enum values.
|
class |
SoInteractionElement
Stores the current interaction state.
|
class |
SoInteractiveComplexityElement
Stores the current interactive complexity.
|
class |
SoInteractiveSwitchElement
Stores the current interactive switch index.
|
class |
SoLazyElement
Manages several properties that need to be lazily tracked for OpenGL.
|
class |
SoLightAttenuationElement
Stores the light attenuation(s) of the current environment.
|
class |
SoLightElement
Stores information on lights.
|
class |
SoLinePatternElement
Stores the current line stipple pattern.
|
class |
SoLineWidthElement
Stores the current line width.
|
class |
SoLocalBBoxMatrixElement
Stores the transformation matrix from object space to some local coordinate space during application of an
SoGetBoundingBoxAction . |
class |
SoLogicalViewportElement
Stores the logical viewport region.
|
class |
SoMaterialBindingElement
Stores the current material binding.
|
class |
SoMaterialElement
Deprecated.
As of Open Inventor 9600 See documentation for more details
|
class |
SoModelMatrixElement
Stores the current model matrix.
|
class |
SoModifyLogicalViewportElement
Stores a logical viewport region subset.
|
class |
SoModifyViewVolumeElement
Stores a view volume subset.
|
class |
SoMultipleInstanceElement
Stores current MultiInstance info.
|
class |
SoMultiSwitchElement
Stores the current multi-switch indices.
|
class |
SoNeighborToleranceElement
Stores the current neighbor tolerance factor.
|
class |
SoNormalBindingElement
Stores current normal binding.
|
class |
SoNormalElement
Allows read-only access to the top element in the state.
|
class |
SoNurbsPropertyElement
Stores current NURBS properties.
|
class |
SoOverrideElement
Stores a flag for each type of element which can be overridden.
|
class |
SoPatternElement
Stores current pattern value.
|
class |
SoPickMethodElement
Stores the current pick method.
|
class |
SoPickRayElement
Stores the current ray to use for picking.
|
class |
SoPickStyleElement
Stores the current pick style.
|
class |
SoPointSizeElement
Stores the current point size.
|
class |
SoPolygonOffsetElement
Stores current polygon offset state.
|
class |
SoProfileCoordinateElement
Stores the current profile coordinates.
|
class |
SoProfileElement
Stores 2D profiles for NURBS and 3D text.
|
class |
SoProjectionElement
Store current projection node.
|
class |
SoProjectionMatrixElement
Stores the current projection matrix.
|
class |
SoRenderObjectListElement
Deprecated.
As of Open Inventor 9800 See documentation for more details
|
class |
SoReplacedElement
Abstract base class for each state element whose value is replaced whenever it is set.
|
class |
SoReplacedTextureElement
Abstract base class for each texture state element.
|
class |
SoShaderProgramElement
Stores the current shader program.
|
class |
SoShapeHintsElement
Stores the current shape hints.
|
class |
SoShapeStyleElement
Stores some information used by shapes.
|
class |
SoStereoElement
Stores the current stereo attributes.
|
class |
SoSwitchElement
Stores the current switch index.
|
class |
SoTextAliasingFactorElement
Stores the current textured text anti-aliasing factor.
|
class |
SoTextAlignmentHElement
Stores the current horizontal text alignment.
|
class |
SoTextAlignmentVElement
Stores the current vertical text alignment.
|
class |
SoTextBackFrameLineWidthElement
Stores the current text backFrame line width.
|
class |
SoTextKerningElement
Stores the current kerning value.
|
class |
SoTextMarginElement
Stores the current text margin.
|
class |
SoTextOrientationElement
Stores the current text orientation attributes.
|
class |
SoTextOutlineEnabledElement
Stores the current 3D text outline flag.
|
class |
SoTextStyleColorsElement
Stores the current textured text quality range.
|
class |
SoTextStyleElement
Stores the current text effect settings.
|
class |
SoTextTextureQualityRangeElement
Stores the current textured text quality range.
|
class |
SoTexture3EnabledElement
Enables/disables 3D textures.
|
class |
SoTextureCombinerElement
Stores the current texture combiner parameters.
|
class |
SoTextureCoordinate3Element
Stores the current 3D texture coordinates.
|
class |
SoTextureCoordinateBindingElement
Stores the current 3D texture coordinates.
|
class |
SoTextureCoordinateElement
Stores the current texture coordinates.
|
class |
SoTextureCubeMapEnabledElement
Enables/disables textureCubeMap.
|
class |
SoTextureEnabledElement
Enables/disables textures.
|
class |
SoTextureImage3Element
Stores the current 3D texture image.
|
class |
SoTextureImageElement
Stores the current texture image.
|
class |
SoTextureImageElementBase
Stores the current texture image.
|
class |
SoTextureMatrixElement
Stores the current texture matrix.
|
class |
SoTextureNameElement
Stores the current texture name.
|
class |
SoTextureOverrideElement
Stores the current texture override.
|
class |
SoTextureQualityElement
Stores the current texture quality.
|
class |
SoTextureSendingEnabledElement
Stores the information that indicates if texture calls must be sent.
|
class |
SoTextureTransformElement
Stores the current texture transform.
|
class |
SoTextureUnitElement
Stores the current texture unit identifier.
|
class |
SoTransparencyTypeElement
Deprecated.
As of Open Inventor 9630 See documentation for more details
|
class |
SoUniformShaderParameterElement
Stores the current uniform shader parameter.
|
class |
SoUnitsElement
Stores the current units type.
|
class |
SoVertexFlagElement
Stores the current vertex flag.
|
class |
SoVertexShaderParameterElement
Stores
SoVertexShaderParameter nodes encountered during traversal. |
class |
SoViewingMatrixElement
Stores the current viewing matrix.
|
class |
SoViewportRegionElement
Stores the current viewport region.
|
class |
SoViewVolumeElement
Stores the current view volume.
|
Modifier and Type | Class and 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 |
SoEngine
Base class for all engines.
|
class |
SoEngineOutput
Class for all engine outputs.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Inventor> |
SoEngineOutput.getConnectionClass()
Returns the type of field this output can connect to.
|
Constructor and Description |
---|
SoConcatenate(java.lang.Class<? extends Inventor> mfInputType)
Constructor.
|
SoGate(java.lang.Class<? extends Inventor> mfInputType)
Constructor.
|
SoSelectOne(java.lang.Class<? extends Inventor> mfInputType)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SoDebugError
Debug error handling.
|
class |
SoError
Error handling base class.
|
class |
SoErrorStack
Stack debugging handler.
|
static class |
SoErrorStack.StackFrame
This struture contains the description of a stack frame.
|
class |
SoGLError
OpenGL rendering error handling.
|
class |
SoMemoryError
Memory error handling.
|
class |
SoReadError
Read error handling.
|
Modifier and Type | Class and Description |
---|---|
class |
SbTrackerInfo
Class for representing 3D tracker information.
|
class |
SoButtonEvent
Base class for all button events.
|
class |
SoControllerButtonEvent
Controller button press and release event.
|
class |
SoEvent
Base class for all events.
|
class |
SoKeyboardEvent
Keyboard key press and release events.
|
class |
SoLocation2Event
2D location events.
|
class |
SoMotion3Event
3D motion events.
|
class |
SoMouseButtonEvent
Mouse button press and release events.
|
class |
SoMouseWheelEvent
Mouse wheel events.
|
class |
SoSpaceballButtonEvent
Spaceball button press and release events.
|
class |
SoTrackerEvent
3D tracker event.
|
Modifier and Type | Class and Description |
---|---|
class |
SoField
Base class for all fields.
|
class |
SoFieldContainer
Abstract base class for objects that contain fields.
|
class |
SoMFBitMask<EnumType extends java.lang.Enum<EnumType> & IntegerValuedEnum>
Multiple-value field containing any number of masks of bit flags.
|
class |
SoMFBool
Multiple-value field containing any number of Boolean values.
|
class |
SoMFBufferObject
Multiple-value field containing any number of buffer objects.
|
class |
SoMFColor
Multiple-value field containing any number of RGB colors stored as three floats.
|
class |
SoMFColorRGBA
Multiple-value field containing any number of RGBA colors stored as four floats.
|
class |
SoMFDouble
Multiple-value field containing any number of double precision values.
|
class |
SoMFEngine
Multiple-value field containing any number of engines.
|
class |
SoMFEnum<EnumType extends java.lang.Enum<EnumType> & IntegerValuedEnum>
Multiple-value field containing any number of enumerated type values.
|
class |
SoMFFieldContainer
Multiple-value field containing any number of pointers to fieldContainers.
|
class |
SoMFFilePathString
Multiple-value field containing any number of file path strings.
|
class |
SoMFFloat
Multiple-value field containing any number of floating point values.
|
class |
SoMField
Base class for all multiple-valued fields.
|
class |
SoMFInstanceParameter
Multiple-value field containing any number of
SoInstanceParameter nodes. |
class |
SoMFInt32
Multiple-value field containing any number of int32_t integers.
|
class |
SoMFInt64
Multiple-value field containing any number of int64_t integers.
|
class |
SoMFMatrix
Multiple-value field containing any number of 4x4 matrices.
|
class |
SoMFName
Multiple-value field containing any number of names.
|
class |
SoMFNode
Multiple-value field containing any number of nodes.
|
class |
SoMFPath
Multiple-value field containing any number of paths.
|
class |
SoMFPlane
Field containing several plane equations.
|
class |
SoMFRotation
Multiple-value field containing any number of SbRotations.
|
class |
SoMFShort
Multiple-value field containing any number of short integers.
|
class |
SoMFString
Multiple-value field containing any number of strings.
|
class |
SoMFTime
Multiple-value field containing any number of
SbTime values. |
class |
SoMFUByte
Multiple-value field containing any number of uint8_t integers.
|
class |
SoMFUInt32
Multiple-value field containing any number of uint32_t integers.
|
class |
SoMFUniformShaderParameter
Multiple-value field containing any number of
SoUniformShaderParameter nodes. |
class |
SoMFUShort
Multiple-value field containing any number of unsigned short integers.
|
class |
SoMFVec2d
Multiple-value field containing any number of two-dimensional vectors.
|
class |
SoMFVec2f
Multiple-value field containing any number of two-dimensional vectors.
|
class |
SoMFVec2FilePathString
Multiple-value field containing any number of two-dimensional filePath string vectors.
|
class |
SoMFVec2i32
Multiple-value field containing any number of two-dimensional vectors.
|
class |
SoMFVec2s
Multiple-value field containing any number of two-dimensional vectors.
|
class |
SoMFVec2String
Multiple-value field containing any number of two-dimensional string vectors.
|
class |
SoMFVec3d
Multiple-value field containing any number of three-dimensional vectors.
|
class |
SoMFVec3f
Multiple-value field containing any number of three-dimensional vectors.
|
class |
SoMFVec3i32
Multiple-value field containing any number of three-dimensional vectors.
|
class |
SoMFVec3s
Multiple-value field containing any number of three-dimensional vectors.
|
class |
SoMFVec4b
Multiple-value field containing any number of four-dimensional vectors.
|
class |
SoMFVec4f
Multiple-value field containing any number of four-dimensional vectors.
|
class |
SoMFVec4i32
Multiple-value field containing any number of four-dimensional vectors.
|
class |
SoMFVec4s
Multiple-value field containing any number of four-dimensional vectors.
|
class |
SoMFVec4ub
Multiple-value field containing any number of four-dimensional vectors.
|
class |
SoMFVec4ui32
Multiple-value field containing any number of four-dimensional vectors.
|
class |
SoMFVec4us
Multiple-value field containing any number of four-dimensional vectors.
|
class |
SoSFArray
Abstract Field containing an array of values.
|
class |
SoSFArray2D
Field containing a 2D array value.
|
class |
SoSFArray3D
Field containing a 3D array value.
|
class |
SoSFBitMask<EnumType extends java.lang.Enum<EnumType> & IntegerValuedEnum>
Single-value field containing a set of bit flags.
|
class |
SoSFBool
Field containing a single Boolean value.
|
class |
SoSFBox2f
Field containing a two-dimensional box.
|
class |
SoSFBox3f
Field containing a three-dimensional box.
|
class |
SoSFBox3i32
Field containing a three-dimensional box.
|
class |
SoSFBox3s
Field containing a three-dimensional box.
|
class |
SoSFBox4i32
Field containing a four-dimensional box (spacial three-dimension + time dimension).
|
class |
SoSFBufferObject |
class |
SoSFColor
Field containing an RGB color.
|
class |
SoSFColorRGBA
Field containing an RGBA color.
|
class |
SoSFDouble
Field containing a floating-point value.
|
class |
SoSFEngine
Field containing an engine instance.
|
class |
SoSFEnum<EnumType extends java.lang.Enum<EnumType> & IntegerValuedEnum>
Field containing an enumerated value.
|
class |
SoSFFieldContainer |
class |
SoSFFilePathString
Field containing a file path string.
|
class |
SoSFFloat
Field containing a floating-point value.
|
class |
SoSField
Abstract base class for all single-value fields.
|
class |
SoSFImage
Field containing a 2D image.
|
class |
SoSFImage3
Field containing a 3D image.
|
class |
SoSFInt32
Field containing a int32_t integer.
|
class |
SoSFInt64
Field containing a int64_t integer.
|
class |
SoSFMaterial
Field containing an
SoMaterial node. |
class |
SoSFMatrix
Field containing a 4x4 matrix.
|
class |
SoSFMemObj
Field containing a reference to a memory object.
|
class |
SoSFName
Field containing a name.
|
class |
SoSFNode
Field containing a a node.
|
class |
SoSFPath
Field containing an
SoPath . |
class |
SoSFPlane
Field containing a plane equation.
|
class |
SoSFRotation
Field containing a rotation.
|
class |
SoSFShort
Field containing a short integer.
|
class |
SoSFString
Field containing a string.
|
class |
SoSFTime
Field containing an
SbTime . |
class |
SoSFTrigger
Field used to trigger engines or connection networks.
|
class |
SoSFUByte
Field containing a uint8_t integer.
|
class |
SoSFUInt32
Field containing an unsigned int32_t integer.
|
class |
SoSFUShort
Field containing an unsigned short integer.
|
class |
SoSFVec2d
Field containing a two-dimensional vector.
|
class |
SoSFVec2f
Field containing a two-dimensional vector.
|
class |
SoSFVec2i32
Field containing a two-dimensional vector.
|
class |
SoSFVec2s
Field containing a two-dimensional vector.
|
class |
SoSFVec3d
Field containing a three-dimensional vector.
|
class |
SoSFVec3f
Field containing a three-dimensional vector.
|
class |
SoSFVec3i32
Field containing a three-dimensional vector.
|
class |
SoSFVec4f
Field containing a homogeneous three-dimensional vector.
|
class |
SoSFVec4i32
Field containing a homogeneous four-dimensional vector.
|
Modifier and Type | Class and Description |
---|---|
class |
SoGeoCoordinate
Geographic coordinates node.
|
class |
SoGeoElevationGrid
Specifies a uniform grid of elevation values within some spatial reference frame.
|
class |
SoGeoLocation
Used to georeference models.
|
class |
SoGeoLOD
Level-of-detail management for multi-resolution terrains.
|
class |
SoGeoOrigin
Specifies a local geospatial coordinate system.
|
class |
SoGeoRender
Defines rendering projection.
|
class |
SoVRMLGeoCoordinate
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLGeoElevationGrid
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLGeoLocation
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLGeoLOD
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLGeoOrigin
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLGeoTouchSensor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLGeoViewpoint
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
Modifier and Type | Class and Description |
---|---|
class |
SoDoubleTapGestureEvent
Class for double-tap gesture events.
|
class |
SoGestureEvent
Base class for gesture events.
|
class |
SoLongTapGestureEvent
Class for long tap gesture events.
|
class |
SoRotateGestureEvent
Class for rotate gesture events.
|
class |
SoScaleGestureEvent
Class for scale (pinch) gesture events.
|
Modifier and Type | Class and Description |
---|---|
class |
SoDoubleTapGestureRecognizer
Double tap gesture recognizer.
|
class |
SoGestureRecognizer
Base class for all gesture recognizers.
|
class |
SoLongTapGestureRecognizer
Long tap gesture recognizer.
|
class |
SoRotateGestureRecognizer
Rotate gesture recognizer.
|
class |
SoScaleGestureRecognizer
Scale (pinch) gesture recognizer.
|
Modifier and Type | Class and Description |
---|---|
class |
PoBaseView
Abstract base class for views.
|
class |
PoSceneView
Class to define a view which contains a scene.
|
class |
PoToVRML2Action
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
PoView
Class to define a view.
|
Modifier and Type | Method and Description |
---|---|
static void |
PoToVRML2Action.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SbFileHelper
Utilities class for file management.
|
class |
SbGLShareContext
Class encapsulating information about an OpenGL context: a handle on an OpenGL context and its id.
|
class |
SbGPUCapabilities
List of common graphics capabilities of the device used by a
SoGLContext . |
class |
SbGraphicsCapabilities
List of common graphics capabilities set by Open Inventor.
|
Modifier and Type | Class and Description |
---|---|
class |
SbRasterImage
Class encapsulating a raster image and its attributes.
|
class |
SoBMPImageRW
Class for encoding and decoding a BMP raster image.
|
class |
SoDDSImageRW
Class for decoding a DDS raster image.
|
class |
SoGIFImageRW
Class for decoding a GIF raster image.
|
class |
SoHDRImageRW
Class for encoding and decoding an HDR raster image.
|
class |
SoJP2ImageRW
Class for encoding and decoding a JPEG2000 raster image.
|
class |
SoJPEGImageRW
Class for encoding and decoding a JPEG raster image.
|
class |
SoPGXImageRW
Class for encoding and decoding a PGX raster image.
|
class |
SoPNGImageRW
Class for encoding and decoding a PNG raster image.
|
class |
SoPNMImageRW
Class for encoding and decoding a PNM raster image.
|
class |
SoPSImageRW
Class for encoding and decoding a PostScript raster image.
|
class |
SoRasterImageFile
Class for raster image file input and output.
|
class |
SoRasterImageIO
Abstract base class for raster image input and output.
|
class |
SoRasterImageRW
Abstract base class for encoding and decoding raster images.
|
class |
SoRasterReaderSet
Class referencing all raster reading classes.
|
class |
SoSGIRGBImageRW
Class for encoding and decoding an SGI raster image.
|
class |
SoSUNImageRW
Class for encoding and decoding a SUN raster image.
|
class |
SoTIFFImageRW
Class for encoding and decoding a TIFF raster image.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends Inventor> |
SoRasterReaderSet.getReaderAt(int index)
Returns the type of reader at the specified index.
|
Modifier and Type | Class and Description |
---|---|
class |
SoSTLFileFormat
Module class to initialize STL file format support.
|
class |
SoSTLInputReader
Class for importing a scene graph from a STL file.
|
class |
SoSTLWriteAction
Class for exporting a scene graph to an STL file.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoSTLWriteAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
Modifier and Type | Class and Description |
---|---|
class |
SoLicensedProduct
Class managing a licensed product.
|
static class |
SoLicensedProduct.SbLicenseInfo |
class |
SoLicenseRequestStatus |
class |
SoLicensesInfo
Class managing every licensed product.
|
Modifier and Type | Class and Description |
---|---|
class |
SoCenterballManip
Transform node with 3D interface for editing rotation and center.
|
class |
SoClipPlaneManip
Manipulator to transform a clipping plane.
|
class |
SoDirectionalLightManip
Directional light node with 3D interface for editing direction.
|
class |
SoHandleBoxManip
Transform node with 3D Interface for editing ScaleFactor and Translation.
|
class |
SoJackManip
Transform node with 3D interface for rotating, scaling, and translating.
|
class |
SoPointLightManip
Point light node with 3D interface for editing location.
|
class |
SoSpotLightManip
Spotlight node with 3D interface for editing location, direction, and beam width.
|
class |
SoTabBoxManip
Transform node with 3D Interface for editing scale and translation.
|
class |
SoTrackballManip
Transform node with 3D interface for changing rotation and scaling.
|
class |
SoTransformBoxManip
Transform node with 3D interface for changing scaling, rotation, and translation.
|
class |
SoTransformerManip
Transform node with 3D interface for changing scaling, rotation, and translation.
|
class |
SoTransformManip
Base class for all transform nodes with built-in 3D user interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
SbExtrusionGenerator
Factory that generates an extruded mesh from a polyline.
|
class |
SoBase
Base class for all nodes, paths, and engines.
|
class |
SoByteStream
Converts scene graph objects to character byte streams.
|
class |
SoCallbackList
Deprecated.
As of Open Inventor 9.8, no longer used.
|
class |
SoState
Traversal state.
|
class |
SoTranReceiver
Interprets database changes for transcription.
|
class |
SoTranSender
Sends database changes for transcription.
|
Modifier and Type | Method and Description |
---|---|
SoElement |
SoState.getConstElement(java.lang.Class<? extends Inventor> type,
int stackIndex)
Returns the top (read-only) instance of the given element stack.
|
SoElement |
SoState.getElement(java.lang.Class<? extends Inventor> type,
int stackIndex)
Returns a writable instance of the element on the top of the stack with the given index and type.
|
Modifier and Type | Class and Description |
---|---|
class |
SoMPEGFrameRenderer
Generates MPEG output, frame by frame.
|
class |
SoMPEGNavRenderer
Generates MPEG output that tracks camera motion.
|
class |
SoMPEGRenderer
Base class for generating MPEG output from a scene graph.
|
Modifier and Type | Class and Description |
---|---|
class |
SoAppearanceKit
Appearance nodekit class.
|
class |
SoBaseKit
Base class for all node kits.
|
class |
SoCameraKit
Camera nodekit class.
|
class |
SoInteractionKit
Base class for all interaction nodekit classes.
|
class |
SoLightKit
Light nodekit class.
|
class |
SoNodekitCatalog
Nodekit catalog class.
|
class |
SoNodeKitListPart
Group node with restricted children.
|
class |
SoSceneKit
Scene nodekit class.
|
class |
SoSeparatorKit
Separator nodekit class.
|
class |
SoShapeKit
Shape nodekit class.
|
class |
SoWrapperKit
Wrapper nodekit class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Inventor> |
SoNodekitCatalog.getClass(int thePartNumber)
Returns the type of the specified part.
|
java.lang.Class<? extends Inventor> |
SoNodekitCatalog.getClass(java.lang.String theName)
Returns the type of the specified part.
|
java.lang.Class<? extends Inventor> |
SoNodeKitListPart.getContainerClass()
Gets the type of node used as the container .
|
java.lang.Class<? extends Inventor> |
SoNodekitCatalog.getDefaultClass(int thePartNumber)
Returns the default type of the specified part.
|
java.lang.Class<? extends Inventor> |
SoNodekitCatalog.getDefaultClass(java.lang.String theName)
Returns the default type of the specified part.
|
java.lang.Class<? extends Inventor> |
SoNodekitCatalog.getListContainerClass(int thePartNumber)
Returns the list container type of the specified part.
|
java.lang.Class<? extends Inventor> |
SoNodekitCatalog.getListContainerClass(java.lang.String theName)
Returns the list container type of the specified part.
|
Modifier and Type | Method and Description |
---|---|
void |
SoNodeKitListPart.addChildClass(java.lang.Class<? extends Inventor> typeToAdd)
Permits the node type typeToAdd as a child.
|
boolean |
SoNodeKitListPart.isTypePermitted(java.lang.Class<? extends Inventor> typeToCheck)
Returns whether a node of type typeToCheck may be added as a child.
|
void |
SoNodeKitListPart.setContainerClass(java.lang.Class<? extends Inventor> newContainerType)
Sets the type of node used as the container .
|
Modifier and Type | Class and Description |
---|---|
class |
SoAlgebraicCone
Algebraic cone shape node.
|
class |
SoAlgebraicCylinder
Algebraic cylinder shape node.
|
class |
SoAlgebraicShape
Abstract base class for algebraic shapes.
|
class |
SoAlgebraicSphere
Algebraic sphere shape node.
|
class |
SoAnnotation
Annotation group node.
|
class |
SoAnnoText3
Annotation text node.
|
class |
SoAnnoText3Property
Annotation text property node.
|
class |
SoAntiSquish
Transformation node that undoes non-uniform 3D scales.
|
class |
SoArray
Group node that creates a regular IxJxK array of copies of its children.
|
class |
SoAsciiText
Simple 3D text shape node.
|
class |
SoBackground
Abstract base class for background nodes.
|
class |
SoBaseColor
Node that defines an object's base color.
|
class |
SoBaseExtrusion
Abstract base class for all extrusion-based shape nodes.
|
class |
SoBBox
Bounding box node.
|
class |
SoBevelProperty
Node to define beveling properties.
|
class |
SoBillboard
Grouping node that modifies its coordinate system so that its local Z-axis always points at the viewer.
|
class |
SoBlinker
Animated cycling switch node.
|
class |
SoBufferedShape
Node to render geometry stored in
SoBufferObject objects. |
class |
SoCallback
Provides custom behavior during actions.
|
class |
SoCamera
Abstract base class for camera nodes.
|
class |
SoCircularExtrusion
Geometric shape formed by extruding a circle along a 3D spine.
|
class |
SoClipPlane
Clipping plane node.
|
class |
SoColorIndex
Surface color index node.
|
class |
SoColorMap
Class for indexed texture color map.
|
class |
SoComplexity
Shape complexity node.
|
class |
SoCone
Cone shape node.
|
class |
SoCoordinate3
Coordinate point node.
|
class |
SoCoordinate4
Rational coordinate point node.
|
class |
SoCSGShape
Shape defined by a binary boolean operation on two sub scene graphs.
|
class |
SoCube
Cube shape node.
|
class |
SoCylinder
Cylinder shape node.
|
class |
SoDepthBuffer
Depth buffer parameters node.
|
class |
SoDepthOffset
Property node that applies a depth offset.
|
class |
SoDirectionalLight
Node representing a directional light source.
|
class |
SoDrawStyle
Node that defines the style to use when rendering.
|
class |
SoEdgeFlag
Class to mark/unmark edges for beveling.
|
class |
SoEnvironment
Global environment node.
|
class |
SoEventCallback
Node which invokes callbacks for events.
|
class |
SoExtrusion
Geometric shape formed by extruding a 2D cross section along a 3D spine.
|
class |
SoExtSelection
Selection node that supports lasso selection.
|
static class |
SoExtSelection.PreFilterEventArg
Structure given to callback when a PreFilter event is raised.
|
class |
SoExtTexture2
Extended texture mapping node.
|
class |
SoFaceSet
Polygonal face shape node.
|
class |
SoFile
Node that reads children from a named file.
|
class |
SoFont
Node that defines font name, size, and type for text.
|
class |
SoFontStyle
Defines font family and style for text.
|
class |
SoFragmentShader
Node that defines a fragment shader.
|
class |
SoFrontBufferGroup
Deprecated.
As of Open Inventor 9610 See documentation for more details
|
class |
SoFullSceneAntialiasing
Node that controls full-scene antialiasing.
|
class |
SoGeometryShader
Node that defines a geometry shader.
|
class |
SoGeoProjection
Geospatial projection node.
|
class |
SoGradientBackground
Gradient background node.
|
class |
SoGroup
Base class for all group nodes.
|
class |
SoImage
Displays an image that always faces the camera.
|
class |
SoImageBackground
Image background node.
|
class |
SoIndexedFaceSet
Indexed polygonal face shape node.
|
class |
SoIndexedLineSet
Indexed polyline shape node.
|
class |
SoIndexedMarkerSet
Extension of IndexedPointSet that draws a small bitmap (symbol) at each 3D location.
|
class |
SoIndexedNurbsCurve
Indexed NURBS curve shape node.
|
class |
SoIndexedNurbsSurface
Indexed NURBS surface shape node.
|
class |
SoIndexedPointSet
Indexed point set shape node.
|
class |
SoIndexedQuadMesh
Indexed quadrilateral mesh shape node.
|
class |
SoIndexedShape
Abstract base class for all indexed vertex-based shapes.
|
class |
SoIndexedTexture2
Class for 2D indexed texture.
|
class |
SoIndexedTriangleFanSet
Indexed triangle fan set shape node.
|
class |
SoIndexedTriangleSet
Indexed triangle shape node.
|
class |
SoIndexedTriangleStripSet
Indexed triangle strip set shape node.
|
class |
SoInfo
Node containing information text string.
|
class |
SoInstanceParameter
Per-instance parameter node storing a buffer object.
|
class |
SoInteractiveComplexity
Field interactive complexity node.
|
class |
SoInteractiveSwitch
Group node that traverses one chosen child depending on scene interaction.
|
class |
SoLabel
Node containing label text string.
|
class |
SoLevelOfDetail
Level-of-detail switching group node.
|
class |
SoLevelOfSimplification
Level-of-detail switching node designed for grouping simplified versions of the same shape.
|
class |
SoLight
Abstract base class for all light source nodes.
|
class |
SoLightModel
Node that defines the lighting model to use when rendering.
|
class |
SoLinearProfile
Piecewise-linear profile curve.
|
class |
SoLineSet
Polyline shape node.
|
class |
SoLocateHighlight
Special separator that performs locate highlighting.
|
class |
SoLOD
Distance-based level-of-detail switching group node.
|
class |
SoMarker
Defines a custom bitmap for
SoMarkerSet and SoIndexedMarkerSet . |
class |
SoMarkerSet
Extension of PointSet that draws a small bitmap (symbol) at each 3D location.
|
class |
SoMaterial
Surface material definition node.
|
class |
SoMaterialBinding
Node that specifies how multiple materials are bound to shapes.
|
class |
SoMatrixTransform
Node that specifies a 3D geometric transformation as a matrix.
|
class |
SoMultiPathSwitch
Group node that traverses only when traversed along a given path.
|
class |
SoMultipleCopy
Group node that traverses multiple times, applying matrices.
|
class |
SoMultipleInstance
Group node that renders multiple instances of its children.
|
class |
SoMultipleInstanceBase
Abstract group node that traverses its children multiple times.
|
class |
SoMultiSwitch
Group node that traverses a set of chosen children.
|
class |
SoNode
Abstract base class for all database nodes.
|
class |
SoNonIndexedShape
Abstract base class for all non-indexed vertex-based shapes.
|
class |
SoNormal
Node that defines surface normals for shapes.
|
class |
SoNormalBinding
Node that specifies how multiple surface normals are bound to shapes.
|
class |
SoNurbsBoundary
Node that defines a boundary shared by several NURBS profile.
|
class |
SoNurbsCurve
NURBS curve shape node.
|
class |
SoNurbsGroup
Group that encapsulates NURBS surfaces to be joined.
|
class |
SoNurbsProfile
NURBS profile curve.
|
class |
SoNurbsProperty
Node that defines additional properties for rendering a NURBS surface.
|
class |
SoNurbsSurface
NURBS surface shape node.
|
class |
SoOcclusionCulling
Deprecated.
As of Open Inventor 9800 See documentation for more details
|
class |
SoOctreeOrdering
Deprecated.
As of Open Inventor 9800 See documentation for more details
|
class |
SoOrthographicCamera
Orthographic camera node.
|
class |
SoPackedColor
Node that defines base colors using packed representation.
|
class |
SoPathSwitch
Group node that traverses only when traversed along a given path.
|
class |
SoPattern
Node that defines the pattern to use when rendering shapes.
|
class |
SoPendulum
Animated oscillating rotation node.
|
class |
SoPerspectiveCamera
Perspective camera node.
|
class |
SoPickStyle
Picking style node.
|
class |
SoPointLight
Node representing a point light source.
|
class |
SoPointSet
Point set shape node.
|
class |
SoPolygonOffset
Property node that sets the polygon offset.
|
class |
SoProfile
Abstract base class for all profile nodes.
|
class |
SoProfileCoordinate2
Profile coordinate node.
|
class |
SoProfileCoordinate3
Rational profile coordinate node.
|
class |
SoProjection
Coordinate projection node.
|
class |
SoQuadMesh
Quadrilateral mesh shape node.
|
class |
SoRenderList
Deprecated.
As of Open Inventor 9800 See documentation for more details
|
class |
SoRenderObject
Deprecated.
As of Open Inventor 9800 See documentation for more details
|
class |
SoRenderToTarget
Group node that renders its children to one or more "targets".
|
class |
SoRenderToTextureProperty
Class for creating a texture by rendering a scene graph.
|
class |
SoResetTransform
Node that resets the current transformation to identity.
|
class |
SoRotation
Node representing a 3D rotation about an arbitrary axis.
|
class |
SoRotationXYZ
Node representing a 3D rotation about the x-, y-, or z-axis.
|
class |
SoRotor
Animated rotation node.
|
class |
SoScale
Node representing a 3D geometric scaling.
|
class |
SoSelection
Manages a list of selected objects.
|
class |
SoSeparator
Group node that saves and restores traversal state.
|
class |
SoShaderObject
Abstract node class which defines a shader object.
|
class |
SoShaderParameter
Abstract base class for all shader parameter nodes.
|
class |
SoShaderParameter1f
Uniform shader parameter node storing a float value.
|
class |
SoShaderParameter1i
Uniform shader parameter node storing an integer.
|
class |
SoShaderParameter2f
Uniform shader parameter node storing a two-dimensional (float) vector.
|
class |
SoShaderParameter2i
Uniform shader parameter node storing a two-dimensional (integer) vector.
|
class |
SoShaderParameter3f
Uniform shader parameter node storing a three-dimensional (float) vector.
|
class |
SoShaderParameter3i
Uniform shader parameter node storing a three-dimensional (integer) vector.
|
class |
SoShaderParameter4f
Uniform shader parameter node storing a four-dimensional (float) vector.
|
class |
SoShaderParameter4i
Uniform shader parameter node storing a four-dimensional (integer) vector.
|
class |
SoShaderParameterArray1f
Uniform shader parameter node storing an array of float values.
|
class |
SoShaderParameterArray1i
Uniform shader parameter node storing an array of integers.
|
class |
SoShaderParameterArray2f
Uniform shader parameter node storing an array of two-dimensional (float) vectors.
|
class |
SoShaderParameterArray2i
Uniform shader parameter node storing an array of two-dimensional (integer) vectors.
|
class |
SoShaderParameterArray3f
Uniform shader parameter node storing an array of three-dimensional (float) vectors.
|
class |
SoShaderParameterArray3i
Uniform shader parameter node storing an array of three-dimensional (integer) vectors.
|
class |
SoShaderParameterArray4f
Uniform shader parameter node storing an array of four-dimensional (float) vectors.
|
class |
SoShaderParameterArray4i
Uniform shader parameter node storing an array of four-dimensional (integer) vectors.
|
class |
SoShaderParameterBufferObject
Shader parameter node storing a buffer object.
|
class |
SoShaderParameterMatrix
Uniform shader parameter node storing a 4x4 matrix.
|
class |
SoShaderParameterMatrixArray
Uniform shader parameter node storing an array of 4x4 matrices.
|
class |
SoShaderParameterStruct
Uniform shader parameter node storing a user-defined structure.
|
class |
SoShaderProgram
Shader program property node.
|
class |
SoShaderStateMatrixParameter
Uniform shader parameter node storing an OpenGL state matrix.
|
class |
SoShadowGroup
Shadow casting group node.
|
class |
SoShadowStyle
Shadow style property node.
|
class |
SoShape
Abstract base class for all shape nodes.
|
class |
SoShapeHints
Node that provides hints about shapes.
|
class |
SoShuttle
Animated oscillating translation node.
|
class |
SoSphere
Sphere shape node.
|
class |
SoSpotLight
Node representing a spotlight source.
|
class |
SoStereoCamera
Stereo camera node.
|
class |
SoSurroundScale
Transformation node that adjusts the current matrix so a default cube will surround other objects.
|
class |
SoSwitch
Group node that traverses one chosen child.
|
class |
SoTessellationControlShader
Node that defines a tessellation control shader.
|
class |
SoTessellationEvaluationShader
Node that defines a tessellation evaluation shader.
|
class |
SoText2
Screen-aligned 2D text shape node.
|
class |
SoText3
3D text shape node.
|
class |
SoTextProperty
Text property node.
|
class |
SoTexture
Abstract base class for texture mapping nodes.
|
class |
SoTexture2
2D texture mapping node.
|
class |
SoTexture2Transform
2D texture transformation node.
|
class |
SoTexture3
3D texture mapping node.
|
class |
SoTexture3Transform
3D texture transformation node.
|
class |
SoTextureCombiner
Texture combiner node.
|
class |
SoTextureCoordinate2
2D texture coordinate node.
|
class |
SoTextureCoordinate3
3D texture coordinate node.
|
class |
SoTextureCoordinateBinding
Node that specifies how texture coordinates are bound to shapes.
|
class |
SoTextureCoordinateDefault
Node that removes texture coordinates from state.
|
class |
SoTextureCoordinateEnvironment
Node that specifies texture coordinates by projection from an environment.
|
class |
SoTextureCoordinateFunction
Abstract base class for texture coordinate function nodes.
|
class |
SoTextureCoordinateNormalMap
Node that specifies texture coordinates matching the vertex's transformed eye-space normal.
|
class |
SoTextureCoordinateObject
Node that specifies texture coordinates which are a linear combination of the object coordinates of the vertex.
|
class |
SoTextureCoordinatePlane
Node that specifies texture coordinates by projection from a plane.
|
class |
SoTextureCoordinateReflectionMap
Node that specifies texture coordinates matching the vertex's eye-space reflection vector.
|
class |
SoTextureCubeMap
Cube texture mapping node.
|
class |
SoTextureMatrix
Texture matrix node.
|
class |
SoTextureUnit
Node that specifies the current texture unit and the associated mapping method.
|
class |
SoTransform
General 3D geometric transformation node.
|
class |
SoTransformation
Abstract base class for all geometric transformation nodes.
|
class |
SoTransformProjection
Scale/recenter projection node.
|
class |
SoTransformSeparator
Group node that saves and restores transformation state.
|
class |
SoTranslation
Node representing a 3D translation.
|
class |
SoTransparencyType
Deprecated.
As of Open Inventor 9630 See documentation for more details
|
class |
SoTriangleSet
Set of triangles shape node.
|
class |
SoTriangleStripSet
Triangle strip set shape node.
|
class |
SoUniformShaderParameter
Abstract base class for all uniform shader parameter nodes.
|
class |
SoUnits
Node that scales to convert units of length.
|
class |
SoValueOrdering
Deprecated.
As of Open Inventor 9800 See documentation for more details
|
class |
SoVertexAttribFeedback
Node to record vertex attributes from shaders into buffer objects.
|
class |
SoVertexFlag
Class to mark/unmark vertices for beveling.
|
class |
SoVertexProperty
Vertex property node.
|
class |
SoVertexShader
Node that defines a vertex shader.
|
class |
SoVertexShaderParameter
Abstract base class for all vertex shader parameter nodes.
|
class |
SoVertexShaderParameter1f
Vertex shader parameter node storing a float value.
|
class |
SoVertexShaderParameter1s
Vertex shader parameter node storing a short integer value.
|
class |
SoVertexShaderParameter2f
Vertex shader parameter node storing a two-dimensional (float) vector.
|
class |
SoVertexShaderParameter2s
Vertex shader parameter node storing a two-dimensional (short integers) vector.
|
class |
SoVertexShaderParameter3f
Vertex shader parameter node storing a three-dimensional (float) vector.
|
class |
SoVertexShaderParameter3s
Vertex shader parameter node storing a three-dimensional (short integer) vector.
|
class |
SoVertexShaderParameter4b
Vertex shader parameter node storing a four-dimensional (8-bit integer) vector.
|
class |
SoVertexShaderParameter4f
Vertex shader parameter node storing a four-dimensional (float) vector.
|
class |
SoVertexShaderParameter4i
Vertex shader parameter node storing a four-dimensional (integer) vector.
|
class |
SoVertexShaderParameter4s
Vertex shader parameter node storing a four-dimensional (short integer) vector.
|
class |
SoVertexShaderParameter4ub
Vertex shader parameter node storing a four-dimensional (unsigned 8-bit integer) vector.
|
class |
SoVertexShaderParameter4ui
Vertex shader parameter node storing a four-dimensional (unsigned integer) vector.
|
class |
SoVertexShaderParameter4us
Vertex shader parameter node storing a four-dimensional (unsigned short integer) vector.
|
class |
SoVertexShaderParameterBufferObject
Vertex shader parameter node storing a buffer object.
|
class |
SoVertexShaderParameterMatrix
Vertex shader parameter node storing a matrix.
|
class |
SoVertexShape
Abstract base class for all vertex-based shape nodes.
|
class |
SoViewport
Viewport parameters node.
|
class |
SoViewportClipping
Viewport clipping node.
|
class |
SoWWWAnchor
Separator group node with a URL hyperlink.
|
class |
SoWWWInline
Node that refers to children through a URL.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Inventor> |
SoRenderList.getRenderObjectClass(int i)
Deprecated.
Returns the i th type of the search list.
|
Modifier and Type | Method and Description |
---|---|
void |
SoRenderList.addRenderObjectClass(java.lang.Class<? extends Inventor> t)
Deprecated.
Adds a new type to the search list.
|
void |
SoRenderList.removeRenderObjectClass(java.lang.Class<? extends Inventor> t)
Deprecated.
Removes a type from the search list.
|
Modifier and Type | Class and Description |
---|---|
class |
SoGLDisplayList
Deprecated.
As of Open Inventor 9610 See documentation for more details
|
Modifier and Type | Class and Description |
---|---|
class |
SbCylindricalProjection
Cylindrical coordinate projection.
|
class |
SbProj4Projection
Cartographic (PROJ4) projection class.
|
class |
SbProjection
Base class for coordinate projection classes.
|
class |
SbProjectionCoordinates
Cache projected coordinates.
|
class |
SbSphericalProjection
Spherical coordinate projection.
|
class |
SbTransformProjection
Scale/recenter projection class.
|
Modifier and Type | Class and Description |
---|---|
class |
SbCylinderPlaneProjector
Cylinder-plane projector.
|
class |
SbCylinderProjector
Cylinder projector.
|
class |
SbCylinderSectionProjector
Cylinder-section projector.
|
class |
SbCylinderSheetProjector
Cylinder-sheet projector.
|
class |
SbLineProjector
Line projector.
|
class |
SbPlaneProjector
Plane projector.
|
class |
SbProjector
Base class for representing projectors.
|
class |
SbSpherePlaneProjector
Sphere-plane projector.
|
class |
SbSphereProjector
Sphere projector.
|
class |
SbSphereSectionProjector
Sphere-section projector.
|
class |
SbSphereSheetProjector
Sphere-sheet projector.
|
Modifier and Type | Class and Description |
---|---|
class |
SoAlarmSensor
Triggers a delegate once sometime in the future.
|
class |
SoDataSensor
Abstract base class for sensors attached to parts of a scene.
|
class |
SoDelayQueueSensor
Abstract base class for sensors not dependent on time.
|
class |
SoFieldSensor
Sensor class that can be attached to Open Inventor fields.
|
class |
SoFileSensor
Sensor that triggers a callback each time a file is changed.
|
class |
SoIdleSensor
Sensor for one-time only callbacks when the application is idle.
|
class |
SoNodeSensor
Sensor class that can be attached to Open Inventor nodes.
|
class |
SoOneShotSensor
Sensor for one-time only callbacks.
|
class |
SoPathSensor
Sensor class that can be attached to Open Inventor paths.
|
class |
SoSensor
Abstract base class for Open Inventor sensors.
|
class |
SoSensorManager
Deprecated.
useless.
|
class |
SoSystemTimer
Common interface to expose system dependent timers.
|
class |
SoSystemTimerTask
Interface used by
SoSystemTimer to execute a task. |
class |
SoTimerQueueSensor
Abstract base class for sensors dependent on time.
|
class |
SoTimerSensor
Sensor that triggers repeatedly at regular intervals.
|
Modifier and Type | Class and Description |
---|---|
class |
SoDecimator
Encapsulates an algorithm for simplifying shapes through mesh decimation.
|
class |
SoSimplifier
Abstract base class for objects that encapsulate simplification algorithms.
|
Modifier and Type | Method and Description |
---|---|
void |
SoDecimator.setSimplifiedShapeClass(java.lang.Class<? extends Inventor> simplifiedShapeType)
Sets the shape type used for building the simplified node.
|
Modifier and Type | Class and Description |
---|---|
class |
SoTouchManager
Class for managing events from touch screen input devices.
|
Modifier and Type | Class and Description |
---|---|
class |
SoTouchEvent
Base class for touch events.
|
Modifier and Type | Class and Description |
---|---|
static class |
SiRenderArea.RenderEventArg
Structure given when a start render event is raised.
|
class |
SoCameraInteractor
Utility class to manipulate a camera.
|
class |
SoEventBuilder
Utility class that generates Open Inventor events.
|
class |
SoRawStereoParameters
Raw stereo parameters class.
|
class |
SoRenderAreaCore
(Preview Feature) Utility class to render a scene with an OpenGl context.
|
class |
SoStereoParameters
Stereo parameters base class.
|
Modifier and Type | Class and Description |
---|---|
class |
Timer
Implementation of SoSystemTimer with a javax.swing.Timer.
|
Modifier and Type | Class and Description |
---|---|
class |
SceneExaminer
Tool class for easily building a basic interactive OpenInventor application
without using existing viewer classes.
|
class |
SceneInteractor
Tool class for easily building a basic OpenInventor application without using
existing viewer classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SoVRMLAnchor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLAppearance
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLArc2D
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLArcClose2D
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLAudioClip
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLBackground
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLBillboard
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLBooleanFilter
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLBooleanSequencer
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLBooleanToggle
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLBooleanTrigger
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLBox
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLCircle2D
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLCollision
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLColor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLColorInterpolator
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLColorRGBA
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLCone
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLCoordinate
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLCoordinateInterpolator
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLCoordinateInterpolator2D
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLCylinder
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLCylinderSensor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLDirectionalLight
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLDisk2D
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLElevationGrid
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLEXTERNPROTODef
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLEXTERNPROTOField
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLEXTERNPROTOInstance
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLExtrusion
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLFillProperties
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLFog
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLFontStyle
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLGeometry
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLGridShape
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLGroup
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLImageTexture
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLIndexedFaceSet
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLIndexedLine
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLIndexedLineSet
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLIndexedShape
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLIndexedTriangleFanSet
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLIndexedTriangleSet
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLIndexedTriangleStripSet
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLInline
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLIntegerSequencer
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLIntegerTrigger
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLInterpolator
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLInterpOutput
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLKeySensor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLLight
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLLineProperties
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLLineSet
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLLoadSensor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLLOD
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLMaterial
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLMetadataDouble
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLMetadataFloat
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLMetadataInteger
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLMetadataObject
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLMetadataSet
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLMetadataString
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLMovieTexture
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLMultiTexture
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLMultiTextureCoordinate
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLMultiTextureTransform
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLNavigationInfo
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLNode
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLNormal
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLNormalInterpolator
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLOrientationInterpolator
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLParent
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLPixelTexture
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLPlaneSensor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLPointLight
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLPointSet
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLPolyline2D
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLPolypoint2D
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLPositionInterpolator
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLPositionInterpolator2D
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLPROTODef
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLPROTOField
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLPROTOInstance
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLProximitySensor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLRectangle2D
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLScalarInterpolator
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLScript
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLShape
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLSound
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLSphere
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLSphereSensor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLSpotLight
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLStaticGroup
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLStringSensor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLSwitch
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLText
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTexture
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTextureBackground
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTextureCoordinate
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTextureCoordinateGenerator
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTextureTransform
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTimeSensor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTimeTrigger
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTouchSensor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTransform
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTriangle
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTriangleFanSet
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTriangleSet
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTriangleSet2D
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLTriangleStripSet
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLVertexLine
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLVertexPoint
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLVertexShape
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLViewpoint
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLVisibilitySensor
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoVRMLWorldInfo
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Inventor> |
SoVRMLInterpOutput.getConnectionClass()
Deprecated.
Returns the type of field this output can connect to.
|
java.lang.Class<? extends Inventor> |
SoVRMLEXTERNPROTOInstance.getEXTERNPROTOClass()
Deprecated.
Returns the type of the externprototype being instanced.
|
java.lang.Class<? extends Inventor> |
SoVRMLEXTERNPROTOField.getFieldClass()
Deprecated.
Returns the type of field this is.
|
java.lang.Class<? extends Inventor> |
SoVRMLPROTOField.getFieldClass()
Deprecated.
Returns the type of field this is.
|
java.lang.Class<? extends Inventor> |
SoVRMLPROTOInstance.getPROTOClass()
Deprecated.
Returns the type of the prototype being instanced.
|
Modifier and Type | Class and Description |
---|---|
class |
SoIvTune
Opens an IvTune window.
|
Modifier and Type | Class and Description |
---|---|
class |
SoLDMDataAccess
Volume data access methods.
|
class |
SoLDMGeomElement
Deprecated.
As of Open Inventor 9700 See documentation for more details
|
class |
SoLDMGeometry
Deprecated.
As of Open Inventor 9700 See documentation for more details
|
class |
SoLDMGlobalResourceParameters
Global resource parameters for LDM.
|
class |
SoLDMLargeDataManagement
Large Data Management.
|
class |
SoLDMMediator
Large Data Management.
|
static class |
SoLDMMediator.LDMManagerAccess
Data set LDM manager access.
|
class |
SoLDMNodeFrontManager
LDM Node Front Manager abstract base class.
|
class |
SoLDMProximityVisitor
Deprecated.
As of Open Inventor 9700 See documentation for more details
|
class |
SoLDMResourceManager
Resource Manager.
|
class |
SoLDMTileID
Tile ID.
|
class |
SoLDMTileManager
LDM Tile Manager.
|
static class |
SoLDMTileManager.LDMSliceAccessor
Allows accessing a 2D buffer for slice and volumeSkin rendering.
|
class |
SoLDMTileVisitor
Deprecated.
As of Open Inventor 9700 See documentation for more details
|
static class |
SoLDMTileVisitor.NodeStatus
Deprecated.
|
class |
SoLDMTopoOctree
Octree topology queries.
|
class |
SoVolumeHistogram
Volume Data Histogram.
|
Modifier and Type | Class and Description |
---|---|
class |
SoLdmValuationAction
Deprecated.
As of Open Inventor 9610 See documentation for more details
|
class |
SoLdmValuationActionInterface |
Modifier and Type | Method and Description |
---|---|
static void |
SoLdmValuationAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SoDataCompressor
Data compression.
|
class |
SoGzipDataCompressor
Gzip data compression.
|
class |
SoJp3dDataCompressor
JP3D data compression.
|
class |
SoJpegDataCompressor
Jpeg data compression.
|
Modifier and Type | Class and Description |
---|---|
class |
SoBaseLDMConverter
Base class for converting data sets into the LDM format.
|
class |
SoConverter
Abstract base class for converting data sets into LDM format.
|
class |
SoConverterParameters
Container class for LDM converter parameters.
|
class |
SoLDMWriter
Write data to disk in LDM format.
|
Modifier and Type | Class and Description |
---|---|
class |
SoDataCompositorElement |
class |
SoDataRangeElement |
class |
SoDataSetElement |
class |
SoDataSetIdElement
Stores the current dataset id.
|
class |
SoGeometryPriorityElement |
class |
SoROIElement |
class |
SoTimeHintsElement |
class |
SoTransferFunctionElement |
Modifier and Type | Class and Description |
---|---|
class |
SoSFLDMDataTransform
Field containing an
SoLDMDataTransform object. |
class |
SoSFLDMResourceParameters
Field containing an
SoLDMResourceParameters object. |
Modifier and Type | Class and Description |
---|---|
class |
SoROIManip
Manipulator to transform an ROI (Region of Interest).
|
Modifier and Type | Class and Description |
---|---|
class |
SoDataCompositor
Data set compositor node.
|
class |
SoDataRange
Range of data values to be mapped to the color map.
|
class |
SoDataSet
Data set node.
|
class |
SoDataSetId
Property node that sets the current dataset id.
|
class |
SoGeometryPriority
Priority property of a rendering node.
|
class |
SoHardwareQuery |
class |
SoLDMDataTransform
LDM data transform object.
|
class |
SoLDMResourceParameters
Describes resource parameters constraints for a specific LDM data set.
|
static class |
SoLDMResourceParameters.FixedResolutionReport
This structure returns information to the application when using fixed resolution mode.
|
class |
SoLdmShape
Abstract base class for LDM shape nodes.
|
class |
SoMultiDataSeparator
Separator for combining multiple data sets.
|
class |
SoROI
Region of Interest (subvolume) node.
|
class |
SoTimeHints
Deprecated.
As of Open Inventor 9000 See documentation for more details
|
class |
SoTransferFunction
Describes the association between data set values and colors.
|
Modifier and Type | Method and Description |
---|---|
float |
SoLDMResourceParameters.getGeometryPriority(java.lang.Class<? extends Inventor> geometryType)
Returns the priority of the specified geometry type.
|
void |
SoLDMResourceParameters.setGeometryPriority(java.lang.Class<? extends Inventor> geometryType,
float priority)
Sets the importance of one type of geometry relative to others.
|
Modifier and Type | Class and Description |
---|---|
class |
SoLDMReader
Base class for LDM data set readers.
|
class |
SoVolumeReader
Abstract base class for volume data set readers.
|
class |
SoVRLdmFileBorderReader
LDM file reader with borders.
|
class |
SoVRLdmFileReader
LDM file reader.
|
Modifier and Type | Class and Description |
---|---|
class |
SoBufferAsyncNotifierInterface
LDM interface to optimize memory management of tiles .
|
class |
SoCpuBufferAsyncBasicProperty
LDM buffer object handling basic LDM tile information and implementing asynchronous buffer interface.
|
class |
SoCpuBufferBasicProperty
LDM buffer object handling basic LDM tile information.
|
class |
SoCpuBufferBitSet
LDM buffer object optimized for bitset tile data.
|
class |
SoCpuBufferCompressed
LDM buffer object optimized for compressed tile data.
|
class |
SoCpuBufferFromVolumeReader
LDM buffer object optimized for in memory reader tile data.
|
class |
SoCpuBufferUniform
LDM buffer object optimized for uniform (single value) tile data.
|
Modifier and Type | Class and Description |
---|---|
class |
SoVolumeWriter
Abstract base class for volume data writer.
|
class |
SoVRLdmFileWriter
Write data to disk in LDM format.
|
Modifier and Type | Class and Description |
---|---|
class |
SbXmlTag
XML tag from LDM filer.
|
Modifier and Type | Class and Description |
---|---|
class |
DicomInfo
(Preview Feature) Text node to display DICOM information on screen.
|
class |
Gnomon
(Preview Feature) Shape node to display a medical gnomon (compass) on the screen.
|
class |
Magnifier
(Preview Feature) Shape node to display a magnified view of a region of the screen.
|
class |
OrthoSliceBorder
(Preview Feature) Ortho slice shape node with border.
|
class |
Ruler
(Preview Feature) Interactive distance measuring tool for SoOrthoSlice.
|
class |
SliceOrientationMarkers
(Preview Feature) Shape node to display slice orientation markers in window coordinates.
|
class |
SliceScaleBar
(Preview Feature) Shape node to display a dynamic scale bar in window coordinates.
|
class |
TextBox
(Preview Feature) Shape node to display a text box in window coordinates.
|
Modifier and Type | Class and Description |
---|---|
class |
PoMeshViz
Class to initialize MeshViz.
|
Modifier and Type | Class and Description |
---|---|
class |
PbCartesianGrid2D
Defines a cartesian grid surface mesh.
|
class |
PbCartesianGrid3D
Defines a cartesian grid volume mesh.
|
class |
PbCell
Defines an abstract cell of a mesh.
|
class |
PbDefinedValue
Class used to manage "defined" and "undefined" values.
|
class |
PbGrid2D
Defines an abstract grid surface mesh.
|
class |
PbGrid3D
Defines an abstract grid volume mesh.
|
class |
PbHexahedronCell
Defines an hexahedron cell of a volume mesh.
|
class |
PbHexahedronMesh3D
Defines a mesh of hexahedrons.
|
class |
PbIndexedMesh2D
Defines a surface mesh of polygons.
|
class |
PbIndexedMesh3D
Defines a volume mesh of polyhedrons.
|
class |
PbIrregularMesh1D
Defines a irregular mono-dimensional mesh.
|
class |
PbMesh
Defines an abstract mesh.
|
class |
PbMesh1D
Defines an abstract mono-dimensional mesh.
|
class |
PbMesh2D
Defines an abstract surface mesh.
|
class |
PbMesh3D
Defines an abstract volume mesh.
|
class |
PbParalCartesianGrid2D
Defines a parallel cartesian grid surface mesh.
|
class |
PbParalCartesianGrid3D
Defines a parallel cartesian grid volume mesh.
|
class |
PbPixelCell
Defines a pixel cell of a surface mesh.
|
class |
PbPolarGrid2D
Defines a polar grid surface mesh.
|
class |
PbPyramidCell
Defines a pyramid cell of a volume mesh.
|
class |
PbQuadrangleCell
Defines a quadrangle cell of a surface mesh.
|
class |
PbQuadrangleMesh2D
Defines a surface mesh of quadrangles.
|
class |
PbRegularCartesianGrid2D
Defines a regular cartesian grid surface mesh.
|
class |
PbRegularCartesianGrid3D
Defines a regular cartesian grid volume mesh.
|
class |
PbRegularMesh1D
Defines a regular mono-dimensional mesh.
|
class |
PbTetrahedronCell
Defines an tetrahedron cell of a volume mesh.
|
class |
PbTetrahedronMesh3D
Defines a mesh of tetrahedrons.
|
class |
PbTriangleCell
Defines a triangle cell of a surface mesh.
|
class |
PbTriangleMesh2D
Defines a surface mesh of triangles.
|
class |
PbVoxelCell
Defines a voxel cell of a volume mesh.
|
class |
PbWedgeCell
Defines a wedge cell of a volume mesh.
|
class |
Po3DdataMaster
Base class for all 3DdataMaster objects.
|
class |
PoBaseStreamLine
Base class of all streamline representations on a mesh.
|
class |
PoCellEdges
Builds egdes of a cell of a mesh.
|
class |
PoCellFacets
Builds facets of a cell of a mesh.
|
class |
PoCellIndices
Builds text indices of a cell of a mesh.
|
class |
PoCellShape
Abstract representation of a cell of a mesh.
|
class |
PoMesh
Base class for all mesh representations.
|
class |
PoMesh2D
Base class for all surface mesh representations.
|
class |
PoMesh2DVec
Representation of vectors data of a surface mesh.
|
class |
PoMesh3D
Base class for all volume mesh representations.
|
class |
PoMesh3DVec
Representation of vectors data of a volume mesh.
|
class |
PoMesh3DVecCrossSection
Representation of vectors on a cross section.
|
class |
PoMesh3DVecGridCrossSection
Representation of vectors on a grid of a cross section.
|
class |
PoMeshContouring
Class to build contour lines on a 2D mesh.
|
class |
PoMeshCrossContour
Representation of cross-contour of a volume mesh.
|
class |
PoMeshCrossSection
Representation of cross section of a volume mesh.
|
class |
PoMeshFilled
Filled representation of surface mesh.
|
class |
PoMeshLevelSurf
Representation of level surface of volume mesh.
|
class |
PoMeshLimit
Representation of the limits of a surface mesh.
|
class |
PoMeshLines
Representation of the edges of surface mesh.
|
class |
PoMeshProbePoint
Probing in a mesh.
|
class |
PoMeshSides
Class to build the sides of the current surface mesh.
|
class |
PoMeshSkeleton
Representation of the skeleton of a volume mesh.
|
class |
PoMeshSkin
Representation of the mesh skin.
|
class |
PoStreamLine
Representation of streamlines on a mesh.
|
class |
PoStreamLineMotion
Representation of streamlines with motion of colors.
|
class |
PoStreamParticleMotion
Animation of particles along streamlines on a mesh.
|
class |
PoStreamPointMotion
Animation of point particles along streamline.
|
class |
PoStreamSphereMotion
Animation of sphere particles along streamline.
|
class |
PoStreamSurface
Representation of a surface connecting several streamlines.
|
class |
PoStreamTadpoleMotion
Animation of tadpole particles along streamline.
|
Modifier and Type | Class and Description |
---|---|
class |
PoBevelEdgeElement |
class |
PoCellFilterElement |
class |
PoDataMappingElement |
class |
PoDateFormatMappingElement |
class |
PoDomainElement |
class |
PoIsovaluesListElement |
class |
PoLabelHintsElement |
class |
PoMesh1DFilterElement |
class |
PoMesh1DHintsElement |
class |
PoMeshElement |
class |
PoMiscTextAttrElement |
class |
PoNumericDisplayFormatElement |
class |
PoProfileElement |
Modifier and Type | Class and Description |
---|---|
class |
PoSFCartesianGrid2D
Inventor field containing a mesh of type
PbCartesianGrid2D . |
class |
PoSFCartesianGrid3D
Inventor field containing a mesh of type
PbCartesianGrid3D . |
class |
PoSFHexahedronMesh3D
Inventor field containing a mesh of type
PbHexahedronMesh3D . |
class |
PoSFIndexedMesh2D
Inventor field containing a mesh of type
PbIndexedMesh2D . |
class |
PoSFIndexedMesh3D
Inventor field containing a mesh of type
PbIndexedMesh3D . |
class |
PoSFIrregularMesh1D
Inventor field containing a mesh of type
PbIrregularMesh1D . |
class |
PoSFMesh
Abstract Inventor field defining a mesh.
|
class |
PoSFParalCartesianGrid2D
Inventor field containing a mesh of type
PbParalCartesianGrid2D . |
class |
PoSFParalCartesianGrid3D
Inventor field containing a mesh of type
PbParalCartesianGrid3D . |
class |
PoSFPolarGrid2D
Inventor field containing a mesh of type
PbPolarGrid2D . |
class |
PoSFQuadrangleMesh2D
Inventor field containing a mesh of type
PbQuadrangleMesh2D . |
class |
PoSFRegularCartesianGrid2D
Inventor field containing a mesh of type
PbRegularCartesianGrid2D . |
class |
PoSFRegularCartesianGrid3D
Inventor field containing a mesh of type
PbRegularCartesianGrid3D . |
class |
PoSFRegularMesh1D
Inventor field containing a mesh of type
PbRegularMesh1D . |
class |
PoSFTetrahedronMesh3D
Inventor field containing a mesh of type
PbTetrahedronMesh3D . |
class |
PoSFTriangleMesh2D
Inventor field containing a mesh of type
PbTriangleMesh2D . |
Modifier and Type | Class and Description |
---|---|
class |
PbBase
Abstract class for all basic objects.
|
class |
PbDataMapping
Abstract class for data mapping.
|
class |
PbDateFormatMapping
Defines the date format and mapping.
|
class |
PbDomain
Class to define a domain.
|
class |
PbIsovaluesList
Class to define a list of isovalues.
|
class |
PbLinearDataMapping
Class to define linear data mapping.
|
class |
PbMiscTextAttr
Class to define a numeric display format.
|
class |
PbNonLinearDataMapping
Class to define non linear data mapping.
|
class |
PbNonLinearDataMapping2
Class to define non linear data mapping.
|
class |
PbNumericDisplayFormat
Class to define a numeric display format.
|
class |
PoAngularAxis
Class to build an angular axis.
|
class |
PoArrow
Class to build a 2D arrow.
|
class |
PoArrow3
Class to build a 3D arrow.
|
class |
PoAutoCubeAxis
Class to build a set of axes on a parallelepiped relating to the view.
|
class |
PoAutoValueLegend
Abstract class for automatic value legend.
|
class |
PoAxis
Abstract class for axis representations.
|
class |
PoBar
Abstract base class for bar representations.
|
class |
PoBase
Abstract base class for all Graph Master & 3D Data Master classes.
|
class |
PoBaseAxis
Base class for all axis objects.
|
class |
PoBiErrorPointField
Builds a bi-error point field.
|
class |
PoCartesianAxis
Abstract class for cartesian axes.
|
class |
PoChart
Abstract base class for all charting representations.
|
class |
PoCircle
Abstract class for 2D circle representation.
|
class |
PoCircle3
Abstract class for 3D circle representation.
|
class |
PoCircle3CenterRadius
Class to build a 3D circle.
|
class |
PoCircle3ThreePoints
Class to build a 3D circle.
|
class |
PoCircleArc
Abstract class for 2D circle arc representation.
|
class |
PoCircleArc3
Abstract class for 3D circle arc representation.
|
class |
PoCircleArc3CtrPtAngle
Class to build a 3D circle arc.
|
class |
PoCircleArc3CtrTwoPts
Class to build a 3D circle arc.
|
class |
PoCircleArc3ThreePts
Class to build a 3D circle arc.
|
class |
PoCircleArcCtrPtAngle
Class to build a 2D circle arc.
|
class |
PoCircleArcCtrRadTwoAngle
Class to build a 2D circle arc.
|
class |
PoCircleArcCtrTwoPts
Class to build a 2D circle arc.
|
class |
PoCircleArcThreePts
Class to build a 2D circle arc.
|
class |
PoCircleCenterRadius
Class to build a 2D circle.
|
class |
PoCircleThreePoints
Class to build a 2D circle.
|
class |
PoConicBar
Class to build conic bars.
|
class |
PoCoordinateSystemAxis
Class for a 3D axes system.
|
class |
PoCurve
Builds a 2D curve.
|
class |
PoCurve3
Builds a 3D curve.
|
class |
PoCurveFilling
Class to build 3D filled curve.
|
class |
PoCurveLine
Class to build a 2D line curve.
|
class |
PoCylindricalBar
Class to build cylindrical bars.
|
class |
PoErrorCurve
Class to build an error curve represention.
|
class |
PoErrorPointField
Builds points field with X and Y margin error.
|
class |
PoGenAxis
Class to build a generalized axis.
|
class |
PoGeneralizedBar
Class to build generalized bars.
|
class |
PoGeneralizedScatter
Class to build a 2D generalized scatter.
|
class |
PoGraphMaster
Abstract base class for all Graph Master classes.
|
class |
PoGroup2Axis
Class to build a group of two axes.
|
class |
PoGroup3Axis3
Class to build a group of three axes.
|
class |
PoGroup4Axis
Class to build a group of four axes.
|
class |
PoGroup6Axis3
Class to build a group of six axes.
|
class |
PoHighLowClose
Class to build a high low close representation.
|
class |
PoHistogram
Abstract class for histogram representations.
|
class |
PoItemLegend
Class to build an items legend.
|
class |
PoLabel
Class to build a label field.
|
class |
PoLabelField
Class to build a label field.
|
class |
PoLegend
Abstract class for legend representations.
|
class |
PoLinearAxis
Class to build a linear axis.
|
class |
PoLinearBar
Class to build line bars.
|
class |
PoLinearValueLegend
Class to build a linear auto value legend.
|
class |
PoLogAxis
Class to build a logarithmic axis.
|
class |
PoMultipleHistogram
Class to build a multiple histogram.
|
class |
PoNonLinearValueLegend1
Class to build a non linear legend (first representation).
|
class |
PoNonLinearValueLegend2
Class to build a non linear legend (second representation).
|
class |
PoNonLinearValueLegend3
Class to build a non linear legend (third representation).
|
class |
PoParallelogram
Class for a 2D parallelogram.
|
class |
PoParallelogram3
Class for a 3D parallelogram.
|
class |
PoPieChart
Abstract class for pie chart representation.
|
class |
PoPieChart2D
Class for 2D pie chart representation.
|
class |
PoPieChart3D
Class for 3D pie chart representation.
|
class |
PoPieChartRep
Class to build a 3D pie chart.
|
class |
PoPointsFieldBars
Class to build a points field bars.
|
class |
PoPolarAxis
Abstract class for polar axis.
|
class |
PoPolarLinAxis
Class to build a polar linear axis.
|
class |
PoPolarLogAxis
Class to build a logarithmic polar axis.
|
class |
PoProfileBar
Class to build profile bars.
|
class |
PoRectangle
Class for a 2D rectangle.
|
class |
PoRibbon
Class to build a 2D ribbon curve.
|
class |
PoScatter
Class to build a 2D scatter.
|
class |
PoSingleHistogram
Class to build a single histogram.
|
class |
PoTimeAxis
Class to build a time axis.
|
class |
PoTube
Class to build a 2D tube curve.
|
class |
PoValuedMarkerField
Class for a valued markers field.
|
class |
PoValueLegend
Abstract class for values legend.
|
Modifier and Type | Class and Description |
---|---|
class |
PoBevelEdge
Node to define the beveled edge values.
|
class |
PoCartesianGrid2D
Inventor node defining a mesh of type
PbCartesianGrid2D . |
class |
PoCartesianGrid3D
Inventor node defining a mesh of type
PbCartesianGrid3D . |
class |
PoCellFilter
Interface class defining a filter of cells.
|
class |
PoCircularProfile
Node that defines a circular profile.
|
class |
PoCoordinateListFilter
Node to define a coordinate list filter.
|
class |
PoDataMapping
Abstract base class for all data mapping nodes.
|
class |
PoDateFormatMapping
Node to define date format and mapping.
|
class |
PoDomain
Node to define a domain.
|
class |
PoEllipticProfile
Node that defines an elliptic profile.
|
class |
PoHexahedronMesh3D
Inventor node defining a mesh of type
PbHexahedronMesh3D . |
class |
PoIndexedMesh2D
Inventor node defining a mesh of type
PbIndexedMesh2D . |
class |
PoIndexedMesh3D
Inventor node defining a mesh of type
PbIndexedMesh3D . |
class |
PoIndexListFilter
Node to define a index list filter.
|
class |
PoIntervalCellFilter
Node class to define a filter of cells.
|
class |
PoIrregularMesh1D
Inventor node defining a mesh of type
PbIrregularMesh1D . |
class |
PoIsovaluesList
Node to define a list of isovalues.
|
class |
PoLabelHints
Node to define common label hints.
|
class |
PoLinearDataMapping
Node class to define a linear data mapping.
|
class |
PoMesh1DFilter
Abstract base class for all filter nodes.
|
class |
PoMesh1DHints
Node that provides hints about the mesh 1D.
|
class |
PoMeshProperty
Abstract Inventor node defining a mesh.
|
class |
PoMiscTextAttr
Node to define miscellaneous text attributes (font name, line length,...).
|
class |
PoNode
Abstract base class for all MeshViz nodes.
|
class |
PoNonLinearDataMapping
Node class to define a non linear data mapping.
|
class |
PoNonLinearDataMapping2
Node class to define a non linear data mapping.
|
class |
PoNumericDisplayFormat
Node to define the numeric display format.
|
class |
PoParalCartesianGrid2D
Inventor node defining a mesh of type
PbParalCartesianGrid2D . |
class |
PoParalCartesianGrid3D
Inventor node defining a mesh of type
PbParalCartesianGrid3D . |
class |
PoPeriodFilter
Node to define a period filter.
|
class |
PoPeriodIndexFilter
Node to define a period index filter.
|
class |
PoPolarGrid2D
Inventor node defining a mesh of type
PbPolarGrid2D . |
class |
PoProfile
Abstract base class for all profile nodes.
|
class |
PoProfileCoordinate2
Node that defines a 2D polygon profile.
|
class |
PoQuadrangleMesh2D
Inventor node defining a mesh of type
PbQuadrangleMesh2D . |
class |
PoRegularCartesianGrid2D
Inventor node defining a mesh of type
PbRegularCartesianGrid2D . |
class |
PoRegularCartesianGrid3D
Inventor node defining a mesh of type
PbRegularCartesianGrid3D . |
class |
PoRegularMesh1D
Inventor node defining a mesh of type
PbRegularMesh1D . |
class |
PoSquareProfile
Node that defines a square profile.
|
class |
PoTetrahedronMesh3D
Inventor node defining a mesh of type
PbTetrahedronMesh3D . |
class |
PoTriangleMesh2D
Inventor node defining a mesh of type
PbTriangleMesh2D . |
Modifier and Type | Class and Description |
---|---|
class |
MoFaceDetail
Stores detail information about vertex-based shapes made of faces.
|
class |
MoFaceDetailI
Stores detail information about vertex-based shapes made of faces from
unstructured meshes and structured line meshes.
|
class |
MoFaceDetailIj
Stores detail information about vertex-based shapes made of faces from a
structured surface mesh.
|
class |
MoFaceDetailIjk
Stores detail information about vertex-based shapes made of faces from a
structured volume mesh.
|
class |
MoLineDetail
Stores detail information about vertex-based shapes made of line segments.
|
class |
MoLineDetailI
Stores detail information about vertex-based shapes made of line segments
from unstructured meshes and structured line meshes.
|
class |
MoLineDetailIjk
Stores detail information about vertex-based shapes made of line segments
from structured volume meshes.
|
Modifier and Type | Class and Description |
---|---|
class |
MoCellFilterElement
Element that stores the current cell filter.
|
class |
MoCellRangesElement
Element that stores the current accumulated cell ranges and computes the
intersection of all these.
|
class |
MoColorMappingElement
Element that stores the current color mapping.
|
class |
MoDataBindingElement
Element that stores the current data binding.
|
class |
MoDrawStyleElement
Element that stores the current draw style.
|
class |
MoMaterialElement
Element that stores the current colors and coloring options.
|
class |
MoMeshElement
Element that stores the current mesh.
|
class |
MoScalarSetElementI
Element that stores the current list of scalar sets for unstructured meshes.
|
class |
MoScalarSetElementIj
Element that stores the current list of scalar sets for structured surface
meshes.
|
class |
MoScalarSetElementIjk
Element that stores the current list of scalar sets for structured volume
meshes.
|
class |
MoVec3SetElementI
Element that stores the current list of vector sets for unstructured meshes.
|
class |
MoVec3SetElementIj
Element that stores the current list of vector sets for structured surface
meshes.
|
class |
MoVec3SetElementIjk
Element that stores the current list of vector sets for structured volume
meshes.
|
Modifier and Type | Class and Description |
---|---|
class |
MoActionNode |
class |
MoCellFilter
Property node that defines a cell filter.
|
class |
MoCellRanges
Property node that stores cell ranges for meshes.
|
class |
MoColorMapping
Abstract base class for color mapping nodes.
|
class |
MoDataBinding
Property node that defines the data binding.
|
class |
MoDrawStyle
Property node that defines the draw style of representations.
|
class |
MoMaterial
Property node that defines the material of surface representations.
|
class |
MoMesh
Property node that defines a mesh.
|
class |
MoMeshBaseRepresentation
Abstract base class for all MeshViz XLM representation nodes.
|
class |
MoMeshCellShape
Rendering node that displays a set of cells of a mesh.
|
class |
MoMeshCylinderSlice
Rendering node that displays a cylinder slice of a volume mesh.
|
class |
MoMeshIsosurface
Rendering node that displays an isosurface of a volume mesh.
|
class |
MoMeshOutline
Rendering node that displays the outline of a mesh.
|
class |
MoMeshPlaneSlice
Rendering node that displays a plane slice of a volume mesh.
|
class |
MoMeshPointProbe
Action node that probes cells of a mesh.
|
class |
MoMeshRepresentation
Abstract base class for all MeshViz XLM representation nodes containing an
extractor.
|
class |
MoMeshSkin
Rendering node that displays the skin of a volume mesh.
|
class |
MoMeshSlab
Rendering node that displays a slab of an IJK volume mesh.
|
class |
MoMeshSphereSlice
Rendering node that displays a sphere slice of a volume mesh.
|
class |
MoMeshStreamline
Rendering node that displays streamlines of a vector field on a volume mesh.
|
class |
MoMeshSurface
Rendering node that displays a surface mesh.
|
class |
MoMeshVector
Rendering node that displays a vector data set.
|
class |
MoPredefinedColorMapping
Property node that selects a predefined color mapping.
|
class |
MoScalarSetI
Property node that stores a scalar data set for an unstructured mesh.
|
class |
MoScalarSetIj
Property node that stores a scalar data set for a structured surface mesh.
|
class |
MoScalarSetIjk
Property node that stores a scalar data set for a structured volume mesh.
|
class |
MoVec3SetI
Property node that stores a vector data set for an unstructured mesh.
|
class |
MoVec3SetIj
Property node that stores a vector data set for a structured surface mesh.
|
class |
MoVec3SetIjk
Property node that stores a vector data set for a structured volume mesh.
|
Modifier and Type | Class and Description |
---|---|
class |
SoRemoteVizClient
Client node enables to integrate RemoteViz into Open Inventor applications.
|
static class |
SoRemoteVizClient.FrameEventArg
Structure given when a received and decoded frame event is raised.
|
static class |
SoRemoteVizClient.KeyboardEventArg
Structure given when a keyboard event is raised.
|
static class |
SoRemoteVizClient.MessageEventArg
Structure given when a received message event is raised.
|
static class |
SoRemoteVizClient.MouseButtonEventArg
Structure given when a mouse button event is raised.
|
static class |
SoRemoteVizClient.MouseLocationEventArg
Structure given when a mouse location event is raised.
|
static class |
SoRemoteVizClient.MouseWheelEventArg
Structure given when a mouse wheel event is raised.
|
static class |
SoRemoteVizClient.RenderAreaSizeEventArg
Structure given when a renderArea resize event is raised.
|
static class |
SoRemoteVizClient.ServiceMessageEventArg
Structure given when a ServiceMessage event is raised.
|
static class |
SoRemoteVizClient.TouchEventArg
Structure given when a touch event is raised.
|
Modifier and Type | Class and Description |
---|---|
class |
Client
Represents a client application instance using RemoteViz.
|
class |
ClientSettings
Settings that define a
Client . |
class |
Connection
Represents a connection from a
Client to a RenderArea managed by the RemoteViz service. |
class |
ConnectionParameters
Field-value pairs included in the URL during the client connection.
|
class |
ConnectionSettings
Settings that define a
Connection . |
class |
EncodedFrame
This class provides the features of an encoded frame that is sent to the client.
|
class |
FrameEncoders
Defines a couple of encoders that are used to encode still and interactive frames.
|
class |
IFrameEncodingPolicy
This class is the base class of
KeepFramesPerSecondPolicy and KeepFrameQualityPolicy . |
class |
KeepFrameQualityPolicy
This class provides a calculation policy which allows to manage the FPS (frames per second) and the quality of interactive frames sent from Remoteviz service depending on the network bandwidth allocated to the
Connection . |
class |
KeepFramesPerSecondPolicy
This class provides a calculation policy which allows to manage the FPS (frames per second) and the quality of interactive frames sent from Remoteviz service depending on the network bandwidth allocated to the
Connection . |
class |
NetworkPerformance
This class refers to measures of service quality of the network.
|
class |
RenderArea
Defines the rendering area.
|
class |
RenderAreaHardware
Settings to setup hardware of a render area.
|
class |
RenderAreaListener
This class can be overridden by an application to receive notifications from a
RenderArea . |
class |
Service
Defines the RemoteViz rendering service.
|
class |
ServiceListener
This class can be overridden by an application to receive notifications from the rendering
Service . |
class |
ServiceSettings
Settings that define the rendering
Service . |
Modifier and Type | Class and Description |
---|---|
class |
SoScaleViz
ScaleViz initialization.
|
class |
SoScaleVizART
ScaleViz based Automatic Replay Tool.
|
Modifier and Type | Class and Description |
---|---|
class |
ScGetBoundingBoxAction
Defines a distributed bounding box action.
|
class |
ScGetPrimitiveCountAction
Defines a distributed primitive count action.
|
class |
ScRayPickAction
Defines a distributed ray pick action.
|
Modifier and Type | Method and Description |
---|---|
static void |
ScGetBoundingBoxAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
ScGetPrimitiveCountAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
static void |
ScRayPickAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex) |
Modifier and Type | Class and Description |
---|---|
class |
SoComponentBase
Deprecated.
As of Open Inventor 9.8.0, use components provided
in Viewer Components libraries instead.
|
class |
SoFrameGrabber
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SoControllerReader
Interface to trackdAPI (buttons, valuators).
|
class |
SoTrackerReader
Interface to trackdAPI (position, matrix, Euler angles).
|
Modifier and Type | Class and Description |
---|---|
class |
SoMemoryBuffer |
class |
SoMemoryBuffer2D |
class |
SoMemoryBufferCompression |
Modifier and Type | Class and Description |
---|---|
class |
SoMultiPipe |
Modifier and Type | Class and Description |
---|---|
class |
SoBaseScreen
Abstract base class for all screen classes used in a ScaleViz configuration file.
|
class |
SoClusterGateway
Specifies parameters for the cluster gateway machine.
|
class |
SoDepthComposer
Defines a simple depth composer in a ScaleViz configuration file.
|
class |
SoDepthComposerParams
Abstract base class for global depth compositing parameter setup.
|
class |
SoFlatScreen
Defines a simple flat screen in a ScaleViz configuration file.
|
class |
SoMasterConfig
Specifies the master machine properties (for a render cluster) in a ScaleViz configuration file.
|
class |
SoRemoteParams
Abstract base class for remote parameter setup.
|
class |
SoScaleVizConfig
Defines a ScaleViz configuration.
|
class |
SoScaleVizParameters
Abstract base class for global ScaleViz parameter setup.
|
class |
SoScreen
Defines a general screen in a ScaleViz configuration file.
|
class |
SoTileComposer
Defines a simple tile composer in a ScaleViz configuration file.
|
class |
SoTileComposerParams
Abstract base class for global tile compositing parameter setup.
|
class |
SoTracker
Defines immersive viewing parameters in a MultiPipe configuration file.
|
Modifier and Type | Class and Description |
---|---|
class |
SoCSGOperation
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
class |
SoSolidViz
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
Modifier and Type | Class and Description |
---|---|
class |
SoCSGAction
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
Modifier and Type | Method and Description |
---|---|
static void |
SoCSGAction.enableElement(java.lang.Class<? extends Inventor> t,
int stkIndex)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SoCSGGroup
Deprecated.
As of Open Inventor 9500 See documentation for more details
|
Modifier and Type | Class and Description |
---|---|
class |
SoVolumeConverter
Class for converting volume data sets into the LDM format.
|
Modifier and Type | Class and Description |
---|---|
class |
SoFenceSliceDetail
Stores detail information about a picked voxel or pick ray in a data volume.
|
class |
SoHeightFieldDetail
Stores detail information about a picked cell in a heightfield.
|
class |
SoObliqueSliceDetail
Stores detail information about a picked voxel on an oblique slice.
|
class |
SoOrthoSliceDetail
Stores detail information about an ortho slice.
|
class |
SoSliceDetail
Base class for detail information about picking in a data volume.
|
class |
SoVolumeDetail
Base class for detail information about picking in a data volume.
|
class |
SoVolumeRenderDetail
Stores detail information about a picked voxel or pick ray in a data volume.
|
class |
SoVolumeSkinDetail
Stores detail information about a picked voxel or pick ray in a data volume.
|
Modifier and Type | Class and Description |
---|---|
class |
SoOrthoSliceDragger
Object that moves an
SoOrthoSlice by dragging with the mouse. |
Modifier and Type | Class and Description |
---|---|
class |
SoUniformGridClippingElement |
class |
SoVolumeClippingGroupElement |
class |
SoVolumeDataElement |
class |
SoVolumeGroupElement |
class |
SoVolumeRenderingQualityElement |
class |
SoVolumeTransformElement
Stores the current volume transform(s).
|
Modifier and Type | Class and Description |
---|---|
class |
SoFenceSlice
Fence slice shape node.
|
class |
SoHeightFieldGeometry
Height field data node.
|
class |
SoHeightFieldProperty
Height field property node.
|
class |
SoHeightFieldPropertyMask
Height field mask node.
|
class |
SoHeightFieldRender
Heightfield rendering node.
|
class |
SoObliqueSlice
Oblique slice shape node.
|
class |
SoOffscreenVolumeRender
Extract data from an
SoVolumeRender . |
class |
SoOrthoSlice
Ortho slice shape node.
|
class |
SoSlice
Abstract base class for slice shape nodes.
|
class |
SoUniformGridClipping
Clips a volume using a 2D surface.
|
class |
SoUniformGridProjectionClipping
Clips a volume with the depth map projection of a shape.
|
class |
SoVolumeBufferedShape
Buffered shape node for volume data.
|
class |
SoVolumeClippingGroup
Clipping a volume with a 3D object.
|
class |
SoVolumeData
Volume data property node.
|
class |
SoVolumeDataDrawStyle
Volume draw style.
|
class |
SoVolumeFaceSet
Polygonal face shape node for volume data.
|
class |
SoVolumeGroup
Groups multiple volumes to be volume rendered in the same scene.
|
class |
SoVolumeIndexedFaceSet
Indexed polygonal face shape node for volume data.
|
class |
SoVolumeIndexedTriangleStripSet
Indexed triangle strip set shape node for volume data.
|
class |
SoVolumeIsosurface
Isosurface property node.
|
class |
SoVolumeMask
Volume mask.
|
class |
SoVolumeMaskGroup
Volume mask group.
|
class |
SoVolumeRender
Renders a data volume using direct volume rendering.
|
class |
SoVolumeRendering
Initializes the VolumeViz module database.
|
class |
SoVolumeRenderingPhysicalQuality
Volume rendering physical quality property node.
|
class |
SoVolumeRenderingQuality
Volume rendering quality property mode.
|
class |
SoVolumeShader
Shader node for volume rendering.
|
class |
SoVolumeShape
|
class |
SoVolumeSkin
Draws a data volume skin.
|
class |
SoVolumeTransform
Transform data before texture creation.
|
class |
SoVolumeTriangleStripSet
Triangle strip set shape node for volume data.
|
Modifier and Type | Class and Description |
---|---|
class |
SoVRAmFileReader
Am file reader.
|
class |
SoVRAvsFileReader
AVS field file reader.
|
class |
SoVRDicomData
DICOM data.
|
class |
SoVRDicomFileReader
DICOM file reader.
|
class |
SoVRGenericFileReader
Generic file reader.
|
class |
SoVRMemoryReader
Reads volume data stored in memory.
|
class |
SoVRRasterStackReader
Raster stack reader.
|
class |
SoVRSegyFileHeader
SEGY file header.
|
class |
SoVRSegyFileReader
SEGY file format reader.
|
class |
SoVRSegyTraceHeaderBytePosition
SEGY file trace header field description.
|
class |
SoVRSegyTraceIdHeader
SEGY trace identification header.
|
class |
SoVRTiffFileReader
TIFF file reader.
|
class |
SoVRVolFileReader
VOL file reader.
|
class |
SoVRVoxFileReader
VOX file reader.
|
class |
SoVRXtFileReader
XT file reader.
|
Modifier and Type | Class and Description |
---|---|
class |
SiDicomDataSet
DICOM data.
|
class |
SiDicomElement
DICOM data.
|
class |
SiDicomSequence
DICOM data.
|
class |
SiDicomValue
DICOM data.
|
class |
SoDicomTag
DICOM data.
|
Modifier and Type | Class and Description |
---|---|
class |
SoVRMemoryWriter
Write data in memory.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com