Uses of Class
com.openinventor.inventor.SbVec4i32
-
Packages that use SbVec4i32 Package Description com.openinventor.imageviz The ImageViz extension allows easy integration of advanced 2D and 3D image processing and analysis capabilities into imaging software applications.com.openinventor.imageviz.nodes.images Data conversion conventions in ImageViz com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.fields com.openinventor.volumeviz.details -
-
Uses of SbVec4i32 in com.openinventor.imageviz
Methods in com.openinventor.imageviz that return SbVec4i32 Modifier and Type Method Description SbVec4i32
SbDiscreteLineProfile. getFirstPosition()
Returns the first point.SbVec4i32
SbDiscreteLineProfile. getLastPosition()
Returns the last point.SbVec4i32
SbDiscreteLineProfile. getPosition(int index)
Returns the position along the line at specified displacement relatively to first point.SbVec4i32
SbImageDataAccessor.Region. getPosition(long i)
Returns position of the ith voxel in the region.SbVec4i32
SbImageDataAccessor.SubVolumeRegion. getPosition(long i)
Returns position of the ith voxel of the region.SbVec4i32
SbImageDataAccessor.Region. getSize()
Returns dimensions of the region.SbVec4i32
SbImageDataAccessor.SubVolumeRegion. getSize()
Returns the dimensions of the region.Constructors in com.openinventor.imageviz with parameters of type SbVec4i32 Constructor Description SbDiscreteLineProfile(SbVec4i32 p1, SbVec4i32 p2, SoImageDataAdapter image)
Constructor defining the profile line on the image. -
Uses of SbVec4i32 in com.openinventor.imageviz.nodes.images
Methods in com.openinventor.imageviz.nodes.images that return SbVec4i32 Modifier and Type Method Description SbVec4i32
SoImageDataAdapter. getSize()
Returns a vector representing the dimensions of the image data.Methods in com.openinventor.imageviz.nodes.images with parameters of type SbVec4i32 Modifier and Type Method Description static SoMemoryDataAdapter
SoMemoryDataAdapter. createMemoryDataAdapter(SbVec4i32 dimension, SbImageDataType imageInfos, SoMemoryDataAdapter.LayerOrganizations organization, SoBufferObject data)
Factory method that creates an adapter from an existing block of memory. -
Uses of SbVec4i32 in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbVec4i32 Modifier and Type Method Description SbVec4i32
SbBox4i32. getMax()
Returns the maximum point of the box.SbVec4i32
SbBox4i32. getMin()
Returns the minimum point of the box.SbVec4i32
SbBox4i32. getSize()
Gets box size.SbVec4i32
SbVec4i32. minus(SbVec4i32 v2)
Component-wise binary vector subtraction operator.SbVec4i32
SbVec4i32. over(double d)
Component-wise binary scalar division operator.SbVec4i32
SbVec4i32. over(int d)
Component-wise binary scalar division operator.SbVec4i32
SbVec4i32. plus(SbVec4i32 v2)
Component-wise binary vector addition operator.SbVec4i32
SbVec4i32. setValue(int[] components)
SbVec4i32
SbVec4i32. setValue(int[] components, int startIndex)
SbVec4i32
SbVec4i32. setValue(int c0, int c1, int c2, int c3)
SbVec4i32
SbVec4i32. times(double d)
Component-wise binary scalar multiplication operator.SbVec4i32
SbVec4i32. times(int d)
Component-wise binary scalar multiplication operator.static SbVec4i32[]
SbVec4i32. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbVec4i32 Modifier and Type Method Description void
SbVec4i32. add(SbVec4i32 u)
Component-wise vector addition operator.int
SbVec4i32. dot(SbVec4i32 v)
Returns dot (inner) product of vector and another vector.void
SbBox4i32. extendBy(SbVec4i32 pt)
Extends this box (if necessary) to contain the specified point.boolean
SbBox4i32. intersect(SbVec4i32 pt)
Returns true if the specified point intersects this box.SbVec4i32
SbVec4i32. minus(SbVec4i32 v2)
Component-wise binary vector subtraction operator.SbVec4i32
SbVec4i32. plus(SbVec4i32 v2)
Component-wise binary vector addition operator.void
SbVec4i32. setValue(SbVec4i32 copyFrom)
void
SbVec4i32. substract(SbVec4i32 u)
Component-wise vector subtraction operator.Constructors in com.openinventor.inventor with parameters of type SbVec4i32 Constructor Description SbBox4i32(SbVec4i32 _min, SbVec4i32 _max)
Constructor for a 4D integer32 box.SbVec4i32(SbVec4i32 copyFrom)
-
Uses of SbVec4i32 in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbVec4i32 Modifier and Type Method Description SbVec4i32
SoSFVec4i32. getValue()
Returns this field's value.SbVec4i32
SoMFVec4i32. getValueAt(int i)
SbVec4i32[]
SoMFVec4i32. getValues(int start)
Returns a pointer into the array of values in the field, starting at index start.Methods in com.openinventor.inventor.fields with parameters of type SbVec4i32 Modifier and Type Method Description int
SoMFVec4i32. find(SbVec4i32 targetValue)
Calls find(targetValue, false).int
SoMFVec4i32. find(SbVec4i32 targetValue, boolean addIfNotFound)
Finds the given targetValue in the array and returns the index of that value.void
SoMFVec4i32. set1Value(int index, SbVec4i32 newValue)
Sets the index'th value in the array to newValue.void
SoMFVec4i32. setValue(SbVec4i32 newValue)
Sets the first value in the array to newValue, and deletes.void
SoSFBox4i32. setValue(SbVec4i32 _min, SbVec4i32 _max)
Sets the box dimensions.void
SoSFVec4i32. setValue(SbVec4i32 newValue)
Sets this field to newValue.void
SoMFVec4i32. setValues(int start, SbVec4i32[] newValues)
Sets num values starting at index start to the values.Constructors in com.openinventor.inventor.fields with parameters of type SbVec4i32 Constructor Description SoSFVec4i32(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbVec4i32 defaultValue)
Default constructor. -
Uses of SbVec4i32 in com.openinventor.volumeviz.details
Methods in com.openinventor.volumeviz.details that return SbVec4i32 Modifier and Type Method Description SbVec4i32
SoHeightFieldDetail. getColor()
Returns the color of the picked cell.
-