| 47 | } |
| 48 | |
| 49 | bool canBeUsedWith(const int3 &maxShape, int maxOctaveLayers) const |
| 50 | { |
| 51 | return (maxShape.x <= m_maxShape.x && maxShape.y <= m_maxShape.y && maxShape.z <= m_maxShape.z |
| 52 | && maxOctaveLayers <= m_maxOctaveLayers); |
| 53 | } |
| 54 | |
| 55 | long long int payloadSize() const |
| 56 | { |