Package | Description |
---|---|
com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
com.openinventor.inventor.elements |
The element classes are used internally for storing information in Open Inventor's traversal state list.
|
com.openinventor.inventor.fields | |
com.openinventor.inventor.projectors | |
com.openinventor.ldm |
Large Data Management.
|
com.openinventor.volumeviz.details |
Modifier and Type | Method and Description |
---|---|
SbPlane |
SbViewVolume.getPlane(float distFromEye)
Returns a plane parallel to the near (or far) plane of the view volume at a given distance from the projection point (eye).
|
SbPlane |
SbPlane.setValue(float[] components) |
SbPlane |
SbPlane.setValue(float[] components,
int startIndex) |
static SbPlane[] |
SbPlane.toArray(long nativeArray,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
SbPlane.setValue(SbPlane copyFrom) |
Constructor and Description |
---|
SbPlane(SbPlane copyFrom) |
SbVec3d(SbPlane p0,
SbPlane p1,
SbPlane p2)
Constructor given 3 planes.
|
SbVec3f(SbPlane p0,
SbPlane p1,
SbPlane p2)
Constructor given 3 planes.
|
Modifier and Type | Method and Description |
---|---|
SbPlane |
SoClipPlaneElement.get(int index)
Calls get(index, true).
|
SbPlane |
SoClipPlaneElement.get(int index,
boolean inWorldSpace)
Returns the indexed plane an element as an
SbPlane . |
Modifier and Type | Method and Description |
---|---|
static void |
SoClipPlaneElement.add(SoState state,
SoNode node,
SbPlane plane)
Adds a clip plane to the current set in the state.
|
Modifier and Type | Method and Description |
---|---|
SbPlane |
SoMFPlane.get1Value(int i)
Deprecated.
|
SbPlane |
SoSFPlane.getValue()
Returns this field's value.
|
SbPlane |
SoMFPlane.getValueAt(int i) |
SbPlane[] |
SoMFPlane.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 |
SoMFPlane.find(SbPlane targetValue)
Calls find(targetValue, false).
|
int |
SoMFPlane.find(SbPlane targetValue,
boolean addIfNotFound)
Finds the given
targetValue in the array and returns the index of that value.
|
void |
SoMFPlane.set1Value(int index,
SbPlane newValue)
Sets the
index'th value in the array to
newValue.
|
void |
SoMFPlane.setValue(SbPlane newValue)
Sets the first value in the array to
newValue, and deletes.
|
void |
SoSFPlane.setValue(SbPlane newValue)
Sets this field to
newValue.
|
void |
SoMFPlane.setValues(int start,
SbPlane[] newValues)
Sets
num values starting at index
start to the values.
|
Constructor and Description |
---|
SoSFPlane(SoFieldContainer fieldContainer,
java.lang.String fieldName,
SoField.FieldTypes fieldType,
SbPlane defaultValue)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
SbPlane |
SbPlaneProjector.getPlane()
Gets the plane to use.
|
Modifier and Type | Method and Description |
---|---|
void |
SbPlaneProjector.setPlane(SbPlane plane)
Sets the plane to use.
|
Constructor and Description |
---|
SbPlaneProjector(SbPlane plane)
Calls SbPlaneProjector(plane, false).
|
SbPlaneProjector(SbPlane plane,
boolean orient)
Constructor which is passed a plane.
|
Modifier and Type | Method and Description |
---|---|
SoLDMDataAccess.DataInfoPlane |
SoLDMDataAccess.getData(int resolution,
SbBox3i32 subVolume,
SbPlane plane)
Convenient method to get the required size of the application buffer: call
getData(resolution, subvolume, plane, null).
|
SoLDMDataAccess.DataInfoPlane |
SoLDMDataAccess.getData(int resolution,
SbBox3i32 subVolume,
SbPlane plane,
java.nio.Buffer buffer)
Deprecated.
|
SoLDMDataAccess.DataInfoPlane |
SoLDMDataAccess.getData(int resolution,
SbBox3i32 subVolume,
SbPlane plane,
java.nio.ByteBuffer buffer)
Deprecated.
As of Open Inventor 9.4, use
SoLDMDataAccess.getData(int, SbBox3i32, SbPlane, SoBufferObject) instead. |
SoLDMDataAccess.DataInfoPlane |
SoLDMDataAccess.getData(int resolution,
SbBox3i32 subVolume,
SbPlane plane,
SoBufferObject bufferObj)
Given a subvolume in voxel coordinates and a plane, copies the data
intersecting the plane and the subvolume into an application buffer
|
int |
SoLDMDataAccess.requestData(int resolution,
SbBox3i32 subVolume,
SbPlane plane,
SoBufferObject bufferObj)
Given a subvolume in voxel coordinates and a plane, asynchronously copies the data intersecting the plane and the subvolume into an application buffer.
|
void |
SoLDMNodeFrontManager.setSlicePlane(int sliceID,
SbPlane plane)
Tells
SoLDMNodeFrontManager what plane the slice is in. |
Modifier and Type | Method and Description |
---|---|
void |
SoSliceDetail.setDetails(SbPlane p,
SbLine line,
SoVolumeData vd) |
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com