mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
Add range and resolution fields to product description block
This commit is contained in:
parent
98531f6b56
commit
b77e3cd53f
2 changed files with 104 additions and 0 deletions
|
|
@ -46,6 +46,13 @@ public:
|
|||
uint32_t offset_to_graphic() const;
|
||||
uint32_t offset_to_tabular() const;
|
||||
|
||||
float range() const;
|
||||
uint16_t range_raw() const;
|
||||
float x_resolution() const;
|
||||
uint16_t x_resolution_raw() const;
|
||||
float y_resolution() const;
|
||||
uint16_t y_resolution_raw() const;
|
||||
|
||||
bool IsCompressionEnabled() const;
|
||||
|
||||
size_t data_size() const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue