Home
last modified time | relevance | path

Searched refs:arrC (Results 1 – 25 of 131) sorted by relevance

123456

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/topdown/
H A Darray.go23 arrC := make(ast.Array, 0, len(arrA)+len(arrB))
26 arrC = append(arrC, elemA)
30 arrC = append(arrC, elemB)
33 return arrC, nil
/dports/math/vtk9/VTK-9.1.0/Charts/Core/Testing/Python/
H A DTestLinePlot.py26 arrC = vtk.vtkFloatArray()
27 arrC.SetName("Cosine")
40 arrC.InsertNextValue(math.cos(i * inc) + 0.0)
45 table.AddColumn(arrC)
H A DTestParallelCoordinatesColors.py25 arrC = vtk.vtkFloatArray()
26 arrC.SetName("Cosine")
39 arrC.InsertNextValue(math.cos(i * inc) + 0.0)
45 table.AddColumn(arrC)
H A DTestScatterPlotColors.py26 arrC = vtk.vtkFloatArray()
27 arrC.SetName("Cosine")
40 arrC.InsertNextValue(math.cos(i * inc) + 0.0)
46 table.AddColumn(arrC)
H A DTestLinePlotColors.py25 arrC = vtk.vtkFloatArray()
26 arrC.SetName("Cosine")
39 arrC.InsertNextValue(math.cos(i * inc) + 0.0)
45 table.AddColumn(arrC)
/dports/math/vtk8/VTK-8.2.0/Charts/Core/Testing/Python/
H A DTestLinePlot.py26 arrC = vtk.vtkFloatArray()
27 arrC.SetName("Cosine")
40 arrC.InsertNextValue(math.cos(i * inc) + 0.0)
45 table.AddColumn(arrC)
H A DTestParallelCoordinatesColors.py25 arrC = vtk.vtkFloatArray()
26 arrC.SetName("Cosine")
39 arrC.InsertNextValue(math.cos(i * inc) + 0.0)
45 table.AddColumn(arrC)
H A DTestScatterPlotColors.py26 arrC = vtk.vtkFloatArray()
27 arrC.SetName("Cosine")
40 arrC.InsertNextValue(math.cos(i * inc) + 0.0)
46 table.AddColumn(arrC)
/dports/math/vtk6/VTK-6.2.0/Charts/Core/Testing/Python/
H A DTestLinePlot.py26 arrC = vtk.vtkFloatArray()
27 arrC.SetName("Cosine")
40 arrC.InsertNextValue(math.cos(i * inc) + 0.0)
45 table.AddColumn(arrC)
H A DTestParallelCoordinatesColors.py25 arrC = vtk.vtkFloatArray()
26 arrC.SetName("Cosine")
39 arrC.InsertNextValue(math.cos(i * inc) + 0.0)
45 table.AddColumn(arrC)
H A DTestScatterPlotColors.py26 arrC = vtk.vtkFloatArray()
27 arrC.SetName("Cosine")
40 arrC.InsertNextValue(math.cos(i * inc) + 0.0)
46 table.AddColumn(arrC)
/dports/math/vtk8/VTK-8.2.0/Charts/Core/Testing/Cxx/
H A DTestLinePlotDouble2.cxx40 vtkNew<vtkDoubleArray> arrC; in TestLinePlotDouble2() local
41 arrC->SetName("Cosine"); in TestLinePlotDouble2()
42 table->AddColumn(arrC); in TestLinePlotDouble2()
H A DTestLinePlot2.cxx51 vtkNew<vtkFloatArray> arrC; in TestLinePlot2() local
52 arrC->SetName("Y Axis"); in TestLinePlot2()
53 table->AddColumn(arrC); in TestLinePlot2()
H A DTestParallelCoordinates.cxx42 vtkNew<vtkFloatArray> arrC; in TestParallelCoordinates() local
43 arrC->SetName("Field 2"); in TestParallelCoordinates()
44 table->AddColumn(arrC); in TestParallelCoordinates()
H A DTestParallelCoordinatesDouble.cxx41 vtkNew<vtkDoubleArray> arrC; in TestParallelCoordinatesDouble() local
42 arrC->SetName("cosine"); in TestParallelCoordinatesDouble()
43 table->AddColumn(arrC); in TestParallelCoordinatesDouble()
H A DTestScatterPlotMatrixVisible.cxx41 vtkNew<vtkFloatArray> arrC; in TestScatterPlotMatrixVisible() local
42 arrC->SetName("cos(x)"); in TestScatterPlotMatrixVisible()
43 table->AddColumn(arrC); in TestScatterPlotMatrixVisible()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/Testing/Cxx/
H A DTestLinePlotDouble2.cxx40 vtkNew<vtkDoubleArray> arrC; in TestLinePlotDouble2() local
41 arrC->SetName("Cosine"); in TestLinePlotDouble2()
42 table->AddColumn(arrC); in TestLinePlotDouble2()
H A DTestLinePlot2.cxx49 vtkNew<vtkFloatArray> arrC; in TestLinePlot2() local
50 arrC->SetName("Y Axis"); in TestLinePlot2()
51 table->AddColumn(arrC); in TestLinePlot2()
H A DTestParallelCoordinates.cxx42 vtkNew<vtkFloatArray> arrC; in TestParallelCoordinates() local
43 arrC->SetName("Field 2"); in TestParallelCoordinates()
44 table->AddColumn(arrC); in TestParallelCoordinates()
H A DTestParallelCoordinatesDouble.cxx41 vtkNew<vtkDoubleArray> arrC; in TestParallelCoordinatesDouble() local
42 arrC->SetName("cosine"); in TestParallelCoordinatesDouble()
43 table->AddColumn(arrC); in TestParallelCoordinatesDouble()
H A DTestScatterPlotMatrixVisible.cxx41 vtkNew<vtkFloatArray> arrC; in TestScatterPlotMatrixVisible() local
42 arrC->SetName("cos(x)"); in TestScatterPlotMatrixVisible()
43 table->AddColumn(arrC); in TestScatterPlotMatrixVisible()
/dports/math/vtk6/VTK-6.2.0/Charts/Core/Testing/Cxx/
H A DTestLinePlotDouble2.cxx40 vtkNew<vtkDoubleArray> arrC; in TestLinePlotDouble2() local
41 arrC->SetName("Cosine"); in TestLinePlotDouble2()
42 table->AddColumn(arrC.GetPointer()); in TestLinePlotDouble2()
H A DTestLinePlot2.cxx51 vtkNew<vtkFloatArray> arrC; in TestLinePlot2() local
52 arrC->SetName("Y Axis"); in TestLinePlot2()
53 table->AddColumn(arrC.GetPointer()); in TestLinePlot2()
H A DTestParallelCoordinatesDouble.cxx41 vtkNew<vtkDoubleArray> arrC; in TestParallelCoordinatesDouble() local
42 arrC->SetName("cosine"); in TestParallelCoordinatesDouble()
43 table->AddColumn(arrC.GetPointer()); in TestParallelCoordinatesDouble()
H A DTestParallelCoordinates.cxx42 vtkNew<vtkFloatArray> arrC; in TestParallelCoordinates() local
43 arrC->SetName("Field 2"); in TestParallelCoordinates()
44 table->AddColumn(arrC.GetPointer()); in TestParallelCoordinates()

123456