80 virtual
SbBool write(
SbRasterImage* SO_UNUSED_PARAM(rasterImage),
unsigned int SO_UNUSED_PARAM(xPos) = 0,
unsigned int SO_UNUSED_PARAM(yPos) = 0);
115 virtual
void createSuffixList();
119 SbBool writeMultipleImages(
SbRasterImage* SO_UNUSED_PARAM(rasterImage),
unsigned int SO_UNUSED_PARAM(xPos) = 0,
unsigned int SO_UNUSED_PARAM(yPos) = 0);
125 unsigned char* m_imageBuffer;
#define FALSE
Possible value of SbBool.
SO_PIMPL_PUBLIC_DECLARATION(SoBMPImageRW)
#define SO_IMAGE_RASTER_RW_HEADER()
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class encapsulat...
Class for smart character strings.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class for encodi...
virtual SbBool read(SbRasterImage *rasterImage, SbBool infoOnly=FALSE)
Reads, decodes, and fills the rasterImage parameter.
virtual SbBool open(SoRasterImageIO *rasterImageIO, OpenMode openMode)
Opens the reader/writer in the specified open mode.
virtual SoRasterImageRW::ReadCapability getReadCapability() const
Returns the read capability of the raster format.
virtual SbBool isMultipleBufferInverted() const
Returns the write direction when using multiple buffers.
virtual SoRasterImageRW::WriteCapability getWriteCapability() const
Returns the write capability of the raster format.
virtual SbBool writeFooter()
Writes and encodes the footer of this specific format.
virtual SbBool write(SbRasterImage *rasterImage, unsigned int xPos=0, unsigned int yPos=0)
Writes the given data in this specific format.
virtual void close()
Closes the reader/writer.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Abstract base cl...
<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.