Uses of Class
com.openinventor.inventor.fields.SoMFInt32
-
Packages that use SoMFInt32 Package Description com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms The Grayscale Transforms category contains gray level transformations such as histogram equalization and intensity rescaling operations.com.openinventor.imageviz.nodes.geometries com.openinventor.imageviz.nodes.images Data conversion conventions in ImageViz com.openinventor.inventor.engines com.openinventor.inventor.nodes 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 SoMFInt32 in com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms
Fields in com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms declared as SoMFInt32 Modifier and Type Field Description SoMFInt32
SoApplyGrayscaleLutProcessing. anamorphosisLut
The array of the anamorphosis Lut. -
Uses of SoMFInt32 in com.openinventor.imageviz.nodes.geometries
Fields in com.openinventor.imageviz.nodes.geometries declared as SoMFInt32 Modifier and Type Field Description SoMFInt32
SoSegmentChain. sizes
Array containing the number connected vertices in each segment chain. -
Uses of SoMFInt32 in com.openinventor.imageviz.nodes.images
Fields in com.openinventor.imageviz.nodes.images declared as SoMFInt32 Modifier and Type Field Description SoMFInt32
SoProxyDataAdapter. channels
Defines the list of channels selected on theimage
. -
Uses of SoMFInt32 in com.openinventor.inventor.engines
Fields in com.openinventor.inventor.engines declared as SoMFInt32 Modifier and Type Field Description SoMFInt32
SoComposeVec2i32. x
The x component.SoMFInt32
SoComposeVec2i32. y
The y component. -
Uses of SoMFInt32 in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoMFInt32 Modifier and Type Field Description SoMFInt32
SoIndexedNurbsCurve. coordIndex
Coordinate indices for the control points.SoMFInt32
SoIndexedNurbsSurface. coordIndex
Coordinate indices.SoMFInt32
SoIndexedShape. coordIndex
The indices of the coordinates that the shape uses as its vertices.SoMFInt32
SoEdgeFlag. edgeMarked
SoMFInt32
SoEdgeFlag. edgeUnmarked
These are the fields for marked/unmarked edges.SoMFInt32
SoColorIndex. index
Color index.SoMFInt32
SoProfile. index
Indices into profile coordinates.SoMFInt32
SoRenderToTarget. layers
This field is used when targets areSoTexture3
orSoTextureCubeMap
.SoMFInt32
SoIndexedMarkerSet. markerIndex
Specifies the marker index (type of marker) for each marker.SoMFInt32
SoMarkerSet. markerIndex
Specifies the marker index (type of marker) for each marker.SoMFInt32
SoIndexedShape. materialIndex
The indices of the materials that are used for the shape.SoMFInt32
SoIndexedShape. normalIndex
The indices of the normals that are used for the shape.SoMFInt32
SoBufferedShape. numVertices
Total number of vertices/indices or number of vertices/indices to be used per primitive.SoMFInt32
SoFaceSet. numVertices
Number of vertices per face or per contour.SoMFInt32
SoLineSet. numVertices
Number of vertices per polyline.SoMFInt32
SoTriangleStripSet. numVertices
Number of vertices in each triangle strip.SoMFInt32
SoIndexedShape. tangentIndex
The indices of the tangents that are used for the shape.SoMFInt32
SoBufferedShape. texCoordsComponentsCount
Number of components in each texture coordinate.SoMFInt32
SoBufferedShape. texCoordsOffset
Offset in bytes to the first texture coordinate in the buffer.SoMFInt32
SoBufferedShape. texCoordsStride
Stride in bytes between the first component of two consecutive texture coordinates.SoMFInt32
SoIndexedNurbsSurface. textureCoordIndex
Texture coordinate indices.SoMFInt32
SoIndexedShape. textureCoordIndex
The indices of the texture coordinates that are used for the shape.SoMFInt32
SoShaderParameterArray1i. value
Specifies the parameter's value.SoMFInt32
SoVertexFlag. vertexMarked
SoMFInt32
SoVertexFlag. vertexUnmarked
These are the fields for marked/unmarked vertices.SoMFInt32
SoMultiSwitch. whichChildren
Indices of the children to traverse. -
Uses of SoMFInt32 in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoMFInt32 Modifier and Type Field Description SoMFInt32
PoScatter. markerIndex
Defines the type of marker used (cfSoMarkerSet
).SoMFInt32
PoCurve. markerIndexList
A list of points (of point) is selected by their indices.SoMFInt32
PoCurve. raiseIndexList
A list of points (of point) is selected by their indices. -
Uses of SoMFInt32 in com.openinventor.meshviz.nodes
Fields in com.openinventor.meshviz.nodes declared as SoMFInt32 Modifier and Type Field Description SoMFInt32
PoIndexListFilter. index
Defines the index list used to filter the mesh 1D geometry. -
Uses of SoMFInt32 in com.openinventor.meshvizxlm.mapping.nodes
Fields in com.openinventor.meshvizxlm.mapping.nodes declared as SoMFInt32 Modifier and Type Field Description SoMFInt32
MoMeshPointProbe. scalarSetIds
Field representing the scalar set nodes to use when probing at the current position.SoMFInt32
MoMeshPointProbe. vectorSetIds
Field representing the vector set nodes to use when probing at the current position. -
Uses of SoMFInt32 in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes declared as SoMFInt32 Modifier and Type Field Description SoMFInt32
SoVolumeRender. dataSetIds
Specifies the list of volumes on which volume rendering is applied.
-