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 | Determines whether the specified Object is equal to the current Object. (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 OIV.Inventor.Image.SoRasterReaderSet as default readers. The default raster readers are: OIV.Inventor.Image.SoPNGImageRW, OIV.Inventor.Image.SoSGIRGBImageRW, OIV.Inventor.Image.SoGIFImageRW, OIV.Inventor.Image.SoJP2ImageRW, SoSUNImageRW, OIV.Inventor.Image.SoBMPImageRW, SoPGXImageRW, SoPNMImageRW, OIV.Inventor.Image.SoPSImageRW, OIV.Inventor.Image.SoJPEGImageRW, and OIV.Inventor.Image.SoTIFFImageRW.