27#ifndef _SOSGIRGBIMAGERW_
28#define _SOSGIRGBIMAGERW_
30#include <Inventor/image/SoRasterImageRW.h>
55 SO_IMAGE_RASTER_RW_HEADER()
111 virtual
void createSuffixList();
119 int m_scanTileOffset;
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class encapsulat...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Portable mutex c...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Abstract base cl...
ReadCapability
Read Capability enumeration values.
OpenMode
open Mode enumeration values.
WriteCapability
Write Capability enumeration values.
virtual SbBool read(SbRasterImage *rasterImage, SbBool infoOnly=FALSE)
Reads, decodes, and fills the rasterImage parameter.
virtual SoRasterImageRW::ReadCapability getReadCapability() const
Returns the read capability of the raster format.
virtual SoRasterImageRW::WriteCapability getWriteCapability() const
Returns the write capability of the raster format.
virtual SbBool writeFooter()
Writes and encodes the footer for this specific format.
virtual SbBool open(SoRasterImageIO *rasterImageIO, OpenMode openMode)
Opens the reader/writer in the specified open mode.
virtual SbBool write(SbRasterImage *rasterImage, unsigned int xPos=0, unsigned int yPos=0)
Writes and encodes the given data in this specific format.
SoSGIRGBImageRW()
Constructor.
virtual SbBool isMultipleBufferInverted() const
Specifies the write direction when using multiple buffers.