| 190 | } |
| 191 | |
| 192 | void vtkInteractorStyleTreeMapHover::GetBoundingBoxForTreeMapItem(vtkIdType id, float* binfo) |
| 193 | { |
| 194 | if (this->Layout) |
| 195 | { |
| 196 | this->Layout->GetBoundingBox(id, binfo); |
| 197 | } |
| 198 | } |
| 199 | |
| 200 | void vtkInteractorStyleTreeMapHover::OnMouseMove() |
| 201 | { |
no test coverage detected