MCPcopy Create free account
hub / github.com/Kitware/VTK / GetBoundingBoxForTreeMapItem

Method GetBoundingBoxForTreeMapItem

Views/Infovis/vtkInteractorStyleTreeMapHover.cxx:192–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

OnMouseMoveMethod · 0.95

Calls 1

GetBoundingBoxMethod · 0.45

Tested by

no test coverage detected