Uses of Class
com.openinventor.inventor.SbBox2i32
-
Packages that use SbBox2i32 Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.image com.openinventor.ldm.readers com.openinventor.ldm.writers -
-
Uses of SbBox2i32 in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbBox2i32 Modifier and Type Method Description SbBox2i32
SbBox2i32. intersection(SbBox2i32 box)
Returns the intersection of the specified box with this box.SbBox2i32
SbBox2i32. setValue(int[] components)
SbBox2i32
SbBox2i32. setValue(int[] components, int startIndex)
static SbBox2i32[]
SbBox2i32. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbBox2i32 Modifier and Type Method Description void
SbBox2i32. extendBy(SbBox2i32 r)
Extends this box (if necessary) to contain the specified box.boolean
SbBox2i32. intersect(SbBox2i32 bb)
Returns true if the specified box intersects this box.SbBox2i32
SbBox2i32. intersection(SbBox2i32 box)
Returns the intersection of the specified box with this box.void
SbBox2i32. setValue(SbBox2i32 copyFrom)
Constructors in com.openinventor.inventor with parameters of type SbBox2i32 Constructor Description SbBox2i32(SbBox2i32 copyFrom)
-
Uses of SbBox2i32 in com.openinventor.inventor.image
Methods in com.openinventor.inventor.image with parameters of type SbBox2i32 Modifier and Type Method Description boolean
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 SbBox2i32 Modifier and Type Method Description void
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 SbBox2i32 Modifier and Type Method Description boolean
SoVolumeWriter. writeSubSlice(int sliceIndex, SbBox2i32 subSlice, SoBufferObject buffer)
Writes the data contained in the specified subslice.
-