Home
last modified time | relevance | path

Searched refs:vtkColorTransferFunction (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkColorTransferFunction.cxx27 vtkStandardNewMacro(vtkColorTransferFunction);
266 vtkColorTransferFunction::vtkColorTransferFunction() in vtkColorTransferFunction() function in vtkColorTransferFunction
311 vtkColorTransferFunction::~vtkColorTransferFunction() in ~vtkColorTransferFunction()
327 int vtkColorTransferFunction::GetSize() in GetSize()
335 double* vtkColorTransferFunction::GetDataPointer() in GetDataPointer()
366 int vtkColorTransferFunction::AddRGBPoint(double x, in AddRGBPoint()
444 int vtkColorTransferFunction::AddHSVPoint(double x, in AddHSVPoint()
473 bool vtkColorTransferFunction::UpdateRange() in UpdateRange()
584 void vtkColorTransferFunction::RemoveAllPoints() in RemoveAllPoints()
1343 vtkColorTransferFunction* f = nullptr; in DeepCopy()
[all …]
H A DvtkColorTransferFunction.h54 class VTKRENDERINGCORE_EXPORT vtkColorTransferFunction : public vtkScalarsToColors
57 static vtkColorTransferFunction* New();
58 vtkTypeMacro(vtkColorTransferFunction, vtkScalarsToColors);
60 void ShallowCopy(vtkColorTransferFunction* f);
368 vtkColorTransferFunction();
369 ~vtkColorTransferFunction() override;
487 vtkColorTransferFunction(const vtkColorTransferFunction&) = delete;
488 void operator=(const vtkColorTransferFunction&) = delete;
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkColorTransferFunction.cxx28 vtkStandardNewMacro(vtkColorTransferFunction);
269 vtkColorTransferFunction::vtkColorTransferFunction() in vtkColorTransferFunction() function in vtkColorTransferFunction
314 vtkColorTransferFunction::~vtkColorTransferFunction() in ~vtkColorTransferFunction()
330 int vtkColorTransferFunction::GetSize() in GetSize()
369 int vtkColorTransferFunction::AddRGBPoint( in AddRGBPoint()
443 int vtkColorTransferFunction::AddHSVPoint( in AddHSVPoint()
469 bool vtkColorTransferFunction::UpdateRange() in UpdateRange()
593 void vtkColorTransferFunction::AddRGBSegment( in AddRGBSegment()
626 void vtkColorTransferFunction::AddHSVSegment( in AddHSVSegment()
1328 vtkColorTransferFunction* f = nullptr; in DeepCopy()
[all …]
H A DvtkColorTransferFunction.h54 class VTKRENDERINGCORE_EXPORT vtkColorTransferFunction : public vtkScalarsToColors
57 static vtkColorTransferFunction* New();
58 vtkTypeMacro(vtkColorTransferFunction, vtkScalarsToColors);
60 void ShallowCopy(vtkColorTransferFunction* f);
352 vtkColorTransferFunction();
353 ~vtkColorTransferFunction() override;
471 vtkColorTransferFunction(const vtkColorTransferFunction&) = delete;
472 void operator=(const vtkColorTransferFunction&) = delete;
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkColorTransferFunction.h49 class VTKRENDERINGCORE_EXPORT vtkColorTransferFunction : public vtkScalarsToColors
52 static vtkColorTransferFunction *New();
53 vtkTypeMacro(vtkColorTransferFunction,vtkScalarsToColors);
55 void ShallowCopy( vtkColorTransferFunction *f );
250 vtkColorTransferFunction();
251 ~vtkColorTransferFunction();
341 vtkColorTransferFunction(const vtkColorTransferFunction&); // Not implemented.
342 void operator=(const vtkColorTransferFunction&); // Not implemented.
H A DvtkColorTransferFunction.cxx26 vtkStandardNewMacro(vtkColorTransferFunction);
225 vtkColorTransferFunction::vtkColorTransferFunction() in vtkColorTransferFunction() function in vtkColorTransferFunction
269 vtkColorTransferFunction::~vtkColorTransferFunction() in ~vtkColorTransferFunction()
285 int vtkColorTransferFunction::GetSize() in GetSize()
293 double *vtkColorTransferFunction::GetDataPointer() in GetDataPointer()
416 void vtkColorTransferFunction::SortAndUpdateRange() in SortAndUpdateRange()
430 bool vtkColorTransferFunction::UpdateRange() in UpdateRange()
545 void vtkColorTransferFunction::RemoveAllPoints() in RemoveAllPoints()
1280 vtkColorTransferFunction *f = NULL; in DeepCopy()
1284 f = vtkColorTransferFunction::SafeDownCast(o); in DeepCopy()
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/
H A DctkVTKScalarsToColorsView.h32 class vtkColorTransferFunction; variable
55 …Q_INVOKABLE vtkPlot* addColorTransferFunction(vtkColorTransferFunction* colorTF, bool editable = t…
57 vtkPlot* addCompositeFunction(vtkColorTransferFunction* colorTF,
63 vtkPlot* addColorTransferFunctionControlPoints(vtkColorTransferFunction* colorTF);
65 vtkPlot* addCompositeFunctionControlPoints(vtkColorTransferFunction* colorTF,
76 QList<vtkPlot*> colorTransferFunctionPlots(vtkColorTransferFunction* colorTF)const;
81 void setColorTransferFunctionToPlots(vtkColorTransferFunction* colorTF);
H A DctkVTKColorTransferFunction.h30 class vtkColorTransferFunction; variable
45 ctkVTKColorTransferFunction(vtkColorTransferFunction* colorTransferFunction,
69 void setColorTransferFunction(vtkColorTransferFunction* colorTransferFunction);
70 vtkColorTransferFunction* colorTransferFunction()const;
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/Testing/Cxx/
H A DTestGPURayCastDataTypesMinIP.cxx54 vtkSmartPointer<vtkColorTransferFunction> color[4][4];
105 data.color[0][0] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
118 data.color[0][2] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
133 data.color[0][1] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
146 data.color[0][3] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
161 data.color[1][0] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
174 data.color[1][2] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
189 data.color[1][1] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
202 data.color[1][3] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
217 data.color[2][0] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
[all …]
H A DTestGPURayCastDataTypesMIP.cxx52 vtkSmartPointer<vtkColorTransferFunction> color[4][4];
98 data.color[0][0] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
111 data.color[0][2] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
126 data.color[0][1] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
139 data.color[0][3] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
154 data.color[1][0] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
167 data.color[1][2] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
182 data.color[1][1] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
195 data.color[1][3] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
209 data.color[2][0] = vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
[all …]
H A DTestGPURayCastNearestDataTypesMIP.cxx49 vtkColorTransferFunction* color[4][2]; in TestGPURayCastNearestDataTypesMIP()
56 color[0][0] = vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
70 color[0][1] = vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
84 color[1][0] = vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
98 color[1][1] = vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
112 color[2][0] = vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
126 color[2][1] = vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
146 color[3][0] = vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
165 color[3][1] = vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/Testing/Cxx/
H A DTestGPURayCastDataTypesMIP.cxx52 vtkSmartPointer<vtkColorTransferFunction> color[4][4];
99 data.color[0][0]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
112 data.color[0][2]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
127 data.color[0][1]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
140 data.color[0][3]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
155 data.color[1][0]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
168 data.color[1][2]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
183 data.color[1][1]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
196 data.color[1][3]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
210 data.color[2][0]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMIP()
[all …]
H A DTestGPURayCastDataTypesMinIP.cxx54 vtkSmartPointer<vtkColorTransferFunction> color[4][4];
106 data.color[0][0]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
119 data.color[0][2]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
134 data.color[0][1]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
147 data.color[0][3]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
162 data.color[1][0]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
175 data.color[1][2]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
190 data.color[1][1]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
203 data.color[1][3]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
218 data.color[2][0]=vtkSmartPointer<vtkColorTransferFunction>::New(); in TestGPURayCastDataTypesMinIP()
[all …]
H A DTestGPURayCastNearestDataTypesMIP.cxx52 vtkColorTransferFunction *color[4][2]; in TestGPURayCastNearestDataTypesMIP()
59 color[0][0]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
73 color[0][1]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
87 color[1][0]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
101 color[1][1]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
115 color[2][0]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
129 color[2][1]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
149 color[3][0]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
168 color[3][1]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkColorTransferFunctionItem.h22 class vtkColorTransferFunction; variable
35 void SetColorTransferFunction(vtkColorTransferFunction* t);
36 vtkGetObjectMacro(ColorTransferFunction, vtkColorTransferFunction);
47 vtkColorTransferFunction* ColorTransferFunction;
H A DvtkColorTransferControlPointsItem.h34 class vtkColorTransferFunction; variable
50 void SetColorTransferFunction(vtkColorTransferFunction* function);
55 vtkGetObjectMacro(ColorTransferFunction, vtkColorTransferFunction);
118 vtkColorTransferFunction* ColorTransferFunction;
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkColorTransferFunctionItem.h22 class vtkColorTransferFunction; variable
35 void SetColorTransferFunction(vtkColorTransferFunction* t);
36 vtkGetObjectMacro(ColorTransferFunction, vtkColorTransferFunction);
52 vtkColorTransferFunction* ColorTransferFunction;
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkColorTransferFunctionItem.h22 class vtkColorTransferFunction; variable
35 void SetColorTransferFunction(vtkColorTransferFunction* t);
36 vtkGetObjectMacro(ColorTransferFunction, vtkColorTransferFunction);
47 vtkColorTransferFunction* ColorTransferFunction;
H A DvtkRangeHandlesItem.h42 class vtkColorTransferFunction; variable
72 void SetColorTransferFunction(vtkColorTransferFunction* ctf);
73 vtkGetObjectMacro(ColorTransferFunction, vtkColorTransferFunction);
116 vtkColorTransferFunction* ColorTransferFunction = nullptr;
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/Testing/Cxx/
H A DTestGPURayCastNearestDataTypesMIP.cxx52 vtkColorTransferFunction *color[4][2]; in TestGPURayCastNearestDataTypesMIP()
59 color[0][0]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
73 color[0][1]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
87 color[1][0]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
101 color[1][1]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
115 color[2][0]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
129 color[2][1]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
149 color[3][0]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
168 color[3][1]=vtkColorTransferFunction::New(); in TestGPURayCastNearestDataTypesMIP()
H A DTestGPURayCastDataTypesMIP.cxx50 vtkColorTransferFunction *color[4][2]; in TestGPURayCastDataTypesMIP()
57 color[0][0]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMIP()
71 color[0][1]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMIP()
85 color[1][0]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMIP()
99 color[1][1]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMIP()
113 color[2][0]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMIP()
127 color[2][1]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMIP()
147 color[3][0]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMIP()
166 color[3][1]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMIP()
H A DTestGPURayCastDataTypesMinIP.cxx52 vtkColorTransferFunction *color[4][2]; in TestGPURayCastDataTypesMinIP()
65 color[0][0]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP()
79 color[0][1]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP()
93 color[1][0]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP()
107 color[1][1]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP()
121 color[2][0]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP()
135 color[2][1]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP()
155 color[3][0]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP()
174 color[3][1]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP()
H A DTestGPURayCastDataTypesMinIP1.cxx49 vtkColorTransferFunction *color[4][2]; in TestGPURayCastDataTypesMinIP1()
62 color[0][0]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP1()
76 color[0][1]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP1()
90 color[1][0]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP1()
104 color[1][1]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP1()
118 color[2][0]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP1()
132 color[2][1]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP1()
152 color[3][0]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP1()
171 color[3][1]=vtkColorTransferFunction::New(); in TestGPURayCastDataTypesMinIP1()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/coloropacitymap/
H A Dhistogramwidget.h21 class vtkColorTransferFunction; variable
35 void setLUT(vtkColorTransferFunction* lut);
36 vtkColorTransferFunction* LUT();
63 vtkWeakPointer<vtkColorTransferFunction> m_LUT;
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/coloropacitymap/
H A Dhistogramwidget.h21 class vtkColorTransferFunction; variable
35 void setLUT(vtkColorTransferFunction* lut);
36 vtkColorTransferFunction* LUT();
63 vtkWeakPointer<vtkColorTransferFunction> m_LUT;

12345678910>>...24