25#if !defined(SO_HDR_IMAGERW_H)
26#define SO_HDR_IMAGERW_H
109 virtual
bool supportsAlpha() const;
113 virtual
void createSuffixList();
122 static
SbBool readHDRIBuffer(FILE* file,
unsigned char* scan,
int xmax);
139 static
SbBool writePixels(FILE* file,
unsigned char* data,
unsigned long size);
144 static
SbBool writePixelsRLE(FILE* file,
unsigned char* data,
unsigned long size);
#define FALSE
Possible value of SbBool.
#define SO_IMAGE_RASTER_RW_HEADER()
<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> Class for encodi...
virtual SoRasterImageRW::ReadCapability getReadCapability() const
Returns if the class can read the specific raster format.
virtual SoRasterImageRW::WriteCapability getWriteCapability() const
Returns if the class can write in the specific raster format.
virtual SbBool open(SoRasterImageIO *rasterImageIO, OpenMode openMode)
Opens the reader/writer in the given open mode.
virtual SbBool write(SbRasterImage *rasterImage, unsigned int xPos=0, unsigned int yPos=0)
Writes and encodes the given data in the specific format.
virtual SbBool read(SbRasterImage *rasterImage, SbBool infoOnly=FALSE)
Reads, decodes, and fills the rasterImage parameter.
virtual SbBool isMultipleBufferInverted() const
Specifies the write method when using multiple buffers.
virtual SbBool writeFooter()
Writes and encodes the footer of this specific format.
<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.