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

Method GetPlotPoints

Rendering/Annotation/vtkXYPlotActor.cxx:2373–2377  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2371
2372//------------------------------------------------------------------------------
2373int vtkXYPlotActor::GetPlotPoints(int i)
2374{
2375 i = std::min(std::max(i, 0), VTK_MAX_PLOTS - 1);
2376 return this->PointsOn->GetValue(i);
2377}
2378
2379//------------------------------------------------------------------------------
2380void vtkXYPlotActor::SetPlotColor(int i, double r, double g, double b)

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