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

Method GetPlotLines

Rendering/Annotation/vtkXYPlotActor.cxx:2354–2358  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2352
2353//------------------------------------------------------------------------------
2354int vtkXYPlotActor::GetPlotLines(int i)
2355{
2356 i = std::min(std::max(i, 0), VTK_MAX_PLOTS - 1);
2357 return this->LinesOn->GetValue(i);
2358}
2359
2360//------------------------------------------------------------------------------
2361void vtkXYPlotActor::SetPlotPoints(int i, int isOn)

Callers 2

CreatePlotDataMethod · 0.95
Serialize_vtkXYPlotActorFunction · 0.80

Calls 3

minFunction · 0.50
maxFunction · 0.50
GetValueMethod · 0.45

Tested by

no test coverage detected