Uses of Class
com.openinventor.inventor.SbPlane
-
Packages that use SbPlane 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 -
-
Uses of SbPlane in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbPlane Modifier and Type Method 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)
Methods in com.openinventor.inventor with parameters of type SbPlane Modifier and Type Method Description void
SbPlane. setValue(SbPlane copyFrom)
Constructors in com.openinventor.inventor with parameters of type SbPlane Constructor 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. -
Uses of SbPlane in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SbPlane Modifier and Type Method Description SbPlane
SoClipPlaneElement. get(int index)
Calls get(index, true).SbPlane
SoClipPlaneElement. get(int index, boolean inWorldSpace)
Returns the indexed plane an element as anSbPlane
.Methods in com.openinventor.inventor.elements with parameters of type SbPlane Modifier and Type Method Description static void
SoClipPlaneElement. add(SoState state, SoNode node, SbPlane plane)
Adds a clip plane to the current set in the state. -
Uses of SbPlane in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbPlane Modifier and Type Method Description 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.Methods in com.openinventor.inventor.fields with parameters of type SbPlane Modifier and Type Method 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.Constructors in com.openinventor.inventor.fields with parameters of type SbPlane Constructor Description SoSFPlane(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SbPlane defaultValue)
Default constructor. -
Uses of SbPlane in com.openinventor.inventor.projectors
Methods in com.openinventor.inventor.projectors that return SbPlane Modifier and Type Method Description SbPlane
SbPlaneProjector. getPlane()
Gets the plane to use.Methods in com.openinventor.inventor.projectors with parameters of type SbPlane Modifier and Type Method Description void
SbPlaneProjector. setPlane(SbPlane plane)
Sets the plane to use.Constructors in com.openinventor.inventor.projectors with parameters of type SbPlane Constructor Description SbPlaneProjector(SbPlane plane)
Calls SbPlaneProjector(plane, false).SbPlaneProjector(SbPlane plane, boolean orient)
Constructor which is passed a plane. -
Uses of SbPlane in com.openinventor.ldm
Methods in com.openinventor.ldm with parameters of type SbPlane Modifier and Type Method 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, SoBufferObject bufferObj)
Given a subvolume in voxel coordinates and a plane, copies the data intersecting the plane and the subvolume into an application bufferSoLDMDataAccess.DataInfoPlane
SoLDMDataAccess. getData(int resolution, SbBox3i32 subVolume, SbPlane plane, java.nio.ByteBuffer buffer)
Deprecated.As of Open Inventor 9.4, useSoLDMDataAccess.getData(int, SbBox3i32, SbPlane, SoBufferObject)
instead.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. -
Uses of SbPlane in com.openinventor.volumeviz.details
Methods in com.openinventor.volumeviz.details with parameters of type SbPlane Modifier and Type Method Description void
SoSliceDetail. setDetails(SbPlane p, SbLine line, SoVolumeData vd)
-