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

Method SetHighLightWidth

Views/Infovis/vtkInteractorStyleAreaSelectHover.cxx:316–319  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

314
315//------------------------------------------------------------------------------
316void vtkInteractorStyleAreaSelectHover::SetHighLightWidth(double lw)
317{
318 this->HighlightActor->GetProperty()->SetLineWidth(lw);
319}
320
321//------------------------------------------------------------------------------
322double vtkInteractorStyleAreaSelectHover::GetHighLightWidth()

Callers

nothing calls this directly

Calls 2

SetLineWidthMethod · 0.45
GetPropertyMethod · 0.45

Tested by

no test coverage detected