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

Method GetLineType

Rendering/Context2D/vtkPen.cxx:34–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

32
33//------------------------------------------------------------------------------
34int vtkPen::GetLineType()
35{
36 return this->LineType;
37}
38
39//------------------------------------------------------------------------------
40void vtkPen::SetColorF(double color[3])

Callers 14

ApplyPenStippleToNodeMethod · 0.80
DrawPolyMethod · 0.80
DrawLinesMethod · 0.80
ApplyPenStateMethod · 0.80
PaintMethod · 0.80
ComputeTextureMethod · 0.80
ComputeTextureMethod · 0.80
ApplyDrawHintsMethod · 0.80
DrawPolyMethod · 0.80
DrawLinesMethod · 0.80
DrawPolyMethod · 0.80
DrawLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected