| 41 | { |
| 42 | public: |
| 43 | Key(const int3 &maxShape, int maxOctaveLayers) |
| 44 | : m_maxShape{maxShape} |
| 45 | , m_maxOctaveLayers{maxOctaveLayers} |
| 46 | { |
| 47 | } |
| 48 | |
| 49 | bool canBeUsedWith(const int3 &maxShape, int maxOctaveLayers) const |
| 50 | { |
nothing calls this directly
no outgoing calls
no test coverage detected