Home
last modified time | relevance | path

Searched refs:vtkColorTransferControlPointsItem (Results 1 – 22 of 22) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkColorTransferControlPointsItem.cxx35 vtkStandardNewMacro(vtkColorTransferControlPointsItem);
38 vtkColorTransferControlPointsItem::vtkColorTransferControlPointsItem() in vtkColorTransferControlPointsItem() function in vtkColorTransferControlPointsItem
45 vtkColorTransferControlPointsItem::~vtkColorTransferControlPointsItem() in ~vtkColorTransferControlPointsItem()
56 void vtkColorTransferControlPointsItem::PrintSelf(ostream &os, vtkIndent indent) in PrintSelf()
81 unsigned long int vtkColorTransferControlPointsItem::GetControlPointsMTime() in GetControlPointsMTime()
126 vtkIdType vtkColorTransferControlPointsItem::GetNumberOfPoints()const in GetNumberOfPoints()
168 void vtkColorTransferControlPointsItem::EditPoint(float tX, float tY) in EditPoint()
194 vtkIdType vtkColorTransferControlPointsItem::AddPoint(double* newPos) in AddPoint()
215 vtkIdType vtkColorTransferControlPointsItem::RemovePoint(double* currentPoint) in RemovePoint()
238 void vtkColorTransferControlPointsItem::ComputeBounds(double* bounds) in ComputeBounds()
[all …]
H A DvtkColorTransferControlPointsItem.h33 class VTKCHARTSCORE_EXPORT vtkColorTransferControlPointsItem: public vtkControlPointsItem
36 vtkTypeMacro(vtkColorTransferControlPointsItem, vtkControlPointsItem);
41 static vtkColorTransferControlPointsItem* New();
86 vtkColorTransferControlPointsItem();
87 virtual ~vtkColorTransferControlPointsItem();
111 vtkColorTransferControlPointsItem(const vtkColorTransferControlPointsItem &); // Not implemented.
112 void operator=(const vtkColorTransferControlPointsItem &); // Not implemented.
H A DvtkCompositeControlPointsItem.h37 public vtkColorTransferControlPointsItem
40 vtkTypeMacro(vtkCompositeControlPointsItem, vtkColorTransferControlPointsItem);
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkColorTransferControlPointsItem.cxx35 vtkStandardNewMacro(vtkColorTransferControlPointsItem);
38 vtkColorTransferControlPointsItem::vtkColorTransferControlPointsItem() in vtkColorTransferControlPointsItem() function in vtkColorTransferControlPointsItem
45 vtkColorTransferControlPointsItem::~vtkColorTransferControlPointsItem() in ~vtkColorTransferControlPointsItem()
56 void vtkColorTransferControlPointsItem::PrintSelf(ostream &os, vtkIndent indent) in PrintSelf()
72 void vtkColorTransferControlPointsItem::emitEvent(unsigned long event, void* params) in emitEvent()
81 vtkMTimeType vtkColorTransferControlPointsItem::GetControlPointsMTime() in GetControlPointsMTime()
126 vtkIdType vtkColorTransferControlPointsItem::GetNumberOfPoints()const in GetNumberOfPoints()
168 void vtkColorTransferControlPointsItem::EditPoint(float tX, float tY) in EditPoint()
194 vtkIdType vtkColorTransferControlPointsItem::AddPoint(double* newPos) in AddPoint()
215 vtkIdType vtkColorTransferControlPointsItem::RemovePoint(double* currentPoint) in RemovePoint()
[all …]
H A DvtkColorTransferControlPointsItem.h36 class VTKCHARTSCORE_EXPORT vtkColorTransferControlPointsItem: public vtkControlPointsItem
39 vtkTypeMacro(vtkColorTransferControlPointsItem, vtkControlPointsItem);
45 static vtkColorTransferControlPointsItem* New();
102 vtkColorTransferControlPointsItem();
103 ~vtkColorTransferControlPointsItem() override;
122 vtkColorTransferControlPointsItem(const vtkColorTransferControlPointsItem &) = delete;
123 void operator=(const vtkColorTransferControlPointsItem &) = delete;
H A DvtkCompositeControlPointsItem.h40 public vtkColorTransferControlPointsItem
43 vtkTypeMacro(vtkCompositeControlPointsItem, vtkColorTransferControlPointsItem);
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkColorTransferControlPointsItem.cxx35 vtkStandardNewMacro(vtkColorTransferControlPointsItem);
38 vtkColorTransferControlPointsItem::~vtkColorTransferControlPointsItem() in ~vtkColorTransferControlPointsItem()
49 void vtkColorTransferControlPointsItem::PrintSelf(ostream& os, vtkIndent indent) in PrintSelf()
65 void vtkColorTransferControlPointsItem::emitEvent(unsigned long event, void* params) in emitEvent()
74 vtkMTimeType vtkColorTransferControlPointsItem::GetControlPointsMTime() in GetControlPointsMTime()
119 vtkIdType vtkColorTransferControlPointsItem::GetNumberOfPoints() const in GetNumberOfPoints()
144 void vtkColorTransferControlPointsItem::SetControlPoint(vtkIdType index, double* newPos) in SetControlPoint()
160 void vtkColorTransferControlPointsItem::EditPoint(float tX, float tY) in EditPoint()
186 vtkIdType vtkColorTransferControlPointsItem::AddPoint(double* newPos) in AddPoint()
206 vtkIdType vtkColorTransferControlPointsItem::RemovePoint(double* currentPoint) in RemovePoint()
[all …]
H A DvtkColorTransferControlPointsItem.h36 class VTKCHARTSCORE_EXPORT vtkColorTransferControlPointsItem : public vtkControlPointsItem
39 vtkTypeMacro(vtkColorTransferControlPointsItem, vtkControlPointsItem);
45 static vtkColorTransferControlPointsItem* New();
105 vtkColorTransferControlPointsItem() = default;
106 ~vtkColorTransferControlPointsItem() override;
125 vtkColorTransferControlPointsItem(const vtkColorTransferControlPointsItem&) = delete;
126 void operator=(const vtkColorTransferControlPointsItem&) = delete;
H A DvtkCompositeControlPointsItem.h39 class VTKCHARTSCORE_EXPORT vtkCompositeControlPointsItem : public vtkColorTransferControlPointsItem
42 vtkTypeMacro(vtkCompositeControlPointsItem, vtkColorTransferControlPointsItem);
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/
H A DctkVTKScalarsToColorsView.cpp130 if (vtkColorTransferControlPointsItem::SafeDownCast(plot)) in addPlot()
239 vtkSmartPointer<vtkColorTransferControlPointsItem> controlPointsItem = in addColorTransferFunctionControlPoints()
240 vtkSmartPointer<vtkColorTransferControlPointsItem>::New(); in addColorTransferFunctionControlPoints()
347 vtkColorTransferControlPointsItem::SafeDownCast(plot)) in colorTransferFunctionPlots()
369 vtkColorTransferControlPointsItem* controlPointsItem = in colorTransferFunctionPlots()
370 vtkColorTransferControlPointsItem::SafeDownCast(plot); in colorTransferFunctionPlots()
457 foreach(vtkColorTransferControlPointsItem* plot, in setColorTransferFunctionToPlots()
458 this->plots<vtkColorTransferControlPointsItem>()) in setColorTransferFunctionToPlots()
564 vtkColorTransferControlPointsItem* colorTransferFunctionItem = in editPoint()
565 vtkColorTransferControlPointsItem::SafeDownCast(controlPoints); in editPoint()
H A DctkVTKScalarsToColorsWidget.cpp323 (vtkColorTransferControlPointsItem::SafeDownCast(item) != 0 || in setCurrentControlPointsItem()
410 vtkColorTransferControlPointsItem* colorControlPoints = in updateCurrentPoint()
411 vtkColorTransferControlPointsItem::SafeDownCast(d->CurrentControlPointsItem); in updateCurrentPoint()
441 vtkColorTransferControlPointsItem* colorControlPoints = in onColorChanged()
442 vtkColorTransferControlPointsItem::SafeDownCast(d->CurrentControlPointsItem); in onColorChanged()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/Testing/Cxx/
H A DTestColorTransferFunction.cxx54 vtkSmartPointer<vtkColorTransferControlPointsItem> controlPointsItem = in TestColorTransferFunction()
55 vtkSmartPointer<vtkColorTransferControlPointsItem>::New(); in TestColorTransferFunction()
H A DTestControlPointsItem.cxx37 vtkNew<vtkColorTransferControlPointsItem> controlPoints; in TestControlPointsItem()
H A DTestControlPointsItemEvents.cxx81 vtkNew<vtkColorTransferControlPointsItem> controlPoints; in TestControlPointsItemEvents()
/dports/math/vtk6/VTK-6.2.0/Charts/Core/Testing/Cxx/
H A DTestColorTransferFunction.cxx54 vtkSmartPointer<vtkColorTransferControlPointsItem> controlPointsItem = in TestColorTransferFunction()
55 vtkSmartPointer<vtkColorTransferControlPointsItem>::New(); in TestColorTransferFunction()
H A DTestControlPointsItem.cxx37 vtkNew<vtkColorTransferControlPointsItem> controlPoints; in TestControlPointsItem()
H A DTestControlPointsItemEvents.cxx82 vtkNew<vtkColorTransferControlPointsItem> controlPoints; in TestControlPointsItemEvents()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/coloropacitymap/
H A DvtkChartHistogramColorOpacityEditor.h13 class vtkColorTransferControlPointsItem; variable
72 vtkNew<vtkColorTransferControlPointsItem> ColorTransferControlPointsItem;
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/coloropacitymap/
H A DvtkChartHistogramColorOpacityEditor.h13 class vtkColorTransferControlPointsItem; variable
72 vtkNew<vtkColorTransferControlPointsItem> ColorTransferControlPointsItem;
/dports/math/vtk9/VTK-9.1.0/Charts/Core/Testing/Cxx/
H A DTestColorTransferFunction.cxx57 vtkSmartPointer<vtkColorTransferControlPointsItem> controlPointsItem = in TestColorTransferFunction()
58 vtkSmartPointer<vtkColorTransferControlPointsItem>::New(); in TestColorTransferFunction()
H A DTestColorTransferControlPointsItem.cxx37 vtkNew<vtkColorTransferControlPointsItem> controlPoints; in TestColorTransferControlPointsItem()
H A DTestControlPointsItemEvents.cxx76 vtkNew<vtkColorTransferControlPointsItem> controlPoints; in TestControlPointsItemEvents()