Home
last modified time | relevance | path

Searched refs:GetPlot (Results 1 – 25 of 71) sorted by relevance

123

/dports/math/vtk8/VTK-8.2.0/Charts/Core/Testing/Cxx/
H A DTestBoxPlot2.cxx109 chart->GetPlot(0)->SetInputData(inputBoxPlotTable); in TestBoxPlot2()
110 chart->GetPlot(0)->LegendVisibilityOn(); in TestBoxPlot2()
119 chart->GetPlot(0)->AddObserver(vtkCommand::ErrorEvent,errorObserver); in TestBoxPlot2()
131 chart->GetPlot(0)->SetLabels(labels); in TestBoxPlot2()
144 chart->GetPlot(0)->SetInputData(outTable); in TestBoxPlot2()
H A DTestBoxPlot.cxx74 chart->GetPlot(0)->SetInputData(inputBoxPlotTable); in TestBoxPlot()
89 chart->GetPlot(0)->SetLabels(labels); in TestBoxPlot()
93 vtkPlotBox::SafeDownCast(chart->GetPlot(0))->SetColumnColor("P1", rgb); in TestBoxPlot()
H A DTestParallelCoordinates.cxx63 chart->GetPlot(0)->SetInputData(table); in TestParallelCoordinates()
H A DTestParallelCoordinatesDouble.cxx62 chart->GetPlot(0)->SetInputData(table); in TestParallelCoordinatesDouble()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/Testing/Cxx/
H A DTestBoxPlot2.cxx105 chart->GetPlot(0)->SetInputData(inputBoxPlotTable); in TestBoxPlot2()
106 chart->GetPlot(0)->LegendVisibilityOn(); in TestBoxPlot2()
115 chart->GetPlot(0)->AddObserver(vtkCommand::ErrorEvent, errorObserver); in TestBoxPlot2()
125 chart->GetPlot(0)->SetLabels(labels); in TestBoxPlot2()
138 chart->GetPlot(0)->SetInputData(outTable); in TestBoxPlot2()
H A DTestBoxPlot.cxx77 chart->GetPlot(0)->SetInputData(inputBoxPlotTable); in TestBoxPlot()
92 chart->GetPlot(0)->SetLabels(labels); in TestBoxPlot()
96 vtkPlotBox::SafeDownCast(chart->GetPlot(0))->SetColumnColor("P1", rgb); in TestBoxPlot()
H A DTestParallelCoordinates.cxx63 chart->GetPlot(0)->SetInputData(table); in TestParallelCoordinates()
H A DTestParallelCoordinatesDouble.cxx62 chart->GetPlot(0)->SetInputData(table); in TestParallelCoordinatesDouble()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/Testing/Python/
H A DTestParallelCoordinatesColors.py76 chart.GetPlot(0).SetInputData(table)
77 chart.GetPlot(0).SetScalarVisibility(1)
78 chart.GetPlot(0).SetLookupTable(lut)
79 chart.GetPlot(0).SelectColorArray("Cosine")
/dports/math/vtk8/VTK-8.2.0/Charts/Core/Testing/Python/
H A DTestParallelCoordinatesColors.py76 chart.GetPlot(0).SetInputData(table)
77 chart.GetPlot(0).SetScalarVisibility(1)
78 chart.GetPlot(0).SetLookupTable(lut)
79 chart.GetPlot(0).SelectColorArray("Cosine")
/dports/math/vtk6/VTK-6.2.0/Charts/Core/Testing/Python/
H A DTestParallelCoordinatesColors.py76 chart.GetPlot(0).SetInputData(table)
77 chart.GetPlot(0).SetScalarVisibility(1)
78 chart.GetPlot(0).SetLookupTable(lut)
79 chart.GetPlot(0).SelectColorArray("Cosine")
/dports/math/vtk6/VTK-6.2.0/Charts/Core/Testing/Cxx/
H A DTestBoxPlot.cxx74 chart->GetPlot(0)->SetInputData(inputBoxPlotTable.GetPointer()); in TestBoxPlot()
89 chart->GetPlot(0)->SetLabels(labels.GetPointer()); in TestBoxPlot()
93 vtkPlotBox::SafeDownCast(chart->GetPlot(0))->SetColumnColor("P1", rgb); in TestBoxPlot()
H A DTestParallelCoordinatesDouble.cxx62 chart->GetPlot(0)->SetInputData(table.GetPointer()); in TestParallelCoordinatesDouble()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkChartLegend.cxx93 if (this->Storage->Chart->GetPlot(i)->GetVisible() in Update()
94 && this->Storage->Chart->GetPlot(i)->GetLabel().length() > 0) in Update()
96 this->Storage->ActivePlots.push_back(this->Storage->Chart->GetPlot(i)); in Update()
101 if (this->Storage->Chart->GetPlot(i)->GetLabels() && in Update()
102 this->Storage->Chart->GetPlot(i)->GetLabels()->GetNumberOfTuples() > 1) in Update()
H A DvtkChartBox.cxx280 vtkPlot *plot = this->GetPlot(0); in SetColumnVisibility()
300 vtkPlot *plot = this->GetPlot(0); in SetColumnVisibilityAll()
329 vtkPlot *plot = this->GetPlot(0); in GetColumnVisibility()
347 vtkPlot *plot = this->GetPlot(0); in GetColumnId()
379 vtkPlot* vtkChartBox::GetPlot(vtkIdType) in GetPlot() function in vtkChartBox
H A DvtkChartHistogram2D.h65 vtkPlot* GetPlot(vtkIdType index) override;
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkChartLegend.cxx94 if (this->Storage->Chart->GetPlot(i)->GetVisible() && in Update()
95 this->Storage->Chart->GetPlot(i)->GetLabel().length() > 0) in Update()
97 this->Storage->ActivePlots.push_back(this->Storage->Chart->GetPlot(i)); in Update()
102 if (this->Storage->Chart->GetPlot(i)->GetLabels() && in Update()
103 this->Storage->Chart->GetPlot(i)->GetLabels()->GetNumberOfTuples() > 1) in Update()
H A DvtkChartHistogram2D.cxx111 vtkPlot* vtkChartHistogram2D::GetPlot(vtkIdType index) in GetPlot() function in vtkChartHistogram2D
118 return this->Superclass::GetPlot(index); in GetPlot()
H A DvtkChartBox.cxx276 vtkPlot* plot = this->GetPlot(0); in SetColumnVisibility()
296 vtkPlot* plot = this->GetPlot(0); in SetColumnVisibilityAll()
325 vtkPlot* plot = this->GetPlot(0); in GetColumnVisibility()
343 vtkPlot* plot = this->GetPlot(0); in GetColumnId()
375 vtkPlot* vtkChartBox::GetPlot(vtkIdType) in GetPlot() function in vtkChartBox
H A DvtkChartHistogram2D.h65 vtkPlot* GetPlot(vtkIdType index) override;
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkChartLegend.cxx95 if (this->Storage->Chart->GetPlot(i)->GetVisible() in Update()
96 && this->Storage->Chart->GetPlot(i)->GetLabel().length() > 0) in Update()
98 this->Storage->ActivePlots.push_back(this->Storage->Chart->GetPlot(i)); in Update()
103 if (this->Storage->Chart->GetPlot(i)->GetLabels() && in Update()
104 this->Storage->Chart->GetPlot(i)->GetLabels()->GetNumberOfTuples() > 1) in Update()
H A DvtkChartBox.cxx254 vtkPlot *plot = this->GetPlot(0); in SetColumnVisibility()
274 vtkPlot *plot = this->GetPlot(0); in SetColumnVisibilityAll()
303 vtkPlot *plot = this->GetPlot(0); in GetColumnVisibility()
321 vtkPlot *plot = this->GetPlot(0); in GetColumnId()
353 vtkPlot* vtkChartBox::GetPlot(vtkIdType) in GetPlot() function in vtkChartBox
H A DvtkChartHistogram2D.h58 virtual vtkPlot* GetPlot(vtkIdType index);
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/
H A DctkVTKChartView.cpp124 vtkPlot* plot = chart->GetPlot(i); in chartBounds()
246 this->removePlot(d->Chart->GetPlot(0)); in removeAllPlots()
257 if (plot == d->Chart->GetPlot(i)) in plotIndex()
/dports/devel/upp/upp/bazaar/PlotLib/src.tpp/
H A DLegend_en-us.tpp53 [s5;:Legend`:`:GetPlot`(`)const: [_^Plot^ Plot][@(0.0.255) `&]_[* GetPlot]()[@(0.0.255) const

123