Open CASCADE Technology
6.5.4
|
#include <Standard_Type.hxx>
Data Structures | |
struct | AlienImage_SUNRFFileHeader |
Defines | |
#define | RAS_MAGIC 0x59a66a95 |
#define | RT_OLD 0 /* Raw pixrect image in 68000 byte order */ |
#define | RT_STANDARD 1 /* Raw pixrect image in 68000 byte order */ |
#define | RT_BYTE_ENCODED 2 /* Run-length compression of bytes */ |
#define | RT_FORMAT_RGB 3 /* XRGB or RGB instead of XBGR or BGR */ |
#define | RT_FORMAT_TIFF 4 /* tiff <-> standard rasterfile */ |
#define | RT_FORMAT_IFF 5 /* iff (TAAC format) <-> standard rasterfile */ |
#define | RT_EXPERIMENTAL 0xffff /* Reserved for testing */ |
#define | RMT_RAW 2 |
#define | RMT_NONE 0 /* ras_maplength is expected to be 0 */ |
#define | RMT_EQUAL_RGB 1 /* red[ras_maplength/3],green[],blue[] */ |
Functions | |
const Handle< Standard_Type > & | STANDARD_TYPE (AlienImage_SUNRFFileHeader) |
ostream & | operator<< (ostream &s, const AlienImage_SUNRFFileHeader &h) |
Standard_Boolean | operator== (const AlienImage_SUNRFFileHeader &Obj1, const AlienImage_SUNRFFileHeader &Obj2) |
void | ShallowDump (const AlienImage_SUNRFFileHeader &AnObject, Standard_OStream &S) |
#define RAS_MAGIC 0x59a66a95 |
#define RMT_EQUAL_RGB 1 /* red[ras_maplength/3],green[],blue[] */ |
#define RMT_NONE 0 /* ras_maplength is expected to be 0 */ |
#define RMT_RAW 2 |
#define RT_BYTE_ENCODED 2 /* Run-length compression of bytes */ |
#define RT_EXPERIMENTAL 0xffff /* Reserved for testing */ |
#define RT_FORMAT_IFF 5 /* iff (TAAC format) <-> standard rasterfile */ |
#define RT_FORMAT_RGB 3 /* XRGB or RGB instead of XBGR or BGR */ |
#define RT_FORMAT_TIFF 4 /* tiff <-> standard rasterfile */ |
#define RT_STANDARD 1 /* Raw pixrect image in 68000 byte order */ |
ostream& operator<< | ( | ostream & | s, |
const AlienImage_SUNRFFileHeader & | h | ||
) |
Standard_Boolean operator== | ( | const AlienImage_SUNRFFileHeader & | Obj1, |
const AlienImage_SUNRFFileHeader & | Obj2 | ||
) |
void ShallowDump | ( | const AlienImage_SUNRFFileHeader & | AnObject, |
Standard_OStream & | S | ||
) |