| 543 | } |
| 544 | |
| 545 | bool |
| 546 | BoxArray::CellEqual (const BoxArray& rhs) const noexcept |
| 547 | { |
| 548 | return crseRatio() == rhs.crseRatio() |
| 549 | && (m_ref == rhs.m_ref || m_ref->m_abox == rhs.m_ref->m_abox); |
| 550 | } |
| 551 | |
| 552 | BoxArray& |
| 553 | BoxArray::maxSize (int block_size) |