| 40 | } |
| 41 | |
| 42 | bool GridMapIterator::operator !=(const GridMapIterator& other) const |
| 43 | { |
| 44 | return linearIndex_ != other.linearIndex_; |
| 45 | } |
| 46 | |
| 47 | const Index GridMapIterator::operator *() const |
| 48 | { |
nothing calls this directly
no outgoing calls
no test coverage detected