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 |
|
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 |
Modifier and Type | Method and 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.SubVolumeRegion.getPosition(long i)
Returns position of the ith voxel of the region.
|
SbVec4i32 |
SbImageDataAccessor.Region.getPosition(long i)
Returns position of the ith voxel in the region.
|
SbVec4i32 |
SbImageDataAccessor.SubVolumeRegion.getSize()
Returns the dimensions of the region.
|
SbVec4i32 |
SbImageDataAccessor.Region.getSize()
Returns dimensions of the region.
|
Constructor and Description |
---|
SbDiscreteLineProfile(SbVec4i32 p1,
SbVec4i32 p2,
SoImageDataAdapter image)
Constructor defining the profile line on the image.
|
Modifier and Type | Method and Description |
---|---|
SbVec4i32 |
SoImageDataAdapter.getSize()
Returns a vector representing the dimensions of the image data.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
SbBox4i32(SbVec4i32 _min,
SbVec4i32 _max)
Constructor for a 4D integer32 box.
|
SbVec4i32(SbVec4i32 copyFrom) |
Modifier and Type | Method and Description |
---|---|
SbVec4i32 |
SoMFVec4i32.get1Value(int i)
Deprecated.
|
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.
|
Modifier and Type | Method and 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 |
SoSFVec4i32.setValue(SbVec4i32 newValue)
Sets this field to
newValue.
|
void |
SoSFBox4i32.setValue(SbVec4i32 _min,
SbVec4i32 _max)
Sets the box dimensions.
|
void |
SoMFVec4i32.setValues(int start,
SbVec4i32[] newValues)
Sets
num values starting at index
start to the values.
|
Constructor and Description |
---|
SoSFVec4i32(SoFieldContainer fieldContainer,
java.lang.String fieldName,
SoField.FieldTypes fieldType,
SbVec4i32 defaultValue)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
SbVec4i32 |
SoHeightFieldDetail.getColor()
Returns the color of the picked cell.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com