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

Method SetSelectionWidth

Views/Infovis/vtkInteractorStyleTreeMapHover.cxx:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void vtkInteractorStyleTreeMapHover::SetSelectionWidth(double lw)
299{
300 this->SelectionActor->GetProperty()->SetLineWidth(lw);
301}
302
303double vtkInteractorStyleTreeMapHover::GetSelectionWidth()
304{

Callers

nothing calls this directly

Calls 2

SetLineWidthMethod · 0.45
GetPropertyMethod · 0.45

Tested by

no test coverage detected