#include <stdlib.h>#include <stdio.h>#include <math.h>#include <memory.h>#include <OSGConfig.h>#include <iostream>#include <fstream>#include <OSGLog.h>#include <OSGImageFileHandler.h>#include <OSGPathHandler.h>#include <OSGFileSystem.h>#include "OSGHDRImageFileType.h"Go to the source code of this file.
Namespaces | |
| namespace | osg |
Defines | |
| #define | MINELEN 8 |
| #define | MAXELEN 0x7fff |
| #define | MINRUN 4 |
| #define | RED 0 |
| #define | GRN 1 |
| #define | BLU 2 |
| #define | EXP 3 |
| #define | COLXS 128 |
| #define | copy_rgbe(c1, c2) (c2[RED]=c1[RED],c2[GRN]=c1[GRN],c2[BLU]=c1[BLU],c2[EXP]=c1[EXP]) |
Variables | |
| static const Char8 * | suffixArray [] |
| #define MINELEN 8 |
Definition at line 62 of file OSGHDRImageFileType.cpp.
Referenced by osg::HDRImageFileType::freadcolrs(), and osg::HDRImageFileType::fwriteRGBE().
| #define MAXELEN 0x7fff |
Definition at line 63 of file OSGHDRImageFileType.cpp.
Referenced by osg::HDRImageFileType::freadcolrs(), and osg::HDRImageFileType::fwriteRGBE().
| #define MINRUN 4 |
Definition at line 64 of file OSGHDRImageFileType.cpp.
Referenced by osg::HDRImageFileType::fwriteRGBE().
| #define RED 0 |
Definition at line 65 of file OSGHDRImageFileType.cpp.
Referenced by osg::HDRImageFileType::float2RGBE(), osg::HDRImageFileType::half2RGBE(), osg::HDRImageFileType::oldreadcolrs(), osg::HDRImageFileType::RGBE2Float(), and osg::HDRImageFileType::RGBE2Half().
| #define GRN 1 |
Definition at line 66 of file OSGHDRImageFileType.cpp.
Referenced by osg::HDRImageFileType::float2RGBE(), osg::HDRImageFileType::freadcolrs(), osg::HDRImageFileType::half2RGBE(), osg::HDRImageFileType::oldreadcolrs(), osg::HDRImageFileType::RGBE2Float(), and osg::HDRImageFileType::RGBE2Half().
| #define BLU 2 |
Definition at line 67 of file OSGHDRImageFileType.cpp.
Referenced by osg::HDRImageFileType::float2RGBE(), osg::HDRImageFileType::freadcolrs(), osg::HDRImageFileType::half2RGBE(), osg::HDRImageFileType::oldreadcolrs(), osg::HDRImageFileType::RGBE2Float(), and osg::HDRImageFileType::RGBE2Half().
| #define EXP 3 |
Definition at line 68 of file OSGHDRImageFileType.cpp.
Referenced by osg::HDRImageFileType::float2RGBE(), osg::HDRImageFileType::half2RGBE(), osg::HDRImageFileType::oldreadcolrs(), osg::HDRImageFileType::RGBE2Float(), and osg::HDRImageFileType::RGBE2Half().
| #define COLXS 128 |
Definition at line 69 of file OSGHDRImageFileType.cpp.
Referenced by osg::HDRImageFileType::float2RGBE(), osg::HDRImageFileType::half2RGBE(), osg::HDRImageFileType::RGBE2Float(), and osg::HDRImageFileType::RGBE2Half().
| #define copy_rgbe | ( | c1, | |||
| c2 | ) | (c2[RED]=c1[RED],c2[GRN]=c1[GRN],c2[BLU]=c1[BLU],c2[EXP]=c1[EXP]) |
Definition at line 72 of file OSGHDRImageFileType.cpp.
Referenced by osg::HDRImageFileType::oldreadcolrs().
const Char8* suffixArray[] [static] |
1.5.5