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

Method HighLightItem

Views/Infovis/vtkInteractorStyleTreeMapHover.cxx:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void vtkInteractorStyleTreeMapHover::HighLightItem(vtkIdType id)
355{
356 this->CurrentSelectedId = id;
357 this->HighLightCurrentSelectedItem();
358}
359
360void vtkInteractorStyleTreeMapHover::HighLightCurrentSelectedItem()
361{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected