#include <gheader.h>
Data Fields | |
| int | kind |
| Kind of Graphics Format. | |
| int | xsize |
| Width of Graphics. | |
| int | ysize |
| Height of Graphics. | |
| int | zsize |
| For 3D Data. | |
| int | depth |
| Color Depth of Graphics (bit unit). | |
| unsigned int | bsize |
| Fllowing buf size or Any Data (byte unit). | |
| unsigned int | lsize |
| Size of Graphics Data (byte unit). | |
| uByte * | buf |
| Ture Header buffer. | |
| uByte * | grptr |
| Pointer to Data. | |
Definition at line 108 of file gheader.h.
| unsigned int bsize |
Definition at line 114 of file gheader.h.
Referenced by read_cmn_file(), read_cmn_header(), read_ct_data(), read_ras_data(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_cmn_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
Definition at line 116 of file gheader.h.
Referenced by free_CmnHead(), read_cmn_file(), read_cmn_header(), read_ct_data(), read_ras_data(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_cmn_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| int depth |
Definition at line 113 of file gheader.h.
Referenced by read_ct_data(), read_ras_data(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
Definition at line 117 of file gheader.h.
Referenced by free_CmnHead(), read_cmn_file(), read_ct_data(), read_ras_data(), read_ras_file(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_cmn_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| int kind |
Definition at line 109 of file gheader.h.
Referenced by init_CmnHead(), read_ct_data(), read_ras_data(), read_ras_file(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| unsigned int lsize |
Definition at line 115 of file gheader.h.
Referenced by read_cmn_file(), read_ct_data(), read_ras_data(), read_user_data(), read_xxx_file(), write_cmn_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| int xsize |
Definition at line 110 of file gheader.h.
Referenced by read_cmn_file(), read_cmn_header(), read_ct_data(), read_ras_data(), read_ras_file(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| int ysize |
Definition at line 111 of file gheader.h.
Referenced by read_ct_data(), read_ras_data(), read_ras_file(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| int zsize |
Definition at line 112 of file gheader.h.
Referenced by read_ct_data(), read_ras_data(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_ct_file(), write_file_rb(), write_ras_file(), and write_wsg_file().
1.6.1