Footer of a targa file.
More...
#include <targa.hpp>
|
| | footer () |
| | Constructor.
|
| |
| bool | is_valid () const |
| | Tell if the data of this footer is valid.
|
| |
|
| unsigned int | extension_offset |
| | Offset of the extension area.
|
| |
| unsigned int | developer_offset |
| | Offset of the developer directory.
|
| |
| char | signature [18] |
| | Footer identier. Must be as long as std::string("TRUEVISION-XFILE.") + 1 (for the last '\0').
|
| |
Footer of a targa file.
Definition at line 149 of file targa.hpp.
◆ footer()
| claw::graphic::targa::file_structure::footer::footer |
( |
| ) |
|
◆ is_valid()
| bool claw::graphic::targa::file_structure::footer::is_valid |
( |
| ) |
const |
◆ developer_offset
| unsigned int claw::graphic::targa::file_structure::footer::developer_offset |
Offset of the developer directory.
Definition at line 161 of file targa.hpp.
◆ extension_offset
| unsigned int claw::graphic::targa::file_structure::footer::extension_offset |
Offset of the extension area.
Definition at line 158 of file targa.hpp.
◆ signature
| char claw::graphic::targa::file_structure::footer::signature[18] |
Footer identier. Must be as long as std::string("TRUEVISION-XFILE.") + 1 (for the last '\0').
Definition at line 165 of file targa.hpp.
The documentation for this class was generated from the following files: