JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
gheader.h File Reference

グラフィックデータヘッダ定義 More...

#include "tools.h"
Include dependency graph for gheader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CTHead
 
struct  RasHead
 
struct  CmnHead_Entry
 
struct  CmnHead
 
struct  RGB24Data
 

Macros

#define RAS_MAGIC   0x59a66a95
 
#define RAS_RLE   0x80
 
#define RT_OLD   0
 
#define RT_STANDARD   1
 
#define RT_BYTE_ENCODED   2
 
#define RT_FORMAT_RGB   3
 
#define RMT_NONE   0
 
#define RMT_EQUAL_RGB   1
 
#define RMT_RAW   2
 
#define UN_KNOWN_DATA   0
 0x0000 // 知らないデータ形式(システムにお任せ)
 
#define PROC_DATA   1
 0x0001 // 内部(DLL)処理されたデータ形式
 
#define CREATE_DATA   2
 0x0002 // 内部(DLL)で作成されたデータ形式
 
#define MOON_DATA   3
 0x0003 // CT DATA
 
#define DICOM_DATA   4
 0x0004 // DICOM Header
 
#define USERSET_DATA   5
 0x0005 // ユーザ指定のデータ形式(ヘッダ形式指定の場合,使用する)
 
#define CT_DATA   16
 0x0010 // CT DATA (Moon形式)
 
#define CT_3DM   18
 0x0012 // 3D CT DATA(マルチスライス)
 
#define CT_3D_VOL   19
 0x0013 // CT ボリュームデータ
 
#define CT_RGN_SL   20
 0x0014 // CT Region Slice DATA
 
#define JPEG_DATA   32
 0x0020 // JPEG RGB
 
#define JPEG_RGB_DATA   32
 0x0020 // JPEG RGB
 
#define JPEG_MONO_DATA   33
 0x0021 // JPEG MONO
 
#define JPEG16_RGB_DATA   34
 0x0022 // 書き込み用(16bit->32bit変換)
 
#define JPEG16_ARGB_DATA   35
 0x0023 // 書き込み用(16bit->32bit変換)
 
#define JPEG16_RGBA_DATA   36
 0x0024 // 書き込み用(16bit->32bit変換)
 
#define JPEG_ARGB_DATA   37
 0x0025 // 書き込み用(アルファチャンネルは削除される)
 
#define JPEG_RGBA_DATA   38
 0x0026 // 書き込み用(アルファチャンネルは削除される)
 
#define TIFF_DATA   48
 0x0030 // TIFF
 
#define PNG_DATA   64
 0x0040 // PNG
 
#define TGA_DATA   80
 0x0050 // TGA
 
#define JP2K_DATA   96
 0x0060 // JPEG2K
 
#define RAS_DATA   112
 0x0070 // SUN RASTER 8bit
 
#define RAS8_DATA   113
 0x0071 // SUN RASTER 8bit
 
#define RAS16_DATA   114
 0x0072 // SUN RASTER 16bit
 
#define RAS24_DATA   115
 0x0073 // SUN RASTER 24bit
 
#define HAS_DUMMY1   256
 0x0100
 
#define HAS_DUMMY2   512
 0x0200

 
#define HAS_BASE   1024
 0x0400 // 基底(底上げ)値を持つ
 
#define HAS_ZSPACE   2048
 0x0800
 
#define HAS_RZXY   4096
 0x1000 // with RZxy data
 
#define HAS_RBOUND   8192
 0x2000 // with RBound data
 
#define HAS_LENDIAN   16384
 0x4000 // リトルエンディアン
 
#define HEADER_NONE   32768
 0x8000 // ヘッダ種別の指定なし
 
#define NUM_KDATA   32767
 0x7fff // Max Numver of Data Format
 
#define RZXY_RATE   10000
 RZxy をファイルのヘッダに埋め込む際の比率(倍率).
 
#define ZEROCT_BASE   4096
 
#define UN_KNOWN_DATA_STR   "UNKNOWN DATA"
 
#define PROC_DATA_STR   "PROC DATA"
 
#define CREATE_DATA_STR   "CREATE DATA"
 
#define USERSET_DATA_STR   "USERSET DATA"
 
#define DICOM_DATA_STR   "DICOM"
 
#define RAS_DATA_STR   "SUN RASTER"
 
#define CT_DATA_STR   "Common Header"
 
#define CT_3DM_STR   "Common 3D"
 
#define MOON_DATA_STR   "CT (Moon)"
 
#define JPEG_RGB_DATA_STR   "JPEG RGB"
 
#define JPEG_MONO_DATA_STR   "JPEG MONO"
 
#define PNG_DATA_STR   "PNG"
 
#define TIFF_DATA_STR   "TIFF"
 
#define CT_3D_VOL_STR   "3D VOL"
 
#define STATE_GRAPH_NOERR   0
 
#define GRAPH_COLOR_MONO   0
 0x0000
 
#define GRAPH_COLOR_MONO8   0
 
#define GRAPH_COLOR_GRAY   0
 
#define GRAPH_COLOR_GRAY8   0
 
#define GRAPH_COLOR_MONO16   16
 0x0010
 
#define GRAPH_COLOR_GRAY16   16
 
#define GRAPH_COLOR_R5G6B5   17
 0x0011 no PLANEモード only. depth = 16, zsize = 1
 
#define GRAPH_COLOR_RGB16   17
 
#define GRAPH_COLOR_R4G4B4A4   18
 0x0012 no PLANEモード only. depth = 16, zsize = 1
 
#define GRAPH_COLOR_RGBA16   18
 
#define GRAPH_COLOR_A4R4G4B4   19
 0x0013 no PLANEモード only. depth = 16, zsize = 1
 
#define GRAPH_COLOR_ARGB16   19
 
#define GRAPH_COLOR_MA   20
 0x0014
 
#define GRAPH_COLOR_M8A8   20
 
#define GRAPH_COLOR_MA16   20
 
#define GRAPH_COLOR_GA   20
 
#define GRAPH_COLOR_G8A8   20
 
#define GRAPH_COLOR_GA16   20
 
#define GRAPH_COLOR_R8G8B8   32
 0x0020
 
#define GRAPH_COLOR_RGB24   32
 
#define GRAPH_COLOR_RGB   32
 
#define GRAPH_COLOR_B8G8R8   48
 0x0030
 
#define GRAPH_COLOR_BGR24   48
 
#define GRAPH_COLOR_BGR   48
 
#define GRAPH_COLOR_A8R8G8B8   64
 0x0040
 
#define GRAPH_COLOR_ARGB32   64
 
#define GRAPH_COLOR_ARGB   64
 
#define GRAPH_COLOR_R8G8B8A8   65
 0x0041
 
#define GRAPH_COLOR_RGBA32   65
 
#define GRAPH_COLOR_RGBA   65
 
#define GRAPH_COLOR_X8R8G8B8   66
 0x0042
 
#define GRAPH_COLOR_XRGB32   66
 
#define GRAPH_COLOR_XRGB   66
 
#define GRAPH_COLOR_A8B8G8R8   80
 0x0050
 
#define GRAPH_COLOR_ABGR32   80
 
#define GRAPH_COLOR_ABGR   80
 
#define GRAPH_COLOR_B8G8R8A8   81
 0x0051
 
#define GRAPH_COLOR_BGRA32   81
 
#define GRAPH_COLOR_BGRA   81
 
#define GRAPH_COLOR_X8B8G8R8   82
 0x0052
 
#define GRAPH_COLOR_XBGR32   82
 
#define GRAPH_COLOR_XBGR   82
 
#define GRAPH_COLOR_UNKNOWN   112
 0x0070
 
#define DICOM_STUDY_GROUP   0x0020
 
#define DICOM_IMAGE_GROUP   0x0028
 
#define DICOM_PIXEL_GROUP   0x7fe0
 
#define DICOM_PIXEL_ELEMENT   0x0010
 
#define DICOM_XSIZE_ELEMENT   0x0011
 
#define DICOM_YSIZE_ELEMENT   0x0010
 
#define DICOM_PXLSPC_ELEMENT   0x0030
 
#define DICOM_DEPTH_ELEMENT   0x0100
 
#define DICOM_GRYLV_ELEMENT   0x0101
 
#define DICOM_PIXCEL_VR   0x574f
 Not.
 
#define DICOM_STR_VR   0x5344
 Z歪
 
#define DICOM_INT_VR   0x5355
 X, Y.
 

Detailed Description

Version
3.0
Author
Fumi.Iseki (C)
Date
2002 8/27

ファイル形式とヘッダ種別

Common形式
CmnHead_Entry cmhd : common header. 36Byte.
Graphic  Header : 画像データ固有のヘッダ
Graphic Data : データ
Definition gheader.h:110
任意の画像データを保存する時,その画像データに識別ヘッダ(CmnHead) を付けて保存したもの.
UN_KNOWN_DATA
CmnHead_Entry cmhd : common header. 36Byte. (省略可)
Any Graphic : 任意のグラフィックデータ
[Graphic  Header] : 画像データ固有のヘッダ
[Graphic Data] : データ
Common Headerは省略可(省略した場合は,本来のファイル形式)
画像フォーマットを解析できない場合のファイル形式.従って,cmhd はkind以外意味がない.
この形式で保存することも,ヘッダを統一的に扱うと言う以外に特に意味はない.
RAS_DATA
CmnHead_Entry cmhd : common header. 36Byte. (省略可)
RasHead rshd : SunRasterのヘッダー.32Byte. メンバは int型.
Graphic Data : データ
Common Headerは省略可.Sun Rasterの一番単純な型(Starndard型)
USERSET_DATA
CmnHead_Entry cmhd : common header. 36Byte. (省略可)
ANY HEADER : ユーザ指定のヘッダ.
Graphic Data : データ
Common Headeri Entry は省略可.また,ANY HEADERが無い場合もある.
ヘッダ形式をオペレータ(ユーザ)が指定する場合の型.
ヘッダ情報を設定して,読み込み・書き込みの関数に渡す必要がある.
Attention
注)CTファイルに関しては Gio.h を見よ.

Definition in file gheader.h.

Macro Definition Documentation

◆ CREATE_DATA

#define CREATE_DATA   2

Definition at line 171 of file gheader.h.

◆ CREATE_DATA_STR

#define CREATE_DATA_STR   "CREATE DATA"

Definition at line 221 of file gheader.h.

◆ CT_3D_VOL

#define CT_3D_VOL   19

Definition at line 179 of file gheader.h.

Referenced by jbxl::copyCmnHead2MSGraph(), and jbxl::writeCmnHeadData().

◆ CT_3D_VOL_STR

#define CT_3D_VOL_STR   "3D VOL"

Definition at line 232 of file gheader.h.

◆ CT_3DM

#define CT_3DM   18

◆ CT_3DM_STR

#define CT_3DM_STR   "Common 3D"

Definition at line 226 of file gheader.h.

◆ CT_DATA

#define CT_DATA   16

◆ CT_DATA_STR

#define CT_DATA_STR   "Common Header"

Definition at line 225 of file gheader.h.

◆ CT_RGN_SL

#define CT_RGN_SL   20

Definition at line 180 of file gheader.h.

◆ DICOM_DATA

#define DICOM_DATA   4

◆ DICOM_DATA_STR

#define DICOM_DATA_STR   "DICOM"

Definition at line 223 of file gheader.h.

◆ DICOM_DEPTH_ELEMENT

#define DICOM_DEPTH_ELEMENT   0x0100

Definition at line 315 of file gheader.h.

Referenced by jbxl::dicomHeader().

◆ DICOM_GRYLV_ELEMENT

#define DICOM_GRYLV_ELEMENT   0x0101

Definition at line 316 of file gheader.h.

◆ DICOM_IMAGE_GROUP

#define DICOM_IMAGE_GROUP   0x0028

Definition at line 308 of file gheader.h.

Referenced by jbxl::dicomHeader().

◆ DICOM_INT_VR

#define DICOM_INT_VR   0x5355

Definition at line 320 of file gheader.h.

Referenced by jbxl::dicomHeader().

◆ DICOM_PIXCEL_VR

#define DICOM_PIXCEL_VR   0x574f

Definition at line 318 of file gheader.h.

Referenced by jbxl::dicomHeader().

◆ DICOM_PIXEL_ELEMENT

#define DICOM_PIXEL_ELEMENT   0x0010

Definition at line 311 of file gheader.h.

Referenced by jbxl::dicomHeader().

◆ DICOM_PIXEL_GROUP

#define DICOM_PIXEL_GROUP   0x7fe0

Definition at line 309 of file gheader.h.

Referenced by jbxl::dicomHeader().

◆ DICOM_PXLSPC_ELEMENT

#define DICOM_PXLSPC_ELEMENT   0x0030

Definition at line 314 of file gheader.h.

Referenced by jbxl::dicomHeader().

◆ DICOM_STR_VR

#define DICOM_STR_VR   0x5344

Definition at line 319 of file gheader.h.

Referenced by jbxl::dicomHeader().

◆ DICOM_STUDY_GROUP

#define DICOM_STUDY_GROUP   0x0020

Definition at line 307 of file gheader.h.

◆ DICOM_XSIZE_ELEMENT

#define DICOM_XSIZE_ELEMENT   0x0011

Definition at line 312 of file gheader.h.

Referenced by jbxl::dicomHeader().

◆ DICOM_YSIZE_ELEMENT

#define DICOM_YSIZE_ELEMENT   0x0010

Definition at line 313 of file gheader.h.

Referenced by jbxl::dicomHeader().

◆ GRAPH_COLOR_A4R4G4B4

#define GRAPH_COLOR_A4R4G4B4   19

Definition at line 256 of file gheader.h.

◆ GRAPH_COLOR_A8B8G8R8

#define GRAPH_COLOR_A8B8G8R8   80

Definition at line 289 of file gheader.h.

◆ GRAPH_COLOR_A8R8G8B8

#define GRAPH_COLOR_A8R8G8B8   64

Definition at line 277 of file gheader.h.

◆ GRAPH_COLOR_ABGR

#define GRAPH_COLOR_ABGR   80

Definition at line 291 of file gheader.h.

Referenced by jbxl::_linecopy_MAT2MSG_C3(), and jbxl::MSGraph2TGAImage().

◆ GRAPH_COLOR_ABGR32

#define GRAPH_COLOR_ABGR32   80

Definition at line 290 of file gheader.h.

◆ GRAPH_COLOR_ARGB

#define GRAPH_COLOR_ARGB   64

Definition at line 279 of file gheader.h.

Referenced by jbxl::MSGraph2TGAImage(), and jbxl::writeGraphicFile().

◆ GRAPH_COLOR_ARGB16

#define GRAPH_COLOR_ARGB16   19

Definition at line 257 of file gheader.h.

Referenced by jbxl::writeGraphicFile().

◆ GRAPH_COLOR_ARGB32

#define GRAPH_COLOR_ARGB32   64

Definition at line 278 of file gheader.h.

◆ GRAPH_COLOR_B8G8R8

#define GRAPH_COLOR_B8G8R8   48

Definition at line 272 of file gheader.h.

◆ GRAPH_COLOR_B8G8R8A8

#define GRAPH_COLOR_B8G8R8A8   81

Definition at line 293 of file gheader.h.

◆ GRAPH_COLOR_BGR

#define GRAPH_COLOR_BGR   48

Definition at line 274 of file gheader.h.

Referenced by jbxl::MSGraph2TGAImage(), and jbxl::TGAImage2MSGraph().

◆ GRAPH_COLOR_BGR24

#define GRAPH_COLOR_BGR24   48

Definition at line 273 of file gheader.h.

◆ GRAPH_COLOR_BGRA

#define GRAPH_COLOR_BGRA   81

Definition at line 295 of file gheader.h.

Referenced by jbxl::MSGraph2TGAImage(), and jbxl::TGAImage2MSGraph().

◆ GRAPH_COLOR_BGRA32

#define GRAPH_COLOR_BGRA32   81

Definition at line 294 of file gheader.h.

◆ GRAPH_COLOR_G8A8

#define GRAPH_COLOR_G8A8   20

Definition at line 264 of file gheader.h.

◆ GRAPH_COLOR_GA

#define GRAPH_COLOR_GA   20

Definition at line 263 of file gheader.h.

◆ GRAPH_COLOR_GA16

#define GRAPH_COLOR_GA16   20

Definition at line 265 of file gheader.h.

◆ GRAPH_COLOR_GRAY

#define GRAPH_COLOR_GRAY   0

Definition at line 244 of file gheader.h.

Referenced by jbxl::MSGraph2TGAImage(), and jbxl::TGAImage2MSGraph().

◆ GRAPH_COLOR_GRAY16

#define GRAPH_COLOR_GRAY16   16

Definition at line 248 of file gheader.h.

◆ GRAPH_COLOR_GRAY8

#define GRAPH_COLOR_GRAY8   0

Definition at line 245 of file gheader.h.

◆ GRAPH_COLOR_M8A8

#define GRAPH_COLOR_M8A8   20

Definition at line 261 of file gheader.h.

◆ GRAPH_COLOR_MA

#define GRAPH_COLOR_MA   20

Definition at line 260 of file gheader.h.

Referenced by jbxl::MSGraph2TGAImage(), and jbxl::TGAImage2MSGraph().

◆ GRAPH_COLOR_MA16

#define GRAPH_COLOR_MA16   20

Definition at line 262 of file gheader.h.

◆ GRAPH_COLOR_MONO

#define GRAPH_COLOR_MONO   0

カラータイプ ピクセルデータ毎にカラーの情報が入っているか, 基本的に PLANEモード(カラー毎に PLANEを持っている).

Definition at line 242 of file gheader.h.

Referenced by jbxl::_getMSGraph_CvMat_C1(), jbxl::_linecopy_MAT2MSG_C3(), jbxl::readGraphicSlices(), and MSGraph< T >::set().

◆ GRAPH_COLOR_MONO16

#define GRAPH_COLOR_MONO16   16

Definition at line 247 of file gheader.h.

Referenced by jbxl::copyCmnHead2MSGraph(), and jbxl::readGraphicSlices().

◆ GRAPH_COLOR_MONO8

#define GRAPH_COLOR_MONO8   0

Definition at line 243 of file gheader.h.

◆ GRAPH_COLOR_R4G4B4A4

#define GRAPH_COLOR_R4G4B4A4   18

Definition at line 253 of file gheader.h.

◆ GRAPH_COLOR_R5G6B5

#define GRAPH_COLOR_R5G6B5   17

Definition at line 250 of file gheader.h.

◆ GRAPH_COLOR_R8G8B8

#define GRAPH_COLOR_R8G8B8   32

Definition at line 268 of file gheader.h.

◆ GRAPH_COLOR_R8G8B8A8

#define GRAPH_COLOR_R8G8B8A8   65

Definition at line 281 of file gheader.h.

◆ GRAPH_COLOR_RGB

#define GRAPH_COLOR_RGB   32

Definition at line 270 of file gheader.h.

Referenced by jbxl::copyCmnHead2MSGraph(), and jbxl::MSGraph2TGAImage().

◆ GRAPH_COLOR_RGB16

#define GRAPH_COLOR_RGB16   17

Definition at line 251 of file gheader.h.

Referenced by jbxl::_linecopy_MAT2MSG_C3(), and jbxl::writeGraphicFile().

◆ GRAPH_COLOR_RGB24

#define GRAPH_COLOR_RGB24   32

Definition at line 269 of file gheader.h.

◆ GRAPH_COLOR_RGBA

#define GRAPH_COLOR_RGBA   65

Definition at line 283 of file gheader.h.

Referenced by jbxl::MSGraph2TGAImage(), and jbxl::writeGraphicFile().

◆ GRAPH_COLOR_RGBA16

#define GRAPH_COLOR_RGBA16   18

Definition at line 254 of file gheader.h.

Referenced by jbxl::writeGraphicFile().

◆ GRAPH_COLOR_RGBA32

#define GRAPH_COLOR_RGBA32   65

Definition at line 282 of file gheader.h.

◆ GRAPH_COLOR_UNKNOWN

#define GRAPH_COLOR_UNKNOWN   112

Definition at line 302 of file gheader.h.

Referenced by MSGraph< T >::init(), jbxl::MSGraph2TGAImage(), and MSGraph< T >::set().

◆ GRAPH_COLOR_X8B8G8R8

#define GRAPH_COLOR_X8B8G8R8   82

Definition at line 297 of file gheader.h.

◆ GRAPH_COLOR_X8R8G8B8

#define GRAPH_COLOR_X8R8G8B8   66

Definition at line 285 of file gheader.h.

◆ GRAPH_COLOR_XBGR

#define GRAPH_COLOR_XBGR   82

Definition at line 299 of file gheader.h.

◆ GRAPH_COLOR_XBGR32

#define GRAPH_COLOR_XBGR32   82

Definition at line 298 of file gheader.h.

◆ GRAPH_COLOR_XRGB

#define GRAPH_COLOR_XRGB   66

Definition at line 287 of file gheader.h.

◆ GRAPH_COLOR_XRGB32

#define GRAPH_COLOR_XRGB32   66

Definition at line 286 of file gheader.h.

◆ HAS_BASE

#define HAS_BASE   1024

◆ HAS_DUMMY1

#define HAS_DUMMY1   256

Definition at line 204 of file gheader.h.

◆ HAS_DUMMY2

#define HAS_DUMMY2   512

Definition at line 205 of file gheader.h.

◆ HAS_LENDIAN

#define HAS_LENDIAN   16384

Definition at line 210 of file gheader.h.

Referenced by jbxl::readCmnHeadFile(), jbxl::readUserSetData(), and jbxl::readXHeadFile().

◆ HAS_RBOUND

#define HAS_RBOUND   8192

◆ HAS_RZXY

◆ HAS_ZSPACE

#define HAS_ZSPACE   2048

Definition at line 207 of file gheader.h.

◆ HEADER_NONE

◆ JP2K_DATA

#define JP2K_DATA   96

Definition at line 195 of file gheader.h.

◆ JPEG16_ARGB_DATA

#define JPEG16_ARGB_DATA   35

◆ JPEG16_RGB_DATA

#define JPEG16_RGB_DATA   34

◆ JPEG16_RGBA_DATA

#define JPEG16_RGBA_DATA   36

◆ JPEG_ARGB_DATA

#define JPEG_ARGB_DATA   37

◆ JPEG_DATA

#define JPEG_DATA   32

Definition at line 183 of file gheader.h.

◆ JPEG_MONO_DATA

#define JPEG_MONO_DATA   33

◆ JPEG_MONO_DATA_STR

#define JPEG_MONO_DATA_STR   "JPEG MONO"

Definition at line 229 of file gheader.h.

◆ JPEG_RGB_DATA

◆ JPEG_RGB_DATA_STR

#define JPEG_RGB_DATA_STR   "JPEG RGB"

Definition at line 228 of file gheader.h.

◆ JPEG_RGBA_DATA

#define JPEG_RGBA_DATA   38

◆ MOON_DATA

◆ MOON_DATA_STR

#define MOON_DATA_STR   "CT (Moon)"

Definition at line 227 of file gheader.h.

◆ NUM_KDATA

#define NUM_KDATA   32767

Definition at line 213 of file gheader.h.

Referenced by jbxl::readXHead(), and jbxl::readXHeadFile().

◆ PNG_DATA

#define PNG_DATA   64

Definition at line 193 of file gheader.h.

◆ PNG_DATA_STR

#define PNG_DATA_STR   "PNG"

Definition at line 230 of file gheader.h.

◆ PROC_DATA

#define PROC_DATA   1

Definition at line 170 of file gheader.h.

◆ PROC_DATA_STR

#define PROC_DATA_STR   "PROC DATA"

Definition at line 220 of file gheader.h.

◆ RAS16_DATA

#define RAS16_DATA   114

Definition at line 200 of file gheader.h.

◆ RAS24_DATA

#define RAS24_DATA   115

Definition at line 201 of file gheader.h.

◆ RAS8_DATA

#define RAS8_DATA   113

Definition at line 199 of file gheader.h.

◆ RAS_DATA

◆ RAS_DATA_STR

#define RAS_DATA_STR   "SUN RASTER"

Definition at line 224 of file gheader.h.

◆ RAS_MAGIC

#define RAS_MAGIC   0x59a66a95

Definition at line 94 of file gheader.h.

Referenced by jbxl::readXHead(), jbxl::readXHeadFile(), and jbxl::writeRasData().

◆ RAS_RLE

#define RAS_RLE   0x80

Definition at line 95 of file gheader.h.

◆ RMT_EQUAL_RGB

#define RMT_EQUAL_RGB   1

Definition at line 101 of file gheader.h.

◆ RMT_NONE

#define RMT_NONE   0

Definition at line 100 of file gheader.h.

Referenced by jbxl::writeRasData().

◆ RMT_RAW

#define RMT_RAW   2

Definition at line 102 of file gheader.h.

◆ RT_BYTE_ENCODED

#define RT_BYTE_ENCODED   2

Definition at line 98 of file gheader.h.

◆ RT_FORMAT_RGB

#define RT_FORMAT_RGB   3

Definition at line 99 of file gheader.h.

◆ RT_OLD

#define RT_OLD   0

Definition at line 96 of file gheader.h.

◆ RT_STANDARD

#define RT_STANDARD   1

Definition at line 97 of file gheader.h.

Referenced by jbxl::writeRasData().

◆ RZXY_RATE

◆ STATE_GRAPH_NOERR

#define STATE_GRAPH_NOERR   0

Definition at line 234 of file gheader.h.

Referenced by MSGraph< T >::init(), and MSGraph< T >::set().

◆ TGA_DATA

#define TGA_DATA   80

Definition at line 194 of file gheader.h.

◆ TIFF_DATA

#define TIFF_DATA   48

Definition at line 192 of file gheader.h.

◆ TIFF_DATA_STR

#define TIFF_DATA_STR   "TIFF"

Definition at line 231 of file gheader.h.

◆ UN_KNOWN_DATA

◆ UN_KNOWN_DATA_STR

#define UN_KNOWN_DATA_STR   "UNKNOWN DATA"

Definition at line 219 of file gheader.h.

◆ USERSET_DATA

◆ USERSET_DATA_STR

#define USERSET_DATA_STR   "USERSET DATA"

Definition at line 222 of file gheader.h.

◆ ZEROCT_BASE

#define ZEROCT_BASE   4096

Definition at line 216 of file gheader.h.