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

Method SetLineWidth

IO/Export/vtkSVGContextDevice2D.cxx:1483–1486  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1481
1482//------------------------------------------------------------------------------
1483void vtkSVGContextDevice2D::SetLineWidth(float width)
1484{
1485 this->Pen->SetWidth(width);
1486}
1487
1488//------------------------------------------------------------------------------
1489void vtkSVGContextDevice2D::SetLineType(int type)

Callers 15

TestGDALVectorReaderFunction · 0.45
loadAndRenderMethod · 0.45
ReadLineThicknessMethod · 0.45
ApplyViewThemeMethod · 0.45
SetTreeLineWidthMethod · 0.45
ApplyViewThemeMethod · 0.45
SetHighLightWidthMethod · 0.45
SetHighLightWidthMethod · 0.45
SetSelectionWidthMethod · 0.45

Calls 1

SetWidthMethod · 0.45

Tested by 15

TestGDALVectorReaderFunction · 0.36
loadAndRenderMethod · 0.36
TestTreeRingViewFunction · 0.36
TestPolyhedron0Function · 0.36
TestPolyhedralCellsInUGFunction · 0.36
TestKdTreeRepresentationFunction · 0.36
TestPolyhedron1Function · 0.36
TestPolyDataSilhouetteFunction · 0.36
TestTessellatorFunction · 0.36