Abstract base class for raster image input and output. More...
#include <Inventor/image/SoRasterImageIO.h>
Public Member Functions | |
virtual SoType | getTypeId () const =0 |
virtual | ~SoRasterImageIO () |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Abstract class for raster image input and output.
SoRasterImageFile, SoRasterImageRW
virtual SoRasterImageIO::~SoRasterImageIO | ( | ) | [inline, virtual] |
static SoType SoRasterImageIO::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented in SoRasterImageFile.
virtual SoType SoRasterImageIO::getTypeId | ( | ) | const [pure virtual] |
Returns the type identifier for this specific instance.
Implemented in SoRasterImageFile.