SoRasterReaderSet Class |
Class referencing all raster reading classes.
Namespace: OIV.Inventor.Image
The SoRasterReaderSet type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AddReader | Adds a raster reading class to the set of raster readers. |
![]() ![]() | DeleteReaders(Int32) | Calls DeleteReaders(start, -1). |
![]() ![]() | DeleteReaders(Int32, Int32) | Removes num readers (including default ones) at start position. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() ![]() | GetNumReaders | Returns the number of raster readers currently in the set. |
![]() ![]() | GetReader | Returns an instance of the reader class if found in the set of raster readers. |
![]() ![]() | GetReaderAt | Returns the type of reader at the specified index. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class is used to know what readers are available when opening a raster file. All raster readers supplied by Open Inventor are already referenced in SoRasterReaderSet as default readers. The default raster readers are: SoPNGImageRW, SoSGIRGBImageRW, SoGIFImageRW, SoJP2ImageRW, SoSUNImageRW, SoBMPImageRW, SoPGXImageRW, SoPNMImageRW, SoPSImageRW, SoJPEGImageRW, and SoTIFFImageRW.