|
Blender V5.0
|
#include <BLO_core_blend_header.hh>
Public Member Functions | |
| BHeadType | bhead_type () const |
Public Attributes | |
| int | pointer_size |
| int | endian |
| int | file_version |
| int | file_format_version |
A header that has been parsed successfully.
Definition at line 55 of file BLO_core_blend_header.hh.
| BHeadType BlenderHeader::bhead_type | ( | ) | const |
Definition at line 15 of file blo_core_blend_header.cc.
References BHead4, BLEND_FILE_FORMAT_VERSION_0, BLEND_FILE_FORMAT_VERSION_1, BLI_assert, file_format_version, LargeBHead8, pointer_size, and SmallBHead8.
Referenced by blendthumb_extract_from_file_impl(), and get_bhead().
| int BlenderHeader::endian |
L_ENDIAN or B_ENDIAN.
Definition at line 59 of file BLO_core_blend_header.hh.
Referenced by blendthumb_create_thumb_from_file(), blendthumb_extract_from_file_impl(), BLO_readfile_blender_header_decode(), and read_blender_header().
| int BlenderHeader::file_format_version |
#BLEND_FILE_FORMAT_VERSION.
Definition at line 63 of file BLO_core_blend_header.hh.
Referenced by bhead_type(), and BLO_readfile_blender_header_decode().
| int BlenderHeader::file_version |
Definition at line 61 of file BLO_core_blend_header.hh.
Referenced by blendthumb_create_thumb_from_file(), BLO_readfile_blender_header_decode(), and read_blender_header().
| int BlenderHeader::pointer_size |
4 or 8.
Definition at line 57 of file BLO_core_blend_header.hh.
Referenced by bhead_type(), BLO_readfile_blender_header_decode(), and read_blender_header().