Skip to content

Commit

Permalink
Applied VTK_DELETE_FUNCTION for operator=
Browse files Browse the repository at this point in the history
(operator\s*=.*);\s*//\s*Not\s*implemented[\.]*
to
\1 VTK_DELETE_FUNCTION;

After that, this finds basically nothing:

operator.*implemented

then manually reverted changed files in VPIC and KWSys folders.
  • Loading branch information
seanm committed Jul 7, 2016
1 parent 37e1de8 commit 2d0e11e
Show file tree
Hide file tree
Showing 2,406 changed files with 2,415 additions and 2,415 deletions.
2 changes: 1 addition & 1 deletion Accelerators/Dax/vtkDaxContour.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class VTKACCELERATORSDAX_EXPORT vtkDaxContour : public vtkContourFilter

private:
vtkDaxContour(const vtkDaxContour&); //Not implemented
void operator=(const vtkDaxContour&); // Not implemented
void operator=(const vtkDaxContour&) VTK_DELETE_FUNCTION;
};

#endif // vtkDaxContour_H
2 changes: 1 addition & 1 deletion Accelerators/Dax/vtkDaxThreshold.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class VTKACCELERATORSDAX_EXPORT vtkDaxThreshold : public vtkThreshold

private:
vtkDaxThreshold(const vtkDaxThreshold&); // Not implemented
void operator=(const vtkDaxThreshold&); // Not implemented
void operator=(const vtkDaxThreshold&) VTK_DELETE_FUNCTION;
};

#endif // vtkDaxThreshold_h
6 changes: 3 additions & 3 deletions Accelerators/Dax/vtkToDax/Containers.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class ArrayContainerControl<DaxValueType,vtkToDax::vtkArrayContainerTag<VTKArray

private:
ArrayContainerControl(const ArrayContainerControl<ValueType, vtkToDax::vtkPointsContainerTag> &src); // Not implemented.
void operator=(const ArrayContainerControl<ValueType, vtkToDax::vtkPointsContainerTag> &src); // Not implemented.
void operator=(const ArrayContainerControl<ValueType, vtkToDax::vtkPointsContainerTag> &src) VTK_DELETE_FUNCTION;

PointerType Array;
dax::Id NumberOfValues;
Expand Down Expand Up @@ -260,7 +260,7 @@ class ArrayContainerControl<ValueT,vtkToDax::vtkPointsContainerTag>

private:
ArrayContainerControl(const ArrayContainerControl<ValueType, vtkToDax::vtkPointsContainerTag> &src); // Not implemented.
void operator=(const ArrayContainerControl<ValueType, vtkToDax::vtkPointsContainerTag> &src); // Not implemented.
void operator=(const ArrayContainerControl<ValueType, vtkToDax::vtkPointsContainerTag> &src) VTK_DELETE_FUNCTION;

PointerType Array;
dax::Id NumberOfValues;
Expand Down Expand Up @@ -362,7 +362,7 @@ class ArrayContainerControl<ValueT,vtkToDax::vtkTopologyContainerTag<CellType> >

private:
ArrayContainerControl(const ArrayContainerControl<ValueType, vtkToDax::vtkPointsContainerTag> &src); // Not implemented.
void operator=(const ArrayContainerControl<ValueType, vtkToDax::vtkPointsContainerTag> &src); // Not implemented.
void operator=(const ArrayContainerControl<ValueType, vtkToDax::vtkPointsContainerTag> &src) VTK_DELETE_FUNCTION;

PointerType Array;
dax::Id NumberOfValues;
Expand Down
2 changes: 1 addition & 1 deletion Accelerators/Piston/vtkDataSetToPiston.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class VTKACCELERATORSPISTON_EXPORT vtkDataSetToPiston : public vtkPistonAlgorith

private:
vtkDataSetToPiston(const vtkDataSetToPiston&); // Not implemented.
void operator=(const vtkDataSetToPiston&); // Not implemented.
void operator=(const vtkDataSetToPiston&) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Accelerators/Piston/vtkPistonAlgorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class VTKACCELERATORSPISTON_EXPORT vtkPistonAlgorithm : public vtkAlgorithm

private:
vtkPistonAlgorithm(const vtkPistonAlgorithm&); // Not implemented.
void operator=(const vtkPistonAlgorithm&); // Not implemented.
void operator=(const vtkPistonAlgorithm&) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Accelerators/Piston/vtkPistonContour.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class VTKACCELERATORSPISTON_EXPORT vtkPistonContour : public vtkPistonAlgorithm

private:
vtkPistonContour(const vtkPistonContour&); // Not implemented.
void operator=(const vtkPistonContour&); // Not implemented.
void operator=(const vtkPistonContour&) VTK_DELETE_FUNCTION;

};

Expand Down
2 changes: 1 addition & 1 deletion Accelerators/Piston/vtkPistonDataObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class VTKACCELERATORSPISTON_EXPORT vtkPistonDataObject : public vtkDataObject

private:
vtkPistonDataObject(const vtkPistonDataObject&); // Not implemented
void operator=(const vtkPistonDataObject&); // Not implemented
void operator=(const vtkPistonDataObject&) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Accelerators/Piston/vtkPistonMapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class VTKACCELERATORSPISTON_EXPORT vtkPistonMapper : public vtkMapper

private:
vtkPistonMapper(const vtkPistonMapper&); // Not implemented.
void operator=(const vtkPistonMapper&); // Not implemented.
void operator=(const vtkPistonMapper&) VTK_DELETE_FUNCTION;

// Description:
// Allocates buffers that are shared between CUDA and GL
Expand Down
2 changes: 1 addition & 1 deletion Accelerators/Piston/vtkPistonScalarsColors.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class VTKACCELERATORSPISTON_EXPORT vtkPistonScalarsColors : public vtkObject

private:
vtkPistonScalarsColors(const vtkPistonScalarsColors&); // Not implemented.
void operator=(const vtkPistonScalarsColors&); // Not implemented.
void operator=(const vtkPistonScalarsColors&) VTK_DELETE_FUNCTION;
};

#endif // vtkPistonScalarsColors_h
2 changes: 1 addition & 1 deletion Accelerators/Piston/vtkPistonSlice.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class VTKACCELERATORSPISTON_EXPORT vtkPistonSlice : public vtkPistonAlgorithm

private:
vtkPistonSlice(const vtkPistonSlice&); // Not implemented.
void operator=(const vtkPistonSlice&); // Not implemented.
void operator=(const vtkPistonSlice&) VTK_DELETE_FUNCTION;

};

Expand Down
2 changes: 1 addition & 1 deletion Accelerators/Piston/vtkPistonSort.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class VTKACCELERATORSPISTON_EXPORT vtkPistonSort : public vtkPistonAlgorithm

private:
vtkPistonSort(const vtkPistonSort&); // Not implemented.
void operator=(const vtkPistonSort&); // Not implemented.
void operator=(const vtkPistonSort&) VTK_DELETE_FUNCTION;

};

Expand Down
2 changes: 1 addition & 1 deletion Accelerators/Piston/vtkPistonThreshold.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class VTKACCELERATORSPISTON_EXPORT vtkPistonThreshold : public vtkPistonAlgorith

private:
vtkPistonThreshold(const vtkPistonThreshold&); // Not implemented.
void operator=(const vtkPistonThreshold&); // Not implemented.
void operator=(const vtkPistonThreshold&) VTK_DELETE_FUNCTION;

};

Expand Down
2 changes: 1 addition & 1 deletion Accelerators/Piston/vtkPistonToDataSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class VTKACCELERATORSPISTON_EXPORT vtkPistonToDataSet : public vtkPistonAlgorith

private:
vtkPistonToDataSet(const vtkPistonToDataSet&); // Not implemented.
void operator=(const vtkPistonToDataSet&); // Not implemented.
void operator=(const vtkPistonToDataSet&) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion CMake/vtkObjectFactory.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected:

private:
@vtk-module@ObjectFactory(const @vtk-module@ObjectFactory&); // Not implemented
void operator=(const @vtk-module@ObjectFactory&); // Not implemented
void operator=(const @vtk-module@ObjectFactory&) VTK_DELETE_FUNCTION;
};

#endif // __@vtk-module@ObjectFactory_h
2 changes: 1 addition & 1 deletion Charts/Core/vtkAxis.h
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ class VTKCHARTSCORE_EXPORT vtkAxis : public vtkContextItem

private:
vtkAxis(const vtkAxis &); // Not implemented.
void operator=(const vtkAxis &); // Not implemented.
void operator=(const vtkAxis &) VTK_DELETE_FUNCTION;

// Description:
// Return true if the value is in range, false otherwise.
Expand Down
2 changes: 1 addition & 1 deletion Charts/Core/vtkAxisExtended.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ class VTKCHARTSCORE_EXPORT vtkAxisExtended : public vtkObject

private:
vtkAxisExtended(const vtkAxisExtended&); // Not implemented.
void operator=(const vtkAxisExtended&); // Not implemented.
void operator=(const vtkAxisExtended&) VTK_DELETE_FUNCTION;
};
2 changes: 1 addition & 1 deletion Charts/Core/vtkCategoryLegend.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class VTKCHARTSCORE_EXPORT vtkCategoryLegend: public vtkChartLegend

private:
vtkCategoryLegend(const vtkCategoryLegend &); // Not implemented.
void operator=(const vtkCategoryLegend &); // Not implemented.
void operator=(const vtkCategoryLegend &) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Charts/Core/vtkChart.h
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class VTKCHARTSCORE_EXPORT vtkChart : public vtkContextItem

private:
vtkChart(const vtkChart &); // Not implemented.
void operator=(const vtkChart &); // Not implemented.
void operator=(const vtkChart &) VTK_DELETE_FUNCTION;
};

#endif //vtkChart_h
2 changes: 1 addition & 1 deletion Charts/Core/vtkChartBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class VTKCHARTSCORE_EXPORT vtkChartBox : public vtkChart

private:
vtkChartBox(const vtkChartBox &); // Not implemented.
void operator=(const vtkChartBox &); // Not implemented.
void operator=(const vtkChartBox &) VTK_DELETE_FUNCTION;

};

Expand Down
2 changes: 1 addition & 1 deletion Charts/Core/vtkChartHistogram2D.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class VTKCHARTSCORE_EXPORT vtkChartHistogram2D : public vtkChartXY

private:
vtkChartHistogram2D(const vtkChartHistogram2D &); // Not implemented.
void operator=(const vtkChartHistogram2D &); // Not implemented.
void operator=(const vtkChartHistogram2D &) VTK_DELETE_FUNCTION;
};

#endif //vtkChartHistogram2D_h
2 changes: 1 addition & 1 deletion Charts/Core/vtkChartLegend.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class VTKCHARTSCORE_EXPORT vtkChartLegend : public vtkContextItem

private:
vtkChartLegend(const vtkChartLegend &); // Not implemented.
void operator=(const vtkChartLegend &); // Not implemented.
void operator=(const vtkChartLegend &) VTK_DELETE_FUNCTION;
};

#endif //vtkChartLegend_h
2 changes: 1 addition & 1 deletion Charts/Core/vtkChartMatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class VTKCHARTSCORE_EXPORT vtkChartMatrix : public vtkAbstractContextItem

private:
vtkChartMatrix(const vtkChartMatrix &); // Not implemented.
void operator=(const vtkChartMatrix &); // Not implemented.
void operator=(const vtkChartMatrix &) VTK_DELETE_FUNCTION;
};

#endif //vtkChartMatrix_h
2 changes: 1 addition & 1 deletion Charts/Core/vtkChartParallelCoordinates.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class VTKCHARTSCORE_EXPORT vtkChartParallelCoordinates : public vtkChart

private:
vtkChartParallelCoordinates(const vtkChartParallelCoordinates &); // Not implemented.
void operator=(const vtkChartParallelCoordinates &); // Not implemented.
void operator=(const vtkChartParallelCoordinates &) VTK_DELETE_FUNCTION;

};

Expand Down
2 changes: 1 addition & 1 deletion Charts/Core/vtkChartPie.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class VTKCHARTSCORE_EXPORT vtkChartPie : public vtkChart

private:
vtkChartPie(const vtkChartPie &); // Not implemented.
void operator=(const vtkChartPie &); // Not implemented.
void operator=(const vtkChartPie &) VTK_DELETE_FUNCTION;

// Description:
// Try to locate a point within the plots to display in a tooltip
Expand Down
2 changes: 1 addition & 1 deletion Charts/Core/vtkChartXY.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class VTKCHARTSCORE_EXPORT vtkChartXY : public vtkChart

private:
vtkChartXY(const vtkChartXY &); // Not implemented.
void operator=(const vtkChartXY &); // Not implemented.
void operator=(const vtkChartXY &) VTK_DELETE_FUNCTION;

vtkChartXYPrivate *ChartPrivate; // Private class where I hide my STL containers

Expand Down
2 changes: 1 addition & 1 deletion Charts/Core/vtkChartXYZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ class VTKCHARTSCORE_EXPORT vtkChartXYZ : public vtkContextItem

private:
vtkChartXYZ(const vtkChartXYZ &); // Not implemented.
void operator=(const vtkChartXYZ &); // Not implemented.
void operator=(const vtkChartXYZ &) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Charts/Core/vtkColorLegend.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class VTKCHARTSCORE_EXPORT vtkColorLegend: public vtkChartLegend

private:
vtkColorLegend(const vtkColorLegend &); // Not implemented.
void operator=(const vtkColorLegend &); // Not implemented.
void operator=(const vtkColorLegend &) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Charts/Core/vtkColorTransferControlPointsItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class VTKCHARTSCORE_EXPORT vtkColorTransferControlPointsItem: public vtkControlP
bool ColorFill;
private:
vtkColorTransferControlPointsItem(const vtkColorTransferControlPointsItem &); // Not implemented.
void operator=(const vtkColorTransferControlPointsItem &); // Not implemented.
void operator=(const vtkColorTransferControlPointsItem &) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Charts/Core/vtkColorTransferFunctionItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class VTKCHARTSCORE_EXPORT vtkColorTransferFunctionItem: public vtkScalarsToColo
vtkColorTransferFunction* ColorTransferFunction;
private:
vtkColorTransferFunctionItem(const vtkColorTransferFunctionItem&); // Not implemented
void operator=(const vtkColorTransferFunctionItem&); // Not implemented
void operator=(const vtkColorTransferFunctionItem&) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Charts/Core/vtkCompositeControlPointsItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class VTKCHARTSCORE_EXPORT vtkCompositeControlPointsItem:

private:
vtkCompositeControlPointsItem(const vtkCompositeControlPointsItem &); // Not implemented.
void operator=(const vtkCompositeControlPointsItem &); // Not implemented.
void operator=(const vtkCompositeControlPointsItem &) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Charts/Core/vtkCompositeTransferFunctionItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class VTKCHARTSCORE_EXPORT vtkCompositeTransferFunctionItem: public vtkColorTran

private:
vtkCompositeTransferFunctionItem(const vtkCompositeTransferFunctionItem&); // Not implemented.
void operator=(const vtkCompositeTransferFunctionItem&); // Not implemented
void operator=(const vtkCompositeTransferFunctionItem&) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Charts/Core/vtkContextArea.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class VTKCHARTSCORE_EXPORT vtkContextArea: public vtkAbstractContextItem

private:
vtkContextArea(const vtkContextArea &); // Not implemented.
void operator=(const vtkContextArea &); // Not implemented.
void operator=(const vtkContextArea &) VTK_DELETE_FUNCTION;

// Smart pointers for axis lifetime management. See this->Axes.
vtkNew<vtkAxis> TopAxis;
Expand Down
2 changes: 1 addition & 1 deletion Charts/Core/vtkControlPointsItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ class VTKCHARTSCORE_EXPORT vtkControlPointsItem: public vtkPlot
char* LabelFormat;
private:
vtkControlPointsItem(const vtkControlPointsItem &); // Not implemented.
void operator=(const vtkControlPointsItem &); // Not implemented.
void operator=(const vtkControlPointsItem &) VTK_DELETE_FUNCTION;

void ComputeBounds();

Expand Down
2 changes: 1 addition & 1 deletion Charts/Core/vtkLookupTableItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class VTKCHARTSCORE_EXPORT vtkLookupTableItem: public vtkScalarsToColorsItem

private:
vtkLookupTableItem(const vtkLookupTableItem &); // Not implemented.
void operator=(const vtkLookupTableItem &); // Not implemented.
void operator=(const vtkLookupTableItem &) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Charts/Core/vtkPiecewiseControlPointsItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class VTKCHARTSCORE_EXPORT vtkPiecewiseControlPointsItem: public vtkControlPoint

private:
vtkPiecewiseControlPointsItem(const vtkPiecewiseControlPointsItem &); // Not implemented.
void operator=(const vtkPiecewiseControlPointsItem &); // Not implemented.
void operator=(const vtkPiecewiseControlPointsItem &) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Charts/Core/vtkPiecewiseFunctionItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class VTKCHARTSCORE_EXPORT vtkPiecewiseFunctionItem: public vtkScalarsToColorsIt

private:
vtkPiecewiseFunctionItem(const vtkPiecewiseFunctionItem &); // Not implemented.
void operator=(const vtkPiecewiseFunctionItem &); // Not implemented.
void operator=(const vtkPiecewiseFunctionItem &) VTK_DELETE_FUNCTION;
};

#endif
2 changes: 1 addition & 1 deletion Charts/Core/vtkPiecewisePointHandleItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class VTKCHARTSCORE_EXPORT vtkPiecewisePointHandleItem : public vtkContextItem

private:
vtkPiecewisePointHandleItem(const vtkPiecewisePointHandleItem &); // Not implemented.
void operator=(const vtkPiecewisePointHandleItem &); // Not implemented.
void operator=(const vtkPiecewisePointHandleItem &) VTK_DELETE_FUNCTION;

class InternalPiecewisePointHandleInfo;
InternalPiecewisePointHandleInfo* Internal;
Expand Down
2 changes: 1 addition & 1 deletion Charts/Core/vtkPlot.h
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class VTKCHARTSCORE_EXPORT vtkPlot : public vtkContextItem

private:
vtkPlot(const vtkPlot &); // Not implemented.
void operator=(const vtkPlot &); // Not implemented.
void operator=(const vtkPlot &) VTK_DELETE_FUNCTION;

};

Expand Down
2 changes: 1 addition & 1 deletion Charts/Core/vtkPlot3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class VTKCHARTSCORE_EXPORT vtkPlot3D : public vtkContextItem

private:
vtkPlot3D(const vtkPlot3D &); // Not implemented.
void operator=(const vtkPlot3D &); // Not implemented.
void operator=(const vtkPlot3D &) VTK_DELETE_FUNCTION;

};

Expand Down
2 changes: 1 addition & 1 deletion Charts/Core/vtkPlotArea.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class VTKCHARTSCORE_EXPORT vtkPlotArea : public vtkPlot

private:
vtkPlotArea(const vtkPlotArea&); // Not implemented.
void operator=(const vtkPlotArea&); // Not implemented.
void operator=(const vtkPlotArea&) VTK_DELETE_FUNCTION;

class vtkTableCache;
vtkTableCache* TableCache;
Expand Down
2 changes: 1 addition & 1 deletion Charts/Core/vtkPlotBag.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class VTKCHARTSCORE_EXPORT vtkPlotBag : public vtkPlotPoints

private:
vtkPlotBag(const vtkPlotBag &); // Not implemented.
void operator=(const vtkPlotBag &); // Not implemented.
void operator=(const vtkPlotBag &) VTK_DELETE_FUNCTION;
};

#endif //vtkPlotBag_h
2 changes: 1 addition & 1 deletion Charts/Core/vtkPlotBar.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class VTKCHARTSCORE_EXPORT vtkPlotBar : public vtkPlot

private:
vtkPlotBar(const vtkPlotBar &); // Not implemented.
void operator=(const vtkPlotBar &); // Not implemented.
void operator=(const vtkPlotBar &) VTK_DELETE_FUNCTION;

vtkPlotBarPrivate *Private;

Expand Down
Loading

0 comments on commit 2d0e11e

Please sign in to comment.