Uses of Class
com.openinventor.inventor.SbBox2i32
Packages that use SbBox2i32
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbBox2i32 in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbBox2i32Modifier and TypeMethodDescriptionSbBox2i32.intersection
(SbBox2i32 box) Returns the intersection of the specified box with this box.SbBox2i32.setValue
(int[] components) SbBox2i32.setValue
(int[] components, int startIndex) static SbBox2i32[]
SbBox2i32.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbBox2i32Modifier and TypeMethodDescriptionvoid
Extends this box (if necessary) to contain the specified box.boolean
Returns true if the specified box intersects this box.SbBox2i32.intersection
(SbBox2i32 box) Returns the intersection of the specified box with this box.void
Constructors in com.openinventor.inventor with parameters of type SbBox2i32 -
Uses of SbBox2i32 in com.openinventor.inventor.image
Methods in com.openinventor.inventor.image with parameters of type SbBox2i32Modifier and TypeMethodDescriptionboolean
SoMRCImageRW.readRegion
(SbRasterImage rasterImage, long imageIndex, SbBox2i32 region) Read the specified region of current open image into rasterImage.boolean
SoRasterImageRW.readRegion
(SbRasterImage rasterImage, SbBox2i32 region) Read the specified region of current open image into rasterImage. -
Uses of SbBox2i32 in com.openinventor.ldm.readers
Methods in com.openinventor.ldm.readers with parameters of type SbBox2i32Modifier and TypeMethodDescriptionvoid
SoVolumeReader.getSubSlice
(SbBox2i32 subSlice, int sliceNumber, SoBufferObject dataBuffer) This method is called by Open Inventor during an LDM conversion or during volume loading. -
Uses of SbBox2i32 in com.openinventor.ldm.writers
Methods in com.openinventor.ldm.writers with parameters of type SbBox2i32Modifier and TypeMethodDescriptionboolean
SoVolumeWriter.writeSubSlice
(int sliceIndex, SbBox2i32 subSlice, SoBufferObject buffer) Writes the data contained in the specified subslice.