| 132 | } |
| 133 | |
| 134 | void GridMapDisplay::updateHeightMode() |
| 135 | { |
| 136 | updateVisualization(); |
| 137 | heightTransformerProperty_->setHidden(heightModeProperty_->getOptionInt() == 1); |
| 138 | } |
| 139 | |
| 140 | void GridMapDisplay::updateColorMode() |
| 141 | { |
nothing calls this directly
no outgoing calls
no test coverage detected