Add range and resolution fields to product description block

This commit is contained in:
Dan Paulat 2022-04-06 21:51:47 -05:00
parent 98531f6b56
commit b77e3cd53f
2 changed files with 104 additions and 0 deletions

View file

@ -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;