Uses of Class
com.openinventor.inventor.fields.SoSFInt32
-
Packages that use SoSFInt32 Package Description com.openinventor.inventor.draggers com.openinventor.inventor.drawers These classes provide convenient components to draw polyline, ellipse, lasso, or complex scene graph in 2D screen space.com.openinventor.inventor.engines com.openinventor.inventor.geo com.openinventor.inventor.nodes com.openinventor.ldm.nodes com.openinventor.ldm.writers com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.meshviz.data com.openinventor.meshviz.graph com.openinventor.meshviz.nodes com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes.com.openinventor.volumeviz.nodes -
-
Uses of SoSFInt32 in com.openinventor.inventor.draggers
Fields in com.openinventor.inventor.draggers declared as SoSFInt32 Modifier and Type Field Description SoSFInt32SoEllipsoidDragger. numSamplesNumber of samples composing the ellispoid.SoSFInt32SoTabBoxDragger. tabPixelSizeSpecifies the size of the green tabs in pixels.SoSFInt32SoTabPlaneDragger. tabPixelSizeSpecifies the size of the green tabs in pixels. -
Uses of SoSFInt32 in com.openinventor.inventor.drawers
Fields in com.openinventor.inventor.drawers declared as SoSFInt32 Modifier and Type Field Description SoSFInt32SoPolyLineScreenDrawer. linePatternScaleFactorStipple pattern scale factor. -
Uses of SoSFInt32 in com.openinventor.inventor.engines
Fields in com.openinventor.inventor.engines declared as SoSFInt32 Modifier and Type Field Description SoSFInt32SoSelectOne. indexIndex of the value to select from the multiple-value field. -
Uses of SoSFInt32 in com.openinventor.inventor.geo
Fields in com.openinventor.inventor.geo declared as SoSFInt32 Modifier and Type Field Description SoSFInt32SoGeoElevationGrid. xDimensionNumber of X values in the grid.SoSFInt32SoGeoElevationGrid. zDimensionNumber of Z values in the grid. -
Uses of SoSFInt32 in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFInt32 Modifier and Type Field Description SoSFInt32SoRenderToTarget. clearStencilValueValue used to clear the stencil buffer before the rendering.SoSFInt32SoBufferedShape. colorComponentsCountNumber of components in each color value.SoSFInt32SoBufferedShape. colorOffsetOffset in bytes to the first color value in the buffer.SoSFInt32SoBufferedShape. colorStrideStride in bytes between the first component of two consecutive colors.SoSFInt32SoVertexShaderParameterBufferObject. componentsSpecifies the number of components per generic vertex parameter.SoSFInt32SoImage. heightHeight of image in pixels (optional).SoSFInt32SoShaderParameter. identifierSpecifies the parameter's integer name which is declared and used within low-level shading programs.SoSFInt32SoMarker. indexDefines the marker index.SoSFInt32SoBufferedShape. indexOffsetOffset in bytes to the first index in the buffer.SoSFInt32SoExtSelection. lassoPatternScaleFactorStipple pattern scale factor.SoSFInt32SoShaderParameterImage. layerSpecifies the layer of texture to be bound to the image unit.SoSFInt32SoDrawStyle. linePatternScaleFactorStipple pattern scale factor (for LINES style).SoSFInt32SoExtTexture2. loadingThreadPrioritySpecifies the priority of the texture loading thread when activated (syncMode = ASYNCHRONOUS).SoSFInt32SoShaderProgram. maxGeometryOutputVerticesSet the maximum number of vertices the geometry shader will emit in one invocation.SoSFInt32SoBufferedShape. normalOffsetOffset in bytes to the first normal vector in the buffer.SoSFInt32SoNurbsCurve. numControlPointsNumber of control points.SoSFInt32SoSurroundScale. numNodesUpToContainerWhen traversed by an action, if surroundScale needs to calculate a new box, surroundScale looks at the current path in the action.SoSFInt32SoSurroundScale. numNodesUpToResetBefore applying theSoGetBoundingBoxAction(see thenumNodesUpToContainerfield above) the surroundScale node travels up the path a distance ofnumNodesUpToResetand tells the action to reset the bounding box upon traversal of that node.SoSFInt32SoPointSet. numPointsNumber of points.SoSFInt32SoNurbsProperty. numSamplePointsnumSamplePointsis used during trim curve tessellation.SoSFInt32SoNurbsSurface. numSControlPointsNumber of control points in the S direction.SoSFInt32SoNurbsSurface. numTControlPointsNumber of control points in the T direction.SoSFInt32SoLevelOfSimplification. numTrianglesNumber of triangles in highest (1.0) case.SoSFInt32SoTriangleSet. numTrianglesNumber of triangles in the set.SoSFInt32SoNurbsSurface. numUControlPointsNumber of control points in the U direction.SoSFInt32SoNurbsSurface. numVControlPointsNumber of control points in the V direction.SoSFInt32SoVertexShaderParameterBufferObject. offsetOffset in bytes to the first parameter within the buffer.SoSFInt32SoShaderProgram. patchLengthSet the length of the fixed-size collection of vertices used by tessellation shaders.SoSFInt32SoBufferedShape. primitiveRestartValueIndex value for the primitive restart feature.SoSFInt32SoProjection. projTypeIdCurrent projection id.SoSFInt32SoSeparator. renderUnitIdUsed during the ScaleViz depth compositing process, this field specifies which render unit (OIRU) will render the sub scene graph below this separator.SoSFInt32SoShadowGroup. smoothFactorSet the smoothness of shadows.SoSFInt32SoNonIndexedShape. startIndexIndex of first coordinate of shape.SoSFInt32SoVertexShaderParameterBufferObject. strideSpecifies the byte offset between consecutive generic vertex parameter.SoSFInt32SoShaderParameter1i. valueSpecifies the parameter's value.SoSFInt32SoBufferedShape. vertexOffsetOffset in bytes to the first vertex within the buffer.SoSFInt32SoIndexedQuadMesh. verticesPerColumnNumber of vertices per column.SoSFInt32SoQuadMesh. verticesPerColumnNumber of vertices per column.SoSFInt32SoIndexedQuadMesh. verticesPerRowNumber of vertices per row.SoSFInt32SoQuadMesh. verticesPerRowNumber of vertices per row.SoSFInt32SoSwitch. whichChildIndex of the child to traverse, or one of SO_SWITCH_NONE, SO_SWITCH_INHERIT, or SO_SWITCH_ALL.SoSFInt32SoInteractiveSwitch. whichInteractiveChildIndex of the child to traverse during interaction, (or one of SO_SWITCH_NONE, SO_SWITCH_INHERIT, or SO_SWITCH_ALL).SoSFInt32SoImage. widthWidth of image in pixels (optional). -
Uses of SoSFInt32 in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes declared as SoSFInt32 Modifier and Type Field Description SoSFInt32SoDataRange. dataRangeIdThis field allows the use of multiple data ranges for the same shape.SoSFInt32SoDataSet. dataSetIdSoSFInt32SoROI. dataSetIdSpecifies whichSoVolumeDatanode to use.SoSFInt32SoDataSetId. idData set id.SoSFInt32SoLDMResourceParameters. loadNotificationRateTile loading notification rate.SoSFInt32SoLDMResourceParameters. max2DTexMemoryMaximum of 2D textures memory in MB for this data set.SoSFInt32SoLDMResourceParameters. maxMainMemoryMaximum allowed main memory in MB that LDM is allowed to use for this data set.SoSFInt32SoLDMResourceParameters. maxResolutionThresholdMaximum loading threshold for the LDM module.SoSFInt32SoLDMResourceParameters. maxTexMemoryMaximum allowed texture (GPU) memory in MB for this data set.SoSFInt32SoTransferFunction. maxValueSeeminValuefield.SoSFInt32SoLDMResourceParameters. minResolutionThresholdMinimum loading threshold for LDM module.SoSFInt32SoLDMResourceParameters. minTilesToLoadMinimum number of tiles that must be loaded in memory before rendering.SoSFInt32SoTransferFunction. minValueRemaps the defined color map between minValue and maxValue indices.SoSFInt32SoLDMResourceParameters. numPrefetchThreadNumber of threads used by the tile prefetch mechanism.SoSFInt32SoTransferFunction. offsetUsed for rescaling the input data values.SoSFInt32SoLDMResourceParameters. resolutionSpecifies the resolution level whenfixedResolutionis true.SoSFInt32SoTransferFunction. shiftUsed for rescaling the input data values.SoSFInt32SoLDMResourceParameters. tex2LoadRateMaximum number of 2D tiles to be loaded in texture memory per frame.SoSFInt32SoLDMResourceParameters. tex3LoadRateMaximum number of 3D tiles to be loaded into texture memory per frame for this data set.SoSFInt32SoTransferFunction. transferFunctionIdThis field allows the use of multiple transfer functions. -
Uses of SoSFInt32 in com.openinventor.ldm.writers
Fields in com.openinventor.ldm.writers declared as SoSFInt32 Modifier and Type Field Description SoSFInt32SoVRLdmFileWriter. compressionLevelSet compression level.SoSFInt32SoVRLdmFileWriter. lowResAlgorithmSpecifies the algorithm used to build low resolution tiles. -
Uses of SoSFInt32 in com.openinventor.medical.nodes
Fields in com.openinventor.medical.nodes declared as SoSFInt32 Modifier and Type Field Description SoSFInt32Gnomon. heightSpecifies the height of the gnomon viewport in pixels (default is 100).SoSFInt32SliceScaleBar. numTickIntervalsNumber of tick intervals (default is 0).SoSFInt32Gnomon. widthSpecifies the width of the gnomon viewport in pixels (default is 100). -
Uses of SoSFInt32 in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data declared as SoSFInt32 Modifier and Type Field Description SoSFInt32PoCellShape. cellIndexCell index.SoSFInt32PoMesh2DVec. densityVector field density filter.SoSFInt32PoMesh3DVec. densityVector field density filter.SoSFInt32PoBaseStreamLine. integrationMaxStepNumberComputing the streamline is done while the number of integration step is less than integrationMaxStepNumber.SoSFInt32PoStreamSurface. numLinesPerRakeNumber of point sources per rake.SoSFInt32PoMeshSkeleton. numXContourNumber of cross-contours orthogonal to X-axis.SoSFInt32PoMeshSkeleton. numYContourNumber of cross-contours orthogonal to Y-axis.SoSFInt32PoMeshSkeleton. numZContourNumber of cross-contours orthogonal to Z-axis.SoSFInt32PoStreamParticleMotion. pulseFrequencyNumber of frames to be visualized during an animation cycle.SoSFInt32PoMesh. valuesIndexDefines the index of the set of values for the coloring.SoSFInt32PoMesh. valuesIndexForCellFilterSpecifies the index of the set of values used to filter cells for this mesh representation.SoSFInt32PoMeshLevelSurf. valuesIndexForLevelIndex of the set of value used to compute the level surface.SoSFInt32PoMesh. vecsIndexDefines the index of the set of vectors for all representations which need a vector at each mesh node (PoBaseStreamLine,PoMesh2DVec,PoMesh3DVec,...)SoSFInt32PoStreamParticleMotion. viewFrameVisualized frame index (used only if isBlinking is false). -
Uses of SoSFInt32 in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoSFInt32 Modifier and Type Field Description SoSFInt32PoChart. colorValuesIndexDefines the index of the set of values for the coloring.SoSFInt32PoCurve. markerIndexPeriodOne point (of point) in every consecutive markerIndexPeriod is selected.SoSFInt32PoCurve. raiseIndexPeriodOne point (of point) in every consecutive raiseIndexPeriod is selected.SoSFInt32PoGeneralizedScatter. sizeValuesIndexDefines the index of the set of values used to specify the size of markers.SoSFInt32PoLabel. stringsIndexDefines the index of the set of strings used for the names attached to labels when valueType is equal to NAME.SoSFInt32PoPieChartRep. stringsIndexDefines the index of the set of strings used for the names attached to slices.SoSFInt32PoCurveLine. thicknessIndexDefines the index of the set of values used to specify the thickness.SoSFInt32PoChart. yValuesIndexDefines the index of the set of values used by a charting representation as a y-coordinate of each mesh node.SoSFInt32PoGeneralizedScatter. zValuesIndexDefines the index of the set of values used to specify a z-coordinate for markers.SoSFInt32PoScatter. zValuesIndexDefines the index of the set of values used to specify a z-coordinate for markers. -
Uses of SoSFInt32 in com.openinventor.meshviz.nodes
Fields in com.openinventor.meshviz.nodes declared as SoSFInt32 Modifier and Type Field Description SoSFInt32PoPeriodIndexFilter. periodDefines the period used to filter the mesh 1D geometry. -
Uses of SoSFInt32 in com.openinventor.meshvizxlm.mapping.nodes
Fields in com.openinventor.meshvizxlm.mapping.nodes declared as SoSFInt32 Modifier and Type Field Description SoSFInt32MoMeshRepresentation. colorScalarSetIdField representing the scalar set node to be used to map colors onto the representation.SoSFInt32MoMeshSlab. indexThe index of the slab.SoSFInt32MoMeshIsosurface. isoScalarSetIdField representing the scalar set node to be used to compute the iso value.SoSFInt32MoMeshStreamline. maxStepNumberSets the maximum step number during the streamline integration.
The default value is 0, meaning infinite step number.SoSFInt32MoMeshSlab. thicknessThickness of the slab in number of cells.SoSFInt32MoMeshStreamline. vec3SetIdField representing the vector set node to be used to compute the streamlines.SoSFInt32MoMeshVector. vectorSetIdSpecifies the vector set to display. -
Uses of SoSFInt32 in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes declared as SoSFInt32 Modifier and Type Field Description SoSFInt32SoVolumeTransform. cacheSizeSize of the computed tile cache for this transform.SoSFInt32SoFenceSlice. dataSetIdSpecifies theSoVolumeDatanode to use.SoSFInt32SoObliqueSlice. dataSetIdSpecifies theSoVolumeDatanode to use.SoSFInt32SoOrthoSlice. dataSetIdSpecifies theSoVolumeDatanode to use.SoSFInt32SoVolumeSkin. dataSetIdSpecifies theSoVolumeDatanode to use.SoSFInt32SoVolumeRender. lowScreenResolutionScaleIflowResModeis DECREASE_SCREEN_RESOLUTION, render the volume at a lower screen resolution.SoSFInt32SoVolumeClippingGroup. numPassesNumber of passes used to do the clipping.SoSFInt32SoVolumeRender. numSlicesSpecifies the number of samples along each ray.SoSFInt32SoVolumeRender. projectedTileSubdivisionWhen doing volume projection (seeSoProjection), only the geometry (corner vertices) of the LDM tiles are projected, not the individual voxels.
-