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

Method SetHighLightWidth

Views/Infovis/vtkInteractorStyleTreeMapHover.cxx:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void vtkInteractorStyleTreeMapHover::SetHighLightWidth(double lw)
289{
290 this->HighlightActor->GetProperty()->SetLineWidth(lw);
291}
292
293double vtkInteractorStyleTreeMapHover::GetHighLightWidth()
294{

Callers

nothing calls this directly

Calls 2

SetLineWidthMethod · 0.45
GetPropertyMethod · 0.45

Tested by

no test coverage detected