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

Function SetPlotColor

Rendering/Annotation/vtkXYPlotActor.h:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 // or data object.
298 void SetPlotColor(int i, double r, double g, double b);
299 void SetPlotColor(int i, const double color[3])
300 {
301 this->SetPlotColor(i, color[0], color[1], color[2]);
302 }
303 double* GetPlotColor(int i) VTK_SIZEHINT(3);
304 void SetPlotSymbol(int i, vtkPolyData* input);
305 vtkPolyData* GetPlotSymbol(int i);

Callers

nothing calls this directly

Calls 1

SetPlotColorMethod · 0.45

Tested by

no test coverage detected