Uses of Class
com.openinventor.inventor.image.SbRasterImage
Packages that use SbRasterImage
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbRasterImage in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbRasterImageModifier and TypeMethodDescriptionSoOffscreenRenderArea.EventArg.getTile()
Returns the image of the rendered tile. -
Uses of SbRasterImage in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbRasterImageModifier and TypeMethodDescriptionSoSFImage.toRasterImage()
Calls toRasterImage((boolean)true).SoSFImage.toRasterImage
(boolean downSample) Returns an instance ofSbRasterImage
filled with the content of this field. -
Uses of SbRasterImage in com.openinventor.inventor.image
Methods in com.openinventor.inventor.image with parameters of type SbRasterImageModifier and TypeMethodDescriptionboolean
SoMRCImageRW.read
(SbRasterImage rasterImage, long imageIndex) Calls read(rasterImage, imageIndex, false).boolean
SoMRCImageRW.read
(SbRasterImage rasterImage, long imageIndex, boolean infoOnly) Read the current open image into rasterImage.boolean
SoRasterImageRW.read
(SbRasterImage rasterImage) Calls read(rasterImage, false).boolean
SoRasterImageRW.read
(SbRasterImage rasterImage, boolean infoOnly) Read the current open image into rasterImage.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.boolean
SoRasterImageRW.write
(SbRasterImage rasterImage) Calls write(rasterImage, (int)0, (int)0).boolean
SoRasterImageRW.write
(SbRasterImage rasterImage, int xPos) Calls write(rasterImage, xPos, (int)0).boolean
SoRasterImageRW.write
(SbRasterImage rasterImage, int xPos, int yPos) Writes and encodes the given data in the specific format. -
Uses of SbRasterImage in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SbRasterImageModifier and TypeMethodDescriptionstatic SbRasterImage
SoTexture.readTexture
(String filename) Calls readTexture(filename, SoTexture.FileTypes.valueOf( SoTexture.FileTypes.UNKNOWN.getValue() )).static SbRasterImage
SoTexture.readTexture
(String filename, SoTexture.FileTypes filetype) Convenience function that loads the image data from any texture file supported by Open Inventor and returns anSbRasterImage
object. -
Uses of SbRasterImage in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering with parameters of type SbRasterImageModifier and TypeMethodDescriptionboolean
RenderAreaListener.onRequestedFrame
(RenderArea renderArea, Connection sender, SbRasterImage rasterImage) Triggered when a new frame is requested by a connection.