Uses of Class
com.openinventor.inventor.SbPlane
Packages that use SbPlane
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
The element classes are used internally for storing information in Open Inventor's traversal state list.
Large Data Management.
-
Uses of SbPlane in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbPlaneModifier and TypeMethodDescriptionSbViewVolume.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.setValue
(float[] components) SbPlane.setValue
(float[] components, int startIndex) static SbPlane[]
SbPlane.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbPlaneConstructors in com.openinventor.inventor with parameters of type SbPlane -
Uses of SbPlane in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SbPlaneModifier and TypeMethodDescriptionSoClipPlaneElement.get
(int index) Calls get(index, true).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 -
Uses of SbPlane in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbPlaneModifier and TypeMethodDescriptionSoSFPlane.getValue()
Returns this field's value.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 SbPlaneModifier and TypeMethodDescriptionint
Calls find(targetValue, false).int
Finds the given targetValue in the array and returns the index of that value.void
Sets the index'th value in the array to newValue.void
Sets the first value in the array to newValue, and deletes.void
Sets this field to newValue.void
Sets num values starting at index start to the values.Constructors in com.openinventor.inventor.fields with parameters of type SbPlaneModifierConstructorDescriptionSoSFPlane
(SoFieldContainer fieldContainer, 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 SbPlaneMethods in com.openinventor.inventor.projectors with parameters of type SbPlaneModifier and TypeMethodDescriptionvoid
Sets the plane to use.Constructors in com.openinventor.inventor.projectors with parameters of type SbPlaneModifierConstructorDescriptionSbPlaneProjector
(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 SbPlaneModifier and TypeMethodDescriptionConvenient method to get the required size of the application buffer: call getData(resolution, subvolume, plane, null).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.getData
(int resolution, SbBox3i32 subVolume, SbPlane plane, ByteBuffer buffer) Deprecated.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 SbPlaneModifier and TypeMethodDescriptionvoid
SoSliceDetail.setDetails
(SbPlane p, SbLine line, SoVolumeData vd)
SoLDMDataAccess.getData(int, SbBox3i32, SbPlane, SoBufferObject)
instead.