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

Method SetPointSize

IO/Export/vtkSVGContextDevice2D.cxx:1477–1480  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1475
1476//------------------------------------------------------------------------------
1477void vtkSVGContextDevice2D::SetPointSize(float size)
1478{
1479 this->Pen->SetWidth(size);
1480}
1481
1482//------------------------------------------------------------------------------
1483void vtkSVGContextDevice2D::SetLineWidth(float width)

Callers 15

ParticleReader.pyFile · 0.45
TestGL2PSTextActor3DFunction · 0.45
TestGL2PSTextActorFunction · 0.45
TestGL2PSTextMapperFunction · 0.45
loadAndRenderMethod · 0.45
ApplyViewThemeMethod · 0.45
ApplyViewThemeMethod · 0.45
CreateOceanThemeMethod · 0.45
CreateNeonThemeMethod · 0.45

Calls 1

SetWidthMethod · 0.45

Tested by 15

TestGL2PSTextActor3DFunction · 0.36
TestGL2PSTextActorFunction · 0.36
TestGL2PSTextMapperFunction · 0.36
loadAndRenderMethod · 0.36
DrawTrianglesFunction · 0.36
RenderGraphFunction · 0.36
TestArcEdgesFunction · 0.36
PerformAlgorithmFunction · 0.36
RenderGraphFunction · 0.36
TestTableToGraphRenderFunction · 0.36