| 69 | } |
| 70 | |
| 71 | bool SpiralIterator::isPastEnd() const |
| 72 | { |
| 73 | return (distance_ == nRings_ && pointsRing_.empty()); |
| 74 | } |
| 75 | |
| 76 | bool SpiralIterator::isInside(const Index index) const |
| 77 | { |
nothing calls this directly
no outgoing calls
no test coverage detected