Home
last modified time | relevance | path

Searched refs:SetTableValue (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/Testing/Cxx/
H A DTestGPURayCastLargeColorTransferFunction.cxx55 lut->SetTableValue(i, 0.0, 0.0, 0.0, 0.0); in TestGPURayCastLargeColorTransferFunction()
58 lut->SetTableValue(0, 0 / 255.0, 0 / 255.0, 0 / 255.0, 0 / 255.0); in TestGPURayCastLargeColorTransferFunction()
59 lut->SetTableValue(2, 250 / 255.0, 250 / 255.0, 225 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
60 lut->SetTableValue(3, 225 / 255.0, 190 / 255.0, 150 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
61 lut->SetTableValue(4, 88 / 255.0, 106 / 255.0, 215 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
62 lut->SetTableValue(5, 88 / 255.0, 106 / 255.0, 215 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
64 lut->SetTableValue(8, 230 / 255.0, 150 / 255.0, 35 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
65 lut->SetTableValue(11, 30 / 255.0, 111 / 255.0, 85 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
67 lut->SetTableValue(13, 15 / 255.0, 50 / 255.0, 255 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
73 lut->SetTableValue(25, 255 / 255.0, 165 / 255.0, 0 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/Testing/Cxx/
H A DTestGPURayCastLargeColorTransferFunction.cxx57 lut->SetTableValue(i, 0.0, 0.0, 0.0, 0.0); in TestGPURayCastLargeColorTransferFunction()
60 lut->SetTableValue(0, 0 / 255.0, 0 / 255.0, 0 / 255.0, 0 / 255.0); in TestGPURayCastLargeColorTransferFunction()
61 lut->SetTableValue(2, 250 / 255.0, 250 / 255.0, 225 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
62 lut->SetTableValue(3, 225 / 255.0, 190 / 255.0, 150 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
63 lut->SetTableValue(4, 88 / 255.0, 106 / 255.0, 215 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
64 lut->SetTableValue(5, 88 / 255.0, 106 / 255.0, 215 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
66 lut->SetTableValue(8, 230 / 255.0, 150 / 255.0, 35 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
67 lut->SetTableValue(11, 30 / 255.0, 111 / 255.0, 85 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
69 lut->SetTableValue(13, 15 / 255.0, 50 / 255.0, 255 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
75 lut->SetTableValue(25, 255 / 255.0, 165 / 255.0, 0 / 255.0, 255 / 255.0); in TestGPURayCastLargeColorTransferFunction()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/Testing/Tcl/
H A DTestPlatonicSolids.tcl69 lut SetTableValue 0 1 0 0 1
70 lut SetTableValue 1 0 1 0 1
71 lut SetTableValue 2 1 1 0 1
72 lut SetTableValue 3 0 0 1 1
73 lut SetTableValue 4 1 0 1 1
74 lut SetTableValue 5 0 1 1 1
78 eval lut SetTableValue 9 $violet 1.0
80 eval lut SetTableValue 11 $coral 1.0
81 eval lut SetTableValue 12 $pink 1.0
85 eval lut SetTableValue 16 $gold 1.0
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/Testing/Python/
H A DTestPlatonicSolids.py122 lut.SetTableValue(0, colors.GetRGBAColor("red"))
123 lut.SetTableValue(1, colors.GetRGBAColor("lime"))
124 lut.SetTableValue(2, colors.GetRGBAColor("yellow"))
125 lut.SetTableValue(3, colors.GetRGBAColor("blue"))
127 lut.SetTableValue(5, colors.GetRGBAColor("cyan"))
131 lut.SetTableValue(9, colors.GetRGBAColor("violet"))
133 lut.SetTableValue(11, colors.GetRGBAColor("coral"))
134 lut.SetTableValue(12, colors.GetRGBAColor("pink"))
136 lut.SetTableValue(14, colors.GetRGBAColor("sepia"))
138 lut.SetTableValue(16, colors.GetRGBAColor("gold"))
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/Testing/Python/
H A DTestPlatonicSolids.py122 lut.SetTableValue(0, colors.GetRGBAColor("red"))
123 lut.SetTableValue(1, colors.GetRGBAColor("lime"))
124 lut.SetTableValue(2, colors.GetRGBAColor("yellow"))
125 lut.SetTableValue(3, colors.GetRGBAColor("blue"))
127 lut.SetTableValue(5, colors.GetRGBAColor("cyan"))
131 lut.SetTableValue(9, colors.GetRGBAColor("violet"))
133 lut.SetTableValue(11, colors.GetRGBAColor("coral"))
134 lut.SetTableValue(12, colors.GetRGBAColor("pink"))
136 lut.SetTableValue(14, colors.GetRGBAColor("sepia"))
138 lut.SetTableValue(16, colors.GetRGBAColor("gold"))
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/Testing/Python/
H A DTestPlatonicSolids.py122 lut.SetTableValue(0, colors.GetRGBAColor("red"))
123 lut.SetTableValue(1, colors.GetRGBAColor("lime"))
124 lut.SetTableValue(2, colors.GetRGBAColor("yellow"))
125 lut.SetTableValue(3, colors.GetRGBAColor("blue"))
127 lut.SetTableValue(5, colors.GetRGBAColor("cyan"))
131 lut.SetTableValue(9, colors.GetRGBAColor("violet"))
133 lut.SetTableValue(11, colors.GetRGBAColor("coral"))
134 lut.SetTableValue(12, colors.GetRGBAColor("pink"))
136 lut.SetTableValue(14, colors.GetRGBAColor("sepia"))
138 lut.SetTableValue(16, colors.GetRGBAColor("gold"))
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IVtkTools/
H A DIVtkTools.cxx58 aColorTable->SetTableValue (0, 0, 0, 0); // Undefined in InitLookupTable()
59 aColorTable->SetTableValue (1, 0.5, 0.5, 0.5); // gray for IsoLine in InitLookupTable()
60 aColorTable->SetTableValue (2, 1, 0, 0); // red for Free vertex in InitLookupTable()
61 aColorTable->SetTableValue (3, 1, 1, 0); // yellow for Shared vertex in InitLookupTable()
62 aColorTable->SetTableValue (4, 1, 0, 0); // red for Free edge in InitLookupTable()
63 aColorTable->SetTableValue (5, 0, 1, 0); // green for Boundary edge (related to a single face) in InitLookupTable()
64 aColorTable->SetTableValue (6, 1, 1, 0); // yellow for Shared edge (related to several faces) in InitLookupTable()
65 aColorTable->SetTableValue (7, 1, 1, 0); // yellow for Wireframe face in InitLookupTable()
66 aColorTable->SetTableValue (8, 1, 1, 0); // yellow for Shaded face in InitLookupTable()
79 theColorTable->SetTableValue (theColorRole + 1, theR, theG, theB); in SetLookupTableColor()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DTestButtonWidget.cxx638 lut->SetTableValue(0, 1, 0, 0, 1); in TestButtonWidget()
639 lut->SetTableValue(1, 0, 1, 0, 1); in TestButtonWidget()
640 lut->SetTableValue(2, 1, 1, 0, 1); in TestButtonWidget()
641 lut->SetTableValue(3, 0, 0, 1, 1); in TestButtonWidget()
642 lut->SetTableValue(4, 1, 0, 1, 1); in TestButtonWidget()
643 lut->SetTableValue(5, 0, 1, 1, 1); in TestButtonWidget()
644 lut->SetTableValue(6, 0.0000, 1.0000, 0.4980, 1.0); in TestButtonWidget()
645 lut->SetTableValue(7, 0.9020, 0.9020, 0.9804, 1.0); in TestButtonWidget()
646 lut->SetTableValue(8, 0.9608, 1.0000, 0.9804, 1.0); in TestButtonWidget()
647 lut->SetTableValue(9, 0.5600, 0.3700, 0.6000, 1.0); in TestButtonWidget()
[all …]
H A DTestButtonWidgetMultipleViewports.cxx1165 lut->SetTableValue(0, 1, 0, 0, 1); in TestButtonWidgetMultipleViewports()
1166 lut->SetTableValue(1, 0, 1, 0, 1); in TestButtonWidgetMultipleViewports()
1167 lut->SetTableValue(2, 1, 1, 0, 1); in TestButtonWidgetMultipleViewports()
1168 lut->SetTableValue(3, 0, 0, 1, 1); in TestButtonWidgetMultipleViewports()
1169 lut->SetTableValue(4, 1, 0, 1, 1); in TestButtonWidgetMultipleViewports()
1170 lut->SetTableValue(5, 0, 1, 1, 1); in TestButtonWidgetMultipleViewports()
1171 lut->SetTableValue(6, 0.0000, 1.0000, 0.4980, 1.0); in TestButtonWidgetMultipleViewports()
1172 lut->SetTableValue(7, 0.9020, 0.9020, 0.9804, 1.0); in TestButtonWidgetMultipleViewports()
1173 lut->SetTableValue(8, 0.9608, 1.0000, 0.9804, 1.0); in TestButtonWidgetMultipleViewports()
1174 lut->SetTableValue(9, 0.5600, 0.3700, 0.6000, 1.0); in TestButtonWidgetMultipleViewports()
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DTestButtonWidget.cxx630 lut->SetTableValue(0, 1, 0, 0, 1); in TestButtonWidget()
631 lut->SetTableValue(1, 0, 1, 0, 1); in TestButtonWidget()
632 lut->SetTableValue(2, 1, 1, 0, 1); in TestButtonWidget()
633 lut->SetTableValue(3, 0, 0, 1, 1); in TestButtonWidget()
634 lut->SetTableValue(4, 1, 0, 1, 1); in TestButtonWidget()
635 lut->SetTableValue(5, 0, 1, 1, 1); in TestButtonWidget()
636 lut->SetTableValue(6, 0.0000, 1.0000, 0.4980, 1.0); in TestButtonWidget()
637 lut->SetTableValue(7, 0.9020, 0.9020, 0.9804, 1.0); in TestButtonWidget()
638 lut->SetTableValue(8, 0.9608, 1.0000, 0.9804, 1.0); in TestButtonWidget()
639 lut->SetTableValue(9, 0.5600, 0.3700, 0.6000, 1.0); in TestButtonWidget()
[all …]
H A DTestButtonWidgetMultipleViewports.cxx1157 lut->SetTableValue(0, 1, 0, 0, 1); in TestButtonWidgetMultipleViewports()
1158 lut->SetTableValue(1, 0, 1, 0, 1); in TestButtonWidgetMultipleViewports()
1159 lut->SetTableValue(2, 1, 1, 0, 1); in TestButtonWidgetMultipleViewports()
1160 lut->SetTableValue(3, 0, 0, 1, 1); in TestButtonWidgetMultipleViewports()
1161 lut->SetTableValue(4, 1, 0, 1, 1); in TestButtonWidgetMultipleViewports()
1162 lut->SetTableValue(5, 0, 1, 1, 1); in TestButtonWidgetMultipleViewports()
1163 lut->SetTableValue(6, 0.0000, 1.0000, 0.4980, 1.0); in TestButtonWidgetMultipleViewports()
1164 lut->SetTableValue(7, 0.9020, 0.9020, 0.9804, 1.0); in TestButtonWidgetMultipleViewports()
1165 lut->SetTableValue(8, 0.9608, 1.0000, 0.9804, 1.0); in TestButtonWidgetMultipleViewports()
1166 lut->SetTableValue(9, 0.5600, 0.3700, 0.6000, 1.0); in TestButtonWidgetMultipleViewports()
[all …]
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Cxx/
H A DTestButtonWidget.cxx621 lut->SetTableValue(0, 1, 0, 0, 1); in TestButtonWidget()
622 lut->SetTableValue(1, 0, 1, 0, 1); in TestButtonWidget()
623 lut->SetTableValue(2, 1, 1, 0, 1); in TestButtonWidget()
624 lut->SetTableValue(3, 0, 0, 1, 1); in TestButtonWidget()
625 lut->SetTableValue(4, 1, 0, 1, 1); in TestButtonWidget()
626 lut->SetTableValue(5, 0, 1, 1, 1); in TestButtonWidget()
627 lut->SetTableValue(6, 0.0000, 1.0000, 0.4980, 1.0); in TestButtonWidget()
628 lut->SetTableValue(7, 0.9020, 0.9020, 0.9804, 1.0); in TestButtonWidget()
629 lut->SetTableValue(8, 0.9608, 1.0000, 0.9804, 1.0); in TestButtonWidget()
630 lut->SetTableValue(9, 0.5600, 0.3700, 0.6000, 1.0); in TestButtonWidget()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/Testing/Cxx/
H A DTestNamedColorsIntegration.cxx77 lut->SetTableValue(0,rgba); in TestNamedColorsIntegration()
79 lut->SetTableValue(1,rgba); in TestNamedColorsIntegration()
81 lut->SetTableValue(2,namedColors->GetColor4d("Blue").GetData()); in TestNamedColorsIntegration()
82 lut->SetTableValue(3,namedColors->GetColor4d("Cyan").GetData()); in TestNamedColorsIntegration()
83 lut->SetTableValue(4,namedColors->GetColor4d("Magenta").GetData()); in TestNamedColorsIntegration()
84 lut->SetTableValue(5,namedColors->GetColor4d("Yellow").GetData()); in TestNamedColorsIntegration()
85 lut->SetTableValue(6,namedColors->GetColor4d("White").GetData()); in TestNamedColorsIntegration()
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/Testing/Cxx/
H A DTestNamedColorsIntegration.cxx72 lut->SetTableValue(0, rgba); in TestNamedColorsIntegration()
74 lut->SetTableValue(1, rgba); in TestNamedColorsIntegration()
76 lut->SetTableValue(2, namedColors->GetColor4d("Blue").GetData()); in TestNamedColorsIntegration()
77 lut->SetTableValue(3, namedColors->GetColor4d("Cyan").GetData()); in TestNamedColorsIntegration()
78 lut->SetTableValue(4, namedColors->GetColor4d("Magenta").GetData()); in TestNamedColorsIntegration()
79 lut->SetTableValue(5, namedColors->GetColor4d("Yellow").GetData()); in TestNamedColorsIntegration()
80 lut->SetTableValue(6, namedColors->GetColor4d("White").GetData()); in TestNamedColorsIntegration()
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/Testing/Cxx/
H A DTestNamedColorsIntegration.cxx79 lut->SetTableValue(0,rgba); in TestNamedColorsIntegration()
81 lut->SetTableValue(1,rgba); in TestNamedColorsIntegration()
83 lut->SetTableValue(2,namedColors->GetColor4d("Blue").GetData()); in TestNamedColorsIntegration()
84 lut->SetTableValue(3,namedColors->GetColor4d("Cyan").GetData()); in TestNamedColorsIntegration()
85 lut->SetTableValue(4,namedColors->GetColor4d("Magenta").GetData()); in TestNamedColorsIntegration()
86 lut->SetTableValue(5,namedColors->GetColor4d("Yellow").GetData()); in TestNamedColorsIntegration()
87 lut->SetTableValue(6,namedColors->GetColor4d("White").GetData()); in TestNamedColorsIntegration()
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/Testing/Python/
H A DTestNamedColorsIntegration.py86 lut.SetTableValue(0,rgba);
88 lut.SetTableValue(1,rgba);
90 lut.SetTableValue(2,rgba);
92 lut.SetTableValue(3,rgba);
94 lut.SetTableValue(4,rgba);
96 lut.SetTableValue(5,rgba);
98 lut.SetTableValue(6,rgba);
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/Testing/Python/
H A DTestNamedColorsIntegration.py86 lut.SetTableValue(0,rgba);
88 lut.SetTableValue(1,rgba);
90 lut.SetTableValue(2,rgba);
92 lut.SetTableValue(3,rgba);
94 lut.SetTableValue(4,rgba);
96 lut.SetTableValue(5,rgba);
98 lut.SetTableValue(6,rgba);
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/Testing/Python/
H A DTestNamedColorsIntegration.py86 lut.SetTableValue(0,rgba);
88 lut.SetTableValue(1,rgba);
90 lut.SetTableValue(2,rgba);
92 lut.SetTableValue(3,rgba);
94 lut.SetTableValue(4,rgba);
96 lut.SetTableValue(5,rgba);
98 lut.SetTableValue(6,rgba);
/dports/math/vtk6/VTK-6.2.0/Examples/Rendering/Tcl/
H A Drainbow.tcl70 eval lut SetTableValue [expr $i*16] $red 1
71 eval lut SetTableValue [expr $i*16+1] $green 1
72 eval lut SetTableValue [expr $i*16+2] $blue 1
73 eval lut SetTableValue [expr $i*16+3] $black 1
/dports/math/vtk8/VTK-8.2.0/Examples/Rendering/Python/
H A Drainbow.py65 lut.SetTableValue(i*16, red[0], red[1], red[2], 1)
66 lut.SetTableValue(i*16+1, green[0], green[1], green[2], 1)
67 lut.SetTableValue(i*16+2, blue[0], blue[1], blue[2], 1)
68 lut.SetTableValue(i*16+3, black[0], black[1], black[2], 1)
/dports/math/vtk6/VTK-6.2.0/Examples/Rendering/Python/
H A Drainbow.py65 lut.SetTableValue(i*16, red[0], red[1], red[2], 1)
66 lut.SetTableValue(i*16+1, green[0], green[1], green[2], 1)
67 lut.SetTableValue(i*16+2, blue[0], blue[1], blue[2], 1)
68 lut.SetTableValue(i*16+3, black[0], black[1], black[2], 1)
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/Testing/Tcl/
H A DPolyDataMapperAllPolygons.tcl68 lut SetTableValue 0 0 0 1 1
69 lut SetTableValue 1 0 1 0 1
70 lut SetTableValue 2 0 1 1 1
71 lut SetTableValue 3 1 0 0 1
72 lut SetTableValue 4 1 0 1 1
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Python/
H A DPolyDataMapperAllPolygons.py71 lut.SetTableValue(0, 0, 0, 1, 1)
72 lut.SetTableValue(1, 0, 1, 0, 1)
73 lut.SetTableValue(2, 0, 1, 1, 1)
74 lut.SetTableValue(3, 1, 0, 0, 1)
75 lut.SetTableValue(4, 1, 0, 1, 1)
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Python/
H A DPolyDataMapperAllPolygons.py71 lut.SetTableValue(0, 0, 0, 1, 1)
72 lut.SetTableValue(1, 0, 1, 0, 1)
73 lut.SetTableValue(2, 0, 1, 1, 1)
74 lut.SetTableValue(3, 1, 0, 0, 1)
75 lut.SetTableValue(4, 1, 0, 1, 1)
H A DPolyDataMapperAllWireframe.py72 lut.SetTableValue(0, 0, 0, 1, 1)
73 lut.SetTableValue(1, 0, 1, 0, 1)
74 lut.SetTableValue(2, 0, 1, 1, 1)
75 lut.SetTableValue(3, 1, 0, 0, 1)
76 lut.SetTableValue(4, 1, 0, 1, 1)

1234567891011