Lines Matching refs:lut1

23 void TestOLT(vtkLookupTableWithEnabling *lut1)  in TestOLT()  argument
27 lut1->SetRange(1,1024); in TestOLT()
29 lut1->Allocate (1024); in TestOLT()
30 lut1->SetRampToLinear(); in TestOLT()
31 lut1->Build(); in TestOLT()
34 lut1->GetColor(0, rgb); in TestOLT()
36 lut1->GetOpacity(0); in TestOLT()
38 lut1->GetTableValue(10,rgb); in TestOLT()
39 lut1->GetTableValue(10); in TestOLT()
44 lut1->MapScalarsThroughTable2(&bitA, output, VTK_BIT, in TestOLT()
46 lut1->MapScalarsThroughTable2(&bitA, output, VTK_CHAR, in TestOLT()
48 lut1->MapScalarsThroughTable2(&bitA, output, VTK_CHAR, in TestOLT()
50 lut1->MapScalarsThroughTable2(&bitA, output, VTK_CHAR, in TestOLT()
54 lut1->MapScalarsThroughTable2(&bitA, output, VTK_BIT, in TestOLT()
56 lut1->MapScalarsThroughTable2(&bitA, output, VTK_CHAR, in TestOLT()
58 lut1->MapScalarsThroughTable2(&bitA, output, VTK_CHAR, in TestOLT()
60 lut1->MapScalarsThroughTable2(&bitA, output, VTK_CHAR, in TestOLT()
65 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
67 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
69 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
71 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
75 lut1->MapScalarsThroughTable2(ucharA, output, VTK_UNSIGNED_CHAR, in TestOLT()
77 lut1->MapScalarsThroughTable2(ucharA, output, VTK_UNSIGNED_CHAR, in TestOLT()
79 lut1->MapScalarsThroughTable2(ucharA, output, VTK_UNSIGNED_CHAR, in TestOLT()
81 lut1->MapScalarsThroughTable2(ucharA, output, VTK_UNSIGNED_CHAR, in TestOLT()
85 lut1->MapScalarsThroughTable2(intA, output, VTK_INT, in TestOLT()
87 lut1->MapScalarsThroughTable2(intA, output, VTK_INT, in TestOLT()
89 lut1->MapScalarsThroughTable2(intA, output, VTK_INT, in TestOLT()
91 lut1->MapScalarsThroughTable2(intA, output, VTK_INT, in TestOLT()
95 lut1->MapScalarsThroughTable2(uintA, output, VTK_UNSIGNED_INT, in TestOLT()
97 lut1->MapScalarsThroughTable2(uintA, output, VTK_UNSIGNED_INT, in TestOLT()
99 lut1->MapScalarsThroughTable2(uintA, output, VTK_UNSIGNED_INT, in TestOLT()
101 lut1->MapScalarsThroughTable2(uintA, output, VTK_UNSIGNED_INT, in TestOLT()
105 lut1->MapScalarsThroughTable2(longA, output, VTK_LONG, in TestOLT()
107 lut1->MapScalarsThroughTable2(longA, output, VTK_LONG, in TestOLT()
109 lut1->MapScalarsThroughTable2(longA, output, VTK_LONG, in TestOLT()
111 lut1->MapScalarsThroughTable2(longA, output, VTK_LONG, in TestOLT()
115 lut1->MapScalarsThroughTable2(ulongA, output, VTK_UNSIGNED_LONG, in TestOLT()
117 lut1->MapScalarsThroughTable2(ulongA, output, VTK_UNSIGNED_LONG, in TestOLT()
119 lut1->MapScalarsThroughTable2(ulongA, output, VTK_UNSIGNED_LONG, in TestOLT()
121 lut1->MapScalarsThroughTable2(ulongA, output, VTK_UNSIGNED_LONG, 2, 1, VTK_LUMINANCE); in TestOLT()
124 lut1->MapScalarsThroughTable2(shortA, output, VTK_SHORT, in TestOLT()
126 lut1->MapScalarsThroughTable2(shortA, output, VTK_SHORT, in TestOLT()
128 lut1->MapScalarsThroughTable2(shortA, output, VTK_SHORT, in TestOLT()
130 lut1->MapScalarsThroughTable2(shortA, output, VTK_SHORT, in TestOLT()
134 lut1->MapScalarsThroughTable2(ushortA, output, in TestOLT()
136 lut1->MapScalarsThroughTable2(ushortA, output, in TestOLT()
138 lut1->MapScalarsThroughTable2(ushortA, output, in TestOLT()
140 lut1->MapScalarsThroughTable2(ushortA, output, in TestOLT()
144 lut1->MapScalarsThroughTable2(floatA, output, in TestOLT()
146 lut1->MapScalarsThroughTable2(floatA, output, in TestOLT()
148 lut1->MapScalarsThroughTable2(floatA, output, in TestOLT()
150 lut1->MapScalarsThroughTable2(floatA, output, in TestOLT()
154 lut1->MapScalarsThroughTable2(doubleA, output, in TestOLT()
156 lut1->MapScalarsThroughTable2(doubleA, output, in TestOLT()
158 lut1->MapScalarsThroughTable2(doubleA, output, in TestOLT()
160 lut1->MapScalarsThroughTable2(doubleA, output, in TestOLT()
169 vtkLookupTableWithEnabling *lut1 = vtkLookupTableWithEnabling::New(); in otherLookupTableWithEnabling() local
170 lut1->SetAlpha(1.0); in otherLookupTableWithEnabling()
171 lut1->SetScaleToLinear(); in otherLookupTableWithEnabling()
172 TestOLT(lut1); in otherLookupTableWithEnabling()
173 lut1->SetAlpha(.5); in otherLookupTableWithEnabling()
174 TestOLT(lut1); in otherLookupTableWithEnabling()
175 lut1->Delete(); in otherLookupTableWithEnabling()