mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 06:10:04 +00:00
Add missing data_size() function to DigitalRasterDataArrayPacket
This commit is contained in:
parent
68a5baa5c4
commit
c0280fcfab
1 changed files with 5 additions and 0 deletions
|
|
@ -101,6 +101,11 @@ DigitalRasterDataArrayPacket::level(std::uint16_t r) const
|
||||||
return p->row_[r].level_;
|
return p->row_[r].level_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
size_t DigitalRasterDataArrayPacket::data_size() const
|
||||||
|
{
|
||||||
|
return p->dataSize_;
|
||||||
|
}
|
||||||
|
|
||||||
bool DigitalRasterDataArrayPacket::Parse(std::istream& is)
|
bool DigitalRasterDataArrayPacket::Parse(std::istream& is)
|
||||||
{
|
{
|
||||||
bool blockValid = true;
|
bool blockValid = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue