diff --git a/Accelerators/Dax/vtkDaxContour.h b/Accelerators/Dax/vtkDaxContour.h index e2f0ec12b96d9d0efb08e57e75a43389edf25196..c7a01b8afe91f8cde4f16187e03c1fad4b70cfd6 100644 --- a/Accelerators/Dax/vtkDaxContour.h +++ b/Accelerators/Dax/vtkDaxContour.h @@ -36,7 +36,7 @@ protected: vtkInformationVector *); private: - vtkDaxContour(const vtkDaxContour&); //Not implemented + vtkDaxContour(const vtkDaxContour&) VTK_DELETE_FUNCTION; void operator=(const vtkDaxContour&) VTK_DELETE_FUNCTION; }; diff --git a/Accelerators/Dax/vtkDaxThreshold.h b/Accelerators/Dax/vtkDaxThreshold.h index b19d8da6c4832b34315c5840332f279e01b0ab07..79fe700d2faa6f2a95dcbe5692e642980c5b53b1 100644 --- a/Accelerators/Dax/vtkDaxThreshold.h +++ b/Accelerators/Dax/vtkDaxThreshold.h @@ -37,7 +37,7 @@ protected: vtkInformationVector *); private: - vtkDaxThreshold(const vtkDaxThreshold&); // Not implemented + vtkDaxThreshold(const vtkDaxThreshold&) VTK_DELETE_FUNCTION; void operator=(const vtkDaxThreshold&) VTK_DELETE_FUNCTION; }; diff --git a/Accelerators/Piston/vtkDataSetToPiston.h b/Accelerators/Piston/vtkDataSetToPiston.h index c38d391fbbdff7657adf5a3a748bee959c82c0aa..9da195a95196b62af3d54779661403272bf39bec 100644 --- a/Accelerators/Piston/vtkDataSetToPiston.h +++ b/Accelerators/Piston/vtkDataSetToPiston.h @@ -50,7 +50,7 @@ protected: virtual int FillInputPortInformation(int, vtkInformation*); private: - vtkDataSetToPiston(const vtkDataSetToPiston&); // Not implemented. + vtkDataSetToPiston(const vtkDataSetToPiston&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetToPiston&) VTK_DELETE_FUNCTION; }; diff --git a/Accelerators/Piston/vtkPistonAlgorithm.h b/Accelerators/Piston/vtkPistonAlgorithm.h index 5104045c74e5c49721346ca02b73b3af227ba224..6f96f12ea39f86e2aa7418322dad55df012141a2 100644 --- a/Accelerators/Piston/vtkPistonAlgorithm.h +++ b/Accelerators/Piston/vtkPistonAlgorithm.h @@ -105,7 +105,7 @@ protected: vtkPistonDataObject *od); private: - vtkPistonAlgorithm(const vtkPistonAlgorithm&); // Not implemented. + vtkPistonAlgorithm(const vtkPistonAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkPistonAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Accelerators/Piston/vtkPistonContour.h b/Accelerators/Piston/vtkPistonContour.h index f063f93e938b7c342cc24eb31d0c480cb9b88083..6c3d9812f693b044ed991b57025f49a21592c37e 100644 --- a/Accelerators/Piston/vtkPistonContour.h +++ b/Accelerators/Piston/vtkPistonContour.h @@ -45,7 +45,7 @@ protected: float IsoValue; private: - vtkPistonContour(const vtkPistonContour&); // Not implemented. + vtkPistonContour(const vtkPistonContour&) VTK_DELETE_FUNCTION; void operator=(const vtkPistonContour&) VTK_DELETE_FUNCTION; }; diff --git a/Accelerators/Piston/vtkPistonDataObject.h b/Accelerators/Piston/vtkPistonDataObject.h index 52048e1f5908047dcabdc173001dc4ca392e5d3d..7be96fdc63ce2221ef2539bc69a01dbbff6a7296 100644 --- a/Accelerators/Piston/vtkPistonDataObject.h +++ b/Accelerators/Piston/vtkPistonDataObject.h @@ -120,7 +120,7 @@ protected: vtkTimeStamp ComputeTime; // Time at which bounds, center, etc. computed private: - vtkPistonDataObject(const vtkPistonDataObject&); // Not implemented + vtkPistonDataObject(const vtkPistonDataObject&) VTK_DELETE_FUNCTION; void operator=(const vtkPistonDataObject&) VTK_DELETE_FUNCTION; }; diff --git a/Accelerators/Piston/vtkPistonMapper.h b/Accelerators/Piston/vtkPistonMapper.h index d306923130200b84b3f1c3b779292b08e26788ee..08e6cd431f07027b6d1861fdf7a175d58eccb4a7 100644 --- a/Accelerators/Piston/vtkPistonMapper.h +++ b/Accelerators/Piston/vtkPistonMapper.h @@ -123,7 +123,7 @@ protected: int GhostLevel; private: - vtkPistonMapper(const vtkPistonMapper&); // Not implemented. + vtkPistonMapper(const vtkPistonMapper&) VTK_DELETE_FUNCTION; void operator=(const vtkPistonMapper&) VTK_DELETE_FUNCTION; // Description: diff --git a/Accelerators/Piston/vtkPistonScalarsColors.h b/Accelerators/Piston/vtkPistonScalarsColors.h index 8ab43a9b8fda27f35b61d5f0cb9412d7020f34ec..b263b17b2dbbb644f89a987627b2ed1bf4b98eed 100644 --- a/Accelerators/Piston/vtkPistonScalarsColors.h +++ b/Accelerators/Piston/vtkPistonScalarsColors.h @@ -97,7 +97,7 @@ protected: vtkScalarsToColors *LookupTable; private: - vtkPistonScalarsColors(const vtkPistonScalarsColors&); // Not implemented. + vtkPistonScalarsColors(const vtkPistonScalarsColors&) VTK_DELETE_FUNCTION; void operator=(const vtkPistonScalarsColors&) VTK_DELETE_FUNCTION; }; diff --git a/Accelerators/Piston/vtkPistonSlice.h b/Accelerators/Piston/vtkPistonSlice.h index 9a9d608e4387f794703434f1d8088c8e57baf0aa..b1967981763dfea04efba638c5b269a9b56fa041 100644 --- a/Accelerators/Piston/vtkPistonSlice.h +++ b/Accelerators/Piston/vtkPistonSlice.h @@ -58,7 +58,7 @@ protected: vtkPlane* Plane; private: - vtkPistonSlice(const vtkPistonSlice&); // Not implemented. + vtkPistonSlice(const vtkPistonSlice&) VTK_DELETE_FUNCTION; void operator=(const vtkPistonSlice&) VTK_DELETE_FUNCTION; }; diff --git a/Accelerators/Piston/vtkPistonSort.h b/Accelerators/Piston/vtkPistonSort.h index 1ea020ba54bdbd3a4a1b8677d1b2a14bc6175a67..29060bf344ef67caf8573bb6cbe89099549cf63b 100644 --- a/Accelerators/Piston/vtkPistonSort.h +++ b/Accelerators/Piston/vtkPistonSort.h @@ -44,7 +44,7 @@ protected: private: - vtkPistonSort(const vtkPistonSort&); // Not implemented. + vtkPistonSort(const vtkPistonSort&) VTK_DELETE_FUNCTION; void operator=(const vtkPistonSort&) VTK_DELETE_FUNCTION; }; diff --git a/Accelerators/Piston/vtkPistonThreshold.h b/Accelerators/Piston/vtkPistonThreshold.h index 7ff964c6738f1ad33639a92230111fb29096c18f..8638a597889ec71584e1ffea98e3813a3ad820d7 100644 --- a/Accelerators/Piston/vtkPistonThreshold.h +++ b/Accelerators/Piston/vtkPistonThreshold.h @@ -52,7 +52,7 @@ protected: float MaxValue; private: - vtkPistonThreshold(const vtkPistonThreshold&); // Not implemented. + vtkPistonThreshold(const vtkPistonThreshold&) VTK_DELETE_FUNCTION; void operator=(const vtkPistonThreshold&) VTK_DELETE_FUNCTION; }; diff --git a/Accelerators/Piston/vtkPistonToDataSet.h b/Accelerators/Piston/vtkPistonToDataSet.h index 66843802f39b0e71e3d1f578bf51039b4e6b472b..7a4bb8184ad10f91181b97c02ab055ecd305b664 100644 --- a/Accelerators/Piston/vtkPistonToDataSet.h +++ b/Accelerators/Piston/vtkPistonToDataSet.h @@ -71,7 +71,7 @@ protected: int OutputDataSetType; private: - vtkPistonToDataSet(const vtkPistonToDataSet&); // Not implemented. + vtkPistonToDataSet(const vtkPistonToDataSet&) VTK_DELETE_FUNCTION; void operator=(const vtkPistonToDataSet&) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkAxis.h b/Charts/Core/vtkAxis.h index da9358081ad47ad76edaed210d20694be1de9ae8..4cf7f852115bd8dfac3b04ecdde639ca92d9aaed 100644 --- a/Charts/Core/vtkAxis.h +++ b/Charts/Core/vtkAxis.h @@ -594,7 +594,7 @@ protected: vtkTimeStamp BuildTime; private: - vtkAxis(const vtkAxis &); // Not implemented. + vtkAxis(const vtkAxis &) VTK_DELETE_FUNCTION; void operator=(const vtkAxis &) VTK_DELETE_FUNCTION; // Description: diff --git a/Charts/Core/vtkAxisExtended.h b/Charts/Core/vtkAxisExtended.h index 26ebb14bc53ef74db2b334f54c8945a56ebc400a..eea63a970a8b2a895a4a278102a74fe40f970d19 100644 --- a/Charts/Core/vtkAxisExtended.h +++ b/Charts/Core/vtkAxisExtended.h @@ -120,6 +120,6 @@ protected: bool IsAxisVertical; private: - vtkAxisExtended(const vtkAxisExtended&); // Not implemented. + vtkAxisExtended(const vtkAxisExtended&) VTK_DELETE_FUNCTION; void operator=(const vtkAxisExtended&) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkCategoryLegend.h b/Charts/Core/vtkCategoryLegend.h index c54ac8606941bafe28803ea6b0f764522d7b9399..97d05c11534668df1b523cae9a963ad61f48607a 100644 --- a/Charts/Core/vtkCategoryLegend.h +++ b/Charts/Core/vtkCategoryLegend.h @@ -95,7 +95,7 @@ protected: vtkVariantArray* Values; private: - vtkCategoryLegend(const vtkCategoryLegend &); // Not implemented. + vtkCategoryLegend(const vtkCategoryLegend &) VTK_DELETE_FUNCTION; void operator=(const vtkCategoryLegend &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkChart.h b/Charts/Core/vtkChart.h index c599df572b650bee3e5280e2e6c4d58e5d1b7cc9..eca930bcc5ad843e0b448b97ab5a2bbeb3560821 100644 --- a/Charts/Core/vtkChart.h +++ b/Charts/Core/vtkChart.h @@ -389,7 +389,7 @@ protected: MouseClickActions ActionsClick; private: - vtkChart(const vtkChart &); // Not implemented. + vtkChart(const vtkChart &) VTK_DELETE_FUNCTION; void operator=(const vtkChart &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkChartBox.h b/Charts/Core/vtkChartBox.h index fecba61786b9fe62a3b7811ea8ee8723d64c754a..9be8e4856e98f544d1c6d88edec3af77d968764f 100644 --- a/Charts/Core/vtkChartBox.h +++ b/Charts/Core/vtkChartBox.h @@ -182,7 +182,7 @@ protected: vtkPlot *plot, vtkIdType &segmentIndex); private: - vtkChartBox(const vtkChartBox &); // Not implemented. + vtkChartBox(const vtkChartBox &) VTK_DELETE_FUNCTION; void operator=(const vtkChartBox &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkChartHistogram2D.h b/Charts/Core/vtkChartHistogram2D.h index 6ba679f72083cfd63c1fb424b7fddce8528cd5a9..2b4d237a8def4e55db7cb7850ebb68842ddb0d9c 100644 --- a/Charts/Core/vtkChartHistogram2D.h +++ b/Charts/Core/vtkChartHistogram2D.h @@ -73,7 +73,7 @@ protected: virtual bool UpdateLayout(vtkContext2D *painter); private: - vtkChartHistogram2D(const vtkChartHistogram2D &); // Not implemented. + vtkChartHistogram2D(const vtkChartHistogram2D &) VTK_DELETE_FUNCTION; void operator=(const vtkChartHistogram2D &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkChartLegend.h b/Charts/Core/vtkChartLegend.h index 1e87e148c3b84301419a6aedb4be5404469a0427..3dcd51a2025d0821f492b995c454854a568e3953 100644 --- a/Charts/Core/vtkChartLegend.h +++ b/Charts/Core/vtkChartLegend.h @@ -243,7 +243,7 @@ protected: Private* Storage; private: - vtkChartLegend(const vtkChartLegend &); // Not implemented. + vtkChartLegend(const vtkChartLegend &) VTK_DELETE_FUNCTION; void operator=(const vtkChartLegend &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkChartMatrix.h b/Charts/Core/vtkChartMatrix.h index 0fcf4763c48c630642380b26575c17ae72c84911..329c56278f25e077f0cf9780db6d4812e06672ce 100644 --- a/Charts/Core/vtkChartMatrix.h +++ b/Charts/Core/vtkChartMatrix.h @@ -131,7 +131,7 @@ protected: bool LayoutIsDirty; private: - vtkChartMatrix(const vtkChartMatrix &); // Not implemented. + vtkChartMatrix(const vtkChartMatrix &) VTK_DELETE_FUNCTION; void operator=(const vtkChartMatrix &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkChartParallelCoordinates.h b/Charts/Core/vtkChartParallelCoordinates.h index fedc9f904bb51bbf8867d9111fdfb8f1e39b8048..a29f40cb4665608d3e4083d9929fb82e19d99252 100644 --- a/Charts/Core/vtkChartParallelCoordinates.h +++ b/Charts/Core/vtkChartParallelCoordinates.h @@ -149,7 +149,7 @@ protected: void SwapAxes(int a1, int a2); private: - vtkChartParallelCoordinates(const vtkChartParallelCoordinates &); // Not implemented. + vtkChartParallelCoordinates(const vtkChartParallelCoordinates &) VTK_DELETE_FUNCTION; void operator=(const vtkChartParallelCoordinates &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkChartPie.h b/Charts/Core/vtkChartPie.h index cac7a06fa1fbb89116b158fc8a87e918664f34fe..92320acfc7eeac3ccbd48b6232385222a7951c73 100644 --- a/Charts/Core/vtkChartPie.h +++ b/Charts/Core/vtkChartPie.h @@ -127,7 +127,7 @@ protected: bool PlotTransformValid; private: - vtkChartPie(const vtkChartPie &); // Not implemented. + vtkChartPie(const vtkChartPie &) VTK_DELETE_FUNCTION; void operator=(const vtkChartPie &) VTK_DELETE_FUNCTION; // Description: diff --git a/Charts/Core/vtkChartXY.h b/Charts/Core/vtkChartXY.h index c778c3c9a6cbacd16ffa612df3aa5911ade78b2d..9cb8f28523a750a1101617646aec29db74522607 100644 --- a/Charts/Core/vtkChartXY.h +++ b/Charts/Core/vtkChartXY.h @@ -342,7 +342,7 @@ protected: bool ZoomWithMouseWheel; private: - vtkChartXY(const vtkChartXY &); // Not implemented. + vtkChartXY(const vtkChartXY &) VTK_DELETE_FUNCTION; void operator=(const vtkChartXY &) VTK_DELETE_FUNCTION; vtkChartXYPrivate *ChartPrivate; // Private class where I hide my STL containers diff --git a/Charts/Core/vtkChartXYZ.h b/Charts/Core/vtkChartXYZ.h index bf494f083f81958590c760ec26204f529280baa7..17eb104d005867a4a386399fb52a957cc3e7e100 100644 --- a/Charts/Core/vtkChartXYZ.h +++ b/Charts/Core/vtkChartXYZ.h @@ -410,7 +410,7 @@ protected: double DataBounds[4]; private: - vtkChartXYZ(const vtkChartXYZ &); // Not implemented. + vtkChartXYZ(const vtkChartXYZ &) VTK_DELETE_FUNCTION; void operator=(const vtkChartXYZ &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkColorLegend.h b/Charts/Core/vtkColorLegend.h index 92fd80f4c211b500a1e6716cc09ac7802a06b2d5..2b876b015b8a04e7618189780da8ce9496a9beaa 100644 --- a/Charts/Core/vtkColorLegend.h +++ b/Charts/Core/vtkColorLegend.h @@ -150,7 +150,7 @@ protected: int Orientation; private: - vtkColorLegend(const vtkColorLegend &); // Not implemented. + vtkColorLegend(const vtkColorLegend &) VTK_DELETE_FUNCTION; void operator=(const vtkColorLegend &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkColorTransferControlPointsItem.h b/Charts/Core/vtkColorTransferControlPointsItem.h index 11c535bcc11e058153f2e9c996e78d9755323e02..956755bd6ea4713aea810954fc81b559348f737f 100644 --- a/Charts/Core/vtkColorTransferControlPointsItem.h +++ b/Charts/Core/vtkColorTransferControlPointsItem.h @@ -108,7 +108,7 @@ protected: bool ColorFill; private: - vtkColorTransferControlPointsItem(const vtkColorTransferControlPointsItem &); // Not implemented. + vtkColorTransferControlPointsItem(const vtkColorTransferControlPointsItem &) VTK_DELETE_FUNCTION; void operator=(const vtkColorTransferControlPointsItem &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkColorTransferFunctionItem.h b/Charts/Core/vtkColorTransferFunctionItem.h index f0ceaeca9f63fec26cc111b6bce9f339d15d62f3..753e987318a95c8661e2fd9168531dda6f87b964 100644 --- a/Charts/Core/vtkColorTransferFunctionItem.h +++ b/Charts/Core/vtkColorTransferFunctionItem.h @@ -51,7 +51,7 @@ protected: virtual void ComputeTexture(); vtkColorTransferFunction* ColorTransferFunction; private: - vtkColorTransferFunctionItem(const vtkColorTransferFunctionItem&); // Not implemented + vtkColorTransferFunctionItem(const vtkColorTransferFunctionItem&) VTK_DELETE_FUNCTION; void operator=(const vtkColorTransferFunctionItem&) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkCompositeControlPointsItem.h b/Charts/Core/vtkCompositeControlPointsItem.h index 00feff78174a04e5af2646d7e683dc7872d2ace2..e89bdd9de9708ac8bf38fc4303a7dbd6ea89fb5b 100644 --- a/Charts/Core/vtkCompositeControlPointsItem.h +++ b/Charts/Core/vtkCompositeControlPointsItem.h @@ -128,7 +128,7 @@ protected: bool UseOpacityPointHandles; private: - vtkCompositeControlPointsItem(const vtkCompositeControlPointsItem &); // Not implemented. + vtkCompositeControlPointsItem(const vtkCompositeControlPointsItem &) VTK_DELETE_FUNCTION; void operator=(const vtkCompositeControlPointsItem &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkCompositeTransferFunctionItem.h b/Charts/Core/vtkCompositeTransferFunctionItem.h index 2d0a19a307e0f4bb7d783d75311a4af17cfcc57e..1f5bfaf79790f49492b97db4c4cd1c0694001f7d 100644 --- a/Charts/Core/vtkCompositeTransferFunctionItem.h +++ b/Charts/Core/vtkCompositeTransferFunctionItem.h @@ -51,7 +51,7 @@ protected: vtkPiecewiseFunction* OpacityFunction; private: - vtkCompositeTransferFunctionItem(const vtkCompositeTransferFunctionItem&); // Not implemented. + vtkCompositeTransferFunctionItem(const vtkCompositeTransferFunctionItem&) VTK_DELETE_FUNCTION; void operator=(const vtkCompositeTransferFunctionItem&) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkContextArea.h b/Charts/Core/vtkContextArea.h index 96d98d5968f959db2d87e82a280df79b63fdda32..53741a898dfda0d4d27300f5341cf9f7d68daa6f 100644 --- a/Charts/Core/vtkContextArea.h +++ b/Charts/Core/vtkContextArea.h @@ -234,7 +234,7 @@ protected: bool FillViewport; private: - vtkContextArea(const vtkContextArea &); // Not implemented. + vtkContextArea(const vtkContextArea &) VTK_DELETE_FUNCTION; void operator=(const vtkContextArea &) VTK_DELETE_FUNCTION; // Smart pointers for axis lifetime management. See this->Axes. diff --git a/Charts/Core/vtkControlPointsItem.h b/Charts/Core/vtkControlPointsItem.h index 8dda249554c0d331374540dfed787c3f435941d1..667e67217cd43e0a1c32157ce8137e2f3de1b5e5 100644 --- a/Charts/Core/vtkControlPointsItem.h +++ b/Charts/Core/vtkControlPointsItem.h @@ -409,7 +409,7 @@ protected: bool ShowLabels; char* LabelFormat; private: - vtkControlPointsItem(const vtkControlPointsItem &); // Not implemented. + vtkControlPointsItem(const vtkControlPointsItem &) VTK_DELETE_FUNCTION; void operator=(const vtkControlPointsItem &) VTK_DELETE_FUNCTION; void ComputeBounds(); diff --git a/Charts/Core/vtkLookupTableItem.h b/Charts/Core/vtkLookupTableItem.h index 50e4eff90a4ce526761117c65ec88fca9f551ae0..bd80da51d67a59cf418e0f2bb98a0c482905ed82 100644 --- a/Charts/Core/vtkLookupTableItem.h +++ b/Charts/Core/vtkLookupTableItem.h @@ -47,7 +47,7 @@ protected: vtkLookupTable* LookupTable; private: - vtkLookupTableItem(const vtkLookupTableItem &); // Not implemented. + vtkLookupTableItem(const vtkLookupTableItem &) VTK_DELETE_FUNCTION; void operator=(const vtkLookupTableItem &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPiecewiseControlPointsItem.h b/Charts/Core/vtkPiecewiseControlPointsItem.h index 9249c729cb3cc112b527d3c88c2e1ff74dd29afb..d13a2b1fe4e31b3d57767f29f75b9c83339e551a 100644 --- a/Charts/Core/vtkPiecewiseControlPointsItem.h +++ b/Charts/Core/vtkPiecewiseControlPointsItem.h @@ -81,7 +81,7 @@ protected: vtkPiecewiseFunction* PiecewiseFunction; private: - vtkPiecewiseControlPointsItem(const vtkPiecewiseControlPointsItem &); // Not implemented. + vtkPiecewiseControlPointsItem(const vtkPiecewiseControlPointsItem &) VTK_DELETE_FUNCTION; void operator=(const vtkPiecewiseControlPointsItem &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPiecewiseFunctionItem.h b/Charts/Core/vtkPiecewiseFunctionItem.h index 781be0d15ac15c609b4f5bc853a70a9c8f419ac3..c9d1793f7bad9b243986001fb43698e91129ab97 100644 --- a/Charts/Core/vtkPiecewiseFunctionItem.h +++ b/Charts/Core/vtkPiecewiseFunctionItem.h @@ -48,7 +48,7 @@ protected: vtkPiecewiseFunction* PiecewiseFunction; private: - vtkPiecewiseFunctionItem(const vtkPiecewiseFunctionItem &); // Not implemented. + vtkPiecewiseFunctionItem(const vtkPiecewiseFunctionItem &) VTK_DELETE_FUNCTION; void operator=(const vtkPiecewiseFunctionItem &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPiecewisePointHandleItem.h b/Charts/Core/vtkPiecewisePointHandleItem.h index f49461ee065383c230c98fc108ea8c80cdfc18c3..f26bcaef8d8ffba57859a7e6a46c5708dcb75bfb 100644 --- a/Charts/Core/vtkPiecewisePointHandleItem.h +++ b/Charts/Core/vtkPiecewisePointHandleItem.h @@ -97,7 +97,7 @@ protected: vtkCallbackCommand* Callback; private: - vtkPiecewisePointHandleItem(const vtkPiecewisePointHandleItem &); // Not implemented. + vtkPiecewisePointHandleItem(const vtkPiecewisePointHandleItem &) VTK_DELETE_FUNCTION; void operator=(const vtkPiecewisePointHandleItem &) VTK_DELETE_FUNCTION; class InternalPiecewisePointHandleInfo; diff --git a/Charts/Core/vtkPlot.h b/Charts/Core/vtkPlot.h index 8d873f87dfca54ce8a28d9f12119a6f00cd4cb19..519c635dd644165cb1c456a92d3ddf6389a66187 100644 --- a/Charts/Core/vtkPlot.h +++ b/Charts/Core/vtkPlot.h @@ -384,7 +384,7 @@ protected: bool LegendVisibility; private: - vtkPlot(const vtkPlot &); // Not implemented. + vtkPlot(const vtkPlot &) VTK_DELETE_FUNCTION; void operator=(const vtkPlot &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPlot3D.h b/Charts/Core/vtkPlot3D.h index aaf81bba3bb9df1dd7170c2de9e38a496eb65d03..25fb2e4a79b518eecf4f3ee7470497c522efe264 100644 --- a/Charts/Core/vtkPlot3D.h +++ b/Charts/Core/vtkPlot3D.h @@ -161,7 +161,7 @@ protected: vtkSmartPointer Selection; private: - vtkPlot3D(const vtkPlot3D &); // Not implemented. + vtkPlot3D(const vtkPlot3D &) VTK_DELETE_FUNCTION; void operator=(const vtkPlot3D &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPlotArea.h b/Charts/Core/vtkPlotArea.h index 9e6a327afb1c1014507ad8a8abccb07b9ad12a59..42c53b6130690f4ecb9ced965da061818ebf8af1 100644 --- a/Charts/Core/vtkPlotArea.h +++ b/Charts/Core/vtkPlotArea.h @@ -101,7 +101,7 @@ protected: vtkStdString ValidPointMaskName; private: - vtkPlotArea(const vtkPlotArea&); // Not implemented. + vtkPlotArea(const vtkPlotArea&) VTK_DELETE_FUNCTION; void operator=(const vtkPlotArea&) VTK_DELETE_FUNCTION; class vtkTableCache; diff --git a/Charts/Core/vtkPlotBag.h b/Charts/Core/vtkPlotBag.h index b9dc9dbb6b03419a7f60d1ad528c6a4604ab2b7e..258802410c122fab1c0e3d17c0333faa94f7c782 100644 --- a/Charts/Core/vtkPlotBag.h +++ b/Charts/Core/vtkPlotBag.h @@ -122,7 +122,7 @@ protected: vtkPen* LinePen; private: - vtkPlotBag(const vtkPlotBag &); // Not implemented. + vtkPlotBag(const vtkPlotBag &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotBag &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPlotBar.h b/Charts/Core/vtkPlotBar.h index a3debe3984c26731f32201def42b0c478ddc8834..e1385909f88e3953bfaeb6eb226add2aef277df3 100644 --- a/Charts/Core/vtkPlotBar.h +++ b/Charts/Core/vtkPlotBar.h @@ -235,7 +235,7 @@ protected: bool LogY; private: - vtkPlotBar(const vtkPlotBar &); // Not implemented. + vtkPlotBar(const vtkPlotBar &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotBar &) VTK_DELETE_FUNCTION; vtkPlotBarPrivate *Private; diff --git a/Charts/Core/vtkPlotBox.h b/Charts/Core/vtkPlotBox.h index 0d5e87a8658160f264b275f45ee79f7aca14e245..becc0836d2082ccee991d507bfc2f238f0b31f41 100644 --- a/Charts/Core/vtkPlotBox.h +++ b/Charts/Core/vtkPlotBox.h @@ -137,7 +137,7 @@ protected: vtkTextProperty* TitleProperties; private: - vtkPlotBox(const vtkPlotBox &); // Not implemented. + vtkPlotBox(const vtkPlotBox &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotBox &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPlotFunctionalBag.h b/Charts/Core/vtkPlotFunctionalBag.h index 5961cd1bd62b67bd5a68812da7e7294c803fa78e..770395f7425dc3de9ce7f285463100edb1bca2f9 100644 --- a/Charts/Core/vtkPlotFunctionalBag.h +++ b/Charts/Core/vtkPlotFunctionalBag.h @@ -141,7 +141,7 @@ protected: bool LogX, LogY; private: - vtkPlotFunctionalBag(const vtkPlotFunctionalBag &); // Not implemented. + vtkPlotFunctionalBag(const vtkPlotFunctionalBag &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotFunctionalBag &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPlotGrid.h b/Charts/Core/vtkPlotGrid.h index 379aed828aa7870f6d9d453558d3767ebc7407f8..a55619d6b7d0cddfaf420f57332aab48cffc9b48 100644 --- a/Charts/Core/vtkPlotGrid.h +++ b/Charts/Core/vtkPlotGrid.h @@ -65,7 +65,7 @@ protected: vtkAxis *YAxis; private: - vtkPlotGrid(const vtkPlotGrid &); // Not implemented. + vtkPlotGrid(const vtkPlotGrid &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotGrid &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPlotHistogram2D.h b/Charts/Core/vtkPlotHistogram2D.h index bf3a73b3bca0b74d268477e15c1240aa54c5e1d1..beef44ebf987f0505fb9801363ede0581a28489e 100644 --- a/Charts/Core/vtkPlotHistogram2D.h +++ b/Charts/Core/vtkPlotHistogram2D.h @@ -121,7 +121,7 @@ protected: vtkRectf Position; private: - vtkPlotHistogram2D(const vtkPlotHistogram2D &); // Not implemented. + vtkPlotHistogram2D(const vtkPlotHistogram2D &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotHistogram2D &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPlotLine.h b/Charts/Core/vtkPlotLine.h index 064b3cf0d62c02541b0143d20d62d3bc3d2dfd4e..175feff1c2cd59c4744e24ae1324b13fc3d351e7 100644 --- a/Charts/Core/vtkPlotLine.h +++ b/Charts/Core/vtkPlotLine.h @@ -66,7 +66,7 @@ protected: bool PolyLine; private: - vtkPlotLine(const vtkPlotLine &); // Not implemented. + vtkPlotLine(const vtkPlotLine &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotLine &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPlotLine3D.h b/Charts/Core/vtkPlotLine3D.h index 3c65891f735325636bb59e07776545f7ea6df85a..0a594e15c12faa5e7daa6ec702486290b61c234f 100644 --- a/Charts/Core/vtkPlotLine3D.h +++ b/Charts/Core/vtkPlotLine3D.h @@ -50,7 +50,7 @@ protected: ~vtkPlotLine3D(); private: - vtkPlotLine3D(const vtkPlotLine3D &); // Not implemented. + vtkPlotLine3D(const vtkPlotLine3D &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotLine3D &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPlotParallelCoordinates.h b/Charts/Core/vtkPlotParallelCoordinates.h index 44ddfd594993b587d2eb50c6f5fa63981d252e4f..bf9e7795789686562d411466801a220e4838ac49 100644 --- a/Charts/Core/vtkPlotParallelCoordinates.h +++ b/Charts/Core/vtkPlotParallelCoordinates.h @@ -134,7 +134,7 @@ protected: vtkStdString ColorArrayName; private: - vtkPlotParallelCoordinates(const vtkPlotParallelCoordinates &); // Not implemented. + vtkPlotParallelCoordinates(const vtkPlotParallelCoordinates &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotParallelCoordinates &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPlotPie.h b/Charts/Core/vtkPlotPie.h index 9a44fe87284a9286c78a94d39aed696aa8c124e0..864351d9dd4da317c9080bd4f1cbe109ff1a2220 100644 --- a/Charts/Core/vtkPlotPie.h +++ b/Charts/Core/vtkPlotPie.h @@ -103,7 +103,7 @@ protected: vtkTimeStamp BuildTime; private: - vtkPlotPie(const vtkPlotPie &); // Not implemented. + vtkPlotPie(const vtkPlotPie &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotPie &) VTK_DELETE_FUNCTION; vtkPlotPiePrivate *Private; diff --git a/Charts/Core/vtkPlotPoints.h b/Charts/Core/vtkPlotPoints.h index ce2b61b6c4aa5037e638c23a8806480b40374a6e..a8856384aacdde699fcd71e101242d728724282e 100644 --- a/Charts/Core/vtkPlotPoints.h +++ b/Charts/Core/vtkPlotPoints.h @@ -233,7 +233,7 @@ protected: double UnscaledInputBounds[4]; private: - vtkPlotPoints(const vtkPlotPoints &); // Not implemented. + vtkPlotPoints(const vtkPlotPoints &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotPoints &) VTK_DELETE_FUNCTION; // #define VTK_COLOR_MODE_DEFAULT 0 diff --git a/Charts/Core/vtkPlotPoints3D.h b/Charts/Core/vtkPlotPoints3D.h index c2a4380d213bfc15c5167011d47d6ec3f56e32c4..56bcd12f5fca7ff2e06d31f182f2277803dc10d6 100644 --- a/Charts/Core/vtkPlotPoints3D.h +++ b/Charts/Core/vtkPlotPoints3D.h @@ -55,7 +55,7 @@ protected: vtkTimeStamp SelectedPointsBuildTime; private: - vtkPlotPoints3D(const vtkPlotPoints3D &); // Not implemented. + vtkPlotPoints3D(const vtkPlotPoints3D &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotPoints3D &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkPlotStacked.h b/Charts/Core/vtkPlotStacked.h index c634e2d17459cf6d188a7eb90bc26972073561e1..f821d11e38cafc6e03ef75d4273a2ff8812fbe0d 100644 --- a/Charts/Core/vtkPlotStacked.h +++ b/Charts/Core/vtkPlotStacked.h @@ -146,7 +146,7 @@ protected: vtkSmartPointer ColorSeries; private: - vtkPlotStacked(const vtkPlotStacked &); // Not implemented. + vtkPlotStacked(const vtkPlotStacked &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotStacked &) VTK_DELETE_FUNCTION; vtkPlotStackedPrivate *Private; diff --git a/Charts/Core/vtkPlotSurface.h b/Charts/Core/vtkPlotSurface.h index d4b0a810314497cba4cad8a73fc046792cd12724..0b63ec69c8b01cbf9193e4ebad33915903527814 100644 --- a/Charts/Core/vtkPlotSurface.h +++ b/Charts/Core/vtkPlotSurface.h @@ -142,7 +142,7 @@ protected: bool DataHasBeenRescaled; private: - vtkPlotSurface(const vtkPlotSurface &); // Not implemented. + vtkPlotSurface(const vtkPlotSurface &) VTK_DELETE_FUNCTION; void operator=(const vtkPlotSurface &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkScalarsToColorsItem.h b/Charts/Core/vtkScalarsToColorsItem.h index dd5351a15480e443aa976b5822dc164c744f94e3..4aefabb6657d69cf0ff7d75aa7ecd4875b99f806 100644 --- a/Charts/Core/vtkScalarsToColorsItem.h +++ b/Charts/Core/vtkScalarsToColorsItem.h @@ -108,7 +108,7 @@ protected: vtkPen* PolyLinePen; bool MaskAboveCurve; private: - vtkScalarsToColorsItem(const vtkScalarsToColorsItem &); // Not implemented. + vtkScalarsToColorsItem(const vtkScalarsToColorsItem &) VTK_DELETE_FUNCTION; void operator=(const vtkScalarsToColorsItem &) VTK_DELETE_FUNCTION; }; diff --git a/Charts/Core/vtkScatterPlotMatrix.h b/Charts/Core/vtkScatterPlotMatrix.h index c3d54e89e6a6bcfb47e04a75be43bcd3d7863987..48a8daa4a5822351bbc1bf8f8885e78f24acfd69 100644 --- a/Charts/Core/vtkScatterPlotMatrix.h +++ b/Charts/Core/vtkScatterPlotMatrix.h @@ -370,7 +370,7 @@ protected: int NumberOfFrames; private: - vtkScatterPlotMatrix(const vtkScatterPlotMatrix &); // Not implemented. + vtkScatterPlotMatrix(const vtkScatterPlotMatrix &) VTK_DELETE_FUNCTION; void operator=(const vtkScatterPlotMatrix &) VTK_DELETE_FUNCTION; class PIMPL; diff --git a/Common/Color/vtkColorSeries.h b/Common/Color/vtkColorSeries.h index b4a7243190f3015fefd18e0abeb0467eee4afc0e..c95381fcd8a553070b2c255ba80a760c4a1a3b29 100644 --- a/Common/Color/vtkColorSeries.h +++ b/Common/Color/vtkColorSeries.h @@ -308,7 +308,7 @@ protected: vtkStdString ColorSchemeName; private: - vtkColorSeries(const vtkColorSeries &); // Not implemented. + vtkColorSeries(const vtkColorSeries &) VTK_DELETE_FUNCTION; void operator=(const vtkColorSeries &) VTK_DELETE_FUNCTION; }; diff --git a/Common/Color/vtkNamedColors.h b/Common/Color/vtkNamedColors.h index 37b3009b48a77db7686aa1802d409945e8f8d1e7..1d6d4dcc8fd358b3807d62e75dc058ceeb99b079 100644 --- a/Common/Color/vtkNamedColors.h +++ b/Common/Color/vtkNamedColors.h @@ -360,7 +360,7 @@ private: vtkNamedColorsDataStore *Colors; vtkColorStringParser* Parser; - vtkNamedColors(const vtkNamedColors&); // Not implemented. + vtkNamedColors(const vtkNamedColors&) VTK_DELETE_FUNCTION; void operator=(const vtkNamedColors&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkCardinalSpline.h b/Common/ComputationalGeometry/vtkCardinalSpline.h index 22570e41aec1fd5cf7072f5aa41bfc4dd22bd0a9..d9d83974e89a7a8b62980228a6209279915d85af 100644 --- a/Common/ComputationalGeometry/vtkCardinalSpline.h +++ b/Common/ComputationalGeometry/vtkCardinalSpline.h @@ -61,7 +61,7 @@ protected: double coefficients[][4]); private: - vtkCardinalSpline(const vtkCardinalSpline&); // Not implemented. + vtkCardinalSpline(const vtkCardinalSpline&) VTK_DELETE_FUNCTION; void operator=(const vtkCardinalSpline&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkKochanekSpline.h b/Common/ComputationalGeometry/vtkKochanekSpline.h index 2e77ef47c40c55efbc37d2797916b9a65402b18c..2def1217da31df8da6c3412ca7da8c5a1c559d34 100644 --- a/Common/ComputationalGeometry/vtkKochanekSpline.h +++ b/Common/ComputationalGeometry/vtkKochanekSpline.h @@ -97,7 +97,7 @@ protected: double DefaultContinuity; private: - vtkKochanekSpline(const vtkKochanekSpline&); // Not implemented. + vtkKochanekSpline(const vtkKochanekSpline&) VTK_DELETE_FUNCTION; void operator=(const vtkKochanekSpline&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricBohemianDome.h b/Common/ComputationalGeometry/vtkParametricBohemianDome.h index e6f1362225c3a79ad03210d66a4a65838fa15bb6..51087f7042a96f8d51390196c6e141a2a40fd8b5 100644 --- a/Common/ComputationalGeometry/vtkParametricBohemianDome.h +++ b/Common/ComputationalGeometry/vtkParametricBohemianDome.h @@ -82,7 +82,7 @@ protected: double C; private: - vtkParametricBohemianDome(const vtkParametricBohemianDome&); // Not implemented. + vtkParametricBohemianDome(const vtkParametricBohemianDome&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricBohemianDome&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricBour.h b/Common/ComputationalGeometry/vtkParametricBour.h index ed9bf0b20a3c3d233de55631f8f5566c98f578a0..438df42d0b098851ab4af6fcdbf79d8ba1d2fe2c 100644 --- a/Common/ComputationalGeometry/vtkParametricBour.h +++ b/Common/ComputationalGeometry/vtkParametricBour.h @@ -66,7 +66,7 @@ protected: ~vtkParametricBour(); private: - vtkParametricBour(const vtkParametricBour&); // Not implemented. + vtkParametricBour(const vtkParametricBour&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricBour&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricBoy.h b/Common/ComputationalGeometry/vtkParametricBoy.h index 9b2f1ee6609bd9e211a2fb4fc951d26555d55222..09d5d2ae2ae402d7d3e18cceaeffe8c5c81e4ca5 100644 --- a/Common/ComputationalGeometry/vtkParametricBoy.h +++ b/Common/ComputationalGeometry/vtkParametricBoy.h @@ -92,7 +92,7 @@ protected: double ZScale; private: - vtkParametricBoy(const vtkParametricBoy&); // Not implemented. + vtkParametricBoy(const vtkParametricBoy&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricBoy&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricCatalanMinimal.h b/Common/ComputationalGeometry/vtkParametricCatalanMinimal.h index 940bf414039c24cbd4ffe04cf7e9ea604936aa18..7f2e61a10840fc884287b04d7bdc6c7c282b951b 100644 --- a/Common/ComputationalGeometry/vtkParametricCatalanMinimal.h +++ b/Common/ComputationalGeometry/vtkParametricCatalanMinimal.h @@ -67,7 +67,7 @@ protected: ~vtkParametricCatalanMinimal(); private: - vtkParametricCatalanMinimal(const vtkParametricCatalanMinimal&); // Not implemented. + vtkParametricCatalanMinimal(const vtkParametricCatalanMinimal&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricCatalanMinimal&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricConicSpiral.h b/Common/ComputationalGeometry/vtkParametricConicSpiral.h index fd3abbf8f3fb3af3268eb12ba3ca56837467138f..bc6493cf233bed43da95bc3c319da4822a53b3b4 100644 --- a/Common/ComputationalGeometry/vtkParametricConicSpiral.h +++ b/Common/ComputationalGeometry/vtkParametricConicSpiral.h @@ -113,7 +113,7 @@ protected: double N; private: - vtkParametricConicSpiral(const vtkParametricConicSpiral&); // Not implemented. + vtkParametricConicSpiral(const vtkParametricConicSpiral&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricConicSpiral&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricCrossCap.h b/Common/ComputationalGeometry/vtkParametricCrossCap.h index 969330801ada21e02e2e66c479fc1ff427036e9d..970d4d08445c42c328bec53842ea34f99cc55b7d 100644 --- a/Common/ComputationalGeometry/vtkParametricCrossCap.h +++ b/Common/ComputationalGeometry/vtkParametricCrossCap.h @@ -82,7 +82,7 @@ protected: ~vtkParametricCrossCap(); private: - vtkParametricCrossCap(const vtkParametricCrossCap&); // Not implemented. + vtkParametricCrossCap(const vtkParametricCrossCap&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricCrossCap&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricDini.h b/Common/ComputationalGeometry/vtkParametricDini.h index 7ea19a6dd85d86de1d05cb9554a14c20caa153d7..0eae1e85960be0d1ada2af01285dc4af15208b04 100644 --- a/Common/ComputationalGeometry/vtkParametricDini.h +++ b/Common/ComputationalGeometry/vtkParametricDini.h @@ -101,7 +101,7 @@ protected: double B; private: - vtkParametricDini(const vtkParametricDini&); // Not implemented. + vtkParametricDini(const vtkParametricDini&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricDini&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricEllipsoid.h b/Common/ComputationalGeometry/vtkParametricEllipsoid.h index b0a3c06abfad6d9e06e3ff841b5bba16b7d8de1e..c034d6303fcf7762bbd631a3551a3443eaaf3183 100644 --- a/Common/ComputationalGeometry/vtkParametricEllipsoid.h +++ b/Common/ComputationalGeometry/vtkParametricEllipsoid.h @@ -108,7 +108,7 @@ protected: double N2; private: - vtkParametricEllipsoid(const vtkParametricEllipsoid&); // Not implemented. + vtkParametricEllipsoid(const vtkParametricEllipsoid&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricEllipsoid&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricEnneper.h b/Common/ComputationalGeometry/vtkParametricEnneper.h index 4284f0272bed1d39c34dbc1f090b8f181478435a..fa5729bb1a0e38f62767872fe8fe136cd803109d 100644 --- a/Common/ComputationalGeometry/vtkParametricEnneper.h +++ b/Common/ComputationalGeometry/vtkParametricEnneper.h @@ -82,7 +82,7 @@ protected: ~vtkParametricEnneper(); private: - vtkParametricEnneper(const vtkParametricEnneper&); // Not implemented. + vtkParametricEnneper(const vtkParametricEnneper&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricEnneper&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricFigure8Klein.h b/Common/ComputationalGeometry/vtkParametricFigure8Klein.h index db9e284967ebbca999c5aa73395d45e65324b417..6cab27a730bb67ab1edad2a65e0d77063417dd6d 100644 --- a/Common/ComputationalGeometry/vtkParametricFigure8Klein.h +++ b/Common/ComputationalGeometry/vtkParametricFigure8Klein.h @@ -97,7 +97,7 @@ protected: double Radius; private: - vtkParametricFigure8Klein(const vtkParametricFigure8Klein&); // Not implemented. + vtkParametricFigure8Klein(const vtkParametricFigure8Klein&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricFigure8Klein&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricFunction.h b/Common/ComputationalGeometry/vtkParametricFunction.h index 8a74a052a56e992e0602af661ad957531d07dfe0..ca4e55c2d207405f45f7a9b56f4675b844da91e6 100644 --- a/Common/ComputationalGeometry/vtkParametricFunction.h +++ b/Common/ComputationalGeometry/vtkParametricFunction.h @@ -211,7 +211,7 @@ protected: int DerivativesAvailable; private: - vtkParametricFunction(const vtkParametricFunction&); // Not implemented. + vtkParametricFunction(const vtkParametricFunction&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricFunction&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricHenneberg.h b/Common/ComputationalGeometry/vtkParametricHenneberg.h index 00029488fb1795edbcef97a5ff4e89782dd1d369..85898db30f6ed6062e3369b3365741de57328c1a 100644 --- a/Common/ComputationalGeometry/vtkParametricHenneberg.h +++ b/Common/ComputationalGeometry/vtkParametricHenneberg.h @@ -66,7 +66,7 @@ protected: ~vtkParametricHenneberg(); private: - vtkParametricHenneberg(const vtkParametricHenneberg&); // Not implemented. + vtkParametricHenneberg(const vtkParametricHenneberg&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricHenneberg&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricKlein.h b/Common/ComputationalGeometry/vtkParametricKlein.h index a605f024de838cd65ac592d0e130aa39baca602b..6192bcd0bddc135c8389d77765da6b7780ad59a8 100644 --- a/Common/ComputationalGeometry/vtkParametricKlein.h +++ b/Common/ComputationalGeometry/vtkParametricKlein.h @@ -88,7 +88,7 @@ protected: ~vtkParametricKlein(); private: - vtkParametricKlein(const vtkParametricKlein&); // Not implemented. + vtkParametricKlein(const vtkParametricKlein&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricKlein&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricKuen.h b/Common/ComputationalGeometry/vtkParametricKuen.h index 786c94bf44eec5cabf428fc19f3538041791d9f4..39d0ac79bcdea24e5aeda755be996bbe45817e9b 100644 --- a/Common/ComputationalGeometry/vtkParametricKuen.h +++ b/Common/ComputationalGeometry/vtkParametricKuen.h @@ -67,7 +67,7 @@ protected: ~vtkParametricKuen(); private: - vtkParametricKuen(const vtkParametricKuen&); // Not implemented. + vtkParametricKuen(const vtkParametricKuen&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricKuen&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricMobius.h b/Common/ComputationalGeometry/vtkParametricMobius.h index f658d94c5fc214e3c7e268b824fe537f6917d691..bbea5400718d172a8a43010e6badc7856b07dd58 100644 --- a/Common/ComputationalGeometry/vtkParametricMobius.h +++ b/Common/ComputationalGeometry/vtkParametricMobius.h @@ -88,7 +88,7 @@ protected: double Radius; private: - vtkParametricMobius(const vtkParametricMobius&); // Not implemented. + vtkParametricMobius(const vtkParametricMobius&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricMobius&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricPluckerConoid.h b/Common/ComputationalGeometry/vtkParametricPluckerConoid.h index c3d500966121ccf00c78b61535e33d4dd20d91d1..40549940ffea400070e1955bdc6c89fd71c1fd40 100644 --- a/Common/ComputationalGeometry/vtkParametricPluckerConoid.h +++ b/Common/ComputationalGeometry/vtkParametricPluckerConoid.h @@ -80,7 +80,7 @@ protected: int N; private: - vtkParametricPluckerConoid(const vtkParametricPluckerConoid&); // Not implemented. + vtkParametricPluckerConoid(const vtkParametricPluckerConoid&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricPluckerConoid&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricPseudosphere.h b/Common/ComputationalGeometry/vtkParametricPseudosphere.h index f2073aaddfe83baa6f435bc8660c138896e55d86..d74dc73ccf91b2b309eb02d875c63a800c57b842 100644 --- a/Common/ComputationalGeometry/vtkParametricPseudosphere.h +++ b/Common/ComputationalGeometry/vtkParametricPseudosphere.h @@ -68,7 +68,7 @@ protected: ~vtkParametricPseudosphere(); private: - vtkParametricPseudosphere(const vtkParametricPseudosphere&); // Not implemented. + vtkParametricPseudosphere(const vtkParametricPseudosphere&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricPseudosphere&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricRandomHills.h b/Common/ComputationalGeometry/vtkParametricRandomHills.h index b7dd403d14fbbc32732fff29429c6027eeb1b5b6..e9a84a463d4ffcb30d2c957102097ea1272b5dc2 100644 --- a/Common/ComputationalGeometry/vtkParametricRandomHills.h +++ b/Common/ComputationalGeometry/vtkParametricRandomHills.h @@ -182,7 +182,7 @@ protected: int previousAllowRandomGeneration; private: - vtkParametricRandomHills(const vtkParametricRandomHills&); // Not implemented. + vtkParametricRandomHills(const vtkParametricRandomHills&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricRandomHills&) VTK_DELETE_FUNCTION; // Description: diff --git a/Common/ComputationalGeometry/vtkParametricRoman.h b/Common/ComputationalGeometry/vtkParametricRoman.h index 43f1fc298535882d75335f6a1597ceb936c82f2d..dfd54a029093c9323942a4f84eec3f93b9903b4f 100644 --- a/Common/ComputationalGeometry/vtkParametricRoman.h +++ b/Common/ComputationalGeometry/vtkParametricRoman.h @@ -90,7 +90,7 @@ protected: double Radius; private: - vtkParametricRoman(const vtkParametricRoman&); // Not implemented. + vtkParametricRoman(const vtkParametricRoman&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricRoman&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricSpline.h b/Common/ComputationalGeometry/vtkParametricSpline.h index b3eb692d5506e34ed7f016f227607e6ec592c521..6d1219bed01fc23b11c3054ac740617ba366405d 100644 --- a/Common/ComputationalGeometry/vtkParametricSpline.h +++ b/Common/ComputationalGeometry/vtkParametricSpline.h @@ -165,7 +165,7 @@ protected: double ClosedLength; private: - vtkParametricSpline(const vtkParametricSpline&); // Not implemented. + vtkParametricSpline(const vtkParametricSpline&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricSpline&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ComputationalGeometry/vtkParametricSuperEllipsoid.h b/Common/ComputationalGeometry/vtkParametricSuperEllipsoid.h index b0aa7dd91e31fbe410a1abf111ee0990a2131680..7542dcd9c06e97291c9892e63519c75c94a11b5c 100644 --- a/Common/ComputationalGeometry/vtkParametricSuperEllipsoid.h +++ b/Common/ComputationalGeometry/vtkParametricSuperEllipsoid.h @@ -122,7 +122,7 @@ protected: double N2; private: - vtkParametricSuperEllipsoid(const vtkParametricSuperEllipsoid&); // Not implemented. + vtkParametricSuperEllipsoid(const vtkParametricSuperEllipsoid&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricSuperEllipsoid&) VTK_DELETE_FUNCTION; // Description: diff --git a/Common/ComputationalGeometry/vtkParametricSuperToroid.h b/Common/ComputationalGeometry/vtkParametricSuperToroid.h index 786dd175318b0e6658e0b102392e0ac1312cef0c..1e27a7b8b17df5bae0d7eb7373e7a8efe1ffbae6 100644 --- a/Common/ComputationalGeometry/vtkParametricSuperToroid.h +++ b/Common/ComputationalGeometry/vtkParametricSuperToroid.h @@ -141,7 +141,7 @@ protected: double N2; private: - vtkParametricSuperToroid(const vtkParametricSuperToroid&); // Not implemented. + vtkParametricSuperToroid(const vtkParametricSuperToroid&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricSuperToroid&) VTK_DELETE_FUNCTION; // Description: diff --git a/Common/ComputationalGeometry/vtkParametricTorus.h b/Common/ComputationalGeometry/vtkParametricTorus.h index 07e344f555b91b574b070f876bc5c8bc09dbb8b6..b562423fb8f2b18f4fba3a09c11851b5727a365a 100644 --- a/Common/ComputationalGeometry/vtkParametricTorus.h +++ b/Common/ComputationalGeometry/vtkParametricTorus.h @@ -96,7 +96,7 @@ protected: double CrossSectionRadius; private: - vtkParametricTorus(const vtkParametricTorus&); // Not implemented. + vtkParametricTorus(const vtkParametricTorus&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricTorus&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/Testing/Cxx/TestGarbageCollector.cxx b/Common/Core/Testing/Cxx/TestGarbageCollector.cxx index 8eebd8aeafb5f38c7834dae5da7fa5be7b5da72f..52c1ef30bca6332ba76f4a8c6c0749e8d1fd0003 100644 --- a/Common/Core/Testing/Cxx/TestGarbageCollector.cxx +++ b/Common/Core/Testing/Cxx/TestGarbageCollector.cxx @@ -63,7 +63,7 @@ protected: vtkTestReferenceLoop* Other; private: - vtkTestReferenceLoop(const vtkTestReferenceLoop&); // Not implemented. + vtkTestReferenceLoop(const vtkTestReferenceLoop&) VTK_DELETE_FUNCTION; void operator=(const vtkTestReferenceLoop&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/Testing/Cxx/vtkTestNewVar.h b/Common/Core/Testing/Cxx/vtkTestNewVar.h index 7d0ed0ef4ef893fdd545662d5fc8a00117998e7a..5acfd276ef75db7bd7ba075af7d6e00e0751b9a6 100644 --- a/Common/Core/Testing/Cxx/vtkTestNewVar.h +++ b/Common/Core/Testing/Cxx/vtkTestNewVar.h @@ -49,7 +49,7 @@ protected: vtkNew Points; private: - vtkTestNewVar(const vtkTestNewVar&); // Not implemented. + vtkTestNewVar(const vtkTestNewVar&) VTK_DELETE_FUNCTION; void operator=(const vtkTestNewVar&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkAOSDataArrayTemplate.h b/Common/Core/vtkAOSDataArrayTemplate.h index 691b21e5c9e24465dd677eba1728e09a20847dfa..17ed83053c0525200b8fcffb88f6a3258640833f 100644 --- a/Common/Core/vtkAOSDataArrayTemplate.h +++ b/Common/Core/vtkAOSDataArrayTemplate.h @@ -215,7 +215,7 @@ protected: vtkBuffer *Buffer; private: - vtkAOSDataArrayTemplate(const vtkAOSDataArrayTemplate&); // Not implemented. + vtkAOSDataArrayTemplate(const vtkAOSDataArrayTemplate&) VTK_DELETE_FUNCTION; void operator=(const vtkAOSDataArrayTemplate&) VTK_DELETE_FUNCTION; friend class vtkGenericDataArray, diff --git a/Common/Core/vtkAbstractArray.h b/Common/Core/vtkAbstractArray.h index 5a9073ad5029bd37d44f2fa84635b4fd2e59a273..da95937c0e31dbd595fe21166d9d2b293507f036 100644 --- a/Common/Core/vtkAbstractArray.h +++ b/Common/Core/vtkAbstractArray.h @@ -587,7 +587,7 @@ protected: vtkInternalComponentNames* ComponentNames; //names for each component private: - vtkAbstractArray(const vtkAbstractArray&); // Not implemented. + vtkAbstractArray(const vtkAbstractArray&) VTK_DELETE_FUNCTION; void operator=(const vtkAbstractArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkAndroidOutputWindow.h b/Common/Core/vtkAndroidOutputWindow.h index f373e182baa038e25fdd76ca0e1f7aef0875d63b..fa9a6bd8b016cde9d7a22ec0aa4b3eebf662b6e5 100644 --- a/Common/Core/vtkAndroidOutputWindow.h +++ b/Common/Core/vtkAndroidOutputWindow.h @@ -54,7 +54,7 @@ protected: virtual ~vtkAndroidOutputWindow(); private: - vtkAndroidOutputWindow(const vtkAndroidOutputWindow&); // Not implemented. + vtkAndroidOutputWindow(const vtkAndroidOutputWindow&) VTK_DELETE_FUNCTION; void operator=(const vtkAndroidOutputWindow&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkAngularPeriodicDataArray.h b/Common/Core/vtkAngularPeriodicDataArray.h index 53c8a25942d87c494f629da597074a8553a58025..9461d52132343306890682029981adf1c2b9b9a3 100644 --- a/Common/Core/vtkAngularPeriodicDataArray.h +++ b/Common/Core/vtkAngularPeriodicDataArray.h @@ -79,7 +79,7 @@ protected: void UpdateRotationMatrix(); private: - vtkAngularPeriodicDataArray(const vtkAngularPeriodicDataArray &); // Not implemented. + vtkAngularPeriodicDataArray(const vtkAngularPeriodicDataArray &) VTK_DELETE_FUNCTION; void operator=(const vtkAngularPeriodicDataArray &) VTK_DELETE_FUNCTION; double Angle; // Rotation angle in degrees diff --git a/Common/Core/vtkAnimationCue.h b/Common/Core/vtkAnimationCue.h index fb56cfd79c6060da101138a44d17be39d63e5481..b47a27d761b52994ab499475181f60ce42efefdf 100644 --- a/Common/Core/vtkAnimationCue.h +++ b/Common/Core/vtkAnimationCue.h @@ -188,7 +188,7 @@ protected: virtual void EndCueInternal(); private: - vtkAnimationCue(const vtkAnimationCue&); // Not implemented. + vtkAnimationCue(const vtkAnimationCue&) VTK_DELETE_FUNCTION; void operator=(const vtkAnimationCue&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkArray.h b/Common/Core/vtkArray.h index 07e726a9be9f233b2121161737b6af964c32203d..b155ffb5cafb00f8b1118cf425848dba9ebbb52f 100644 --- a/Common/Core/vtkArray.h +++ b/Common/Core/vtkArray.h @@ -213,7 +213,7 @@ protected: ~vtkArray(); private: - vtkArray(const vtkArray&); // Not implemented + vtkArray(const vtkArray&) VTK_DELETE_FUNCTION; void operator=(const vtkArray&) VTK_DELETE_FUNCTION; // Description: diff --git a/Common/Core/vtkArrayIterator.h b/Common/Core/vtkArrayIterator.h index 2816b30618f041f2e429e4da82ae36b87aa919bb..dc3c2898bf04fde67123cd952e30d6b8d18eb86e 100644 --- a/Common/Core/vtkArrayIterator.h +++ b/Common/Core/vtkArrayIterator.h @@ -66,7 +66,7 @@ protected: ~vtkArrayIterator(); private: - vtkArrayIterator(const vtkArrayIterator&); // Not implemented. + vtkArrayIterator(const vtkArrayIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkArrayIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkArrayIteratorTemplate.h b/Common/Core/vtkArrayIteratorTemplate.h index 7fb0756280b9ddcc6a35c207acac85fc3bf87340..9a44ac7ef8bcda58cdaadad2ccf67faf643a0236 100644 --- a/Common/Core/vtkArrayIteratorTemplate.h +++ b/Common/Core/vtkArrayIteratorTemplate.h @@ -94,7 +94,7 @@ protected: T* Pointer; private: - vtkArrayIteratorTemplate(const vtkArrayIteratorTemplate&); // Not implemented. + vtkArrayIteratorTemplate(const vtkArrayIteratorTemplate&) VTK_DELETE_FUNCTION; void operator=(const vtkArrayIteratorTemplate&) VTK_DELETE_FUNCTION; void SetArray(vtkAbstractArray*); diff --git a/Common/Core/vtkBitArray.h b/Common/Core/vtkBitArray.h index 1145d1964c7d75cee4afaaecd6b2937cd98e1afe..e3b264433745327d90cadce9737dbac71c51b2ac 100644 --- a/Common/Core/vtkBitArray.h +++ b/Common/Core/vtkBitArray.h @@ -254,7 +254,7 @@ private: void DeepCopy(vtkDataArray &da) {this->vtkDataArray::DeepCopy(&da);} private: - vtkBitArray(const vtkBitArray&); // Not implemented. + vtkBitArray(const vtkBitArray&) VTK_DELETE_FUNCTION; void operator=(const vtkBitArray&) VTK_DELETE_FUNCTION; vtkBitArrayLookup* Lookup; diff --git a/Common/Core/vtkBitArrayIterator.h b/Common/Core/vtkBitArrayIterator.h index d0bffb6530160a8134f25bcb8f82750b7192bf93..0d96db15fed0ab44c76107840c2b9e12b86119ec 100644 --- a/Common/Core/vtkBitArrayIterator.h +++ b/Common/Core/vtkBitArrayIterator.h @@ -88,7 +88,7 @@ protected: void SetArray(vtkBitArray* b); vtkBitArray* Array; private: - vtkBitArrayIterator(const vtkBitArrayIterator&); // Not implemented. + vtkBitArrayIterator(const vtkBitArrayIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkBitArrayIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkBoxMuellerRandomSequence.h b/Common/Core/vtkBoxMuellerRandomSequence.h index 71f4a3f405bdf5a533fa3447e6edb015eceb2646..9a494670c04de7bbd31edb219e70974fcff0bf36 100644 --- a/Common/Core/vtkBoxMuellerRandomSequence.h +++ b/Common/Core/vtkBoxMuellerRandomSequence.h @@ -58,7 +58,7 @@ protected: vtkRandomSequence *UniformSequence; double Value; private: - vtkBoxMuellerRandomSequence(const vtkBoxMuellerRandomSequence&); // Not implemented. + vtkBoxMuellerRandomSequence(const vtkBoxMuellerRandomSequence&) VTK_DELETE_FUNCTION; void operator=(const vtkBoxMuellerRandomSequence&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkBuffer.h b/Common/Core/vtkBuffer.h index 33d7cdebfad4dcfb224247011c31a494cdba53ba..07e432a74b3847bf7e045eb252d72405392b7647 100644 --- a/Common/Core/vtkBuffer.h +++ b/Common/Core/vtkBuffer.h @@ -86,7 +86,7 @@ protected: int DeleteMethod; private: - vtkBuffer(const vtkBuffer&); // Not implemented. + vtkBuffer(const vtkBuffer&) VTK_DELETE_FUNCTION; void operator=(const vtkBuffer&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkByteSwap.h b/Common/Core/vtkByteSwap.h index 5f14bcec69932ad4a3bfc9a717a64ca38877751f..dd440961c612cba9bf9c8c51c2feae7ee9463d34 100644 --- a/Common/Core/vtkByteSwap.h +++ b/Common/Core/vtkByteSwap.h @@ -111,7 +111,7 @@ protected: ~vtkByteSwap(); private: - vtkByteSwap(const vtkByteSwap&); // Not implemented. + vtkByteSwap(const vtkByteSwap&) VTK_DELETE_FUNCTION; void operator=(const vtkByteSwap&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkCharArray.h b/Common/Core/vtkCharArray.h index 49b9dac6ee0f57ba449205406d0e1596d50d4266..1abaa0e3122c558c1d00944ac101e2944355b215 100644 --- a/Common/Core/vtkCharArray.h +++ b/Common/Core/vtkCharArray.h @@ -69,7 +69,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkCharArray(const vtkCharArray&); // Not implemented. + vtkCharArray(const vtkCharArray&) VTK_DELETE_FUNCTION; void operator=(const vtkCharArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkCollection.h b/Common/Core/vtkCollection.h index 5b791a00d2e0935d4f72432f25228f5db92843a4..f277effd0c24673c10cb666c506be42048db3903 100644 --- a/Common/Core/vtkCollection.h +++ b/Common/Core/vtkCollection.h @@ -144,7 +144,7 @@ protected: // See vtkGarbageCollector.h: virtual void ReportReferences(vtkGarbageCollector* collector); private: - vtkCollection(const vtkCollection&); // Not implemented + vtkCollection(const vtkCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkCollectionIterator.h b/Common/Core/vtkCollectionIterator.h index f6d8686d65a8a457ba7829c29dc3b386e0c1dc1a..b7a4bb07347e0281333347b5a7e1bc526e68c432 100644 --- a/Common/Core/vtkCollectionIterator.h +++ b/Common/Core/vtkCollectionIterator.h @@ -77,7 +77,7 @@ protected: vtkObject* GetObjectInternal(); private: - vtkCollectionIterator(const vtkCollectionIterator&); // Not implemented + vtkCollectionIterator(const vtkCollectionIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkCollectionIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkConditionVariable.h b/Common/Core/vtkConditionVariable.h index 07cbb852b97773396b89d74048c9321ac7e57375..f0748403dfd99778da13a56d4acb1a3d87922f46 100644 --- a/Common/Core/vtkConditionVariable.h +++ b/Common/Core/vtkConditionVariable.h @@ -170,7 +170,7 @@ protected: vtkSimpleConditionVariable SimpleConditionVariable; private: - vtkConditionVariable( const vtkConditionVariable& ); // Not implemented. + vtkConditionVariable( const vtkConditionVariable& ) VTK_DELETE_FUNCTION; void operator = ( const vtkConditionVariable& ) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkCriticalSection.h b/Common/Core/vtkCriticalSection.h index 040b69a48ee5c9aed54f1985f84ea3271c0304c4..822334735e6fe1b893b372048a41fcc2c2cf0467 100644 --- a/Common/Core/vtkCriticalSection.h +++ b/Common/Core/vtkCriticalSection.h @@ -59,7 +59,7 @@ protected: ~vtkCriticalSection() {} private: - vtkCriticalSection(const vtkCriticalSection&); // Not implemented. + vtkCriticalSection(const vtkCriticalSection&) VTK_DELETE_FUNCTION; void operator=(const vtkCriticalSection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkDataArray.h b/Common/Core/vtkDataArray.h index c45c9a08f9699b96d9c26c11c3b0a4bd4dc8ddd8..e4f20430438ca65af4c3a49df085f68b34d0321d 100644 --- a/Common/Core/vtkDataArray.h +++ b/Common/Core/vtkDataArray.h @@ -407,7 +407,7 @@ private: double* GetTupleN(vtkIdType i, int n); private: - vtkDataArray(const vtkDataArray&); // Not implemented. + vtkDataArray(const vtkDataArray&) VTK_DELETE_FUNCTION; void operator=(const vtkDataArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkDataArrayCollection.h b/Common/Core/vtkDataArrayCollection.h index 7ebe4895c820299355b736ca05e975d08444cbd8..0a1ea3afe49cc949e18ba03b22ad768c452fad36 100644 --- a/Common/Core/vtkDataArrayCollection.h +++ b/Common/Core/vtkDataArrayCollection.h @@ -64,7 +64,7 @@ private: void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); }; private: - vtkDataArrayCollection(const vtkDataArrayCollection&); // Not implemented. + vtkDataArrayCollection(const vtkDataArrayCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkDataArrayCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkDataArrayCollectionIterator.h b/Common/Core/vtkDataArrayCollectionIterator.h index f6456d3cb929908f96fcbc3d25607f58c6df1136..696809e14d632408e8e102de6b947a1ff03d063c 100644 --- a/Common/Core/vtkDataArrayCollectionIterator.h +++ b/Common/Core/vtkDataArrayCollectionIterator.h @@ -49,7 +49,7 @@ protected: ~vtkDataArrayCollectionIterator(); private: - vtkDataArrayCollectionIterator(const vtkDataArrayCollectionIterator&); // Not implemented + vtkDataArrayCollectionIterator(const vtkDataArrayCollectionIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkDataArrayCollectionIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkDataArraySelection.h b/Common/Core/vtkDataArraySelection.h index df47974cc151e89501761b36c23baf3e18a68211..b82276da1188213f46ee696b832293002e96276a 100644 --- a/Common/Core/vtkDataArraySelection.h +++ b/Common/Core/vtkDataArraySelection.h @@ -135,7 +135,7 @@ protected: vtkDataArraySelectionInternals* Internal; private: - vtkDataArraySelection(const vtkDataArraySelection&); // Not implemented. + vtkDataArraySelection(const vtkDataArraySelection&) VTK_DELETE_FUNCTION; void operator=(const vtkDataArraySelection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkDataArrayTemplate.h b/Common/Core/vtkDataArrayTemplate.h index b9d6f73776074a6055b86a7e58d7fb87d37da8da..448d7d83de594a3e7751db52929bebb5e7ac2afb 100644 --- a/Common/Core/vtkDataArrayTemplate.h +++ b/Common/Core/vtkDataArrayTemplate.h @@ -40,7 +40,7 @@ protected: ~vtkDataArrayTemplate() {} private: - vtkDataArrayTemplate(const vtkDataArrayTemplate&); // Not implemented. + vtkDataArrayTemplate(const vtkDataArrayTemplate&) VTK_DELETE_FUNCTION; void operator=(const vtkDataArrayTemplate&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkDebugLeaks.h b/Common/Core/vtkDebugLeaks.h index 976bc3ba909fe22cdcac7bc1d5af1bfe75d0d3ca..7cca6c94e875c1a92586b52b82ef41374de74bb5 100644 --- a/Common/Core/vtkDebugLeaks.h +++ b/Common/Core/vtkDebugLeaks.h @@ -85,7 +85,7 @@ private: static vtkDebugLeaksObserver* Observer; static int ExitError; - vtkDebugLeaks(const vtkDebugLeaks&); // Not implemented. + vtkDebugLeaks(const vtkDebugLeaks&) VTK_DELETE_FUNCTION; void operator=(const vtkDebugLeaks&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkDenseArray.h b/Common/Core/vtkDenseArray.h index a8faf835ea8fa8b0f0d8b6b56f8c46c63f2c998c..50d6c635fc15e2c53e451b679b78ed0c28b148ed 100644 --- a/Common/Core/vtkDenseArray.h +++ b/Common/Core/vtkDenseArray.h @@ -162,7 +162,7 @@ protected: ~vtkDenseArray(); private: - vtkDenseArray(const vtkDenseArray&); // Not implemented + vtkDenseArray(const vtkDenseArray&) VTK_DELETE_FUNCTION; void operator=(const vtkDenseArray&) VTK_DELETE_FUNCTION; void InternalResize(const vtkArrayExtents& extents); diff --git a/Common/Core/vtkDoubleArray.h b/Common/Core/vtkDoubleArray.h index 8f9ac385f2a89d1a77f213ba79db9b75be26ebc7..770df306cf2934d84d4e2bf2f66544551873af63 100644 --- a/Common/Core/vtkDoubleArray.h +++ b/Common/Core/vtkDoubleArray.h @@ -69,7 +69,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkDoubleArray(const vtkDoubleArray&); // Not implemented. + vtkDoubleArray(const vtkDoubleArray&) VTK_DELETE_FUNCTION; void operator=(const vtkDoubleArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkDynamicLoader.h b/Common/Core/vtkDynamicLoader.h index 46a9291b96957c39b7d163977cb7369972560050..c055aa2478abc4eb8acdc423788d8bbaedc074d0 100644 --- a/Common/Core/vtkDynamicLoader.h +++ b/Common/Core/vtkDynamicLoader.h @@ -69,7 +69,7 @@ protected: ~vtkDynamicLoader() {} private: - vtkDynamicLoader(const vtkDynamicLoader&); // Not implemented. + vtkDynamicLoader(const vtkDynamicLoader&) VTK_DELETE_FUNCTION; void operator=(const vtkDynamicLoader&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkFileOutputWindow.h b/Common/Core/vtkFileOutputWindow.h index 222cb1bcac6d0d189d5aa7076c3c16977aeaa20d..913342fcb85f32c29378a794c479c5cfe6c9f6be 100644 --- a/Common/Core/vtkFileOutputWindow.h +++ b/Common/Core/vtkFileOutputWindow.h @@ -71,7 +71,7 @@ protected: int Append; private: - vtkFileOutputWindow(const vtkFileOutputWindow&); // Not implemented. + vtkFileOutputWindow(const vtkFileOutputWindow&) VTK_DELETE_FUNCTION; void operator=(const vtkFileOutputWindow&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkFloatArray.h b/Common/Core/vtkFloatArray.h index b4fa4b33bf3085cf194c6f39f9cdeba52fc8162d..02eef70939fa290c359c434296da47395fa0ada7 100644 --- a/Common/Core/vtkFloatArray.h +++ b/Common/Core/vtkFloatArray.h @@ -71,7 +71,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkFloatArray(const vtkFloatArray&); // Not implemented. + vtkFloatArray(const vtkFloatArray&) VTK_DELETE_FUNCTION; void operator=(const vtkFloatArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkFloatingPointExceptions.h b/Common/Core/vtkFloatingPointExceptions.h index b024048e8d75b797ef694eec85f6cddea87735ba..0bb46841bb311e2478c026e1ac232e05474c9308 100644 --- a/Common/Core/vtkFloatingPointExceptions.h +++ b/Common/Core/vtkFloatingPointExceptions.h @@ -39,7 +39,7 @@ public: private: vtkFloatingPointExceptions(); // Not implemented. - vtkFloatingPointExceptions(const vtkFloatingPointExceptions&); // Not implemented. + vtkFloatingPointExceptions(const vtkFloatingPointExceptions&) VTK_DELETE_FUNCTION; void operator=(const vtkFloatingPointExceptions&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkGarbageCollector.cxx b/Common/Core/vtkGarbageCollector.cxx index 926efac6a4eb4cb61eb92d002f38e0f16bbba6fb..988cb27e02b418934182f274a8080337dbeba4a0 100644 --- a/Common/Core/vtkGarbageCollector.cxx +++ b/Common/Core/vtkGarbageCollector.cxx @@ -386,7 +386,7 @@ public: void FlushEntryReferences(Entry* e); private: - vtkGarbageCollectorImpl(const vtkGarbageCollectorImpl&); // Not implemented. + vtkGarbageCollectorImpl(const vtkGarbageCollectorImpl&) VTK_DELETE_FUNCTION; void operator=(const vtkGarbageCollectorImpl&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkGarbageCollector.h b/Common/Core/vtkGarbageCollector.h index 9fd9701160e5dd1ffdf36a08bc42f96aa88677ac..a1155677909fc9bb829a42020829700b1feb23de 100644 --- a/Common/Core/vtkGarbageCollector.h +++ b/Common/Core/vtkGarbageCollector.h @@ -177,7 +177,7 @@ private: const char*); private: - vtkGarbageCollector(const vtkGarbageCollector&); // Not implemented. + vtkGarbageCollector(const vtkGarbageCollector&) VTK_DELETE_FUNCTION; void operator=(const vtkGarbageCollector&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkGaussianRandomSequence.h b/Common/Core/vtkGaussianRandomSequence.h index f4ffd3bdb91d057512199e8cfa9e758bb426af0c..8a231ff0a0ea8f52cace600493e5ef6ff84bdf92 100644 --- a/Common/Core/vtkGaussianRandomSequence.h +++ b/Common/Core/vtkGaussianRandomSequence.h @@ -43,7 +43,7 @@ protected: vtkGaussianRandomSequence(); virtual ~vtkGaussianRandomSequence(); private: - vtkGaussianRandomSequence(const vtkGaussianRandomSequence&); // Not implemented. + vtkGaussianRandomSequence(const vtkGaussianRandomSequence&) VTK_DELETE_FUNCTION; void operator=(const vtkGaussianRandomSequence&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkGenericDataArray.h b/Common/Core/vtkGenericDataArray.h index 1b2f483bf79f18226570ab7774d4c58bcce9d2a8..0be676473cd22efabf087829fd1aef04459c05c7 100644 --- a/Common/Core/vtkGenericDataArray.h +++ b/Common/Core/vtkGenericDataArray.h @@ -293,7 +293,7 @@ protected: vtkGenericDataArrayLookupHelper Lookup; private: - vtkGenericDataArray(const vtkGenericDataArray&); // Not implemented. + vtkGenericDataArray(const vtkGenericDataArray&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericDataArray&) VTK_DELETE_FUNCTION; std::vector LegacyTuple; diff --git a/Common/Core/vtkGenericDataArrayLookupHelper.h b/Common/Core/vtkGenericDataArrayLookupHelper.h index d2c2166c45a4455613c64134f645996df12e7a89..764acbc4ea26d93bf76418d744c80212aba295a5 100644 --- a/Common/Core/vtkGenericDataArrayLookupHelper.h +++ b/Common/Core/vtkGenericDataArrayLookupHelper.h @@ -101,7 +101,7 @@ public: } private: - vtkGenericDataArrayLookupHelper(const vtkGenericDataArrayLookupHelper&); // Not implemented. + vtkGenericDataArrayLookupHelper(const vtkGenericDataArrayLookupHelper&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericDataArrayLookupHelper&) VTK_DELETE_FUNCTION; struct ValueWithIndex diff --git a/Common/Core/vtkIdList.h b/Common/Core/vtkIdList.h index 9a219b8208d7b251c839e87994ab7e305895c6cb..432da4914f314709ea55862f5e8db57426a564b0 100644 --- a/Common/Core/vtkIdList.h +++ b/Common/Core/vtkIdList.h @@ -133,7 +133,7 @@ protected: vtkIdType *Ids; private: - vtkIdList(const vtkIdList&); // Not implemented. + vtkIdList(const vtkIdList&) VTK_DELETE_FUNCTION; void operator=(const vtkIdList&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkIdListCollection.h b/Common/Core/vtkIdListCollection.h index 33dc769a8eaa2ad04916020083d26ea7361fb49b..3c07ac11a771b9433fc61482068ce8166c44b35c 100644 --- a/Common/Core/vtkIdListCollection.h +++ b/Common/Core/vtkIdListCollection.h @@ -64,7 +64,7 @@ private: void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); }; private: - vtkIdListCollection(const vtkIdListCollection&); // Not implemented. + vtkIdListCollection(const vtkIdListCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkIdListCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkIdTypeArray.h b/Common/Core/vtkIdTypeArray.h index 29b317c7326d191afd5e139d64ed97c96789c715..eb70baf000a315d772aab3fbdb7b0487dcf25dee 100644 --- a/Common/Core/vtkIdTypeArray.h +++ b/Common/Core/vtkIdTypeArray.h @@ -82,7 +82,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkIdTypeArray(const vtkIdTypeArray&); // Not implemented. + vtkIdTypeArray(const vtkIdTypeArray&) VTK_DELETE_FUNCTION; void operator=(const vtkIdTypeArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformation.h b/Common/Core/vtkInformation.h index a65c0e0fd304ea7697721a8c0a327119d1af1231..21bfc99daf119673940f241f0900f139bd85cb14 100644 --- a/Common/Core/vtkInformation.h +++ b/Common/Core/vtkInformation.h @@ -426,7 +426,7 @@ private: friend class vtkInformationIterator; private: - VTKCOMMONCORE_EXPORT vtkInformation(const vtkInformation&); // Not implemented. + VTKCOMMONCORE_EXPORT vtkInformation(const vtkInformation&) VTK_DELETE_FUNCTION; VTKCOMMONCORE_EXPORT void operator=(const vtkInformation&) VTK_DELETE_FUNCTION; vtkInformationRequestKey *Request; }; diff --git a/Common/Core/vtkInformationDataObjectKey.h b/Common/Core/vtkInformationDataObjectKey.h index db260120e9ae38b1cff60b2ca13238f4ee495db7..566e1cb692c924eed7d4cd93eecf0d68ad7cdf5c 100644 --- a/Common/Core/vtkInformationDataObjectKey.h +++ b/Common/Core/vtkInformationDataObjectKey.h @@ -62,7 +62,7 @@ public: virtual void Report(vtkInformation* info, vtkGarbageCollector* collector); private: - vtkInformationDataObjectKey(const vtkInformationDataObjectKey&); // Not implemented. + vtkInformationDataObjectKey(const vtkInformationDataObjectKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationDataObjectKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationDoubleKey.h b/Common/Core/vtkInformationDoubleKey.h index 61ca066fc1c350e318b84198896fbc1b3beeb043..e8ee47a772ff5400636248a6cd4ad7058565af01 100644 --- a/Common/Core/vtkInformationDoubleKey.h +++ b/Common/Core/vtkInformationDoubleKey.h @@ -67,7 +67,7 @@ protected: double* GetWatchAddress(vtkInformation* info); private: - vtkInformationDoubleKey(const vtkInformationDoubleKey&); // Not implemented. + vtkInformationDoubleKey(const vtkInformationDoubleKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationDoubleKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationDoubleVectorKey.h b/Common/Core/vtkInformationDoubleVectorKey.h index d1f00d3e91e34b38bfcc1f13595826e20b6c5253..a75a2d1abd369d89339af4362c4a45d9eee805ca 100644 --- a/Common/Core/vtkInformationDoubleVectorKey.h +++ b/Common/Core/vtkInformationDoubleVectorKey.h @@ -70,7 +70,7 @@ protected: int RequiredLength; private: - vtkInformationDoubleVectorKey(const vtkInformationDoubleVectorKey&); // Not implemented. + vtkInformationDoubleVectorKey(const vtkInformationDoubleVectorKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationDoubleVectorKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationIdTypeKey.h b/Common/Core/vtkInformationIdTypeKey.h index 62fe363b71e1bbc863de84d5904b908545c36a8c..9d52478c7261d3714fcf01d5953cbf0a6fe58642 100644 --- a/Common/Core/vtkInformationIdTypeKey.h +++ b/Common/Core/vtkInformationIdTypeKey.h @@ -67,7 +67,7 @@ protected: vtkIdType* GetWatchAddress(vtkInformation* info); private: - vtkInformationIdTypeKey(const vtkInformationIdTypeKey&); // Not implemented. + vtkInformationIdTypeKey(const vtkInformationIdTypeKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationIdTypeKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationInformationKey.h b/Common/Core/vtkInformationInformationKey.h index 60ede984ff31e95f4d1da6a74ef1187c801d2966..8d95e34678822187ea6adfb2cf655c7edce2eb84 100644 --- a/Common/Core/vtkInformationInformationKey.h +++ b/Common/Core/vtkInformationInformationKey.h @@ -62,7 +62,7 @@ public: virtual void DeepCopy(vtkInformation* from, vtkInformation* to); private: - vtkInformationInformationKey(const vtkInformationInformationKey&); // Not implemented. + vtkInformationInformationKey(const vtkInformationInformationKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationInformationKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationInformationVectorKey.h b/Common/Core/vtkInformationInformationVectorKey.h index 6991879eaac824cd1e1a61d9e621595ee11dd9ca..0eaf5090f96b77fbe04b012ce5e0d88e76502479 100644 --- a/Common/Core/vtkInformationInformationVectorKey.h +++ b/Common/Core/vtkInformationInformationVectorKey.h @@ -59,7 +59,7 @@ public: virtual void Report(vtkInformation* info, vtkGarbageCollector* collector); private: - vtkInformationInformationVectorKey(const vtkInformationInformationVectorKey&); // Not implemented. + vtkInformationInformationVectorKey(const vtkInformationInformationVectorKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationInformationVectorKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationIntegerKey.h b/Common/Core/vtkInformationIntegerKey.h index 7d011c0a3fa90f2769382ba0cd7ee79e663f9a8d..b67e69a21b2b74be2e9478b92985d4ea54a760ee 100644 --- a/Common/Core/vtkInformationIntegerKey.h +++ b/Common/Core/vtkInformationIntegerKey.h @@ -67,7 +67,7 @@ protected: int* GetWatchAddress(vtkInformation* info); private: - vtkInformationIntegerKey(const vtkInformationIntegerKey&); // Not implemented. + vtkInformationIntegerKey(const vtkInformationIntegerKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationIntegerKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationIntegerPointerKey.h b/Common/Core/vtkInformationIntegerPointerKey.h index cef3281426df5247b94486c554af8ff9351b9dab..d6cd80b793b4ae9add3a4c8fcf62089e62da7641 100644 --- a/Common/Core/vtkInformationIntegerPointerKey.h +++ b/Common/Core/vtkInformationIntegerPointerKey.h @@ -64,7 +64,7 @@ protected: int* GetWatchAddress(vtkInformation* info); private: - vtkInformationIntegerPointerKey(const vtkInformationIntegerPointerKey&); // Not implemented. + vtkInformationIntegerPointerKey(const vtkInformationIntegerPointerKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationIntegerPointerKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationIntegerVectorKey.h b/Common/Core/vtkInformationIntegerVectorKey.h index 8044e6f12389cb9f53044b10e00f35a2240a6119..b89894d84d67285a6e2d67611198e6cb01d94101 100644 --- a/Common/Core/vtkInformationIntegerVectorKey.h +++ b/Common/Core/vtkInformationIntegerVectorKey.h @@ -77,7 +77,7 @@ protected: int* GetWatchAddress(vtkInformation* info); private: - vtkInformationIntegerVectorKey(const vtkInformationIntegerVectorKey&); // Not implemented. + vtkInformationIntegerVectorKey(const vtkInformationIntegerVectorKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationIntegerVectorKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationIterator.h b/Common/Core/vtkInformationIterator.h index d7a416fd98d202642c2b8204e93a916ab6d3836b..832112da1dfc64fdba12685e3597b1eb3125d159 100644 --- a/Common/Core/vtkInformationIterator.h +++ b/Common/Core/vtkInformationIterator.h @@ -82,7 +82,7 @@ protected: bool ReferenceIsWeak; private: - vtkInformationIterator(const vtkInformationIterator&); // Not implemented. + vtkInformationIterator(const vtkInformationIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationKey.h b/Common/Core/vtkInformationKey.h index 626a594c443a79efb4e949be0335539d13c3a31a..a6e684785ab7cb47bd8bee912de0712b5cb6020c 100644 --- a/Common/Core/vtkInformationKey.h +++ b/Common/Core/vtkInformationKey.h @@ -177,7 +177,7 @@ virtual void Set##name (const char* _arg) \ void ConstructClass(const char*); private: - vtkInformationKey(const vtkInformationKey&); // Not implemented. + vtkInformationKey(const vtkInformationKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationKeyLookup.h b/Common/Core/vtkInformationKeyLookup.h index 0224114bdf6c47c2b7591b35d13088c41c9a5aa1..d05fae1b3c1921608fd7c741949ef220185bf117 100644 --- a/Common/Core/vtkInformationKeyLookup.h +++ b/Common/Core/vtkInformationKeyLookup.h @@ -60,7 +60,7 @@ protected: const std::string &location); private: - vtkInformationKeyLookup(const vtkInformationKeyLookup&); // Not implemented + vtkInformationKeyLookup(const vtkInformationKeyLookup&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationKeyLookup&) VTK_DELETE_FUNCTION; typedef std::pair Identifier; // Location, Name diff --git a/Common/Core/vtkInformationKeyVectorKey.h b/Common/Core/vtkInformationKeyVectorKey.h index 2697014d66349d384741b633141ad09d0515d0ca..ecf7aac9993bb937254bb0d868a711c2ea41bf79 100644 --- a/Common/Core/vtkInformationKeyVectorKey.h +++ b/Common/Core/vtkInformationKeyVectorKey.h @@ -66,7 +66,7 @@ public: virtual void Print(ostream& os, vtkInformation* info); private: - vtkInformationKeyVectorKey(const vtkInformationKeyVectorKey&); // Not implemented. + vtkInformationKeyVectorKey(const vtkInformationKeyVectorKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationKeyVectorKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationObjectBaseKey.h b/Common/Core/vtkInformationObjectBaseKey.h index 8105585d287a22df3be2ebbf70ba971b724c2146..1b7a39291ab4705edc5d0c14a5803d4818148072 100644 --- a/Common/Core/vtkInformationObjectBaseKey.h +++ b/Common/Core/vtkInformationObjectBaseKey.h @@ -71,7 +71,7 @@ protected: vtkInformationKeySetStringMacro(RequiredClass); private: - vtkInformationObjectBaseKey(const vtkInformationObjectBaseKey&); // Not implemented. + vtkInformationObjectBaseKey(const vtkInformationObjectBaseKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationObjectBaseKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationObjectBaseVectorKey.h b/Common/Core/vtkInformationObjectBaseVectorKey.h index 9f924809b937ac280baccd0bace3bbc859938c15..931c367b2853d421608f045b39f96710bc55e994 100644 --- a/Common/Core/vtkInformationObjectBaseVectorKey.h +++ b/Common/Core/vtkInformationObjectBaseVectorKey.h @@ -147,7 +147,7 @@ private: vtkInformationObjectBaseVectorValue *GetObjectBaseVector(vtkInformation *info); // - vtkInformationObjectBaseVectorKey(const vtkInformationObjectBaseVectorKey&); // Not implemented. + vtkInformationObjectBaseVectorKey(const vtkInformationObjectBaseVectorKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationObjectBaseVectorKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationRequestKey.h b/Common/Core/vtkInformationRequestKey.h index 0c9e6acfc66f88527f497556779dd4a9ba24c9e3..3e75b85f9501201869bf981c607a6ddbe09569e3 100644 --- a/Common/Core/vtkInformationRequestKey.h +++ b/Common/Core/vtkInformationRequestKey.h @@ -61,7 +61,7 @@ public: virtual void Print(ostream& os, vtkInformation* info); private: - vtkInformationRequestKey(const vtkInformationRequestKey&); // Not implemented. + vtkInformationRequestKey(const vtkInformationRequestKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationRequestKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationStringKey.h b/Common/Core/vtkInformationStringKey.h index 41393538a1b573be2aa184807334104fa2645bba..f6b30972669fc096c9a5a32b1efe7cf81bb65f2a 100644 --- a/Common/Core/vtkInformationStringKey.h +++ b/Common/Core/vtkInformationStringKey.h @@ -60,7 +60,7 @@ public: virtual void Print(ostream& os, vtkInformation* info); private: - vtkInformationStringKey(const vtkInformationStringKey&); // Not implemented. + vtkInformationStringKey(const vtkInformationStringKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationStringKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationStringVectorKey.h b/Common/Core/vtkInformationStringVectorKey.h index ca35900def3d62d1ffd756c3f33c9c7bb4f3f4c8..8788a8f9c9221e548cb2ed61f8eec961968d94b2 100644 --- a/Common/Core/vtkInformationStringVectorKey.h +++ b/Common/Core/vtkInformationStringVectorKey.h @@ -68,7 +68,7 @@ protected: int RequiredLength; private: - vtkInformationStringVectorKey(const vtkInformationStringVectorKey&); // Not implemented. + vtkInformationStringVectorKey(const vtkInformationStringVectorKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationStringVectorKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationUnsignedLongKey.h b/Common/Core/vtkInformationUnsignedLongKey.h index 9a5ec1ad2c4b00a7adb77f477fa93d87b2c8c9b6..1b51cc9dc2566732aff7a86ffdc6740dc7347dff 100644 --- a/Common/Core/vtkInformationUnsignedLongKey.h +++ b/Common/Core/vtkInformationUnsignedLongKey.h @@ -67,7 +67,7 @@ protected: unsigned long* GetWatchAddress(vtkInformation* info); private: - vtkInformationUnsignedLongKey(const vtkInformationUnsignedLongKey&); // Not implemented. + vtkInformationUnsignedLongKey(const vtkInformationUnsignedLongKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationUnsignedLongKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationVariantKey.h b/Common/Core/vtkInformationVariantKey.h index f864fb9ca078b46e06ddac5267f41a7efde9d915..bec0a019eb95589625d3aac49fc8200e32827aca 100644 --- a/Common/Core/vtkInformationVariantKey.h +++ b/Common/Core/vtkInformationVariantKey.h @@ -69,7 +69,7 @@ protected: vtkVariant* GetWatchAddress(vtkInformation* info); private: - vtkInformationVariantKey(const vtkInformationVariantKey&); // Not implemented. + vtkInformationVariantKey(const vtkInformationVariantKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationVariantKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationVariantVectorKey.h b/Common/Core/vtkInformationVariantVectorKey.h index ba447b01907cce061ce311cec27920cf12b18cae..0564ca84d81b5737515a1f46264d7288d5f92476 100644 --- a/Common/Core/vtkInformationVariantVectorKey.h +++ b/Common/Core/vtkInformationVariantVectorKey.h @@ -72,7 +72,7 @@ protected: int RequiredLength; private: - vtkInformationVariantVectorKey(const vtkInformationVariantVectorKey&); // Not implemented. + vtkInformationVariantVectorKey(const vtkInformationVariantVectorKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationVariantVectorKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInformationVector.h b/Common/Core/vtkInformationVector.h index e1e58bbb7dc53b10d8e7d7d4e1715c72f98a1e32..98a14669759730ce8fb446265fc26fc8fa34c2a4 100644 --- a/Common/Core/vtkInformationVector.h +++ b/Common/Core/vtkInformationVector.h @@ -83,7 +83,7 @@ protected: // Garbage collection support. void ReportReferences(vtkGarbageCollector*) VTK_OVERRIDE; private: - vtkInformationVector(const vtkInformationVector&); // Not implemented. + vtkInformationVector(const vtkInformationVector&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationVector&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInstantiator.cxx b/Common/Core/vtkInstantiator.cxx index c782b1ba1c744e68866c4abf0679bc0c985da657..cd4f73865e3974b1eb9f83fee5f1f18e088711f6 100644 --- a/Common/Core/vtkInstantiator.cxx +++ b/Common/Core/vtkInstantiator.cxx @@ -64,7 +64,7 @@ protected: unsigned long ClassNamesSize; private: - vtkInstantiatorHashTable(const vtkInstantiatorHashTable&); // Not implemented. + vtkInstantiatorHashTable(const vtkInstantiatorHashTable&) VTK_DELETE_FUNCTION; void operator=(const vtkInstantiatorHashTable&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkInstantiator.h b/Common/Core/vtkInstantiator.h index e53bbf5024b66f6d3f027dc85c346b9ef42fa10b..6bb901127f08d355975d0e9aff4c2a681f4fd43c 100644 --- a/Common/Core/vtkInstantiator.h +++ b/Common/Core/vtkInstantiator.h @@ -106,7 +106,7 @@ protected: friend class vtkInstantiatorInitialize; private: - vtkInstantiator(const vtkInstantiator&); // Not implemented. + vtkInstantiator(const vtkInstantiator&) VTK_DELETE_FUNCTION; void operator=(const vtkInstantiator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkIntArray.h b/Common/Core/vtkIntArray.h index c8e3d27e695d97083d541082723f698b2081f5dc..39770ebf1fdee694ed2b13b871b7be526620aaa6 100644 --- a/Common/Core/vtkIntArray.h +++ b/Common/Core/vtkIntArray.h @@ -73,7 +73,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkIntArray(const vtkIntArray&); // Not implemented. + vtkIntArray(const vtkIntArray&) VTK_DELETE_FUNCTION; void operator=(const vtkIntArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkLongArray.h b/Common/Core/vtkLongArray.h index 4903d263d2172309fafc9f823b850354816f8329..2bbb033092f025a2b2ec5dbb88dd7aa14cecb18d 100644 --- a/Common/Core/vtkLongArray.h +++ b/Common/Core/vtkLongArray.h @@ -74,7 +74,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkLongArray(const vtkLongArray&); // Not implemented. + vtkLongArray(const vtkLongArray&) VTK_DELETE_FUNCTION; void operator=(const vtkLongArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkLongLongArray.h b/Common/Core/vtkLongLongArray.h index 83a85dfcaeab7cf1a967fc991fb8d728569f0370..79715325ac12f7253866ad9b72065a0b24e7540c 100644 --- a/Common/Core/vtkLongLongArray.h +++ b/Common/Core/vtkLongLongArray.h @@ -73,7 +73,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkLongLongArray(const vtkLongLongArray&); // Not implemented. + vtkLongLongArray(const vtkLongLongArray&) VTK_DELETE_FUNCTION; void operator=(const vtkLongLongArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkLookupTable.h b/Common/Core/vtkLookupTable.h index d7799057e22c7d78b397e12c4179045ee882ddbd..9421a74d4c006963b9d0d0f3b6ea5fe915b7b804 100644 --- a/Common/Core/vtkLookupTable.h +++ b/Common/Core/vtkLookupTable.h @@ -373,7 +373,7 @@ protected: void ResizeTableForSpecialColors(); private: - vtkLookupTable(const vtkLookupTable&); // Not implemented. + vtkLookupTable(const vtkLookupTable&) VTK_DELETE_FUNCTION; void operator=(const vtkLookupTable&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkMappedDataArray.h b/Common/Core/vtkMappedDataArray.h index e97238599299d782cb1be0ee0eaf346d2f4f8d80..d3d4551c0cbbb067ee43b3a60ae5822bc1c509f7 100644 --- a/Common/Core/vtkMappedDataArray.h +++ b/Common/Core/vtkMappedDataArray.h @@ -118,7 +118,7 @@ protected: } private: - vtkMappedDataArray(const vtkMappedDataArray &); // Not implemented. + vtkMappedDataArray(const vtkMappedDataArray &) VTK_DELETE_FUNCTION; void operator=(const vtkMappedDataArray &) VTK_DELETE_FUNCTION; // Description: Temporary internal array used as fall back storage for diff --git a/Common/Core/vtkMath.h b/Common/Core/vtkMath.h index 22616d75731f3cda866348b0f8f1b562bf5ef512..9ba7554c733e9e8e25638c6ef10566a51154ad52 100644 --- a/Common/Core/vtkMath.h +++ b/Common/Core/vtkMath.h @@ -992,7 +992,7 @@ protected: static vtkMathInternal Internal; private: - vtkMath(const vtkMath&); // Not implemented. + vtkMath(const vtkMath&) VTK_DELETE_FUNCTION; void operator=(const vtkMath&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkMinimalStandardRandomSequence.h b/Common/Core/vtkMinimalStandardRandomSequence.h index 265754fb19a4ef2d414494df4afd7dd6426866cf..a825a635115632f31339f0c48dd3391a53aa8ba2 100644 --- a/Common/Core/vtkMinimalStandardRandomSequence.h +++ b/Common/Core/vtkMinimalStandardRandomSequence.h @@ -104,7 +104,7 @@ protected: virtual ~vtkMinimalStandardRandomSequence(); int Seed; private: - vtkMinimalStandardRandomSequence(const vtkMinimalStandardRandomSequence&); // Not implemented. + vtkMinimalStandardRandomSequence(const vtkMinimalStandardRandomSequence&) VTK_DELETE_FUNCTION; void operator=(const vtkMinimalStandardRandomSequence&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkMultiThreader.h b/Common/Core/vtkMultiThreader.h index 1d702d33d581b829d1fdf3fcfea4a733ee2c5900..b4e4d7f2d5ea10fc80715a30112869df71d43389 100644 --- a/Common/Core/vtkMultiThreader.h +++ b/Common/Core/vtkMultiThreader.h @@ -215,7 +215,7 @@ protected: void *MultipleData[VTK_MAX_THREADS]; private: - vtkMultiThreader(const vtkMultiThreader&); // Not implemented. + vtkMultiThreader(const vtkMultiThreader&) VTK_DELETE_FUNCTION; void operator=(const vtkMultiThreader&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkMutexLock.h b/Common/Core/vtkMutexLock.h index 7a6fd2cf7c3de5edf47e5ba67d3bf82e0e1aa95e..fda0dc223cd66876edeb3fe192c4c2aaf242bb40 100644 --- a/Common/Core/vtkMutexLock.h +++ b/Common/Core/vtkMutexLock.h @@ -99,7 +99,7 @@ protected: vtkSimpleMutexLock SimpleMutexLock; vtkMutexLock() {} private: - vtkMutexLock(const vtkMutexLock&); // Not implemented. + vtkMutexLock(const vtkMutexLock&) VTK_DELETE_FUNCTION; void operator=(const vtkMutexLock&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkObject.h b/Common/Core/vtkObject.h index 01572085a8414133f242c5c8ff7652634ad2bcae..9e9c1b7dcaea0b44ff824879e12e97fdc2116dac 100644 --- a/Common/Core/vtkObject.h +++ b/Common/Core/vtkObject.h @@ -234,7 +234,7 @@ protected: void InternalReleaseFocus(); private: - vtkObject(const vtkObject&); // Not implemented. + vtkObject(const vtkObject&) VTK_DELETE_FUNCTION; void operator=(const vtkObject&) VTK_DELETE_FUNCTION; // Description: diff --git a/Common/Core/vtkObjectFactory.h b/Common/Core/vtkObjectFactory.h index 40268add1721a3b615cc2b312cd1b69d1c027675..226efa3e39dcdb4a60c26f1daa4fb2605a555150 100644 --- a/Common/Core/vtkObjectFactory.h +++ b/Common/Core/vtkObjectFactory.h @@ -242,7 +242,7 @@ private: char* LibraryCompilerUsed; char* LibraryPath; private: - vtkObjectFactory(const vtkObjectFactory&); // Not implemented. + vtkObjectFactory(const vtkObjectFactory&) VTK_DELETE_FUNCTION; void operator=(const vtkObjectFactory&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkObjectFactoryCollection.h b/Common/Core/vtkObjectFactoryCollection.h index 66ce69cd1eac0fef0dee842c27bf4cd35498b861..8d7111baf74fa9a9290cbc6235241e0225fd44ff 100644 --- a/Common/Core/vtkObjectFactoryCollection.h +++ b/Common/Core/vtkObjectFactoryCollection.h @@ -64,7 +64,7 @@ private: void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); }; private: - vtkObjectFactoryCollection(const vtkObjectFactoryCollection&); // Not implemented. + vtkObjectFactoryCollection(const vtkObjectFactoryCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkObjectFactoryCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkOutputWindow.h b/Common/Core/vtkOutputWindow.h index acae64505dbfbbab7ba2912f060e24ac41da3db5..1705efe9f99596cda1df596eb7574fcec637f08b 100644 --- a/Common/Core/vtkOutputWindow.h +++ b/Common/Core/vtkOutputWindow.h @@ -88,7 +88,7 @@ protected: private: static vtkOutputWindow* Instance; private: - vtkOutputWindow(const vtkOutputWindow&); // Not implemented. + vtkOutputWindow(const vtkOutputWindow&) VTK_DELETE_FUNCTION; void operator=(const vtkOutputWindow&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkOverrideInformation.h b/Common/Core/vtkOverrideInformation.h index 4e58909530856be58abd9edda2fc60a9c837c407..173917ac55f150c1f72a29434946146227c41b7e 100644 --- a/Common/Core/vtkOverrideInformation.h +++ b/Common/Core/vtkOverrideInformation.h @@ -90,7 +90,7 @@ private: char* Description; vtkObjectFactory* ObjectFactory; private: - vtkOverrideInformation(const vtkOverrideInformation&); // Not implemented. + vtkOverrideInformation(const vtkOverrideInformation&) VTK_DELETE_FUNCTION; void operator=(const vtkOverrideInformation&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkOverrideInformationCollection.h b/Common/Core/vtkOverrideInformationCollection.h index e6cd41e03f07df5cf67dfaf04a6a27acd30b31af..6915f73e547185dc5ad86841b46d32be02cc7c0d 100644 --- a/Common/Core/vtkOverrideInformationCollection.h +++ b/Common/Core/vtkOverrideInformationCollection.h @@ -59,7 +59,7 @@ private: void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); }; private: - vtkOverrideInformationCollection(const vtkOverrideInformationCollection&); // Not implemented. + vtkOverrideInformationCollection(const vtkOverrideInformationCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkOverrideInformationCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkPeriodicDataArray.h b/Common/Core/vtkPeriodicDataArray.h index 143976d051e3b7037942a605a7d01f02df6d1385..0aacb0a0750faa82b8328cfe9303140ebed9da07 100644 --- a/Common/Core/vtkPeriodicDataArray.h +++ b/Common/Core/vtkPeriodicDataArray.h @@ -284,7 +284,7 @@ protected: bool Normalize; // If transformed vector must be normalized private: - vtkPeriodicDataArray(const vtkPeriodicDataArray &); // Not implemented. + vtkPeriodicDataArray(const vtkPeriodicDataArray &) VTK_DELETE_FUNCTION; void operator=(const vtkPeriodicDataArray &) VTK_DELETE_FUNCTION; friend class vtkGenericDataArray, Scalar>; diff --git a/Common/Core/vtkPointAccumulator.hxx b/Common/Core/vtkPointAccumulator.hxx index 20704f82d27021ee397616ce4472933e83234bd8..10c6c84b9e38f26d599205ec5628790bbc2d40c8 100644 --- a/Common/Core/vtkPointAccumulator.hxx +++ b/Common/Core/vtkPointAccumulator.hxx @@ -170,7 +170,7 @@ class vtkPointAccumulator } private: - vtkPointAccumulator(const vtkPointAccumulator &); // Not implemented + vtkPointAccumulator(const vtkPointAccumulator &) VTK_DELETE_FUNCTION; vtkPointAccumulator &operator=(const vtkPointAccumulator &) VTK_DELETE_FUNCTION; T_CPP *PtStore; diff --git a/Common/Core/vtkPoints.h b/Common/Core/vtkPoints.h index 3f0f5f4b5148a7e7184b7393eaccf2a5dcd34867..a1ffd280cd5fb03fa902d9ca33d5988166f1fcbb 100644 --- a/Common/Core/vtkPoints.h +++ b/Common/Core/vtkPoints.h @@ -201,7 +201,7 @@ protected: vtkDataArray *Data; // Array which represents data private: - vtkPoints(const vtkPoints&); // Not implemented. + vtkPoints(const vtkPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkPoints2D.h b/Common/Core/vtkPoints2D.h index efab39918021ee833349fcfd0a5c9c5024a65115..761449568754496d186437c32a4ef4f788cd8a0a 100644 --- a/Common/Core/vtkPoints2D.h +++ b/Common/Core/vtkPoints2D.h @@ -185,7 +185,7 @@ protected: vtkDataArray *Data; // Array which represents data private: - vtkPoints2D(const vtkPoints2D&); // Not implemented. + vtkPoints2D(const vtkPoints2D&) VTK_DELETE_FUNCTION; void operator=(const vtkPoints2D&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkPriorityQueue.h b/Common/Core/vtkPriorityQueue.h index e57ad9adb3acf39850021f9abc0c42ead5727237..759d256f4c3e3cc4742c38fc25dcb2d45ecd4664 100644 --- a/Common/Core/vtkPriorityQueue.h +++ b/Common/Core/vtkPriorityQueue.h @@ -120,7 +120,7 @@ protected: vtkIdType MaxId; vtkIdType Extend; private: - vtkPriorityQueue(const vtkPriorityQueue&); // Not implemented. + vtkPriorityQueue(const vtkPriorityQueue&) VTK_DELETE_FUNCTION; void operator=(const vtkPriorityQueue&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkRandomSequence.h b/Common/Core/vtkRandomSequence.h index 5827ace921e103d1e2f2cd8e5af0164e075d6402..60e4e9003d8f378784b4b7cd4d38c23f93585a61 100644 --- a/Common/Core/vtkRandomSequence.h +++ b/Common/Core/vtkRandomSequence.h @@ -49,7 +49,7 @@ protected: vtkRandomSequence(); virtual ~vtkRandomSequence(); private: - vtkRandomSequence(const vtkRandomSequence&); // Not implemented. + vtkRandomSequence(const vtkRandomSequence&) VTK_DELETE_FUNCTION; void operator=(const vtkRandomSequence&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkReferenceCount.h b/Common/Core/vtkReferenceCount.h index e1ad0aebe30a15fdb4e913222bf7937c0a14c6c7..56d56b6122ed551e5e54dd0670e811281451d774 100644 --- a/Common/Core/vtkReferenceCount.h +++ b/Common/Core/vtkReferenceCount.h @@ -37,7 +37,7 @@ protected: ~vtkReferenceCount(); private: - vtkReferenceCount(const vtkReferenceCount&); // Not implemented. + vtkReferenceCount(const vtkReferenceCount&) VTK_DELETE_FUNCTION; void operator=(const vtkReferenceCount&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkSOADataArrayTemplate.h b/Common/Core/vtkSOADataArrayTemplate.h index cf826148fea5b80fda184a8d1d1e918cc931a899..a3bea42abe08392a8c654c77fe7d37e6fa663a1e 100644 --- a/Common/Core/vtkSOADataArrayTemplate.h +++ b/Common/Core/vtkSOADataArrayTemplate.h @@ -193,7 +193,7 @@ protected: double NumberOfComponentsReciprocal; private: - vtkSOADataArrayTemplate(const vtkSOADataArrayTemplate&); // Not implemented. + vtkSOADataArrayTemplate(const vtkSOADataArrayTemplate&) VTK_DELETE_FUNCTION; void operator=(const vtkSOADataArrayTemplate&) VTK_DELETE_FUNCTION; inline void GetTupleIndexFromValueIndex(vtkIdType valueIdx, diff --git a/Common/Core/vtkScalarsToColors.h b/Common/Core/vtkScalarsToColors.h index 7d752af9ffa1b9a2e77cc9d718dc42d9349f90f6..b54c266d0242a26dacba002221b65a4ddf6abf02 100644 --- a/Common/Core/vtkScalarsToColors.h +++ b/Common/Core/vtkScalarsToColors.h @@ -401,7 +401,7 @@ private: double RGB[3]; double InputRange[2]; - vtkScalarsToColors(const vtkScalarsToColors&); // Not implemented. + vtkScalarsToColors(const vtkScalarsToColors&) VTK_DELETE_FUNCTION; void operator=(const vtkScalarsToColors&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkShortArray.h b/Common/Core/vtkShortArray.h index ad361c3d33b2d92d7252b2825d38755c023ba8bf..1b1f4218b497ee93d91e3959a0bf0b8e79e27451 100644 --- a/Common/Core/vtkShortArray.h +++ b/Common/Core/vtkShortArray.h @@ -73,7 +73,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkShortArray(const vtkShortArray&); // Not implemented. + vtkShortArray(const vtkShortArray&) VTK_DELETE_FUNCTION; void operator=(const vtkShortArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkSignedCharArray.h b/Common/Core/vtkSignedCharArray.h index db03b823b7a3cfb4ba5b7bc535020a233e22651a..af55b4f2eb9a5c25259b1aef41ad0ad903dd5adf 100644 --- a/Common/Core/vtkSignedCharArray.h +++ b/Common/Core/vtkSignedCharArray.h @@ -69,7 +69,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkSignedCharArray(const vtkSignedCharArray&); // Not implemented. + vtkSignedCharArray(const vtkSignedCharArray&) VTK_DELETE_FUNCTION; void operator=(const vtkSignedCharArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkSortDataArray.h b/Common/Core/vtkSortDataArray.h index 653e87d5702226234261aac2fb943a4137c80a8d..30437a5a3e3b4c34cfc72e48a57bf7fee3a7f2f0 100644 --- a/Common/Core/vtkSortDataArray.h +++ b/Common/Core/vtkSortDataArray.h @@ -173,7 +173,7 @@ protected: vtkAbstractArray *arr, void *dataIn, int dir); private: - vtkSortDataArray(const vtkSortDataArray &); // Not implemented. + vtkSortDataArray(const vtkSortDataArray &) VTK_DELETE_FUNCTION; void operator=(const vtkSortDataArray &) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkSparseArray.h b/Common/Core/vtkSparseArray.h index 60b1382ecbf187a59acc2823ad92b994ebf9a69f..743e79be8e4fb5ed96b1798cb66eee69afa17960 100644 --- a/Common/Core/vtkSparseArray.h +++ b/Common/Core/vtkSparseArray.h @@ -196,7 +196,7 @@ protected: ~vtkSparseArray(); private: - vtkSparseArray(const vtkSparseArray&); // Not implemented + vtkSparseArray(const vtkSparseArray&) VTK_DELETE_FUNCTION; void operator=(const vtkSparseArray&) VTK_DELETE_FUNCTION; void InternalResize(const vtkArrayExtents& extents); diff --git a/Common/Core/vtkStringArray.h b/Common/Core/vtkStringArray.h index 29f1cb30d614fd202d0009c438de1777b15c24e7..1b568d7472391adb3858890f813716cf2b7d78d5 100644 --- a/Common/Core/vtkStringArray.h +++ b/Common/Core/vtkStringArray.h @@ -290,7 +290,7 @@ protected: int SaveUserArray; private: - vtkStringArray(const vtkStringArray&); // Not implemented. + vtkStringArray(const vtkStringArray&) VTK_DELETE_FUNCTION; void operator=(const vtkStringArray&) VTK_DELETE_FUNCTION; vtkStringArrayLookup* Lookup; diff --git a/Common/Core/vtkStringOutputWindow.h b/Common/Core/vtkStringOutputWindow.h index 23fe86eefd04ef0255ec9e5b35d50e77d4ebf3cf..931f6a715d1f81232f11683c29a9b906451ddd98 100644 --- a/Common/Core/vtkStringOutputWindow.h +++ b/Common/Core/vtkStringOutputWindow.h @@ -51,7 +51,7 @@ protected: std::ostringstream OStream; private: - vtkStringOutputWindow(const vtkStringOutputWindow&); // Not implemented. + vtkStringOutputWindow(const vtkStringOutputWindow&) VTK_DELETE_FUNCTION; void operator=(const vtkStringOutputWindow&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkTestDataArray.h b/Common/Core/vtkTestDataArray.h index ad769c71a4c182fa9e235773011b7e912dead364..791b850ce181b6ddd1d0389200a68e241e35c86d 100644 --- a/Common/Core/vtkTestDataArray.h +++ b/Common/Core/vtkTestDataArray.h @@ -81,7 +81,7 @@ private: ArrayType* Array; // Not implemented. - vtkTestDataArray(const vtkTestDataArray &); // Not implemented. + vtkTestDataArray(const vtkTestDataArray &) VTK_DELETE_FUNCTION; void operator=(const vtkTestDataArray &) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkTimePointUtility.h b/Common/Core/vtkTimePointUtility.h index af40dc7f59a96cc114ac81bfc2868de956714be8..bfce4482db1c5aad98d19625ec0ad93a30c90f33 100644 --- a/Common/Core/vtkTimePointUtility.h +++ b/Common/Core/vtkTimePointUtility.h @@ -151,7 +151,7 @@ protected: ~vtkTimePointUtility() {} private: - vtkTimePointUtility(const vtkTimePointUtility&); // Not implemented. + vtkTimePointUtility(const vtkTimePointUtility&) VTK_DELETE_FUNCTION; void operator=(const vtkTimePointUtility&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkTypedArray.h b/Common/Core/vtkTypedArray.h index 8b8b3a1442603dc24ff11825d143b8d79511ff97..0bdf77b876bc04d20ed58b7ae547e84009276c70 100644 --- a/Common/Core/vtkTypedArray.h +++ b/Common/Core/vtkTypedArray.h @@ -109,7 +109,7 @@ protected: ~vtkTypedArray() {} private: - vtkTypedArray(const vtkTypedArray&); // Not implemented + vtkTypedArray(const vtkTypedArray&) VTK_DELETE_FUNCTION; void operator=(const vtkTypedArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkTypedArray.h.in b/Common/Core/vtkTypedArray.h.in index af847664bc8f73d154aafdd17d5ff7cf23513245..b9b29f2dd077ce7261c378343bc99c204f5dbdb0 100644 --- a/Common/Core/vtkTypedArray.h.in +++ b/Common/Core/vtkTypedArray.h.in @@ -48,7 +48,7 @@ protected: ~vtkType@VTK_TYPE_NAME@Array(); private: - vtkType@VTK_TYPE_NAME@Array(const vtkType@VTK_TYPE_NAME@Array&); // Not implemented. + vtkType@VTK_TYPE_NAME@Array(const vtkType@VTK_TYPE_NAME@Array&) VTK_DELETE_FUNCTION; void operator=(const vtkType@VTK_TYPE_NAME@Array&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkTypedDataArray.h b/Common/Core/vtkTypedDataArray.h index b2cf171d0af0345d29e19dc941b0e2f706fb4bfa..bb2cf976d276c4cb11dbcdee582617a034d805c8 100644 --- a/Common/Core/vtkTypedDataArray.h +++ b/Common/Core/vtkTypedDataArray.h @@ -160,7 +160,7 @@ protected: virtual bool ReallocateTuples(vtkIdType numTuples); private: - vtkTypedDataArray(const vtkTypedDataArray &); // Not implemented. + vtkTypedDataArray(const vtkTypedDataArray &) VTK_DELETE_FUNCTION; void operator=(const vtkTypedDataArray &) VTK_DELETE_FUNCTION; friend class vtkGenericDataArray, Scalar>; diff --git a/Common/Core/vtkUnicodeStringArray.h b/Common/Core/vtkUnicodeStringArray.h index 6a22584f63bfb90caf443c4324160c3a74bd9dfc..9b0304057e321ddf904b56e45c45575be3eeba03 100644 --- a/Common/Core/vtkUnicodeStringArray.h +++ b/Common/Core/vtkUnicodeStringArray.h @@ -91,7 +91,7 @@ protected: ~vtkUnicodeStringArray(); private: - vtkUnicodeStringArray(const vtkUnicodeStringArray&); // Not implemented. + vtkUnicodeStringArray(const vtkUnicodeStringArray&) VTK_DELETE_FUNCTION; void operator=(const vtkUnicodeStringArray&) VTK_DELETE_FUNCTION; class Implementation; diff --git a/Common/Core/vtkUnsignedCharArray.h b/Common/Core/vtkUnsignedCharArray.h index 58c3220c0e75c8f4d1cbb7fdba2e6736b6059898..a2d20309f82e7c76a31b016c7af8481ded288d92 100644 --- a/Common/Core/vtkUnsignedCharArray.h +++ b/Common/Core/vtkUnsignedCharArray.h @@ -69,7 +69,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkUnsignedCharArray(const vtkUnsignedCharArray&); // Not implemented. + vtkUnsignedCharArray(const vtkUnsignedCharArray&) VTK_DELETE_FUNCTION; void operator=(const vtkUnsignedCharArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkUnsignedIntArray.h b/Common/Core/vtkUnsignedIntArray.h index 2d9db9a078af5e4c8460404ecab01c3b21682449..31019d9ac7ed7f638a1a6637cde432f175be447b 100644 --- a/Common/Core/vtkUnsignedIntArray.h +++ b/Common/Core/vtkUnsignedIntArray.h @@ -73,7 +73,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkUnsignedIntArray(const vtkUnsignedIntArray&); // Not implemented. + vtkUnsignedIntArray(const vtkUnsignedIntArray&) VTK_DELETE_FUNCTION; void operator=(const vtkUnsignedIntArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkUnsignedLongArray.h b/Common/Core/vtkUnsignedLongArray.h index c570b4042b45950397d5b3a6947d9e04a12029dd..aa0fddc083d0b770e54fd5c9717171288ef069af 100644 --- a/Common/Core/vtkUnsignedLongArray.h +++ b/Common/Core/vtkUnsignedLongArray.h @@ -75,7 +75,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkUnsignedLongArray(const vtkUnsignedLongArray&); // Not implemented. + vtkUnsignedLongArray(const vtkUnsignedLongArray&) VTK_DELETE_FUNCTION; void operator=(const vtkUnsignedLongArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkUnsignedLongLongArray.h b/Common/Core/vtkUnsignedLongLongArray.h index ed4a759992b2463307fb4b1a48c006abf34c1c88..62e1350f813d7971e29dab7365e63c2f6d0bf6e9 100644 --- a/Common/Core/vtkUnsignedLongLongArray.h +++ b/Common/Core/vtkUnsignedLongLongArray.h @@ -74,7 +74,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkUnsignedLongLongArray(const vtkUnsignedLongLongArray&); // Not implemented. + vtkUnsignedLongLongArray(const vtkUnsignedLongLongArray&) VTK_DELETE_FUNCTION; void operator=(const vtkUnsignedLongLongArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkUnsignedShortArray.h b/Common/Core/vtkUnsignedShortArray.h index 1a361ffaf01e2d9dd5a9e6c3358fddb91a07c590..5d695691f8b8258f3ab006f892b854e3bd8bfb23 100644 --- a/Common/Core/vtkUnsignedShortArray.h +++ b/Common/Core/vtkUnsignedShortArray.h @@ -74,7 +74,7 @@ private: typedef vtkAOSDataArrayTemplate RealSuperclass; - vtkUnsignedShortArray(const vtkUnsignedShortArray&); // Not implemented. + vtkUnsignedShortArray(const vtkUnsignedShortArray&) VTK_DELETE_FUNCTION; void operator=(const vtkUnsignedShortArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkVariantArray.h b/Common/Core/vtkVariantArray.h index 77c8a7907e99d3811e734a5dc79db0709bc53f65..698c027a4fe3bb72acacdd3bdb9c53cc73ab51da 100644 --- a/Common/Core/vtkVariantArray.h +++ b/Common/Core/vtkVariantArray.h @@ -283,7 +283,7 @@ protected: int SaveUserArray; private: - vtkVariantArray(const vtkVariantArray&); // Not implemented. + vtkVariantArray(const vtkVariantArray&) VTK_DELETE_FUNCTION; void operator=(const vtkVariantArray&) VTK_DELETE_FUNCTION; vtkVariantArrayLookup* Lookup; diff --git a/Common/Core/vtkVersion.h b/Common/Core/vtkVersion.h index 5032bd1cdb3718601f6b83cdc076ff64d3d52292..6a6b63066aa052ab3f272ec996264bc7054eddfe 100644 --- a/Common/Core/vtkVersion.h +++ b/Common/Core/vtkVersion.h @@ -52,7 +52,7 @@ protected: vtkVersion() {} //insure constructor/destructor protected ~vtkVersion() {} private: - vtkVersion(const vtkVersion&); // Not implemented. + vtkVersion(const vtkVersion&) VTK_DELETE_FUNCTION; void operator=(const vtkVersion&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkVoidArray.h b/Common/Core/vtkVoidArray.h index 386a5aa16a0a724202e595697155186493baf171..0b9e883e0a12f91e709b4c00cf1bc5685421a42b 100644 --- a/Common/Core/vtkVoidArray.h +++ b/Common/Core/vtkVoidArray.h @@ -118,7 +118,7 @@ protected: void** ResizeAndExtend(vtkIdType sz); // function to resize data private: - vtkVoidArray(const vtkVoidArray&); // Not implemented. + vtkVoidArray(const vtkVoidArray&) VTK_DELETE_FUNCTION; void operator=(const vtkVoidArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkWin32OutputWindow.h b/Common/Core/vtkWin32OutputWindow.h index 5ed3f1ee88ff4c6993f55e2a696c1540a752671d..8a500a833aba9965b1201883d4e1cb1763e297b4 100644 --- a/Common/Core/vtkWin32OutputWindow.h +++ b/Common/Core/vtkWin32OutputWindow.h @@ -62,7 +62,7 @@ protected: private: bool SendToStdErr; - vtkWin32OutputWindow(const vtkWin32OutputWindow&); // Not implemented. + vtkWin32OutputWindow(const vtkWin32OutputWindow&) VTK_DELETE_FUNCTION; void operator=(const vtkWin32OutputWindow&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkWin32ProcessOutputWindow.h b/Common/Core/vtkWin32ProcessOutputWindow.h index 3598f4d1a988b44864e046b2af56e9914fa42533..c49b0aa1f3ef5749e324627319ba83fde8b94623 100644 --- a/Common/Core/vtkWin32ProcessOutputWindow.h +++ b/Common/Core/vtkWin32ProcessOutputWindow.h @@ -52,7 +52,7 @@ protected: // Count the number of times a new child has been initialized. unsigned int Count; private: - vtkWin32ProcessOutputWindow(const vtkWin32ProcessOutputWindow&); // Not implemented. + vtkWin32ProcessOutputWindow(const vtkWin32ProcessOutputWindow&) VTK_DELETE_FUNCTION; void operator=(const vtkWin32ProcessOutputWindow&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkWindow.h b/Common/Core/vtkWindow.h index 79574c7e6fac6aab29d17ae7f7f92f26f6b6346a..611d15dce9201cd7d49e8ca8b320e16021accdc8 100644 --- a/Common/Core/vtkWindow.h +++ b/Common/Core/vtkWindow.h @@ -171,7 +171,7 @@ protected: int TileScale[2]; private: - vtkWindow(const vtkWindow&); // Not implemented. + vtkWindow(const vtkWindow&) VTK_DELETE_FUNCTION; void operator=(const vtkWindow&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Core/vtkXMLFileOutputWindow.h b/Common/Core/vtkXMLFileOutputWindow.h index 56f7cc01717fad826deb3339e3ae0bd69cac662c..b52357b0582eb8a21d8b0e21dfae3802c461db61 100644 --- a/Common/Core/vtkXMLFileOutputWindow.h +++ b/Common/Core/vtkXMLFileOutputWindow.h @@ -68,7 +68,7 @@ protected: virtual void DisplayXML(const char*, const char*); private: - vtkXMLFileOutputWindow(const vtkXMLFileOutputWindow&); // Not implemented. + vtkXMLFileOutputWindow(const vtkXMLFileOutputWindow&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLFileOutputWindow&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkAMRDataInternals.h b/Common/DataModel/vtkAMRDataInternals.h index 56be8c71cb593b3ba68febab63e5ace1757cce73..2c08429d6d095e30868fe0db16ee20ffc931a630 100644 --- a/Common/DataModel/vtkAMRDataInternals.h +++ b/Common/DataModel/vtkAMRDataInternals.h @@ -70,7 +70,7 @@ protected: bool GetInternalIndex(unsigned int compositeIndex, unsigned int& internalIndex); private: - vtkAMRDataInternals(const vtkAMRDataInternals&); // Not implemented. + vtkAMRDataInternals(const vtkAMRDataInternals&) VTK_DELETE_FUNCTION; void operator=(const vtkAMRDataInternals&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkAMRInformation.h b/Common/DataModel/vtkAMRInformation.h index 8d5208b09e79f2dc8574eb266b657f45ff30bfe7..0dbfc814b87cabb0219119668816458f644e25b4 100644 --- a/Common/DataModel/vtkAMRInformation.h +++ b/Common/DataModel/vtkAMRInformation.h @@ -211,7 +211,7 @@ public: private: vtkAMRInformation(); ~vtkAMRInformation(); - vtkAMRInformation(const vtkAMRInformation&); // Not implemented. + vtkAMRInformation(const vtkAMRInformation&) VTK_DELETE_FUNCTION; void operator=(const vtkAMRInformation&) VTK_DELETE_FUNCTION; bool HasValidOrigin(); diff --git a/Common/DataModel/vtkAMRUtilities.h b/Common/DataModel/vtkAMRUtilities.h index da3670f24cbb04a896a12f494ddbeeb4b4ee8e88..305a7646a4e3e8521ac150b2c6e11593d9fd8c8f 100644 --- a/Common/DataModel/vtkAMRUtilities.h +++ b/Common/DataModel/vtkAMRUtilities.h @@ -94,7 +94,7 @@ protected: std::vector >& children, const std::vector& processMap); private: - vtkAMRUtilities(const vtkAMRUtilities&); // Not implemented + vtkAMRUtilities(const vtkAMRUtilities&) VTK_DELETE_FUNCTION; void operator=(const vtkAMRUtilities&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkAbstractCellLinks.h b/Common/DataModel/vtkAbstractCellLinks.h index 6f7f33d6663e5df035bdb773f9852a3eb8dd5ac5..a093494766b9d88949e1cbb822412a6fe131bdbf 100644 --- a/Common/DataModel/vtkAbstractCellLinks.h +++ b/Common/DataModel/vtkAbstractCellLinks.h @@ -63,7 +63,7 @@ protected: virtual ~vtkAbstractCellLinks(); private: - vtkAbstractCellLinks(const vtkAbstractCellLinks&); // Not implemented. + vtkAbstractCellLinks(const vtkAbstractCellLinks&) VTK_DELETE_FUNCTION; void operator=(const vtkAbstractCellLinks&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkAbstractCellLocator.h b/Common/DataModel/vtkAbstractCellLocator.h index 07fe151d0441d39eb23b0a657bbc9f4b27439208..7733dd5ade6a4735e0a80a6fdb7adbb2faf50ef7 100644 --- a/Common/DataModel/vtkAbstractCellLocator.h +++ b/Common/DataModel/vtkAbstractCellLocator.h @@ -260,7 +260,7 @@ protected: double (*CellBounds)[6]; private: - vtkAbstractCellLocator(const vtkAbstractCellLocator&); // Not implemented. + vtkAbstractCellLocator(const vtkAbstractCellLocator&) VTK_DELETE_FUNCTION; void operator=(const vtkAbstractCellLocator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkAbstractElectronicData.h b/Common/DataModel/vtkAbstractElectronicData.h index ad35ec66cf98c21f656e8781ffad5b27a7bf981f..4b176a2a3cc50fbcc70429d31cdf545b26bf1063 100644 --- a/Common/DataModel/vtkAbstractElectronicData.h +++ b/Common/DataModel/vtkAbstractElectronicData.h @@ -101,7 +101,7 @@ protected: double Padding; private: - vtkAbstractElectronicData(const vtkAbstractElectronicData&); // Not implemented + vtkAbstractElectronicData(const vtkAbstractElectronicData&) VTK_DELETE_FUNCTION; void operator=(const vtkAbstractElectronicData&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkAbstractPointLocator.h b/Common/DataModel/vtkAbstractPointLocator.h index 9ffbb47dfb78e262fb17745fda50b86ae1fc715b..b8a7ba975b54b0c4c6ddcab9d46eebc82b1dcec2 100644 --- a/Common/DataModel/vtkAbstractPointLocator.h +++ b/Common/DataModel/vtkAbstractPointLocator.h @@ -102,7 +102,7 @@ protected: vtkIdType NumberOfBuckets; // total size of locator private: - vtkAbstractPointLocator(const vtkAbstractPointLocator&); // Not implemented. + vtkAbstractPointLocator(const vtkAbstractPointLocator&) VTK_DELETE_FUNCTION; void operator=(const vtkAbstractPointLocator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkAdjacentVertexIterator.h b/Common/DataModel/vtkAdjacentVertexIterator.h index e47677352e8639df683e01817a789785036d067f..67455d15f750ee7dcce07ace963fac75e51bfd4e 100644 --- a/Common/DataModel/vtkAdjacentVertexIterator.h +++ b/Common/DataModel/vtkAdjacentVertexIterator.h @@ -87,7 +87,7 @@ protected: vtkIdType Vertex; private: - vtkAdjacentVertexIterator(const vtkAdjacentVertexIterator&); // Not implemented. + vtkAdjacentVertexIterator(const vtkAdjacentVertexIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkAdjacentVertexIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkAnimationScene.h b/Common/DataModel/vtkAnimationScene.h index 44bfcbc2cbba2bdb2fb861be64c544e42bfd15e6..453cd88e2c900fb9f22e9667db5b2addebcde192 100644 --- a/Common/DataModel/vtkAnimationScene.h +++ b/Common/DataModel/vtkAnimationScene.h @@ -128,7 +128,7 @@ protected: vtkTimerLog* AnimationTimer; private: - vtkAnimationScene(const vtkAnimationScene&); // Not implemented. + vtkAnimationScene(const vtkAnimationScene&) VTK_DELETE_FUNCTION; void operator=(const vtkAnimationScene&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkAnnotation.h b/Common/DataModel/vtkAnnotation.h index 176c2369c7d5a567bc989fa4d50f9901438fe652..d575f30861b4634b1df715d3fd34b1846dc45e63 100644 --- a/Common/DataModel/vtkAnnotation.h +++ b/Common/DataModel/vtkAnnotation.h @@ -115,7 +115,7 @@ protected: vtkSelection* Selection; private: - vtkAnnotation(const vtkAnnotation&); // Not implemented. + vtkAnnotation(const vtkAnnotation&) VTK_DELETE_FUNCTION; void operator=(const vtkAnnotation&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkAnnotationLayers.h b/Common/DataModel/vtkAnnotationLayers.h index 65a068b48008b7f62ebda8d4a7a60a57ec5c1c54..51bddbaf62abd0bdca1b5368afb4646ef9a3bae7 100644 --- a/Common/DataModel/vtkAnnotationLayers.h +++ b/Common/DataModel/vtkAnnotationLayers.h @@ -102,7 +102,7 @@ protected: vtkAnnotation* CurrentAnnotation; private: - vtkAnnotationLayers(const vtkAnnotationLayers&); // Not implemented. + vtkAnnotationLayers(const vtkAnnotationLayers&) VTK_DELETE_FUNCTION; void operator=(const vtkAnnotationLayers&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkArrayData.h b/Common/DataModel/vtkArrayData.h index 4137c2cc5dfad46ee6505c5f281fda45ab7dd777..14e33bf2027d48ecbce64b1d2f2a51e8ac99af41 100644 --- a/Common/DataModel/vtkArrayData.h +++ b/Common/DataModel/vtkArrayData.h @@ -85,7 +85,7 @@ protected: ~vtkArrayData(); private: - vtkArrayData(const vtkArrayData&); // Not implemented + vtkArrayData(const vtkArrayData&) VTK_DELETE_FUNCTION; void operator=(const vtkArrayData&) VTK_DELETE_FUNCTION; class implementation; diff --git a/Common/DataModel/vtkAttributesErrorMetric.h b/Common/DataModel/vtkAttributesErrorMetric.h index d34949b7281d8d29daa2636b5546684f5aa904e6..84bd67c0500eee440fb140a3a86bd0a11fa772e7 100644 --- a/Common/DataModel/vtkAttributesErrorMetric.h +++ b/Common/DataModel/vtkAttributesErrorMetric.h @@ -139,7 +139,7 @@ protected: vtkGenericAttributeCollection *AttributeCollection; private: - vtkAttributesErrorMetric(const vtkAttributesErrorMetric&); // Not implemented. + vtkAttributesErrorMetric(const vtkAttributesErrorMetric&) VTK_DELETE_FUNCTION; void operator=(const vtkAttributesErrorMetric&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkBSPCuts.h b/Common/DataModel/vtkBSPCuts.h index 913e70131abf49a73096ae9389b6a8b3ae63a11d..fc0746b2bceab047cd87109235852c4fb0e0ce43 100644 --- a/Common/DataModel/vtkBSPCuts.h +++ b/Common/DataModel/vtkBSPCuts.h @@ -148,7 +148,7 @@ protected: double Bounds[6]; - vtkBSPCuts(const vtkBSPCuts&); // Not implemented + vtkBSPCuts(const vtkBSPCuts&) VTK_DELETE_FUNCTION; void operator=(const vtkBSPCuts&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkBSPIntersections.h b/Common/DataModel/vtkBSPIntersections.h index a4cde94b176d3ed8ea07e2f9053c3a7109360d35..bd9cd06375b0dc15158472658057b030a78bf0c6 100644 --- a/Common/DataModel/vtkBSPIntersections.h +++ b/Common/DataModel/vtkBSPIntersections.h @@ -184,7 +184,7 @@ private: int ComputeIntersectionsUsingDataBounds; - vtkBSPIntersections(const vtkBSPIntersections&); // Not implemented + vtkBSPIntersections(const vtkBSPIntersections&) VTK_DELETE_FUNCTION; void operator=(const vtkBSPIntersections&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Common/DataModel/vtkBiQuadraticQuad.h b/Common/DataModel/vtkBiQuadraticQuad.h index 0f4fd4c35dd47ec2088b5ce4b3aeeec91ef180c2..2d3d9a4da1d3b7d155562e3aecf2007afd04e398 100644 --- a/Common/DataModel/vtkBiQuadraticQuad.h +++ b/Common/DataModel/vtkBiQuadraticQuad.h @@ -126,7 +126,7 @@ protected: vtkDoubleArray *Scalars; private: - vtkBiQuadraticQuad(const vtkBiQuadraticQuad&); // Not implemented. + vtkBiQuadraticQuad(const vtkBiQuadraticQuad&) VTK_DELETE_FUNCTION; void operator=(const vtkBiQuadraticQuad&) VTK_DELETE_FUNCTION; static void InterpolationFunctionsPrivate (double pcoords[3], double weights[9]); diff --git a/Common/DataModel/vtkBiQuadraticQuadraticHexahedron.h b/Common/DataModel/vtkBiQuadraticQuadraticHexahedron.h index bd27ab82f319d7193b956dda6a14d6a16aef0a9d..dc97a55f4279a2e7aac883e6c8b2457dc522d4ad 100644 --- a/Common/DataModel/vtkBiQuadraticQuadraticHexahedron.h +++ b/Common/DataModel/vtkBiQuadraticQuadraticHexahedron.h @@ -170,7 +170,7 @@ protected: vtkDataArray *cellScalars); private: - vtkBiQuadraticQuadraticHexahedron(const vtkBiQuadraticQuadraticHexahedron&); // Not implemented. + vtkBiQuadraticQuadraticHexahedron(const vtkBiQuadraticQuadraticHexahedron&) VTK_DELETE_FUNCTION; void operator=(const vtkBiQuadraticQuadraticHexahedron&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkBiQuadraticQuadraticWedge.h b/Common/DataModel/vtkBiQuadraticQuadraticWedge.h index 8a647fbccffca356c76553295da3931923ef36d1..04e2a17a8a1a8a572ade954324d17938a493a333 100644 --- a/Common/DataModel/vtkBiQuadraticQuadraticWedge.h +++ b/Common/DataModel/vtkBiQuadraticQuadraticWedge.h @@ -141,7 +141,7 @@ protected: vtkDoubleArray *Scalars; //used to avoid New/Delete in contouring/clipping private: - vtkBiQuadraticQuadraticWedge (const vtkBiQuadraticQuadraticWedge &); // Not implemented. + vtkBiQuadraticQuadraticWedge (const vtkBiQuadraticQuadraticWedge &) VTK_DELETE_FUNCTION; void operator = (const vtkBiQuadraticQuadraticWedge &) VTK_DELETE_FUNCTION; }; //---------------------------------------------------------------------------- diff --git a/Common/DataModel/vtkBiQuadraticTriangle.h b/Common/DataModel/vtkBiQuadraticTriangle.h index 46513b8c3b9ae79b129d1ad45b8314dbf5bf188b..1fff6d795a8e55163f3e4d76200fa00851dced40 100644 --- a/Common/DataModel/vtkBiQuadraticTriangle.h +++ b/Common/DataModel/vtkBiQuadraticTriangle.h @@ -128,7 +128,7 @@ protected: vtkDoubleArray *Scalars; //used to avoid New/Delete in contouring/clipping private: - vtkBiQuadraticTriangle(const vtkBiQuadraticTriangle&); // Not implemented. + vtkBiQuadraticTriangle(const vtkBiQuadraticTriangle&) VTK_DELETE_FUNCTION; void operator=(const vtkBiQuadraticTriangle&) VTK_DELETE_FUNCTION; }; //---------------------------------------------------------------------------- diff --git a/Common/DataModel/vtkBox.h b/Common/DataModel/vtkBox.h index cb2286501154e824636fe3b1152945a49f7def9b..69f6c198e8180aea3d80a91e5e695f7b2a90fb75 100644 --- a/Common/DataModel/vtkBox.h +++ b/Common/DataModel/vtkBox.h @@ -116,7 +116,7 @@ protected: double Bounds[6]; //supports the GetBounds() method private: - vtkBox(const vtkBox&); // Not implemented. + vtkBox(const vtkBox&) VTK_DELETE_FUNCTION; void operator=(const vtkBox&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkCell.h b/Common/DataModel/vtkCell.h index 234152c6df073249063d5228782e5f1b7f1e4712..3e700ed6b73a4ec38752d7bb2e9e42fb37ec393c 100644 --- a/Common/DataModel/vtkCell.h +++ b/Common/DataModel/vtkCell.h @@ -323,7 +323,7 @@ protected: double Bounds[6]; private: - vtkCell(const vtkCell&); // Not implemented. + vtkCell(const vtkCell&) VTK_DELETE_FUNCTION; void operator=(const vtkCell&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkCell3D.h b/Common/DataModel/vtkCell3D.h index 09b34095abda2afe4954fb21533d322836b2a5ed..5eb3a378da2fe6ed26a96698e33812ad1fb9b38e 100644 --- a/Common/DataModel/vtkCell3D.h +++ b/Common/DataModel/vtkCell3D.h @@ -100,7 +100,7 @@ protected: vtkDoubleArray *ClipScalars; private: - vtkCell3D(const vtkCell3D&); // Not implemented. + vtkCell3D(const vtkCell3D&) VTK_DELETE_FUNCTION; void operator=(const vtkCell3D&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkCellArray.h b/Common/DataModel/vtkCellArray.h index 1b7efb5cd184200af01621e04645393d5a460fb1..f3a75bfeae19a0df23fdfecd14228fb105f84ad8 100644 --- a/Common/DataModel/vtkCellArray.h +++ b/Common/DataModel/vtkCellArray.h @@ -238,7 +238,7 @@ protected: vtkIdTypeArray *Ia; private: - vtkCellArray(const vtkCellArray&); // Not implemented. + vtkCellArray(const vtkCellArray&) VTK_DELETE_FUNCTION; void operator=(const vtkCellArray&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkCellData.h b/Common/DataModel/vtkCellData.h index 2f6a8e36cc33ade4c999e79f4012aea161d800aa..6aa99d3505b1603c36a15ca92897beb1c780e0ad 100644 --- a/Common/DataModel/vtkCellData.h +++ b/Common/DataModel/vtkCellData.h @@ -39,7 +39,7 @@ protected: ~vtkCellData() {} private: - vtkCellData(const vtkCellData&); // Not implemented. + vtkCellData(const vtkCellData&) VTK_DELETE_FUNCTION; void operator=(const vtkCellData&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkCellIterator.h b/Common/DataModel/vtkCellIterator.h index 1e94f88acf836b7d92c77a2ee87a44c06ece629e..1943141b3e5b3b845b311b1b04cc56b5f820dd3a 100644 --- a/Common/DataModel/vtkCellIterator.h +++ b/Common/DataModel/vtkCellIterator.h @@ -166,7 +166,7 @@ protected: vtkIdList *Faces; private: - vtkCellIterator(const vtkCellIterator &); // Not implemented. + vtkCellIterator(const vtkCellIterator &) VTK_DELETE_FUNCTION; void operator=(const vtkCellIterator &) VTK_DELETE_FUNCTION; enum diff --git a/Common/DataModel/vtkCellLinks.h b/Common/DataModel/vtkCellLinks.h index da25be2d0f88f1d8fc6db3d0c9b203b9f4c86226..049e19d16b3b2ddbe5f4b1df415f93f5f0ac847d 100644 --- a/Common/DataModel/vtkCellLinks.h +++ b/Common/DataModel/vtkCellLinks.h @@ -160,7 +160,7 @@ protected: Link *Resize(vtkIdType sz); // function to resize data private: - vtkCellLinks(const vtkCellLinks&); // Not implemented. + vtkCellLinks(const vtkCellLinks&) VTK_DELETE_FUNCTION; void operator=(const vtkCellLinks&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkCellLocator.h b/Common/DataModel/vtkCellLocator.h index 5a96b8083f87f9b6c0445b91366a014949964446..4b6580efb73c4bf73ae0834367a7c39eb445f601 100644 --- a/Common/DataModel/vtkCellLocator.h +++ b/Common/DataModel/vtkCellLocator.h @@ -199,7 +199,7 @@ protected: } private: - vtkCellLocator(const vtkCellLocator&); // Not implemented. + vtkCellLocator(const vtkCellLocator&) VTK_DELETE_FUNCTION; void operator=(const vtkCellLocator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkCellTypes.h b/Common/DataModel/vtkCellTypes.h index 5f525901c70906bafbec0d18d4e7fb168bbc75ee..36e59b4e90b7652988acf45ff6a2cc0e6bf407d4 100644 --- a/Common/DataModel/vtkCellTypes.h +++ b/Common/DataModel/vtkCellTypes.h @@ -137,7 +137,7 @@ protected: vtkIdType Extend; // grow array by this point private: - vtkCellTypes(const vtkCellTypes&); // Not implemented. + vtkCellTypes(const vtkCellTypes&) VTK_DELETE_FUNCTION; void operator=(const vtkCellTypes&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkCompositeDataIterator.h b/Common/DataModel/vtkCompositeDataIterator.h index dbcd2a8fb21a4c187ea851e47d96b4b212b69ea2..df9179756760f5cf67fb11ebed2f3ba1114496f9 100644 --- a/Common/DataModel/vtkCompositeDataIterator.h +++ b/Common/DataModel/vtkCompositeDataIterator.h @@ -101,7 +101,7 @@ protected: vtkCompositeDataSet* DataSet; private: - vtkCompositeDataIterator(const vtkCompositeDataIterator&); // Not implemented. + vtkCompositeDataIterator(const vtkCompositeDataIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkCompositeDataIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkCompositeDataSet.h b/Common/DataModel/vtkCompositeDataSet.h index 72ab05e2600a36172f4238e9c98ae73f25c26d89..901bc259382bb52568c94343d34224f63fab4fd1 100644 --- a/Common/DataModel/vtkCompositeDataSet.h +++ b/Common/DataModel/vtkCompositeDataSet.h @@ -117,7 +117,7 @@ public: virtual ~vtkCompositeDataSet(); private: - vtkCompositeDataSet(const vtkCompositeDataSet&); // Not implemented. + vtkCompositeDataSet(const vtkCompositeDataSet&) VTK_DELETE_FUNCTION; void operator=(const vtkCompositeDataSet&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkCone.h b/Common/DataModel/vtkCone.h index 9cc59d54c38b098cf74381d4cbc6ef5e041d60f9..9f7f78aa9295052f3375883b07e06663175d8cde 100644 --- a/Common/DataModel/vtkCone.h +++ b/Common/DataModel/vtkCone.h @@ -63,7 +63,7 @@ protected: double Angle; private: - vtkCone(const vtkCone&); // Not implemented. + vtkCone(const vtkCone&) VTK_DELETE_FUNCTION; void operator=(const vtkCone&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkConvexPointSet.h b/Common/DataModel/vtkConvexPointSet.h index c2b9ee50831a909a18f85c0e0346408f00b87942..6891606e384b44cccc5c71e4989fc98d6630fbae 100644 --- a/Common/DataModel/vtkConvexPointSet.h +++ b/Common/DataModel/vtkConvexPointSet.h @@ -159,7 +159,7 @@ protected: vtkDoubleArray *ParametricCoords; private: - vtkConvexPointSet(const vtkConvexPointSet&); // Not implemented. + vtkConvexPointSet(const vtkConvexPointSet&) VTK_DELETE_FUNCTION; void operator=(const vtkConvexPointSet&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkCubicLine.h b/Common/DataModel/vtkCubicLine.h index 3f1cbd52637ecbdcfe10a762f503ce2110a45475..e22be356daaf41cd7f4bb40bfd928acee47cee84 100644 --- a/Common/DataModel/vtkCubicLine.h +++ b/Common/DataModel/vtkCubicLine.h @@ -120,7 +120,7 @@ protected: vtkDoubleArray *Scalars; //used to avoid New/Delete in contouring/clipping private: - vtkCubicLine(const vtkCubicLine&); // Not implemented. + vtkCubicLine(const vtkCubicLine&) VTK_DELETE_FUNCTION; void operator=(const vtkCubicLine&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkCylinder.h b/Common/DataModel/vtkCylinder.h index c0f3548ae3074724f2644537ecb0b9cb3aed6d42..dfdc532da5bec7cbcb7513b0d21c8ee8827f7ef5 100644 --- a/Common/DataModel/vtkCylinder.h +++ b/Common/DataModel/vtkCylinder.h @@ -84,7 +84,7 @@ protected: double Axis[3]; private: - vtkCylinder(const vtkCylinder&); // Not implemented. + vtkCylinder(const vtkCylinder&) VTK_DELETE_FUNCTION; void operator=(const vtkCylinder&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkDataObject.h b/Common/DataModel/vtkDataObject.h index 329dafcb9bf0790727d9b6374c13372cf639c7e2..1f5edb1097f994ba0eeb9f88754d0d9841350e8f 100644 --- a/Common/DataModel/vtkDataObject.h +++ b/Common/DataModel/vtkDataObject.h @@ -376,7 +376,7 @@ private: void InternalDataObjectCopy(vtkDataObject *src); private: - vtkDataObject(const vtkDataObject&); // Not implemented. + vtkDataObject(const vtkDataObject&) VTK_DELETE_FUNCTION; void operator=(const vtkDataObject&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkDataObjectCollection.h b/Common/DataModel/vtkDataObjectCollection.h index c40894ca70ff4f2d852cbb1e5d143851ead96cf8..6295244d0b76923e8654ed3c77ac7b606ff45e24 100644 --- a/Common/DataModel/vtkDataObjectCollection.h +++ b/Common/DataModel/vtkDataObjectCollection.h @@ -70,7 +70,7 @@ private: void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); }; private: - vtkDataObjectCollection(const vtkDataObjectCollection&); // Not implemented. + vtkDataObjectCollection(const vtkDataObjectCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkDataObjectCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkDataObjectTree.h b/Common/DataModel/vtkDataObjectTree.h index ded413d1bcd5bde7be02c8b25aa4746fbc683a3e..c61ac775b61daf5fcc800ebda3ce7bbae78601bd 100644 --- a/Common/DataModel/vtkDataObjectTree.h +++ b/Common/DataModel/vtkDataObjectTree.h @@ -169,7 +169,7 @@ protected: friend class vtkDataObjectTreeIterator; private: - vtkDataObjectTree(const vtkDataObjectTree&); // Not implemented. + vtkDataObjectTree(const vtkDataObjectTree&) VTK_DELETE_FUNCTION; void operator=(const vtkDataObjectTree&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkDataObjectTreeIterator.h b/Common/DataModel/vtkDataObjectTreeIterator.h index 3cf941776bfc5b40ce3d77a4ee379fbe597ed08a..aa87c2292d631235cd608324b1f2f11f52de87ef 100644 --- a/Common/DataModel/vtkDataObjectTreeIterator.h +++ b/Common/DataModel/vtkDataObjectTreeIterator.h @@ -117,7 +117,7 @@ protected: unsigned int CurrentFlatIndex; private: - vtkDataObjectTreeIterator(const vtkDataObjectTreeIterator&); // Not implemented. + vtkDataObjectTreeIterator(const vtkDataObjectTreeIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkDataObjectTreeIterator&) VTK_DELETE_FUNCTION; class vtkInternals; diff --git a/Common/DataModel/vtkDataObjectTypes.h b/Common/DataModel/vtkDataObjectTypes.h index cc5f5f6861f82836934b125f992c533f0f29bbb7..701c200ae8ad58dc6f93a431a48eabcc6560c357 100644 --- a/Common/DataModel/vtkDataObjectTypes.h +++ b/Common/DataModel/vtkDataObjectTypes.h @@ -64,7 +64,7 @@ protected: static int Validate(); private: - vtkDataObjectTypes(const vtkDataObjectTypes&); // Not implemented. + vtkDataObjectTypes(const vtkDataObjectTypes&) VTK_DELETE_FUNCTION; void operator=(const vtkDataObjectTypes&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkDataSet.h b/Common/DataModel/vtkDataSet.h index e14b7905c434b6fa78f5b38deb900ee989ac84b2..d4e01575949e24d6a4db4956a2f9e0d4aabe7c9e 100644 --- a/Common/DataModel/vtkDataSet.h +++ b/Common/DataModel/vtkDataSet.h @@ -452,7 +452,7 @@ private: friend class vtkImageAlgorithmToDataSetFriendship; private: - vtkDataSet(const vtkDataSet&); // Not implemented. + vtkDataSet(const vtkDataSet&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSet&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkDataSetAttributes.h b/Common/DataModel/vtkDataSetAttributes.h index ee60679d1b21979d59d7770301b5d5a741032eb3..5fc998953e10e0da0744422d3462e07c8a2bfc6e 100644 --- a/Common/DataModel/vtkDataSetAttributes.h +++ b/Common/DataModel/vtkDataSetAttributes.h @@ -650,7 +650,7 @@ private: vtkFieldData::BasicIterator ComputeRequiredArrays(vtkDataSetAttributes* pd, int ctype); private: - vtkDataSetAttributes(const vtkDataSetAttributes&); // Not implemented. + vtkDataSetAttributes(const vtkDataSetAttributes&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetAttributes&) VTK_DELETE_FUNCTION; public: diff --git a/Common/DataModel/vtkDataSetCellIterator.h b/Common/DataModel/vtkDataSetCellIterator.h index 55e6dc4cd0cea258d6abbfc42e912332052aa68c..0c52c65560689c08956068fd0a2a743d51bc8192 100644 --- a/Common/DataModel/vtkDataSetCellIterator.h +++ b/Common/DataModel/vtkDataSetCellIterator.h @@ -51,7 +51,7 @@ protected: vtkIdType CellId; private: - vtkDataSetCellIterator(const vtkDataSetCellIterator &); // Not implemented. + vtkDataSetCellIterator(const vtkDataSetCellIterator &) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetCellIterator &) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkDataSetCollection.h b/Common/DataModel/vtkDataSetCollection.h index 6c581db4946280f785dd604c3eaeec51ce726797..e04942647b09954584061d2e73602ea4b0d0adde 100644 --- a/Common/DataModel/vtkDataSetCollection.h +++ b/Common/DataModel/vtkDataSetCollection.h @@ -67,7 +67,7 @@ private: void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); }; private: - vtkDataSetCollection(const vtkDataSetCollection&); // Not implemented. + vtkDataSetCollection(const vtkDataSetCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkDirectedAcyclicGraph.h b/Common/DataModel/vtkDirectedAcyclicGraph.h index 1d095add15f67e7d156b6a735bc67cdd5df1cd8e..cbdc51f88ff357df6f3061bbcbf96c858eb44e80 100644 --- a/Common/DataModel/vtkDirectedAcyclicGraph.h +++ b/Common/DataModel/vtkDirectedAcyclicGraph.h @@ -74,7 +74,7 @@ protected: virtual bool IsStructureValid(vtkGraph *g); private: - vtkDirectedAcyclicGraph(const vtkDirectedAcyclicGraph&); // Not implemented. + vtkDirectedAcyclicGraph(const vtkDirectedAcyclicGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkDirectedAcyclicGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkDirectedGraph.h b/Common/DataModel/vtkDirectedGraph.h index 94f77d6598381e1a4059c88932dc4269f0ce4011..cb719b7aaf0f31763eaf040123347af1e92d871e 100644 --- a/Common/DataModel/vtkDirectedGraph.h +++ b/Common/DataModel/vtkDirectedGraph.h @@ -65,7 +65,7 @@ protected: ~vtkDirectedGraph(); private: - vtkDirectedGraph(const vtkDirectedGraph&); // Not implemented. + vtkDirectedGraph(const vtkDirectedGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkDirectedGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkDistributedGraphHelper.h b/Common/DataModel/vtkDistributedGraphHelper.h index 36598d20f84a52b073b1a2d7525fead28107b591..1d5cd8b7b1e9929749da13bdfba35b8ac002a187 100644 --- a/Common/DataModel/vtkDistributedGraphHelper.h +++ b/Common/DataModel/vtkDistributedGraphHelper.h @@ -244,7 +244,7 @@ class VTKCOMMONDATAMODEL_EXPORT vtkDistributedGraphHelper : public vtkObject int indexBits; private: - vtkDistributedGraphHelper(const vtkDistributedGraphHelper&); // Not implemented + vtkDistributedGraphHelper(const vtkDistributedGraphHelper&) VTK_DELETE_FUNCTION; void operator=(const vtkDistributedGraphHelper&) VTK_DELETE_FUNCTION; friend class vtkGraph; diff --git a/Common/DataModel/vtkEdgeListIterator.h b/Common/DataModel/vtkEdgeListIterator.h index 9294f3d0cb8ad5678adc18f690538fb47e5119a0..99cb9eb221f875131d88cfde4e4138e5ddaeded4 100644 --- a/Common/DataModel/vtkEdgeListIterator.h +++ b/Common/DataModel/vtkEdgeListIterator.h @@ -84,7 +84,7 @@ protected: vtkGraphEdge *GraphEdge; private: - vtkEdgeListIterator(const vtkEdgeListIterator&); // Not implemented. + vtkEdgeListIterator(const vtkEdgeListIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkEdgeListIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkEdgeTable.h b/Common/DataModel/vtkEdgeTable.h index 269d2d953b4aa22642081425f8e642e09d20cf7d..5520d4b89cc616dadb0702d630b07731a6b6ce10 100644 --- a/Common/DataModel/vtkEdgeTable.h +++ b/Common/DataModel/vtkEdgeTable.h @@ -163,7 +163,7 @@ protected: vtkIdList **Resize(vtkIdType size); private: - vtkEdgeTable(const vtkEdgeTable&); // Not implemented. + vtkEdgeTable(const vtkEdgeTable&) VTK_DELETE_FUNCTION; void operator=(const vtkEdgeTable&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkEmptyCell.h b/Common/DataModel/vtkEmptyCell.h index b024e3f5fb494d32c1dcf74e6d95e55438c8e12d..4b6c4f70022ba4c612525d4ec6714fb8637eae1e 100644 --- a/Common/DataModel/vtkEmptyCell.h +++ b/Common/DataModel/vtkEmptyCell.h @@ -66,7 +66,7 @@ protected: ~vtkEmptyCell() {} private: - vtkEmptyCell(const vtkEmptyCell&); // Not implemented. + vtkEmptyCell(const vtkEmptyCell&) VTK_DELETE_FUNCTION; void operator=(const vtkEmptyCell&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkExtractStructuredGridHelper.h b/Common/DataModel/vtkExtractStructuredGridHelper.h index 39744a05c5e0c95278cb163e7f0f33318de5e5a8..c3df7b8db4d97bb2f1864da6a3cc057c6fe5f499 100644 --- a/Common/DataModel/vtkExtractStructuredGridHelper.h +++ b/Common/DataModel/vtkExtractStructuredGridHelper.h @@ -217,7 +217,7 @@ protected: void Invalidate(); private: - vtkExtractStructuredGridHelper(const vtkExtractStructuredGridHelper&); // Not implemented. + vtkExtractStructuredGridHelper(const vtkExtractStructuredGridHelper&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractStructuredGridHelper&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkFieldData.h b/Common/DataModel/vtkFieldData.h index 0717acc1fd6d01bb27245ded64137f39b57c1b8d..554552ee29687f4c3f3a5865f0530a2073c259f9 100644 --- a/Common/DataModel/vtkFieldData.h +++ b/Common/DataModel/vtkFieldData.h @@ -329,7 +329,7 @@ protected: private: - vtkFieldData(const vtkFieldData&); // Not implemented. + vtkFieldData(const vtkFieldData&) VTK_DELETE_FUNCTION; void operator=(const vtkFieldData&) VTK_DELETE_FUNCTION; public: diff --git a/Common/DataModel/vtkGenericAdaptorCell.h b/Common/DataModel/vtkGenericAdaptorCell.h index f7679d73de2b35c3db9d75728abf997a7a3690e4..fa6fba6119daee564c67d9846da65e58320f3beb 100644 --- a/Common/DataModel/vtkGenericAdaptorCell.h +++ b/Common/DataModel/vtkGenericAdaptorCell.h @@ -603,7 +603,7 @@ protected: double Bounds[6]; private: - vtkGenericAdaptorCell(const vtkGenericAdaptorCell&); // Not implemented. + vtkGenericAdaptorCell(const vtkGenericAdaptorCell&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericAdaptorCell&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGenericAttribute.h b/Common/DataModel/vtkGenericAttribute.h index 15e2548300e54086c451b32e7f082ae5803e0277..d23484d8915057e6b78ca75d36df56152e81b08d 100644 --- a/Common/DataModel/vtkGenericAttribute.h +++ b/Common/DataModel/vtkGenericAttribute.h @@ -196,7 +196,7 @@ protected: ~vtkGenericAttribute(); private: - vtkGenericAttribute(const vtkGenericAttribute&); // Not implemented. + vtkGenericAttribute(const vtkGenericAttribute&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericAttribute&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGenericAttributeCollection.h b/Common/DataModel/vtkGenericAttributeCollection.h index ca83492d86805481bab8c35ebf83a9bb451d5ced..3d8f38fef271dcf62575fd7bd1cd5b085bcecfaa 100644 --- a/Common/DataModel/vtkGenericAttributeCollection.h +++ b/Common/DataModel/vtkGenericAttributeCollection.h @@ -232,7 +232,7 @@ protected: void ComputeNumbers(); private: - vtkGenericAttributeCollection(const vtkGenericAttributeCollection &); // Not implemented. + vtkGenericAttributeCollection(const vtkGenericAttributeCollection &) VTK_DELETE_FUNCTION; void operator=(const vtkGenericAttributeCollection &) VTK_DELETE_FUNCTION; }; #endif diff --git a/Common/DataModel/vtkGenericCell.h b/Common/DataModel/vtkGenericCell.h index bca702e2d0597bb3bacb51a07dccfceb002efc92..433d4ebce72920e67f933a8cd14e51da936041ab 100644 --- a/Common/DataModel/vtkGenericCell.h +++ b/Common/DataModel/vtkGenericCell.h @@ -154,7 +154,7 @@ protected: vtkCell *Cell; private: - vtkGenericCell(const vtkGenericCell&); // Not implemented. + vtkGenericCell(const vtkGenericCell&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericCell&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGenericCellIterator.h b/Common/DataModel/vtkGenericCellIterator.h index 14eb631797cbb3a2954ab45dcd17583d75ea585a..d659935e7904bd262094d7bb4f90a52b7cedb692 100644 --- a/Common/DataModel/vtkGenericCellIterator.h +++ b/Common/DataModel/vtkGenericCellIterator.h @@ -81,7 +81,7 @@ protected: virtual ~vtkGenericCellIterator(); private: - vtkGenericCellIterator(const vtkGenericCellIterator&); // Not implemented. + vtkGenericCellIterator(const vtkGenericCellIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericCellIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGenericCellTessellator.h b/Common/DataModel/vtkGenericCellTessellator.h index 83716f12cfe6dbd2aafb6599e916e6bac2158c8e..c0cce45e8bcf7044c6d01c62d377e99467368cdd 100644 --- a/Common/DataModel/vtkGenericCellTessellator.h +++ b/Common/DataModel/vtkGenericCellTessellator.h @@ -197,7 +197,7 @@ protected: int MaxErrorsCapacity; private: - vtkGenericCellTessellator(const vtkGenericCellTessellator&); // Not implemented. + vtkGenericCellTessellator(const vtkGenericCellTessellator&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericCellTessellator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGenericDataSet.h b/Common/DataModel/vtkGenericDataSet.h index 0051e072485edab37c2f86bc09e8869e17430c18..d94640d1750941bac87477b2840f054091471d64 100644 --- a/Common/DataModel/vtkGenericDataSet.h +++ b/Common/DataModel/vtkGenericDataSet.h @@ -258,7 +258,7 @@ protected: vtkTimeStamp ComputeTime; // Time at which bounds, center, etc. computed private: - vtkGenericDataSet(const vtkGenericDataSet&); // Not implemented. + vtkGenericDataSet(const vtkGenericDataSet&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericDataSet&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGenericEdgeTable.h b/Common/DataModel/vtkGenericEdgeTable.h index 4965b41028c2270eff6f0b8a02efb2260c51f17d..b972204073b7afb14e0f73f6c6f0e0757ee430b1 100644 --- a/Common/DataModel/vtkGenericEdgeTable.h +++ b/Common/DataModel/vtkGenericEdgeTable.h @@ -248,7 +248,7 @@ protected: vtkIdType NumberOfComponents; private: - vtkGenericEdgeTable(const vtkGenericEdgeTable&); // Not implemented. + vtkGenericEdgeTable(const vtkGenericEdgeTable&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericEdgeTable&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGenericInterpolatedVelocityField.h b/Common/DataModel/vtkGenericInterpolatedVelocityField.h index 30048fea4335f175909e7ed6e3dfa8a0ab0a2ba3..b0411ff1523bcb74e329485b6fd18968f0883b2a 100644 --- a/Common/DataModel/vtkGenericInterpolatedVelocityField.h +++ b/Common/DataModel/vtkGenericInterpolatedVelocityField.h @@ -142,7 +142,7 @@ protected: static const double TOLERANCE_SCALE; private: - vtkGenericInterpolatedVelocityField(const vtkGenericInterpolatedVelocityField&); // Not implemented. + vtkGenericInterpolatedVelocityField(const vtkGenericInterpolatedVelocityField&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericInterpolatedVelocityField&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGenericPointIterator.h b/Common/DataModel/vtkGenericPointIterator.h index 6a5ace226c08134c7f2ac94f4239062cac77f46d..dd352c6f9cdf1dea2fd131558927774f128fc7df 100644 --- a/Common/DataModel/vtkGenericPointIterator.h +++ b/Common/DataModel/vtkGenericPointIterator.h @@ -79,7 +79,7 @@ protected: virtual ~vtkGenericPointIterator(); private: - vtkGenericPointIterator(const vtkGenericPointIterator&); // Not implemented. + vtkGenericPointIterator(const vtkGenericPointIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericPointIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGenericSubdivisionErrorMetric.h b/Common/DataModel/vtkGenericSubdivisionErrorMetric.h index c2e26c2e137e07c381be3fa594a83f2b139d4204..7a2c41219ac2d09e3bc216198d853e58fb732f4c 100644 --- a/Common/DataModel/vtkGenericSubdivisionErrorMetric.h +++ b/Common/DataModel/vtkGenericSubdivisionErrorMetric.h @@ -103,7 +103,7 @@ protected: vtkGenericDataSet *DataSet; private: - vtkGenericSubdivisionErrorMetric(const vtkGenericSubdivisionErrorMetric&); // Not implemented. + vtkGenericSubdivisionErrorMetric(const vtkGenericSubdivisionErrorMetric&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericSubdivisionErrorMetric&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGeometricErrorMetric.h b/Common/DataModel/vtkGeometricErrorMetric.h index 6589bf8958393be92170ce64f4643d5cfd5008f0..bf6b47f86e7b1b667b53d548ce622533fcd62253 100644 --- a/Common/DataModel/vtkGeometricErrorMetric.h +++ b/Common/DataModel/vtkGeometricErrorMetric.h @@ -123,7 +123,7 @@ protected: int Relative; // Control the type of output of GetError() private: - vtkGeometricErrorMetric(const vtkGeometricErrorMetric&); // Not implemented. + vtkGeometricErrorMetric(const vtkGeometricErrorMetric&) VTK_DELETE_FUNCTION; void operator=(const vtkGeometricErrorMetric&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGraph.cxx b/Common/DataModel/vtkGraph.cxx index 83b2106710bbde285886d7908e82d68dc4f8c8e2..67742c38908c84bd7c30412ac8ff878655eb19bf 100644 --- a/Common/DataModel/vtkGraph.cxx +++ b/Common/DataModel/vtkGraph.cxx @@ -66,7 +66,7 @@ protected: ~vtkGraphEdgePoints() { } private: - vtkGraphEdgePoints(const vtkGraphEdgePoints&); // Not implemented. + vtkGraphEdgePoints(const vtkGraphEdgePoints&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphEdgePoints&) VTK_DELETE_FUNCTION; }; vtkStandardNewMacro(vtkGraphEdgePoints); diff --git a/Common/DataModel/vtkGraph.h b/Common/DataModel/vtkGraph.h index 7b1a67cd25baf52f06dc7cecc654b9989e8715e8..56dd944bcd17c23f6d5d153d0f34aeaeb148bb6f 100644 --- a/Common/DataModel/vtkGraph.h +++ b/Common/DataModel/vtkGraph.h @@ -700,7 +700,7 @@ protected: vtkIdTypeArray *EdgeList; private: - vtkGraph(const vtkGraph&); // Not implemented. + vtkGraph(const vtkGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGraphEdge.h b/Common/DataModel/vtkGraphEdge.h index 61bef3d2a4cb1212ffde67ba86f8347d79c06775..530bcb8d30471f25e780e603b5d0dcf4cb0beea9 100644 --- a/Common/DataModel/vtkGraphEdge.h +++ b/Common/DataModel/vtkGraphEdge.h @@ -64,7 +64,7 @@ protected: vtkIdType Id; private: - vtkGraphEdge(const vtkGraphEdge&); // Not implemented. + vtkGraphEdge(const vtkGraphEdge&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphEdge&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkGraphInternals.h b/Common/DataModel/vtkGraphInternals.h index 5da8da45f6aa20ac474eaf5064c7931802ab515c..844f5c5698a89a5c7d17b15a9fc8012b84a72d01 100644 --- a/Common/DataModel/vtkGraphInternals.h +++ b/Common/DataModel/vtkGraphInternals.h @@ -87,7 +87,7 @@ protected: ~vtkGraphInternals(); private: - vtkGraphInternals(const vtkGraphInternals&); // Not implemented. + vtkGraphInternals(const vtkGraphInternals&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphInternals&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkHexagonalPrism.h b/Common/DataModel/vtkHexagonalPrism.h index 28db1884bf35fbaad34bfa00ee56bd21cf283c1f..7c9e0d184a6406e31a2d3239780fa6ed5fd1adbd 100644 --- a/Common/DataModel/vtkHexagonalPrism.h +++ b/Common/DataModel/vtkHexagonalPrism.h @@ -117,7 +117,7 @@ protected: vtkPolygon *Polygon; private: - vtkHexagonalPrism(const vtkHexagonalPrism&); // Not implemented. + vtkHexagonalPrism(const vtkHexagonalPrism&) VTK_DELETE_FUNCTION; void operator=(const vtkHexagonalPrism&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkHexahedron.h b/Common/DataModel/vtkHexahedron.h index ed52d2452a36623c97e9067c079080d532405b54..fe9a2ea87dea3ffb46d1ed4a8fa38cce547820eb 100644 --- a/Common/DataModel/vtkHexahedron.h +++ b/Common/DataModel/vtkHexahedron.h @@ -111,7 +111,7 @@ protected: vtkQuad *Quad; private: - vtkHexahedron(const vtkHexahedron&); // Not implemented. + vtkHexahedron(const vtkHexahedron&) VTK_DELETE_FUNCTION; void operator=(const vtkHexahedron&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkHierarchicalBoxDataIterator.h b/Common/DataModel/vtkHierarchicalBoxDataIterator.h index 339e6440d2530056433c446cafd6aac94a234002..fbf0fa81fa0ebb97f4193a62e76dd475778a4daf 100644 --- a/Common/DataModel/vtkHierarchicalBoxDataIterator.h +++ b/Common/DataModel/vtkHierarchicalBoxDataIterator.h @@ -35,7 +35,7 @@ class VTKCOMMONDATAMODEL_EXPORT vtkHierarchicalBoxDataIterator : virtual ~vtkHierarchicalBoxDataIterator(); private: - vtkHierarchicalBoxDataIterator(const vtkHierarchicalBoxDataIterator&); // Not implemented + vtkHierarchicalBoxDataIterator(const vtkHierarchicalBoxDataIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkHierarchicalBoxDataIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkHierarchicalBoxDataSet.h b/Common/DataModel/vtkHierarchicalBoxDataSet.h index 114e06a1a94a53b7270f5bf1c791ca5da6ee238d..96e502aab42761c04e82ddf0069e5ddbd841437e 100644 --- a/Common/DataModel/vtkHierarchicalBoxDataSet.h +++ b/Common/DataModel/vtkHierarchicalBoxDataSet.h @@ -54,7 +54,7 @@ protected: virtual ~vtkHierarchicalBoxDataSet(); private: - vtkHierarchicalBoxDataSet(const vtkHierarchicalBoxDataSet&); // Not implemented + vtkHierarchicalBoxDataSet(const vtkHierarchicalBoxDataSet&) VTK_DELETE_FUNCTION; void operator=(const vtkHierarchicalBoxDataSet&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkHyperOctree.cxx b/Common/DataModel/vtkHyperOctree.cxx index 66ec23e619cc7aa2c835e87d36959ce971094450..ff4106a648c4948069f54a89a1b7dde17a8cd8b9 100644 --- a/Common/DataModel/vtkHyperOctree.cxx +++ b/Common/DataModel/vtkHyperOctree.cxx @@ -96,7 +96,7 @@ protected: } private: - vtkHyperOctreeInternal(const vtkHyperOctreeInternal &); // Not implemented. + vtkHyperOctreeInternal(const vtkHyperOctreeInternal &) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeInternal &) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkHyperOctree.h b/Common/DataModel/vtkHyperOctree.h index 737a490431dbae582eb6db340bd4e2eb68f47df9..1856d7256f6ee1f005ea6324138016f375f97a0f 100644 --- a/Common/DataModel/vtkHyperOctree.h +++ b/Common/DataModel/vtkHyperOctree.h @@ -552,7 +552,7 @@ protected: int DualGridFlag; private: - vtkHyperOctree(const vtkHyperOctree&); // Not implemented. + vtkHyperOctree(const vtkHyperOctree&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctree&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkHyperOctreeCursor.h b/Common/DataModel/vtkHyperOctreeCursor.h index b4d518b7d97fa3333f32dcd42b25e30de922d02a..a243dedef08a8132c6f9d639ccb0842d4ba4a990 100644 --- a/Common/DataModel/vtkHyperOctreeCursor.h +++ b/Common/DataModel/vtkHyperOctreeCursor.h @@ -159,7 +159,7 @@ protected: vtkHyperOctreeCursor(); virtual ~vtkHyperOctreeCursor(); private: - vtkHyperOctreeCursor(const vtkHyperOctreeCursor&); // Not implemented. + vtkHyperOctreeCursor(const vtkHyperOctreeCursor&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeCursor&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Common/DataModel/vtkHyperOctreePointsGrabber.h b/Common/DataModel/vtkHyperOctreePointsGrabber.h index 1db98c317f015a34a09d17f7621bdf5ae7e013f7..d4b69f9383e0b265b5c374243492f446c17986df 100644 --- a/Common/DataModel/vtkHyperOctreePointsGrabber.h +++ b/Common/DataModel/vtkHyperOctreePointsGrabber.h @@ -85,7 +85,7 @@ protected: int Dimension; private: - vtkHyperOctreePointsGrabber(const vtkHyperOctreePointsGrabber&); // Not implemented. + vtkHyperOctreePointsGrabber(const vtkHyperOctreePointsGrabber&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreePointsGrabber&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkHyperTree.h b/Common/DataModel/vtkHyperTree.h index 77054890d7f29a71711165f33718087dcfd1044c..1e0c027213802efd318296fbf1d5b54ac0563218 100644 --- a/Common/DataModel/vtkHyperTree.h +++ b/Common/DataModel/vtkHyperTree.h @@ -189,7 +189,7 @@ protected: } private: - vtkHyperTree(const vtkHyperTree&); // Not implemented. + vtkHyperTree(const vtkHyperTree&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperTree&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkHyperTreeCursor.h b/Common/DataModel/vtkHyperTreeCursor.h index 68ba7e0b01b2dc14beff4ffb6eee2f168866c4cd..35f209d7a640b30ec9b53292b5db9db9b19ae6be 100644 --- a/Common/DataModel/vtkHyperTreeCursor.h +++ b/Common/DataModel/vtkHyperTreeCursor.h @@ -173,7 +173,7 @@ protected: virtual ~vtkHyperTreeCursor(); private: - vtkHyperTreeCursor(const vtkHyperTreeCursor&); // Not implemented. + vtkHyperTreeCursor(const vtkHyperTreeCursor&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperTreeCursor&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Common/DataModel/vtkHyperTreeGrid.h b/Common/DataModel/vtkHyperTreeGrid.h index 07e0e643f99eeac0762fba6603cbd4735baf43b3..3ac646b007f5991cf1dd75864f68e6b5ed820ef1 100644 --- a/Common/DataModel/vtkHyperTreeGrid.h +++ b/Common/DataModel/vtkHyperTreeGrid.h @@ -500,7 +500,7 @@ public: }; private: - vtkHyperTreeGrid(const vtkHyperTreeGrid&); // Not implemented. + vtkHyperTreeGrid(const vtkHyperTreeGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperTreeGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkImageData.h b/Common/DataModel/vtkImageData.h index 73d911773e58f8b416d0be6f98c44dfc2c80d4fe..41aa9f32fbe390feffa2ce4c994632d65dd1e3a8 100644 --- a/Common/DataModel/vtkImageData.h +++ b/Common/DataModel/vtkImageData.h @@ -414,7 +414,7 @@ private: int DataDescription; - vtkImageData(const vtkImageData&); // Not implemented. + vtkImageData(const vtkImageData&) VTK_DELETE_FUNCTION; void operator=(const vtkImageData&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkImplicitBoolean.h b/Common/DataModel/vtkImplicitBoolean.h index 6eea7ac630ea7a87db76b4f24b48d68585ecccdf..f9874c33a7b96c95550868007a579eaf67aa1799 100644 --- a/Common/DataModel/vtkImplicitBoolean.h +++ b/Common/DataModel/vtkImplicitBoolean.h @@ -104,7 +104,7 @@ protected: int OperationType; private: - vtkImplicitBoolean(const vtkImplicitBoolean&); // Not implemented. + vtkImplicitBoolean(const vtkImplicitBoolean&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitBoolean&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkImplicitDataSet.h b/Common/DataModel/vtkImplicitDataSet.h index 18d6cf6a087d15d9e72cf098a10d8ea57083e2dc..f9f1761fea635d0ae90bf107732459f3f0c61d64 100644 --- a/Common/DataModel/vtkImplicitDataSet.h +++ b/Common/DataModel/vtkImplicitDataSet.h @@ -97,7 +97,7 @@ protected: int Size; //keeps track of length of weights array private: - vtkImplicitDataSet(const vtkImplicitDataSet&); // Not implemented. + vtkImplicitDataSet(const vtkImplicitDataSet&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitDataSet&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkImplicitFunction.h b/Common/DataModel/vtkImplicitFunction.h index 8f8356b63268a4720e396ae39b0ca16b0bf23f8c..0243d995e45558796432c73cdb539110af07f00f 100644 --- a/Common/DataModel/vtkImplicitFunction.h +++ b/Common/DataModel/vtkImplicitFunction.h @@ -110,7 +110,7 @@ protected: vtkAbstractTransform *Transform; double ReturnValue[3]; private: - vtkImplicitFunction(const vtkImplicitFunction&); // Not implemented. + vtkImplicitFunction(const vtkImplicitFunction&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitFunction&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkImplicitFunctionCollection.h b/Common/DataModel/vtkImplicitFunctionCollection.h index 9aa7e6d99c1aefc73ad81b36e41a65fbba2560c7..1eb9c18b2c2c5605cf2e43ccac084a7c3f692afb 100644 --- a/Common/DataModel/vtkImplicitFunctionCollection.h +++ b/Common/DataModel/vtkImplicitFunctionCollection.h @@ -61,7 +61,7 @@ private: void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); }; private: - vtkImplicitFunctionCollection(const vtkImplicitFunctionCollection&); // Not implemented. + vtkImplicitFunctionCollection(const vtkImplicitFunctionCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitFunctionCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkImplicitHalo.h b/Common/DataModel/vtkImplicitHalo.h index 00620a1a41663d8e42f288702d6ea75a1f3a52a4..ce540ae6239e8b62a6d8c1496906ef37e150d3a0 100644 --- a/Common/DataModel/vtkImplicitHalo.h +++ b/Common/DataModel/vtkImplicitHalo.h @@ -78,7 +78,7 @@ protected: double FadeOut; private: - vtkImplicitHalo(const vtkImplicitHalo&); // Not implemented. + vtkImplicitHalo(const vtkImplicitHalo&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitHalo&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkImplicitSelectionLoop.h b/Common/DataModel/vtkImplicitSelectionLoop.h index e1a91f14a8ae8d20ddba35ca5e2eb7d0dd7118e2..0b852bdb6485649c9ee85d24fd125852087c2307 100644 --- a/Common/DataModel/vtkImplicitSelectionLoop.h +++ b/Common/DataModel/vtkImplicitSelectionLoop.h @@ -118,7 +118,7 @@ private: vtkTimeStamp InitializationTime; private: - vtkImplicitSelectionLoop(const vtkImplicitSelectionLoop&); // Not implemented. + vtkImplicitSelectionLoop(const vtkImplicitSelectionLoop&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitSelectionLoop&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkImplicitSum.h b/Common/DataModel/vtkImplicitSum.h index fd9f7a0de09de4d88d0a6c63bde17ad8d8c95411..62cf57a0a7c7243c2c96b9972518e00fe2a47079 100644 --- a/Common/DataModel/vtkImplicitSum.h +++ b/Common/DataModel/vtkImplicitSum.h @@ -92,7 +92,7 @@ protected: int NormalizeByWeight; private: - vtkImplicitSum(const vtkImplicitSum&); // Not implemented. + vtkImplicitSum(const vtkImplicitSum&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitSum&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkImplicitVolume.h b/Common/DataModel/vtkImplicitVolume.h index 27b166fbce2dd03754987d12f8ac1794342ed9fd..0830a90e1905606f315c7fa522de166ff6c29503 100644 --- a/Common/DataModel/vtkImplicitVolume.h +++ b/Common/DataModel/vtkImplicitVolume.h @@ -97,7 +97,7 @@ protected: vtkIdList *PointIds; private: - vtkImplicitVolume(const vtkImplicitVolume&); // Not implemented. + vtkImplicitVolume(const vtkImplicitVolume&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitVolume&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkImplicitWindowFunction.h b/Common/DataModel/vtkImplicitWindowFunction.h index fe0f3e3558a431fd16eaa88788a9cd17e4308ff0..9eb1a30ade6ceb19741d70d70ff69ba67eef9ed8 100644 --- a/Common/DataModel/vtkImplicitWindowFunction.h +++ b/Common/DataModel/vtkImplicitWindowFunction.h @@ -91,7 +91,7 @@ protected: double WindowValues[2]; private: - vtkImplicitWindowFunction(const vtkImplicitWindowFunction&); // Not implemented. + vtkImplicitWindowFunction(const vtkImplicitWindowFunction&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitWindowFunction&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkInEdgeIterator.h b/Common/DataModel/vtkInEdgeIterator.h index fedd4e4f78ffe1acdf6f8ad50383468bffa43808..ccdd1d73ed028c9fcafe583a77200ec065607724 100644 --- a/Common/DataModel/vtkInEdgeIterator.h +++ b/Common/DataModel/vtkInEdgeIterator.h @@ -95,7 +95,7 @@ protected: vtkGraphEdge *GraphEdge; private: - vtkInEdgeIterator(const vtkInEdgeIterator&); // Not implemented. + vtkInEdgeIterator(const vtkInEdgeIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkInEdgeIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkIncrementalOctreeNode.h b/Common/DataModel/vtkIncrementalOctreeNode.h index d8d4f8e188aa6cf46c7624dfe20cb738f2745e44..0525bb89335011eb710b3fe9d954016fd58232db 100644 --- a/Common/DataModel/vtkIncrementalOctreeNode.h +++ b/Common/DataModel/vtkIncrementalOctreeNode.h @@ -327,7 +327,7 @@ private: double GetDistance2ToBoundary( const double point[3], double closest[3], int innerOnly, vtkIncrementalOctreeNode* rootNode, int checkData = 0 ); - vtkIncrementalOctreeNode( const vtkIncrementalOctreeNode & );// Not implemented + vtkIncrementalOctreeNode( const vtkIncrementalOctreeNode & ) VTK_DELETE_FUNCTION; void operator = ( const vtkIncrementalOctreeNode & ) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkIncrementalPointLocator.h b/Common/DataModel/vtkIncrementalPointLocator.h index 4114b4368bdedb522d5dca230eb3f6faff5be89f..3407b1bbac1cf083b9dbab40cdd1188aeb46fafa 100644 --- a/Common/DataModel/vtkIncrementalPointLocator.h +++ b/Common/DataModel/vtkIncrementalPointLocator.h @@ -126,7 +126,7 @@ protected: virtual ~vtkIncrementalPointLocator(); private: - vtkIncrementalPointLocator( const vtkIncrementalPointLocator & ); // Not implemented. + vtkIncrementalPointLocator( const vtkIncrementalPointLocator & ) VTK_DELETE_FUNCTION; void operator = ( const vtkIncrementalPointLocator & ) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkInformationQuadratureSchemeDefinitionVectorKey.h b/Common/DataModel/vtkInformationQuadratureSchemeDefinitionVectorKey.h index 03ef133fe38125be28185bafe8639c726074010c..9ba9b19a65a56069d8ed381a2e430f510034f137 100644 --- a/Common/DataModel/vtkInformationQuadratureSchemeDefinitionVectorKey.h +++ b/Common/DataModel/vtkInformationQuadratureSchemeDefinitionVectorKey.h @@ -130,7 +130,7 @@ private: vtkInformationQuadratureSchemeDefinitionVectorValue *GetQuadratureSchemeDefinitionVector(vtkInformation *info); // - vtkInformationQuadratureSchemeDefinitionVectorKey(const vtkInformationQuadratureSchemeDefinitionVectorKey&); // Not implemented. + vtkInformationQuadratureSchemeDefinitionVectorKey(const vtkInformationQuadratureSchemeDefinitionVectorKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationQuadratureSchemeDefinitionVectorKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkIterativeClosestPointTransform.h b/Common/DataModel/vtkIterativeClosestPointTransform.h index cef9a616eb8e6beecb7fa3e304f4f3752629ea0b..7df1dc4a07df1faee4f45f842df7fffda5157949 100644 --- a/Common/DataModel/vtkIterativeClosestPointTransform.h +++ b/Common/DataModel/vtkIterativeClosestPointTransform.h @@ -179,7 +179,7 @@ protected: double MeanDistance; vtkLandmarkTransform *LandmarkTransform; private: - vtkIterativeClosestPointTransform(const vtkIterativeClosestPointTransform&); // Not implemented. + vtkIterativeClosestPointTransform(const vtkIterativeClosestPointTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkIterativeClosestPointTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkKdNode.h b/Common/DataModel/vtkKdNode.h index 04feefbeeffdf4349a84a3da7cdffd1734c1038a..6d007f01af433bd40eec710346b284ff8379e8c1 100644 --- a/Common/DataModel/vtkKdNode.h +++ b/Common/DataModel/vtkKdNode.h @@ -254,7 +254,7 @@ private: int MinID; int MaxID; - vtkKdNode(const vtkKdNode&); // Not implemented + vtkKdNode(const vtkKdNode&) VTK_DELETE_FUNCTION; void operator=(const vtkKdNode&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkKdTree.h b/Common/DataModel/vtkKdTree.h index a756f876c3b6fcaa94dbc0fa721893bb162aade5..d00624aba9c723134ac78c3aa9163b5781010f5a 100644 --- a/Common/DataModel/vtkKdTree.h +++ b/Common/DataModel/vtkKdTree.h @@ -814,7 +814,7 @@ protected: vtkBSPCuts *Cuts; double Progress; - vtkKdTree(const vtkKdTree&); // Not implemented + vtkKdTree(const vtkKdTree&) VTK_DELETE_FUNCTION; void operator=(const vtkKdTree&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Common/DataModel/vtkKdTreePointLocator.h b/Common/DataModel/vtkKdTreePointLocator.h index 2508d72d911f002601430f6e2ddcc3420df17afd..e436192428c1c95023a36f899731875c2475c889 100644 --- a/Common/DataModel/vtkKdTreePointLocator.h +++ b/Common/DataModel/vtkKdTreePointLocator.h @@ -82,7 +82,7 @@ protected: vtkKdTree* KdTree; private: - vtkKdTreePointLocator(const vtkKdTreePointLocator&); // Not implemented. + vtkKdTreePointLocator(const vtkKdTreePointLocator&) VTK_DELETE_FUNCTION; void operator=(const vtkKdTreePointLocator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkLine.h b/Common/DataModel/vtkLine.h index 2a0ce0c7d03f6d314f1531ac9102f67451ee14cc..bc12777490e8f2ae8e0a8c326a45ed4fec61a508 100644 --- a/Common/DataModel/vtkLine.h +++ b/Common/DataModel/vtkLine.h @@ -167,7 +167,7 @@ protected: ~vtkLine() {} private: - vtkLine(const vtkLine&); // Not implemented. + vtkLine(const vtkLine&) VTK_DELETE_FUNCTION; void operator=(const vtkLine&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkLocator.h b/Common/DataModel/vtkLocator.h index 1458f3496600eedef47dc5378014dc37552f0502..e4de2a45fedc7c0ec385ba0c9987142b551a378a 100644 --- a/Common/DataModel/vtkLocator.h +++ b/Common/DataModel/vtkLocator.h @@ -152,7 +152,7 @@ protected: void ReportReferences(vtkGarbageCollector*) VTK_OVERRIDE; private: - vtkLocator(const vtkLocator&); // Not implemented. + vtkLocator(const vtkLocator&) VTK_DELETE_FUNCTION; void operator=(const vtkLocator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkMappedUnstructuredGrid.h b/Common/DataModel/vtkMappedUnstructuredGrid.h index 215640bcdd6176b4130f01a8f62930bb0b04d4f6..426d97d4a2bdd72b146c54fe22598ffb85a9a214 100644 --- a/Common/DataModel/vtkMappedUnstructuredGrid.h +++ b/Common/DataModel/vtkMappedUnstructuredGrid.h @@ -188,7 +188,7 @@ protected: vtkSmartPointer Impl; private: - vtkMappedUnstructuredGrid(const vtkMappedUnstructuredGrid &); // Not implemented. + vtkMappedUnstructuredGrid(const vtkMappedUnstructuredGrid &) VTK_DELETE_FUNCTION; void operator=(const vtkMappedUnstructuredGrid &) VTK_DELETE_FUNCTION; vtkNew TempCell; diff --git a/Common/DataModel/vtkMappedUnstructuredGridCellIterator.h b/Common/DataModel/vtkMappedUnstructuredGridCellIterator.h index c97f3064612916fe16c09c9747341d8eb3af3f5d..f43d288fc2a5eccea83f43a1822a7bcac4a1243d 100644 --- a/Common/DataModel/vtkMappedUnstructuredGridCellIterator.h +++ b/Common/DataModel/vtkMappedUnstructuredGridCellIterator.h @@ -58,7 +58,7 @@ protected: void FetchPoints(); private: - vtkMappedUnstructuredGridCellIterator(const vtkMappedUnstructuredGridCellIterator &); // Not implemented. + vtkMappedUnstructuredGridCellIterator(const vtkMappedUnstructuredGridCellIterator &) VTK_DELETE_FUNCTION; void operator=(const vtkMappedUnstructuredGridCellIterator &) VTK_DELETE_FUNCTION; vtkSmartPointer Impl; diff --git a/Common/DataModel/vtkMeanValueCoordinatesInterpolator.h b/Common/DataModel/vtkMeanValueCoordinatesInterpolator.h index 274fc034dac065fe9d37449607a925567af9623e..8eca4ebcf751dddae96cec1c1896ac90e3e8d32d 100644 --- a/Common/DataModel/vtkMeanValueCoordinatesInterpolator.h +++ b/Common/DataModel/vtkMeanValueCoordinatesInterpolator.h @@ -94,7 +94,7 @@ protected: private: - vtkMeanValueCoordinatesInterpolator(const vtkMeanValueCoordinatesInterpolator&); // Not implemented. + vtkMeanValueCoordinatesInterpolator(const vtkMeanValueCoordinatesInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkMeanValueCoordinatesInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkMergePoints.h b/Common/DataModel/vtkMergePoints.h index e4b0f7815261149216a5f1fde68d42cdf9afc6d0..0cf1f61ba4292e34c34ff8f65bf305411d7c5e84 100644 --- a/Common/DataModel/vtkMergePoints.h +++ b/Common/DataModel/vtkMergePoints.h @@ -56,7 +56,7 @@ protected: ~vtkMergePoints() {} private: - vtkMergePoints(const vtkMergePoints&); // Not implemented. + vtkMergePoints(const vtkMergePoints&) VTK_DELETE_FUNCTION; void operator=(const vtkMergePoints&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkMolecule.h b/Common/DataModel/vtkMolecule.h index 4ff788cf374fbd381bbc3d837b00c9ed6cf465c7..d401f5d6a865b086d7ebe32d67881a3a3e70ee19 100644 --- a/Common/DataModel/vtkMolecule.h +++ b/Common/DataModel/vtkMolecule.h @@ -268,7 +268,7 @@ public: vtkAbstractElectronicData *ElectronicData; private: - vtkMolecule(const vtkMolecule&); // Not implemented. + vtkMolecule(const vtkMolecule&) VTK_DELETE_FUNCTION; void operator=(const vtkMolecule&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkMultiBlockDataSet.h b/Common/DataModel/vtkMultiBlockDataSet.h index c0d6ee5d7ea9e858a7471ffdf70561243cb8c2e9..9ec6b34a9cc04e2cbbc71346c3d1011527af4da8 100644 --- a/Common/DataModel/vtkMultiBlockDataSet.h +++ b/Common/DataModel/vtkMultiBlockDataSet.h @@ -107,7 +107,7 @@ protected: ~vtkMultiBlockDataSet(); private: - vtkMultiBlockDataSet(const vtkMultiBlockDataSet&); // Not implemented. + vtkMultiBlockDataSet(const vtkMultiBlockDataSet&) VTK_DELETE_FUNCTION; void operator=(const vtkMultiBlockDataSet&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkMultiPieceDataSet.h b/Common/DataModel/vtkMultiPieceDataSet.h index d1c8a859ee8a3fd94cc2d210bc386d9a26a57b08..140eb28da6a884bb4ee02feff79a4143102282ca 100644 --- a/Common/DataModel/vtkMultiPieceDataSet.h +++ b/Common/DataModel/vtkMultiPieceDataSet.h @@ -99,7 +99,7 @@ protected: ~vtkMultiPieceDataSet(); private: - vtkMultiPieceDataSet(const vtkMultiPieceDataSet&); // Not implemented. + vtkMultiPieceDataSet(const vtkMultiPieceDataSet&) VTK_DELETE_FUNCTION; void operator=(const vtkMultiPieceDataSet&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkMutableDirectedGraph.h b/Common/DataModel/vtkMutableDirectedGraph.h index 253dec3221f7fe496c2c6e5f2dc85f9a4f18c7cb..a7080ae7ed571b05ee6aebd8c6bb6d7a14535996 100644 --- a/Common/DataModel/vtkMutableDirectedGraph.h +++ b/Common/DataModel/vtkMutableDirectedGraph.h @@ -312,7 +312,7 @@ protected: vtkGraphEdge *GraphEdge; private: - vtkMutableDirectedGraph(const vtkMutableDirectedGraph&); // Not implemented. + vtkMutableDirectedGraph(const vtkMutableDirectedGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkMutableDirectedGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkMutableUndirectedGraph.h b/Common/DataModel/vtkMutableUndirectedGraph.h index 6748bc3d335072a043ea0d1c53979149d3e18bc0..971268fe46225e42f910587554dfd01515ff041d 100644 --- a/Common/DataModel/vtkMutableUndirectedGraph.h +++ b/Common/DataModel/vtkMutableUndirectedGraph.h @@ -305,7 +305,7 @@ protected: vtkGraphEdge *GraphEdge; private: - vtkMutableUndirectedGraph(const vtkMutableUndirectedGraph&); // Not implemented. + vtkMutableUndirectedGraph(const vtkMutableUndirectedGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkMutableUndirectedGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkNonLinearCell.h b/Common/DataModel/vtkNonLinearCell.h index d435b899740ebccaaccf5b530680513d10c8de07..5087c35d2e945782763c4980a06ef5b36ac6d073 100644 --- a/Common/DataModel/vtkNonLinearCell.h +++ b/Common/DataModel/vtkNonLinearCell.h @@ -47,7 +47,7 @@ protected: ~vtkNonLinearCell() {} private: - vtkNonLinearCell(const vtkNonLinearCell&); // Not implemented. + vtkNonLinearCell(const vtkNonLinearCell&) VTK_DELETE_FUNCTION; void operator=(const vtkNonLinearCell&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkNonMergingPointLocator.h b/Common/DataModel/vtkNonMergingPointLocator.h index a4e0ae0441cefa500978d1ef2549dc4678d5496a..527a586f800a1f444b8123b529abc8f1185dfc3b 100644 --- a/Common/DataModel/vtkNonMergingPointLocator.h +++ b/Common/DataModel/vtkNonMergingPointLocator.h @@ -63,7 +63,7 @@ protected: ~vtkNonMergingPointLocator() { }; private: - vtkNonMergingPointLocator( const vtkNonMergingPointLocator & ); // Not implemented. + vtkNonMergingPointLocator( const vtkNonMergingPointLocator & ) VTK_DELETE_FUNCTION; void operator = ( const vtkNonMergingPointLocator & ) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkNonOverlappingAMR.h b/Common/DataModel/vtkNonOverlappingAMR.h index 722c71340b0f941da5e183a84dd2a226f48f8248..8c967cde1cbe5a4b1c2355d6297014d5b979570a 100644 --- a/Common/DataModel/vtkNonOverlappingAMR.h +++ b/Common/DataModel/vtkNonOverlappingAMR.h @@ -50,7 +50,7 @@ class VTKCOMMONDATAMODEL_EXPORT vtkNonOverlappingAMR : public vtkUniformGridAMR virtual ~vtkNonOverlappingAMR(); private: - vtkNonOverlappingAMR(const vtkNonOverlappingAMR&); // Not implemented + vtkNonOverlappingAMR(const vtkNonOverlappingAMR&) VTK_DELETE_FUNCTION; void operator=(const vtkNonOverlappingAMR&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkOctreePointLocator.h b/Common/DataModel/vtkOctreePointLocator.h index 75441ed71153c8a1a425919478b81889c825ac1f..1d431a68c637b0bdb94b839bc6e60304f63dcbec 100644 --- a/Common/DataModel/vtkOctreePointLocator.h +++ b/Common/DataModel/vtkOctreePointLocator.h @@ -230,7 +230,7 @@ protected: // default is to have this set on. int CreateCubicOctants; - vtkOctreePointLocator(const vtkOctreePointLocator&); // Not implemented + vtkOctreePointLocator(const vtkOctreePointLocator&) VTK_DELETE_FUNCTION; void operator=(const vtkOctreePointLocator&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Common/DataModel/vtkOctreePointLocatorNode.h b/Common/DataModel/vtkOctreePointLocatorNode.h index 385456e03f34e28d7fd753dfaff64b4aba82f4de..e9125d48714f2b0d9cceaf8f11692005d0b2a4b2 100644 --- a/Common/DataModel/vtkOctreePointLocatorNode.h +++ b/Common/DataModel/vtkOctreePointLocatorNode.h @@ -254,7 +254,7 @@ private: // the point in the data set. int MinID; - vtkOctreePointLocatorNode(const vtkOctreePointLocatorNode&); // Not implemented + vtkOctreePointLocatorNode(const vtkOctreePointLocatorNode&) VTK_DELETE_FUNCTION; void operator=(const vtkOctreePointLocatorNode&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkOrderedTriangulator.h b/Common/DataModel/vtkOrderedTriangulator.h index d1107bdb75ac13175548c2746f645339bdbf4469..7150644162cde8197fe985b5ea22929bd0307ec1 100644 --- a/Common/DataModel/vtkOrderedTriangulator.h +++ b/Common/DataModel/vtkOrderedTriangulator.h @@ -324,7 +324,7 @@ private: TemplateIDType ComputeTemplateIndex(); private: - vtkOrderedTriangulator(const vtkOrderedTriangulator&); // Not implemented. + vtkOrderedTriangulator(const vtkOrderedTriangulator&) VTK_DELETE_FUNCTION; void operator=(const vtkOrderedTriangulator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkOutEdgeIterator.h b/Common/DataModel/vtkOutEdgeIterator.h index fd7a6bf436df159826f245a3019e5a63883bf2f4..b791aaacf93059eeaaddfc8ff927a4d9ecdca113 100644 --- a/Common/DataModel/vtkOutEdgeIterator.h +++ b/Common/DataModel/vtkOutEdgeIterator.h @@ -95,7 +95,7 @@ protected: vtkGraphEdge *GraphEdge; private: - vtkOutEdgeIterator(const vtkOutEdgeIterator&); // Not implemented. + vtkOutEdgeIterator(const vtkOutEdgeIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkOutEdgeIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkOverlappingAMR.h b/Common/DataModel/vtkOverlappingAMR.h index ba3e2c6231f294f9bbe02b3f60daac37138abea7..39e245fdf9b93a91015781ed634fc2a5c74daf6d 100644 --- a/Common/DataModel/vtkOverlappingAMR.h +++ b/Common/DataModel/vtkOverlappingAMR.h @@ -153,7 +153,7 @@ public: virtual ~vtkOverlappingAMR(); private: - vtkOverlappingAMR(const vtkOverlappingAMR&); // Not implemented. + vtkOverlappingAMR(const vtkOverlappingAMR&) VTK_DELETE_FUNCTION; void operator=(const vtkOverlappingAMR&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPath.h b/Common/DataModel/vtkPath.h index 301e726cca993aa73414ca50cd5641cf08aed159..86229416ae63502c48e6e6c430127090a75a7501 100644 --- a/Common/DataModel/vtkPath.h +++ b/Common/DataModel/vtkPath.h @@ -109,7 +109,7 @@ protected: ~vtkPath(); private: - vtkPath(const vtkPath&); // Not implemented. + vtkPath(const vtkPath&) VTK_DELETE_FUNCTION; void operator=(const vtkPath&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPentagonalPrism.h b/Common/DataModel/vtkPentagonalPrism.h index 7c9a12fea573c031ca6fd55f222c331a5ee94b34..770437880657eb5ca6e69c2c67fc87eba04323e7 100644 --- a/Common/DataModel/vtkPentagonalPrism.h +++ b/Common/DataModel/vtkPentagonalPrism.h @@ -124,7 +124,7 @@ protected: vtkTriangle *Triangle; private: - vtkPentagonalPrism(const vtkPentagonalPrism&); // Not implemented. + vtkPentagonalPrism(const vtkPentagonalPrism&) VTK_DELETE_FUNCTION; void operator=(const vtkPentagonalPrism&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPerlinNoise.h b/Common/DataModel/vtkPerlinNoise.h index f9a3fd5d71232b628112e8ed7cdeccdd39f0e023..8d8e391adda40deb7ec847237c908f48ab43a5bc 100644 --- a/Common/DataModel/vtkPerlinNoise.h +++ b/Common/DataModel/vtkPerlinNoise.h @@ -85,7 +85,7 @@ protected: double Amplitude; private: - vtkPerlinNoise(const vtkPerlinNoise&); // Not implemented + vtkPerlinNoise(const vtkPerlinNoise&) VTK_DELETE_FUNCTION; void operator=(const vtkPerlinNoise&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPiecewiseFunction.h b/Common/DataModel/vtkPiecewiseFunction.h index 7c40a5c08448ca4b370b320ba210b863ab1f494a..83726e19c0e68dd784e951de476cf3022dede7c3 100644 --- a/Common/DataModel/vtkPiecewiseFunction.h +++ b/Common/DataModel/vtkPiecewiseFunction.h @@ -194,7 +194,7 @@ protected: int AllowDuplicateScalars; private: - vtkPiecewiseFunction(const vtkPiecewiseFunction&); // Not implemented. + vtkPiecewiseFunction(const vtkPiecewiseFunction&) VTK_DELETE_FUNCTION; void operator=(const vtkPiecewiseFunction&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPixel.h b/Common/DataModel/vtkPixel.h index d0c04baa6e5a6907d5b03c8f80eda139e9db395d..96b2029215503d63deb1483d04b747f8ea606b14 100644 --- a/Common/DataModel/vtkPixel.h +++ b/Common/DataModel/vtkPixel.h @@ -96,7 +96,7 @@ protected: vtkLine *Line; private: - vtkPixel(const vtkPixel&); // Not implemented. + vtkPixel(const vtkPixel&) VTK_DELETE_FUNCTION; void operator=(const vtkPixel&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPlane.h b/Common/DataModel/vtkPlane.h index de687d164d7c0f457a3a785c1c6ee10b22b56549..b5aaa8be0d1063b0e2ada2efa137d215e3a22018 100644 --- a/Common/DataModel/vtkPlane.h +++ b/Common/DataModel/vtkPlane.h @@ -115,7 +115,7 @@ protected: double Origin[3]; private: - vtkPlane(const vtkPlane&); // Not implemented. + vtkPlane(const vtkPlane&) VTK_DELETE_FUNCTION; void operator=(const vtkPlane&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPlaneCollection.h b/Common/DataModel/vtkPlaneCollection.h index 29fe577a5eb213e06f14956838fb584d3d7d3425..ae7b05c0126faa62671f4739d0f050f7a74d3794 100644 --- a/Common/DataModel/vtkPlaneCollection.h +++ b/Common/DataModel/vtkPlaneCollection.h @@ -61,7 +61,7 @@ private: void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); }; private: - vtkPlaneCollection(const vtkPlaneCollection&); // Not implemented. + vtkPlaneCollection(const vtkPlaneCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkPlaneCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPlanes.h b/Common/DataModel/vtkPlanes.h index 964d9a917b709b3fbdf9742b92406140067d5f0c..23131358da02dcf3fc77403d6ac118d824b152ec 100644 --- a/Common/DataModel/vtkPlanes.h +++ b/Common/DataModel/vtkPlanes.h @@ -113,7 +113,7 @@ private: double Bounds[6]; private: - vtkPlanes(const vtkPlanes&); // Not implemented. + vtkPlanes(const vtkPlanes&) VTK_DELETE_FUNCTION; void operator=(const vtkPlanes&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPlanesIntersection.h b/Common/DataModel/vtkPlanesIntersection.h index 23b17af3b8807609d5a13aff41765eb4c7d34bd2..e78182f8527b71013a32db7df2df0c0d136ff4db 100644 --- a/Common/DataModel/vtkPlanesIntersection.h +++ b/Common/DataModel/vtkPlanesIntersection.h @@ -126,7 +126,7 @@ private: // the ccw hull of that region projected in 3 orthog. directions vtkPointsProjectedHull *RegionPts; - vtkPlanesIntersection(const vtkPlanesIntersection&); // Not implemented + vtkPlanesIntersection(const vtkPlanesIntersection&) VTK_DELETE_FUNCTION; void operator=(const vtkPlanesIntersection&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Common/DataModel/vtkPointData.h b/Common/DataModel/vtkPointData.h index 67be127936b1a0b986999f787349d22d1c3549cf..6a4060816092d867f0352dd7f39e25a2e2fe85fb 100644 --- a/Common/DataModel/vtkPointData.h +++ b/Common/DataModel/vtkPointData.h @@ -39,7 +39,7 @@ protected: ~vtkPointData() {} private: - vtkPointData(const vtkPointData&); // Not implemented. + vtkPointData(const vtkPointData&) VTK_DELETE_FUNCTION; void operator=(const vtkPointData&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPointLocator.h b/Common/DataModel/vtkPointLocator.h index cc4f5cc52900229cdd74754249253f0f76b714ee..f7eb3c2742d78aff67167df8a12e035865519e53 100644 --- a/Common/DataModel/vtkPointLocator.h +++ b/Common/DataModel/vtkPointLocator.h @@ -257,7 +257,7 @@ protected: void ComputePerformanceFactors(); private: - vtkPointLocator(const vtkPointLocator&); // Not implemented. + vtkPointLocator(const vtkPointLocator&) VTK_DELETE_FUNCTION; void operator=(const vtkPointLocator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPointSet.h b/Common/DataModel/vtkPointSet.h index 63f0088c191778ee5e665f80bff2c8ee8b99a143..6c2b71e412156fe9dbcde1af7432b3727230b2f0 100644 --- a/Common/DataModel/vtkPointSet.h +++ b/Common/DataModel/vtkPointSet.h @@ -126,7 +126,7 @@ private: void Cleanup(); - vtkPointSet(const vtkPointSet&); // Not implemented. + vtkPointSet(const vtkPointSet&) VTK_DELETE_FUNCTION; void operator=(const vtkPointSet&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPointSetCellIterator.h b/Common/DataModel/vtkPointSetCellIterator.h index 53e7c15482442c189a2112bb9e9b779f90b8ab37..d1142abe4c877bd90eeb3a7ab6b08b30a717e538 100644 --- a/Common/DataModel/vtkPointSetCellIterator.h +++ b/Common/DataModel/vtkPointSetCellIterator.h @@ -53,7 +53,7 @@ protected: vtkIdType CellId; private: - vtkPointSetCellIterator(const vtkPointSetCellIterator &); // Not implemented. + vtkPointSetCellIterator(const vtkPointSetCellIterator &) VTK_DELETE_FUNCTION; void operator=(const vtkPointSetCellIterator &) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPointsProjectedHull.h b/Common/DataModel/vtkPointsProjectedHull.h index 80e6ef8501d609ff666c09a9a3f6acb4416f6ed9..c9c7100997bf2bb38b1584a506b19b33a1e438ea 100644 --- a/Common/DataModel/vtkPointsProjectedHull.h +++ b/Common/DataModel/vtkPointsProjectedHull.h @@ -171,7 +171,7 @@ private: int HullSize[3]; vtkTimeStamp HullTime[3]; - vtkPointsProjectedHull(const vtkPointsProjectedHull&); // Not implemented + vtkPointsProjectedHull(const vtkPointsProjectedHull&) VTK_DELETE_FUNCTION; void operator=(const vtkPointsProjectedHull&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Common/DataModel/vtkPolyData.h b/Common/DataModel/vtkPolyData.h index c0410781f3733ec89bdac252f57a8594a227d311..59295093c46e4e6759be81f871236291693fb0fe 100644 --- a/Common/DataModel/vtkPolyData.h +++ b/Common/DataModel/vtkPolyData.h @@ -487,7 +487,7 @@ private: void Cleanup(); private: - vtkPolyData(const vtkPolyData&); // Not implemented. + vtkPolyData(const vtkPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPolyDataCollection.h b/Common/DataModel/vtkPolyDataCollection.h index f714fe536b830fb9430f6815820e8208f5abc311..adee5204b7ab149fcb85ab05994722439b37effc 100644 --- a/Common/DataModel/vtkPolyDataCollection.h +++ b/Common/DataModel/vtkPolyDataCollection.h @@ -62,7 +62,7 @@ private: void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); }; private: - vtkPolyDataCollection(const vtkPolyDataCollection&); // Not implemented. + vtkPolyDataCollection(const vtkPolyDataCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPolyLine.h b/Common/DataModel/vtkPolyLine.h index efd65c4a50e2da6c9bdf666d7b1748beee629a62..455fd8c1e39bea008c6dac325cc522e1a14d1bb4 100644 --- a/Common/DataModel/vtkPolyLine.h +++ b/Common/DataModel/vtkPolyLine.h @@ -88,7 +88,7 @@ protected: vtkLine *Line; private: - vtkPolyLine(const vtkPolyLine&); // Not implemented. + vtkPolyLine(const vtkPolyLine&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyLine&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPolyPlane.h b/Common/DataModel/vtkPolyPlane.h index cfbe276a195b44b31deee6198725a873e7bda623..2336499cb22d4779cb1c28f7b8fb18b447d3b5a1 100644 --- a/Common/DataModel/vtkPolyPlane.h +++ b/Common/DataModel/vtkPolyPlane.h @@ -75,7 +75,7 @@ protected: vtkIdType ClosestPlaneIdx; private: - vtkPolyPlane(const vtkPolyPlane&); // Not implemented. + vtkPolyPlane(const vtkPolyPlane&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyPlane&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPolyVertex.h b/Common/DataModel/vtkPolyVertex.h index 0c5da7b0b28bf80e0f2e6b5b45e17713e1e75bcc..232bd5860e00f59cfaf7418b09ba3fc3ecc2d4c4 100644 --- a/Common/DataModel/vtkPolyVertex.h +++ b/Common/DataModel/vtkPolyVertex.h @@ -75,7 +75,7 @@ protected: vtkVertex *Vertex; private: - vtkPolyVertex(const vtkPolyVertex&); // Not implemented. + vtkPolyVertex(const vtkPolyVertex&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyVertex&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPolygon.h b/Common/DataModel/vtkPolygon.h index 34a911beebe04353c9b2fc55c5a86c493ecefdee..54c6bfd296cdf4cb4cf42251e11f77d02d42e3ae 100644 --- a/Common/DataModel/vtkPolygon.h +++ b/Common/DataModel/vtkPolygon.h @@ -213,7 +213,7 @@ protected: int EarCutTriangulation(); private: - vtkPolygon(const vtkPolygon&); // Not implemented. + vtkPolygon(const vtkPolygon&) VTK_DELETE_FUNCTION; void operator=(const vtkPolygon&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkPolyhedron.h b/Common/DataModel/vtkPolyhedron.h index 8375ca5d060f485dbbc951e36fdffb0f3c95f23f..463e153821a319c6d688e1e45a90dde4629fec14 100644 --- a/Common/DataModel/vtkPolyhedron.h +++ b/Common/DataModel/vtkPolyhedron.h @@ -274,7 +274,7 @@ protected: vtkDataArray *inScalars); private: - vtkPolyhedron(const vtkPolyhedron&); // Not implemented. + vtkPolyhedron(const vtkPolyhedron&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyhedron&) VTK_DELETE_FUNCTION; class vtkInternal; diff --git a/Common/DataModel/vtkPyramid.h b/Common/DataModel/vtkPyramid.h index 0757e229dd9783a82b454d962899031fa894d6e1..3877d549ae0c736e6714d9241b0a0befd88f2763 100644 --- a/Common/DataModel/vtkPyramid.h +++ b/Common/DataModel/vtkPyramid.h @@ -114,7 +114,7 @@ protected: vtkQuad *Quad; private: - vtkPyramid(const vtkPyramid&); // Not implemented. + vtkPyramid(const vtkPyramid&) VTK_DELETE_FUNCTION; void operator=(const vtkPyramid&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkQuad.h b/Common/DataModel/vtkQuad.h index 0474319ea52a4053268b4fda840805a1a26b888c..37fd4e14ddbc54943fa0902f77b7236e6327876f 100644 --- a/Common/DataModel/vtkQuad.h +++ b/Common/DataModel/vtkQuad.h @@ -106,7 +106,7 @@ protected: vtkTriangle *Triangle; private: - vtkQuad(const vtkQuad&); // Not implemented. + vtkQuad(const vtkQuad&) VTK_DELETE_FUNCTION; void operator=(const vtkQuad&) VTK_DELETE_FUNCTION; }; //---------------------------------------------------------------------------- diff --git a/Common/DataModel/vtkQuadraticEdge.h b/Common/DataModel/vtkQuadraticEdge.h index 029d2cdafbda0b39dd05b1130966d41d75b99ddc..ff2fd56321fa4c30577ef9b4e4cd2da71099c624 100644 --- a/Common/DataModel/vtkQuadraticEdge.h +++ b/Common/DataModel/vtkQuadraticEdge.h @@ -112,7 +112,7 @@ protected: vtkDoubleArray *Scalars; //used to avoid New/Delete in contouring/clipping private: - vtkQuadraticEdge(const vtkQuadraticEdge&); // Not implemented. + vtkQuadraticEdge(const vtkQuadraticEdge&) VTK_DELETE_FUNCTION; void operator=(const vtkQuadraticEdge&) VTK_DELETE_FUNCTION; }; //---------------------------------------------------------------------------- diff --git a/Common/DataModel/vtkQuadraticHexahedron.h b/Common/DataModel/vtkQuadraticHexahedron.h index bc737c5352c411c26b1efa1c993d7770c6c0eabf..e9b50fba5a758c5a9462b939e0fcdcc1a273ef00 100644 --- a/Common/DataModel/vtkQuadraticHexahedron.h +++ b/Common/DataModel/vtkQuadraticHexahedron.h @@ -134,7 +134,7 @@ protected: vtkDataArray *cellScalars); private: - vtkQuadraticHexahedron(const vtkQuadraticHexahedron&); // Not implemented. + vtkQuadraticHexahedron(const vtkQuadraticHexahedron&) VTK_DELETE_FUNCTION; void operator=(const vtkQuadraticHexahedron&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkQuadraticLinearQuad.h b/Common/DataModel/vtkQuadraticLinearQuad.h index ce7fad7fa11b6020b9edd0bade58dcb604eb71f6..3f458954ce9a34a590c640ebc4760866ad9a4b34 100644 --- a/Common/DataModel/vtkQuadraticLinearQuad.h +++ b/Common/DataModel/vtkQuadraticLinearQuad.h @@ -124,7 +124,7 @@ protected: vtkDoubleArray *Scalars; private: - vtkQuadraticLinearQuad (const vtkQuadraticLinearQuad &); // Not implemented. + vtkQuadraticLinearQuad (const vtkQuadraticLinearQuad &) VTK_DELETE_FUNCTION; void operator = (const vtkQuadraticLinearQuad &) VTK_DELETE_FUNCTION; }; //---------------------------------------------------------------------------- diff --git a/Common/DataModel/vtkQuadraticLinearWedge.h b/Common/DataModel/vtkQuadraticLinearWedge.h index 941ee874432b5bafb116d1eccef70b2224dec021..17ddc5ef1067299910210f1f709bff687140b2bc 100644 --- a/Common/DataModel/vtkQuadraticLinearWedge.h +++ b/Common/DataModel/vtkQuadraticLinearWedge.h @@ -140,7 +140,7 @@ protected: vtkDoubleArray *Scalars; //used to avoid New/Delete in contouring/clipping private: - vtkQuadraticLinearWedge (const vtkQuadraticLinearWedge &); // Not implemented. + vtkQuadraticLinearWedge (const vtkQuadraticLinearWedge &) VTK_DELETE_FUNCTION; void operator = (const vtkQuadraticLinearWedge &) VTK_DELETE_FUNCTION; }; //---------------------------------------------------------------------------- diff --git a/Common/DataModel/vtkQuadraticPolygon.h b/Common/DataModel/vtkQuadraticPolygon.h index 9375766f0ae5d1dd5336f1dd0cf2c4b810567aa3..33874d4288a498cbbaf38d212aa5fc5d57739bab 100644 --- a/Common/DataModel/vtkQuadraticPolygon.h +++ b/Common/DataModel/vtkQuadraticPolygon.h @@ -141,7 +141,7 @@ protected: static void ConvertFromPolygon(vtkIdList *ids); private: - vtkQuadraticPolygon(const vtkQuadraticPolygon&); // Not implemented. + vtkQuadraticPolygon(const vtkQuadraticPolygon&) VTK_DELETE_FUNCTION; void operator=(const vtkQuadraticPolygon&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkQuadraticPyramid.h b/Common/DataModel/vtkQuadraticPyramid.h index 28af89cf1e1b56c280c1d716138181835d1e408b..5983d494cf1d9251297a887dc55c3ac0a3f624cc 100644 --- a/Common/DataModel/vtkQuadraticPyramid.h +++ b/Common/DataModel/vtkQuadraticPyramid.h @@ -147,7 +147,7 @@ protected: vtkDataArray *cellScalars); private: - vtkQuadraticPyramid(const vtkQuadraticPyramid&); // Not implemented. + vtkQuadraticPyramid(const vtkQuadraticPyramid&) VTK_DELETE_FUNCTION; void operator=(const vtkQuadraticPyramid&) VTK_DELETE_FUNCTION; }; //---------------------------------------------------------------------------- diff --git a/Common/DataModel/vtkQuadraticQuad.h b/Common/DataModel/vtkQuadraticQuad.h index 499ad69a1f1dd6e8bf1b6bde9763ec94c96f6edc..576b1e47887ceac9e5eef3ddf086fc07686ebf06 100644 --- a/Common/DataModel/vtkQuadraticQuad.h +++ b/Common/DataModel/vtkQuadraticQuad.h @@ -128,7 +128,7 @@ protected: vtkDataArray *cellScalars); private: - vtkQuadraticQuad(const vtkQuadraticQuad&); // Not implemented. + vtkQuadraticQuad(const vtkQuadraticQuad&) VTK_DELETE_FUNCTION; void operator=(const vtkQuadraticQuad&) VTK_DELETE_FUNCTION; }; //---------------------------------------------------------------------------- diff --git a/Common/DataModel/vtkQuadraticTetra.h b/Common/DataModel/vtkQuadraticTetra.h index b9683cb47bb1e22a6b0ef521c4bdaccdda6b50af..cd2f20b6fb2acac40b385d6c4dd4e28116fcc32b 100644 --- a/Common/DataModel/vtkQuadraticTetra.h +++ b/Common/DataModel/vtkQuadraticTetra.h @@ -139,7 +139,7 @@ protected: vtkDoubleArray *Scalars; //used to avoid New/Delete in contouring/clipping private: - vtkQuadraticTetra(const vtkQuadraticTetra&); // Not implemented. + vtkQuadraticTetra(const vtkQuadraticTetra&) VTK_DELETE_FUNCTION; void operator=(const vtkQuadraticTetra&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkQuadraticTriangle.h b/Common/DataModel/vtkQuadraticTriangle.h index 46b5c13b1a8ed162dc669c1df5d1f84d9920baa9..9652b23280a02d01657770e02649c25b3ecc83f8 100644 --- a/Common/DataModel/vtkQuadraticTriangle.h +++ b/Common/DataModel/vtkQuadraticTriangle.h @@ -123,7 +123,7 @@ protected: vtkDoubleArray *Scalars; //used to avoid New/Delete in contouring/clipping private: - vtkQuadraticTriangle(const vtkQuadraticTriangle&); // Not implemented. + vtkQuadraticTriangle(const vtkQuadraticTriangle&) VTK_DELETE_FUNCTION; void operator=(const vtkQuadraticTriangle&) VTK_DELETE_FUNCTION; }; //---------------------------------------------------------------------------- diff --git a/Common/DataModel/vtkQuadraticWedge.h b/Common/DataModel/vtkQuadraticWedge.h index fbe38fd190475e1ecf084cd65041a2b7d5f6b343..a009a50595f8a5cf13492ece8a6b1896c8e6de4b 100644 --- a/Common/DataModel/vtkQuadraticWedge.h +++ b/Common/DataModel/vtkQuadraticWedge.h @@ -140,7 +140,7 @@ protected: vtkDataArray *cellScalars); private: - vtkQuadraticWedge(const vtkQuadraticWedge&); // Not implemented. + vtkQuadraticWedge(const vtkQuadraticWedge&) VTK_DELETE_FUNCTION; void operator=(const vtkQuadraticWedge&) VTK_DELETE_FUNCTION; }; //---------------------------------------------------------------------------- diff --git a/Common/DataModel/vtkQuadratureSchemeDefinition.h b/Common/DataModel/vtkQuadratureSchemeDefinition.h index e2c488543a1a504c5e527201d027c24167fc6529..234eec50912c1a4c1c4282e9361a84af5d46865c 100644 --- a/Common/DataModel/vtkQuadratureSchemeDefinition.h +++ b/Common/DataModel/vtkQuadratureSchemeDefinition.h @@ -136,7 +136,7 @@ private: void SetQuadratureWeights(const double *W); // - vtkQuadratureSchemeDefinition(const vtkQuadratureSchemeDefinition &); // Not implemented. + vtkQuadratureSchemeDefinition(const vtkQuadratureSchemeDefinition &) VTK_DELETE_FUNCTION; void operator=(const vtkQuadratureSchemeDefinition &) VTK_DELETE_FUNCTION; friend ostream &operator<<(ostream &s, const vtkQuadratureSchemeDefinition &d); friend istream &operator>>(istream &s, vtkQuadratureSchemeDefinition &d); diff --git a/Common/DataModel/vtkQuadric.h b/Common/DataModel/vtkQuadric.h index 335a22cdbdb56474d97c0d9eda4c101dfc42ec35..36d95737c92b094f4f636f43fc3832a7db75675f 100644 --- a/Common/DataModel/vtkQuadric.h +++ b/Common/DataModel/vtkQuadric.h @@ -58,7 +58,7 @@ protected: double Coefficients[10]; private: - vtkQuadric(const vtkQuadric&); // Not implemented. + vtkQuadric(const vtkQuadric&) VTK_DELETE_FUNCTION; void operator=(const vtkQuadric&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkRectilinearGrid.h b/Common/DataModel/vtkRectilinearGrid.h index 7f9aad2927001bb856d037516c27f6a2425ee86f..e2d65889dff7330699b2e495e627372e3af86f39 100644 --- a/Common/DataModel/vtkRectilinearGrid.h +++ b/Common/DataModel/vtkRectilinearGrid.h @@ -213,7 +213,7 @@ private: void Cleanup(); private: - vtkRectilinearGrid(const vtkRectilinearGrid&); // Not implemented. + vtkRectilinearGrid(const vtkRectilinearGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkReebGraph.h b/Common/DataModel/vtkReebGraph.h index dc51eefea03c4953ba56c3399954e40465c81e30..d4bb9589481a20855bf243555f51a59c68d76666 100644 --- a/Common/DataModel/vtkReebGraph.h +++ b/Common/DataModel/vtkReebGraph.h @@ -358,7 +358,7 @@ protected: Implementation* Storage; private: - vtkReebGraph(const vtkReebGraph&); // Not implemented. + vtkReebGraph(const vtkReebGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkReebGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkReebGraphSimplificationMetric.h b/Common/DataModel/vtkReebGraphSimplificationMetric.h index dc2468e8975d522006e56c2c23fee21fe5f12d78..b14e0442a54ab4531f3a90cedf21d20c0fd823bf 100644 --- a/Common/DataModel/vtkReebGraphSimplificationMetric.h +++ b/Common/DataModel/vtkReebGraphSimplificationMetric.h @@ -91,7 +91,7 @@ protected: double LowerBound, UpperBound; private: - vtkReebGraphSimplificationMetric(const vtkReebGraphSimplificationMetric&); // Not implemented. + vtkReebGraphSimplificationMetric(const vtkReebGraphSimplificationMetric&) VTK_DELETE_FUNCTION; void operator=(const vtkReebGraphSimplificationMetric&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkSelection.h b/Common/DataModel/vtkSelection.h index 1b80d5bbf90f66c0f1c1861fa41620316cfc7005..257020bdd0ff35279356f95144f014522da876e4 100644 --- a/Common/DataModel/vtkSelection.h +++ b/Common/DataModel/vtkSelection.h @@ -118,7 +118,7 @@ protected: ~vtkSelection(); private: - vtkSelection(const vtkSelection&); // Not implemented. + vtkSelection(const vtkSelection&) VTK_DELETE_FUNCTION; void operator=(const vtkSelection&) VTK_DELETE_FUNCTION; vtkSelectionInternals* Internal; diff --git a/Common/DataModel/vtkSelectionNode.h b/Common/DataModel/vtkSelectionNode.h index ad7e3d0159f7f12bb537fe719fa92c1552915826..a986728cf1823b54600faa711e7c2d8d9bcb8272 100644 --- a/Common/DataModel/vtkSelectionNode.h +++ b/Common/DataModel/vtkSelectionNode.h @@ -253,7 +253,7 @@ protected: char* QueryString; private: - vtkSelectionNode(const vtkSelectionNode&); // Not implemented. + vtkSelectionNode(const vtkSelectionNode&) VTK_DELETE_FUNCTION; void operator=(const vtkSelectionNode&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkSimpleCellTessellator.h b/Common/DataModel/vtkSimpleCellTessellator.h index b01c83568e154ca8a25a43886dbf88fc10422ec7..d7a60c951703bf8b63ab3d2aaa4f77cc11ca44e5 100644 --- a/Common/DataModel/vtkSimpleCellTessellator.h +++ b/Common/DataModel/vtkSimpleCellTessellator.h @@ -378,7 +378,7 @@ protected: int PointIdsCapacity; private: - vtkSimpleCellTessellator(const vtkSimpleCellTessellator&); // Not implemented. + vtkSimpleCellTessellator(const vtkSimpleCellTessellator&) VTK_DELETE_FUNCTION; void operator=(const vtkSimpleCellTessellator&) VTK_DELETE_FUNCTION; friend class vtkTetraTile; diff --git a/Common/DataModel/vtkSmoothErrorMetric.h b/Common/DataModel/vtkSmoothErrorMetric.h index bffee7e8ef01757cc24e7347484acd4e851b308c..6a37de6efd3e08330bd77fd664bf3c6d7e2bdbe3 100644 --- a/Common/DataModel/vtkSmoothErrorMetric.h +++ b/Common/DataModel/vtkSmoothErrorMetric.h @@ -101,7 +101,7 @@ protected: double CosTolerance; private: - vtkSmoothErrorMetric(const vtkSmoothErrorMetric&); // Not implemented. + vtkSmoothErrorMetric(const vtkSmoothErrorMetric&) VTK_DELETE_FUNCTION; void operator=(const vtkSmoothErrorMetric&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkSortFieldData.h b/Common/DataModel/vtkSortFieldData.h index b0091c64d7201bca7a830d828ab56aff85a1b2ee..d7b4347730425333420047aa093c8245176693fc 100644 --- a/Common/DataModel/vtkSortFieldData.h +++ b/Common/DataModel/vtkSortFieldData.h @@ -101,7 +101,7 @@ protected: virtual ~vtkSortFieldData(); private: - vtkSortFieldData(const vtkSortFieldData &); // Not implemented. + vtkSortFieldData(const vtkSortFieldData &) VTK_DELETE_FUNCTION; void operator=(const vtkSortFieldData &) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkSphere.h b/Common/DataModel/vtkSphere.h index 1fba2372b8ab1066b986add07a5e676b2da67b30..b69074bdae8d7678f59ba735a507abafb3344b8b 100644 --- a/Common/DataModel/vtkSphere.h +++ b/Common/DataModel/vtkSphere.h @@ -87,7 +87,7 @@ protected: double Center[3]; private: - vtkSphere(const vtkSphere&); // Not implemented. + vtkSphere(const vtkSphere&) VTK_DELETE_FUNCTION; void operator=(const vtkSphere&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkSpline.h b/Common/DataModel/vtkSpline.h index 0175d8af7ba25f4a3902c667677c87f25ed65db4..e7222fdf25ec2b3efb4a3a49393bb9b9bacc85a5 100644 --- a/Common/DataModel/vtkSpline.h +++ b/Common/DataModel/vtkSpline.h @@ -172,7 +172,7 @@ protected: int FindIndex(int size, double t); private: - vtkSpline(const vtkSpline&); // Not implemented. + vtkSpline(const vtkSpline&) VTK_DELETE_FUNCTION; void operator=(const vtkSpline&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkStaticCellLinks.h b/Common/DataModel/vtkStaticCellLinks.h index f5d0620f1240fc1b78b333ea67c4ec85d5b716aa..bb86cbc8555413adced76da1800345d20a99e6a9 100644 --- a/Common/DataModel/vtkStaticCellLinks.h +++ b/Common/DataModel/vtkStaticCellLinks.h @@ -91,7 +91,7 @@ protected: vtkStaticCellLinksTemplate *Impl; private: - vtkStaticCellLinks(const vtkStaticCellLinks&); // Not implemented. + vtkStaticCellLinks(const vtkStaticCellLinks&) VTK_DELETE_FUNCTION; void operator=(const vtkStaticCellLinks&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkStaticCellLinksTemplate.h b/Common/DataModel/vtkStaticCellLinksTemplate.h index 14a6ff515dbba0ab38b3a4996207a6d1ab30d1df..145f7df8ce0eca0ce5c8bd387bd69df1d49891a9 100644 --- a/Common/DataModel/vtkStaticCellLinksTemplate.h +++ b/Common/DataModel/vtkStaticCellLinksTemplate.h @@ -105,7 +105,7 @@ protected: TIds *Offsets; //offsets for each point into the link array private: - vtkStaticCellLinksTemplate(const vtkStaticCellLinksTemplate&); // Not implemented. + vtkStaticCellLinksTemplate(const vtkStaticCellLinksTemplate&) VTK_DELETE_FUNCTION; void operator=(const vtkStaticCellLinksTemplate&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkStaticPointLocator.h b/Common/DataModel/vtkStaticPointLocator.h index 9766785db0cc720d1d76067f5010de505d96974c..dde0b8b37b7baa422a2b67b45dd42a94aa07c896 100644 --- a/Common/DataModel/vtkStaticPointLocator.h +++ b/Common/DataModel/vtkStaticPointLocator.h @@ -160,7 +160,7 @@ protected: bool LargeIds; //indicate whether integer ids are small or large private: - vtkStaticPointLocator(const vtkStaticPointLocator&); // Not implemented. + vtkStaticPointLocator(const vtkStaticPointLocator&) VTK_DELETE_FUNCTION; void operator=(const vtkStaticPointLocator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkStructuredData.h b/Common/DataModel/vtkStructuredData.h index ad3be6cb8c5574c342da68088abfef9a72cca5d7..58d50b40e97b7976f2291754c52e11e161d41737 100644 --- a/Common/DataModel/vtkStructuredData.h +++ b/Common/DataModel/vtkStructuredData.h @@ -238,7 +238,7 @@ protected: } private: - vtkStructuredData(const vtkStructuredData&); // Not implemented. + vtkStructuredData(const vtkStructuredData&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredData&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkStructuredExtent.h b/Common/DataModel/vtkStructuredExtent.h index 5d328c0c325a9311e8eebe7b56e16926976f2109..31c9293cd31300888fd2144d3f1f89bfcf769a2b 100644 --- a/Common/DataModel/vtkStructuredExtent.h +++ b/Common/DataModel/vtkStructuredExtent.h @@ -64,7 +64,7 @@ protected: ~vtkStructuredExtent(); private: - vtkStructuredExtent(const vtkStructuredExtent&); // Not implemented. + vtkStructuredExtent(const vtkStructuredExtent&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredExtent&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkStructuredGrid.h b/Common/DataModel/vtkStructuredGrid.h index 0ccc0e43192ddd261d5494aa56da8d9e6c32c1f6..7373738b42a8b15b10dfb05dac765d84454f539d 100644 --- a/Common/DataModel/vtkStructuredGrid.h +++ b/Common/DataModel/vtkStructuredGrid.h @@ -226,7 +226,7 @@ private: static unsigned char MASKED_CELL_VALUE; private: - vtkStructuredGrid(const vtkStructuredGrid&); // Not implemented. + vtkStructuredGrid(const vtkStructuredGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkStructuredPoints.h b/Common/DataModel/vtkStructuredPoints.h index 135d9b733dcf8de605de2a8a39fb8be27c17c3de..69665c94cb93e518a19fae16e2951a0c9ba71234 100644 --- a/Common/DataModel/vtkStructuredPoints.h +++ b/Common/DataModel/vtkStructuredPoints.h @@ -45,7 +45,7 @@ protected: vtkStructuredPoints(); ~vtkStructuredPoints() {} private: - vtkStructuredPoints(const vtkStructuredPoints&); // Not implemented. + vtkStructuredPoints(const vtkStructuredPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkStructuredPointsCollection.h b/Common/DataModel/vtkStructuredPointsCollection.h index 3d1ef6e8be700a9007cb8d0c5c0f5ba2e021a8cc..7eb25428971d79d65ce0ac3ac921146b4282199e 100644 --- a/Common/DataModel/vtkStructuredPointsCollection.h +++ b/Common/DataModel/vtkStructuredPointsCollection.h @@ -64,7 +64,7 @@ private: void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); }; private: - vtkStructuredPointsCollection(const vtkStructuredPointsCollection&); // Not implemented. + vtkStructuredPointsCollection(const vtkStructuredPointsCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredPointsCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkSuperquadric.h b/Common/DataModel/vtkSuperquadric.h index f3cea0e12bff1125cec5e0e0e4928fbf09fd90c8..a4de5ee68c6b0700c94b9917843c4a2f6ecb78e5 100644 --- a/Common/DataModel/vtkSuperquadric.h +++ b/Common/DataModel/vtkSuperquadric.h @@ -112,7 +112,7 @@ protected: double Center[3]; double Scale[3]; private: - vtkSuperquadric(const vtkSuperquadric&); // Not implemented. + vtkSuperquadric(const vtkSuperquadric&) VTK_DELETE_FUNCTION; void operator=(const vtkSuperquadric&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkTable.h b/Common/DataModel/vtkTable.h index 608afe18eb704b81806ac6284356f193abc856cb..a4574e3fd1b2f6dc08093206e477eaeda14e5914 100644 --- a/Common/DataModel/vtkTable.h +++ b/Common/DataModel/vtkTable.h @@ -217,7 +217,7 @@ protected: vtkVariantArray* RowArray; private: - vtkTable(const vtkTable&); // Not implemented + vtkTable(const vtkTable&) VTK_DELETE_FUNCTION; void operator=(const vtkTable&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkTetra.h b/Common/DataModel/vtkTetra.h index 847e3ece1ea05888670109ee7dc96ffb4383a552..acdee729131ccd542b3379f6b98ba69aaf8b78f3 100644 --- a/Common/DataModel/vtkTetra.h +++ b/Common/DataModel/vtkTetra.h @@ -168,7 +168,7 @@ protected: vtkTriangle *Triangle; private: - vtkTetra(const vtkTetra&); // Not implemented. + vtkTetra(const vtkTetra&) VTK_DELETE_FUNCTION; void operator=(const vtkTetra&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkTree.h b/Common/DataModel/vtkTree.h index 3d681c9c20ff13392a2b8cc99c3793f638bc2dc2..06bce085b3bcd3fc9b4c95f03ff1f8a07a9de7e4 100644 --- a/Common/DataModel/vtkTree.h +++ b/Common/DataModel/vtkTree.h @@ -123,7 +123,7 @@ protected: vtkIdType Root; private: - vtkTree(const vtkTree&); // Not implemented. + vtkTree(const vtkTree&) VTK_DELETE_FUNCTION; void operator=(const vtkTree&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkTreeBFSIterator.h b/Common/DataModel/vtkTreeBFSIterator.h index 3665edfd9d8ef981785a2dd95cc2fc89f8a7dacd..fec214363d65595874f6ac94016a344950c8eb95 100644 --- a/Common/DataModel/vtkTreeBFSIterator.h +++ b/Common/DataModel/vtkTreeBFSIterator.h @@ -59,7 +59,7 @@ protected: }; private: - vtkTreeBFSIterator(const vtkTreeBFSIterator &); // Not implemented. + vtkTreeBFSIterator(const vtkTreeBFSIterator &) VTK_DELETE_FUNCTION; void operator=(const vtkTreeBFSIterator &) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkTreeDFSIterator.h b/Common/DataModel/vtkTreeDFSIterator.h index 6ae9bc114dae2ee4b23c5d30adfe622469f21f41..ce18c407d3fb245ccdbf11d1787fb8e69b402d92 100644 --- a/Common/DataModel/vtkTreeDFSIterator.h +++ b/Common/DataModel/vtkTreeDFSIterator.h @@ -85,7 +85,7 @@ protected: }; private: - vtkTreeDFSIterator(const vtkTreeDFSIterator &); // Not implemented. + vtkTreeDFSIterator(const vtkTreeDFSIterator &) VTK_DELETE_FUNCTION; void operator=(const vtkTreeDFSIterator &) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkTreeIterator.h b/Common/DataModel/vtkTreeIterator.h index 947ecc5326aa3439db490921da0c9a817ee1d40d..f311095f492a4327cca893884aa3cbeb31659aab 100644 --- a/Common/DataModel/vtkTreeIterator.h +++ b/Common/DataModel/vtkTreeIterator.h @@ -75,7 +75,7 @@ protected: vtkIdType NextId; private: - vtkTreeIterator(const vtkTreeIterator &); // Not implemented. + vtkTreeIterator(const vtkTreeIterator &) VTK_DELETE_FUNCTION; void operator=(const vtkTreeIterator &) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkTriQuadraticHexahedron.h b/Common/DataModel/vtkTriQuadraticHexahedron.h index 1ca01264fddbc4089c492a1e0f4212ace29c57ac..8a8a693ab6504f1bc4b3fb67961f3295fa5e4ac0 100644 --- a/Common/DataModel/vtkTriQuadraticHexahedron.h +++ b/Common/DataModel/vtkTriQuadraticHexahedron.h @@ -160,7 +160,7 @@ protected: vtkDoubleArray *Scalars; private: - vtkTriQuadraticHexahedron (const vtkTriQuadraticHexahedron &); // Not implemented. + vtkTriQuadraticHexahedron (const vtkTriQuadraticHexahedron &) VTK_DELETE_FUNCTION; void operator = (const vtkTriQuadraticHexahedron &) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkTriangle.h b/Common/DataModel/vtkTriangle.h index f9b930fedbab16d51626e537781469b618d9b8da..f7e71ee90154ae09e9b995c65d18ce106c647522 100644 --- a/Common/DataModel/vtkTriangle.h +++ b/Common/DataModel/vtkTriangle.h @@ -197,7 +197,7 @@ protected: vtkLine *Line; private: - vtkTriangle(const vtkTriangle&); // Not implemented. + vtkTriangle(const vtkTriangle&) VTK_DELETE_FUNCTION; void operator=(const vtkTriangle&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkTriangleStrip.h b/Common/DataModel/vtkTriangleStrip.h index b084df5360095f2873ad539b77099cd1d96de10b..8d5ef6e49483849bf8bf99e9378c31aef846dbc0 100644 --- a/Common/DataModel/vtkTriangleStrip.h +++ b/Common/DataModel/vtkTriangleStrip.h @@ -87,7 +87,7 @@ protected: vtkTriangle *Triangle; private: - vtkTriangleStrip(const vtkTriangleStrip&); // Not implemented. + vtkTriangleStrip(const vtkTriangleStrip&) VTK_DELETE_FUNCTION; void operator=(const vtkTriangleStrip&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkUndirectedGraph.h b/Common/DataModel/vtkUndirectedGraph.h index 7148f0712d0537c5b600fe7bc5ffab50eafcafd5..09549c4c90aa3400cd3e99778716a3aeae01bb97 100644 --- a/Common/DataModel/vtkUndirectedGraph.h +++ b/Common/DataModel/vtkUndirectedGraph.h @@ -96,7 +96,7 @@ protected: virtual void GetInEdges(vtkIdType v, const vtkInEdgeType *& edges, vtkIdType & nedges); private: - vtkUndirectedGraph(const vtkUndirectedGraph&); // Not implemented. + vtkUndirectedGraph(const vtkUndirectedGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkUndirectedGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkUniformGrid.h b/Common/DataModel/vtkUniformGrid.h index c8833714fceaebbbd42dc998e7f9943f016f9f25..6f86fa0f691aad4d6e9d1eb252f3b4237be27bdc 100644 --- a/Common/DataModel/vtkUniformGrid.h +++ b/Common/DataModel/vtkUniformGrid.h @@ -167,7 +167,7 @@ protected: vtkEmptyCell* GetEmptyCell(); private: - vtkUniformGrid(const vtkUniformGrid&); // Not implemented. + vtkUniformGrid(const vtkUniformGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkUniformGrid&) VTK_DELETE_FUNCTION; vtkEmptyCell *EmptyCell; diff --git a/Common/DataModel/vtkUniformGridAMR.h b/Common/DataModel/vtkUniformGridAMR.h index 90461c5b549408d5b44b149f7ab1a0dc048f5ebf..87553243dab22337e8353cb75a714de21b710595 100644 --- a/Common/DataModel/vtkUniformGridAMR.h +++ b/Common/DataModel/vtkUniformGridAMR.h @@ -138,7 +138,7 @@ protected: private: - vtkUniformGridAMR(const vtkUniformGridAMR&); // Not implemented. + vtkUniformGridAMR(const vtkUniformGridAMR&) VTK_DELETE_FUNCTION; void operator=(const vtkUniformGridAMR&) VTK_DELETE_FUNCTION; friend class vtkUniformGridAMRDataIterator; diff --git a/Common/DataModel/vtkUniformGridAMRDataIterator.h b/Common/DataModel/vtkUniformGridAMRDataIterator.h index ce82ad834a3f8acdb2b7072728221301bd42ad7f..4e328809f426cbd6aa7459af216fbae6690e9efe 100644 --- a/Common/DataModel/vtkUniformGridAMRDataIterator.h +++ b/Common/DataModel/vtkUniformGridAMRDataIterator.h @@ -86,7 +86,7 @@ protected: ~vtkUniformGridAMRDataIterator(); vtkSmartPointer Iter; private: - vtkUniformGridAMRDataIterator(const vtkUniformGridAMRDataIterator&); // Not implemented. + vtkUniformGridAMRDataIterator(const vtkUniformGridAMRDataIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkUniformGridAMRDataIterator&) VTK_DELETE_FUNCTION; vtkSmartPointer Information; diff --git a/Common/DataModel/vtkUnstructuredGrid.h b/Common/DataModel/vtkUnstructuredGrid.h index c3ab6754aad6a916ba0372b7cd9762aebf45da67..b1531f1a1022100f529df887067a481b9c567d13 100644 --- a/Common/DataModel/vtkUnstructuredGrid.h +++ b/Common/DataModel/vtkUnstructuredGrid.h @@ -369,7 +369,7 @@ protected: private: // Hide these from the user and the compiler. - vtkUnstructuredGrid(const vtkUnstructuredGrid&); // Not implemented. + vtkUnstructuredGrid(const vtkUnstructuredGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkUnstructuredGrid&) VTK_DELETE_FUNCTION; void Cleanup(); diff --git a/Common/DataModel/vtkUnstructuredGridBase.h b/Common/DataModel/vtkUnstructuredGridBase.h index 92a4628702b15ba3632b5b5eb4082b0a8e95ea9b..53cf3ef3c59f79abcea5d3623a8693b1d563b365 100644 --- a/Common/DataModel/vtkUnstructuredGridBase.h +++ b/Common/DataModel/vtkUnstructuredGridBase.h @@ -103,7 +103,7 @@ protected: ~vtkUnstructuredGridBase(); private: - vtkUnstructuredGridBase(const vtkUnstructuredGridBase&); // Not implemented. + vtkUnstructuredGridBase(const vtkUnstructuredGridBase&) VTK_DELETE_FUNCTION; void operator=(const vtkUnstructuredGridBase&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkUnstructuredGridCellIterator.h b/Common/DataModel/vtkUnstructuredGridCellIterator.h index dda943dd601c8a31e717863379d97d6a9f73aa82..6b0789bc470eefed84ebfc5c35aac7a0dbe8784b 100644 --- a/Common/DataModel/vtkUnstructuredGridCellIterator.h +++ b/Common/DataModel/vtkUnstructuredGridCellIterator.h @@ -71,7 +71,7 @@ protected: vtkSmartPointer UnstructuredGridPoints; private: - vtkUnstructuredGridCellIterator(const vtkUnstructuredGridCellIterator &); // Not implemented. + vtkUnstructuredGridCellIterator(const vtkUnstructuredGridCellIterator &) VTK_DELETE_FUNCTION; void operator=(const vtkUnstructuredGridCellIterator &) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkVertex.h b/Common/DataModel/vtkVertex.h index 12b55cce938c33c78df2c3cda5961c605145cde7..dea460dd675cf6d1e392c826e4df56b48465768d 100644 --- a/Common/DataModel/vtkVertex.h +++ b/Common/DataModel/vtkVertex.h @@ -118,7 +118,7 @@ protected: ~vtkVertex() {} private: - vtkVertex(const vtkVertex&); // Not implemented. + vtkVertex(const vtkVertex&) VTK_DELETE_FUNCTION; void operator=(const vtkVertex&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkVertexListIterator.h b/Common/DataModel/vtkVertexListIterator.h index 24c8ca5fa8942736ab8e62ccef0d75b9175f0334..01cf9513ee7b4a945b0160fb37c1ceb65cfe8af1 100644 --- a/Common/DataModel/vtkVertexListIterator.h +++ b/Common/DataModel/vtkVertexListIterator.h @@ -78,7 +78,7 @@ protected: vtkIdType End; private: - vtkVertexListIterator(const vtkVertexListIterator&); // Not implemented. + vtkVertexListIterator(const vtkVertexListIterator&) VTK_DELETE_FUNCTION; void operator=(const vtkVertexListIterator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkVoxel.h b/Common/DataModel/vtkVoxel.h index 688e3093703cbb9b096bd39bf153eff2f716f750..b9e13108af89002eaf0f535383c2ad075d9f573a 100644 --- a/Common/DataModel/vtkVoxel.h +++ b/Common/DataModel/vtkVoxel.h @@ -102,7 +102,7 @@ protected: ~vtkVoxel(); private: - vtkVoxel(const vtkVoxel&); // Not implemented. + vtkVoxel(const vtkVoxel&) VTK_DELETE_FUNCTION; void operator=(const vtkVoxel&) VTK_DELETE_FUNCTION; vtkLine *Line; diff --git a/Common/DataModel/vtkWedge.h b/Common/DataModel/vtkWedge.h index 8b1dee03c3a19ba3a76d033c554761955c07e407..3829ec07e914ba7ba1e6dddab1ad32920fd19d8a 100644 --- a/Common/DataModel/vtkWedge.h +++ b/Common/DataModel/vtkWedge.h @@ -113,7 +113,7 @@ protected: vtkQuad *Quad; private: - vtkWedge(const vtkWedge&); // Not implemented. + vtkWedge(const vtkWedge&) VTK_DELETE_FUNCTION; void operator=(const vtkWedge&) VTK_DELETE_FUNCTION; }; diff --git a/Common/DataModel/vtkXMLDataElement.h b/Common/DataModel/vtkXMLDataElement.h index 9cfe880c4456d7129baea1186c7d171840de0550..7bb6da96461afbb479a939c347a8e5850d4cd4a2 100644 --- a/Common/DataModel/vtkXMLDataElement.h +++ b/Common/DataModel/vtkXMLDataElement.h @@ -276,7 +276,7 @@ protected: friend class vtkXMLMaterialParser; private: - vtkXMLDataElement(const vtkXMLDataElement&); // Not implemented. + vtkXMLDataElement(const vtkXMLDataElement&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLDataElement&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/Testing/Cxx/TestCopyAttributeData.cxx b/Common/ExecutionModel/Testing/Cxx/TestCopyAttributeData.cxx index 40dc4be2d0bceae696680149f61d1f5b6ecb5791..89b97081583aa397697f3742bbc52f5caaa6916f 100644 --- a/Common/ExecutionModel/Testing/Cxx/TestCopyAttributeData.cxx +++ b/Common/ExecutionModel/Testing/Cxx/TestCopyAttributeData.cxx @@ -51,7 +51,7 @@ protected: vtkInformationVector* outputVector); private: - vtkDummyImageFilter(const vtkDummyImageFilter&); // Not implemented. + vtkDummyImageFilter(const vtkDummyImageFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkDummyImageFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkAlgorithm.h b/Common/ExecutionModel/vtkAlgorithm.h index 5a5ecc4eac027c644a0030311184a18ed88a4bee..70cb12cd5639fc4a41e992aaeca3c7dcf546dd74 100644 --- a/Common/ExecutionModel/vtkAlgorithm.h +++ b/Common/ExecutionModel/vtkAlgorithm.h @@ -828,7 +828,7 @@ private: static void ConnectionRemoveAllOutput(vtkAlgorithm* producer, int port); private: - vtkAlgorithm(const vtkAlgorithm&); // Not implemented. + vtkAlgorithm(const vtkAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkAlgorithmOutput.h b/Common/ExecutionModel/vtkAlgorithmOutput.h index bbc723705bf6753f33172558a13e7fbea6617a76..6801dc7626b58dd76890eae89309c4f82e7f50cd 100644 --- a/Common/ExecutionModel/vtkAlgorithmOutput.h +++ b/Common/ExecutionModel/vtkAlgorithmOutput.h @@ -51,7 +51,7 @@ protected: vtkAlgorithm* Producer; private: - vtkAlgorithmOutput(const vtkAlgorithmOutput&); // Not implemented. + vtkAlgorithmOutput(const vtkAlgorithmOutput&) VTK_DELETE_FUNCTION; void operator=(const vtkAlgorithmOutput&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkAnnotationLayersAlgorithm.h b/Common/ExecutionModel/vtkAnnotationLayersAlgorithm.h index 6d16adabdb37de203d816b74db4b3ad3afcbbfd8..c8abdd75226c0fef61e387e310dd53ebb7c395e3 100644 --- a/Common/ExecutionModel/vtkAnnotationLayersAlgorithm.h +++ b/Common/ExecutionModel/vtkAnnotationLayersAlgorithm.h @@ -90,7 +90,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkAnnotationLayersAlgorithm(const vtkAnnotationLayersAlgorithm&); // Not implemented. + vtkAnnotationLayersAlgorithm(const vtkAnnotationLayersAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkAnnotationLayersAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkArrayDataAlgorithm.h b/Common/ExecutionModel/vtkArrayDataAlgorithm.h index 2f30f7f4313d75694e2eb83a3b5fe95c47fb798d..a60253b598a84c850397d9ce8ccf5a31fffaa376 100644 --- a/Common/ExecutionModel/vtkArrayDataAlgorithm.h +++ b/Common/ExecutionModel/vtkArrayDataAlgorithm.h @@ -100,7 +100,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkArrayDataAlgorithm(const vtkArrayDataAlgorithm&); // Not implemented. + vtkArrayDataAlgorithm(const vtkArrayDataAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkArrayDataAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkCachedStreamingDemandDrivenPipeline.h b/Common/ExecutionModel/vtkCachedStreamingDemandDrivenPipeline.h index 2019f37f5b90deb772d672a68aa4e9a09867bf5f..ed965b9f7907af27d87935ab9c4141a896a3c022 100644 --- a/Common/ExecutionModel/vtkCachedStreamingDemandDrivenPipeline.h +++ b/Common/ExecutionModel/vtkCachedStreamingDemandDrivenPipeline.h @@ -60,7 +60,7 @@ protected: private: vtkCachedStreamingDemandDrivenPipelineInternals* CachedStreamingDemandDrivenInternal; private: - vtkCachedStreamingDemandDrivenPipeline(const vtkCachedStreamingDemandDrivenPipeline&); // Not implemented. + vtkCachedStreamingDemandDrivenPipeline(const vtkCachedStreamingDemandDrivenPipeline&) VTK_DELETE_FUNCTION; void operator=(const vtkCachedStreamingDemandDrivenPipeline&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkCastToConcrete.h b/Common/ExecutionModel/vtkCastToConcrete.h index dc7badf2088894be1ac36608505cbf7792ca88f1..5f54276d9d008affd546dbc2ec1252ae7e219fbe 100644 --- a/Common/ExecutionModel/vtkCastToConcrete.h +++ b/Common/ExecutionModel/vtkCastToConcrete.h @@ -56,7 +56,7 @@ protected: virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); //insures compatibility; satisfies abstract api in vtkFilter virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkCastToConcrete(const vtkCastToConcrete&); // Not implemented. + vtkCastToConcrete(const vtkCastToConcrete&) VTK_DELETE_FUNCTION; void operator=(const vtkCastToConcrete&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkCompositeDataPipeline.h b/Common/ExecutionModel/vtkCompositeDataPipeline.h index 729a0ee40e4e795178e9dc97dc0fcb2dd0260335..428e36e3f72709fd4b5fce87991c1f69cf31e6eb 100644 --- a/Common/ExecutionModel/vtkCompositeDataPipeline.h +++ b/Common/ExecutionModel/vtkCompositeDataPipeline.h @@ -218,7 +218,7 @@ protected: static vtkInformationIntegerVectorKey* DATA_COMPOSITE_INDICES(); private: - vtkCompositeDataPipeline(const vtkCompositeDataPipeline&); // Not implemented. + vtkCompositeDataPipeline(const vtkCompositeDataPipeline&) VTK_DELETE_FUNCTION; void operator=(const vtkCompositeDataPipeline&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkCompositeDataSetAlgorithm.h b/Common/ExecutionModel/vtkCompositeDataSetAlgorithm.h index 4998f685938d76360b7b47d5199fba68f064cf44..ada3c00354dc3c93c0968da79654a95e95979f43 100644 --- a/Common/ExecutionModel/vtkCompositeDataSetAlgorithm.h +++ b/Common/ExecutionModel/vtkCompositeDataSetAlgorithm.h @@ -97,7 +97,7 @@ protected: vtkDataObject *GetInput(int port); private: - vtkCompositeDataSetAlgorithm(const vtkCompositeDataSetAlgorithm&); // Not implemented. + vtkCompositeDataSetAlgorithm(const vtkCompositeDataSetAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkCompositeDataSetAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkDataObjectAlgorithm.h b/Common/ExecutionModel/vtkDataObjectAlgorithm.h index 0e67b65b54ee5640b0db632c1e53bdab6f240f5b..a74d7108a7726312df3843af65d81584086d9953 100644 --- a/Common/ExecutionModel/vtkDataObjectAlgorithm.h +++ b/Common/ExecutionModel/vtkDataObjectAlgorithm.h @@ -117,7 +117,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkDataObjectAlgorithm(const vtkDataObjectAlgorithm&); // Not implemented. + vtkDataObjectAlgorithm(const vtkDataObjectAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkDataObjectAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkDataSetAlgorithm.h b/Common/ExecutionModel/vtkDataSetAlgorithm.h index 41fb0de84570e54b9b35eb89e69e138fd6e98bc7..dd4a87c8b8115e4d9dff593d0f9712678850b953 100644 --- a/Common/ExecutionModel/vtkDataSetAlgorithm.h +++ b/Common/ExecutionModel/vtkDataSetAlgorithm.h @@ -164,7 +164,7 @@ protected: vtkDataObject *GetInput(int port); private: - vtkDataSetAlgorithm(const vtkDataSetAlgorithm&); // Not implemented. + vtkDataSetAlgorithm(const vtkDataSetAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkDemandDrivenPipeline.h b/Common/ExecutionModel/vtkDemandDrivenPipeline.h index 12c36afe7371725778bafa57bf6656cd630cc8e1..63cefc41cbe3bd47c0620841297fe9a781be5afc 100644 --- a/Common/ExecutionModel/vtkDemandDrivenPipeline.h +++ b/Common/ExecutionModel/vtkDemandDrivenPipeline.h @@ -219,7 +219,7 @@ protected: vtkInformation *DataRequest; private: - vtkDemandDrivenPipeline(const vtkDemandDrivenPipeline&); // Not implemented. + vtkDemandDrivenPipeline(const vtkDemandDrivenPipeline&) VTK_DELETE_FUNCTION; void operator=(const vtkDemandDrivenPipeline&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkDirectedGraphAlgorithm.h b/Common/ExecutionModel/vtkDirectedGraphAlgorithm.h index ca07834f1d919d1324c06c905657170c75226e07..d535f8345617bf27d7c73db727f44e6bdc9d420e 100644 --- a/Common/ExecutionModel/vtkDirectedGraphAlgorithm.h +++ b/Common/ExecutionModel/vtkDirectedGraphAlgorithm.h @@ -99,7 +99,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkDirectedGraphAlgorithm(const vtkDirectedGraphAlgorithm&); // Not implemented. + vtkDirectedGraphAlgorithm(const vtkDirectedGraphAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkDirectedGraphAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkEnsembleSource.h b/Common/ExecutionModel/vtkEnsembleSource.h index 6f574f3cca5d81967ccfb4d170795bb5c535bc29..9961dee9b10f5949b6b859db4a96ef03b682f3e3 100644 --- a/Common/ExecutionModel/vtkEnsembleSource.h +++ b/Common/ExecutionModel/vtkEnsembleSource.h @@ -97,7 +97,7 @@ protected: vtkTable* MetaData; private: - vtkEnsembleSource(const vtkEnsembleSource&); // Not implemented. + vtkEnsembleSource(const vtkEnsembleSource&) VTK_DELETE_FUNCTION; void operator=(const vtkEnsembleSource&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkExecutive.h b/Common/ExecutionModel/vtkExecutive.h index 647d62b03985b19d5ab3898310d55fb3d79aba59..6ecbb32078dca04cb4179da6b3e2ab2b2d776d30 100644 --- a/Common/ExecutionModel/vtkExecutive.h +++ b/Common/ExecutionModel/vtkExecutive.h @@ -244,7 +244,7 @@ private: friend class vtkAlgorithmToExecutiveFriendship; private: - vtkExecutive(const vtkExecutive&); // Not implemented. + vtkExecutive(const vtkExecutive&) VTK_DELETE_FUNCTION; void operator=(const vtkExecutive&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkExtentRCBPartitioner.h b/Common/ExecutionModel/vtkExtentRCBPartitioner.h index 027ac9220ec07a300a27a37ace2b0b297b7c194f..f36aa97f7c4dc12dea2b36500a68976be743124e 100644 --- a/Common/ExecutionModel/vtkExtentRCBPartitioner.h +++ b/Common/ExecutionModel/vtkExtentRCBPartitioner.h @@ -182,7 +182,7 @@ class VTKCOMMONEXECUTIONMODEL_EXPORT vtkExtentRCBPartitioner : public vtkObject std::vector PartitionExtents; private: - vtkExtentRCBPartitioner( const vtkExtentRCBPartitioner& );// Not implemented + vtkExtentRCBPartitioner( const vtkExtentRCBPartitioner& ) VTK_DELETE_FUNCTION; void operator=( const vtkExtentRCBPartitioner& ) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkExtentSplitter.h b/Common/ExecutionModel/vtkExtentSplitter.h index 44d27f40b4ba9e73fff4bd56dd975170198ffdc1..92cab7184e16e253606193d368e3113e746d410d 100644 --- a/Common/ExecutionModel/vtkExtentSplitter.h +++ b/Common/ExecutionModel/vtkExtentSplitter.h @@ -110,7 +110,7 @@ protected: int PointMode; private: - vtkExtentSplitter(const vtkExtentSplitter&); // Not implemented. + vtkExtentSplitter(const vtkExtentSplitter&) VTK_DELETE_FUNCTION; void operator=(const vtkExtentSplitter&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkExtentTranslator.h b/Common/ExecutionModel/vtkExtentTranslator.h index 5c7fad6bfa18243e13728b96bd608131a744584f..aac1e2313eeeaca50ca6e07c886ca4a0160354ee 100644 --- a/Common/ExecutionModel/vtkExtentTranslator.h +++ b/Common/ExecutionModel/vtkExtentTranslator.h @@ -132,7 +132,7 @@ protected: int SplitLen; private: - vtkExtentTranslator(const vtkExtentTranslator&); // Not implemented. + vtkExtentTranslator(const vtkExtentTranslator&) VTK_DELETE_FUNCTION; void operator=(const vtkExtentTranslator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkGraphAlgorithm.h b/Common/ExecutionModel/vtkGraphAlgorithm.h index 77a1e0f7ae021475d9b85d3e2b8e0b9e6869dbf4..3fc40b123cd6f7f0de08d46e7baaad6b0e97615f 100644 --- a/Common/ExecutionModel/vtkGraphAlgorithm.h +++ b/Common/ExecutionModel/vtkGraphAlgorithm.h @@ -103,7 +103,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkGraphAlgorithm(const vtkGraphAlgorithm&); // Not implemented. + vtkGraphAlgorithm(const vtkGraphAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkHierarchicalBoxDataSetAlgorithm.h b/Common/ExecutionModel/vtkHierarchicalBoxDataSetAlgorithm.h index 441d568fd3858ac4f65b6e40155c1be784b02c88..35e4529aa58626529ab50d414ddd343fb4f0bd19 100644 --- a/Common/ExecutionModel/vtkHierarchicalBoxDataSetAlgorithm.h +++ b/Common/ExecutionModel/vtkHierarchicalBoxDataSetAlgorithm.h @@ -96,7 +96,7 @@ protected: vtkDataObject *GetInput(int port); private: - vtkHierarchicalBoxDataSetAlgorithm(const vtkHierarchicalBoxDataSetAlgorithm&); // Not implemented. + vtkHierarchicalBoxDataSetAlgorithm(const vtkHierarchicalBoxDataSetAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkHierarchicalBoxDataSetAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkHyperOctreeAlgorithm.h b/Common/ExecutionModel/vtkHyperOctreeAlgorithm.h index 9493379aee0c3427e75750ecb1ae26ed33e85aad..1977fded111370f1f883aac7016a4fb657511c25 100644 --- a/Common/ExecutionModel/vtkHyperOctreeAlgorithm.h +++ b/Common/ExecutionModel/vtkHyperOctreeAlgorithm.h @@ -101,7 +101,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkHyperOctreeAlgorithm(const vtkHyperOctreeAlgorithm&); // Not implemented. + vtkHyperOctreeAlgorithm(const vtkHyperOctreeAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkHyperTreeGridAlgorithm.h b/Common/ExecutionModel/vtkHyperTreeGridAlgorithm.h index f8edb417f5afe68d541f1fad76b78a0c323052cb..57114dfafcbe769cd2f7ec1e0f050d78ddc9258a 100644 --- a/Common/ExecutionModel/vtkHyperTreeGridAlgorithm.h +++ b/Common/ExecutionModel/vtkHyperTreeGridAlgorithm.h @@ -106,7 +106,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkHyperTreeGridAlgorithm(const vtkHyperTreeGridAlgorithm&); // Not implemented. + vtkHyperTreeGridAlgorithm(const vtkHyperTreeGridAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperTreeGridAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkImageAlgorithm.h b/Common/ExecutionModel/vtkImageAlgorithm.h index fb98cd0e0c215b7321e6d1717d9fbed0b67d6bc7..b0ed5971bd207ec3314db7fa9f3a5b0ba414ce95 100644 --- a/Common/ExecutionModel/vtkImageAlgorithm.h +++ b/Common/ExecutionModel/vtkImageAlgorithm.h @@ -149,7 +149,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkImageAlgorithm(const vtkImageAlgorithm&); // Not implemented. + vtkImageAlgorithm(const vtkImageAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkImageAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkImageInPlaceFilter.h b/Common/ExecutionModel/vtkImageInPlaceFilter.h index eb953467593a125ab2abcdeb1bb7f3a422a8a9f9..a583f0fd51864da6e44a801096e3536f4864fc0e 100644 --- a/Common/ExecutionModel/vtkImageInPlaceFilter.h +++ b/Common/ExecutionModel/vtkImageInPlaceFilter.h @@ -43,7 +43,7 @@ protected: void CopyData(vtkImageData *in, vtkImageData *out, int* outExt); private: - vtkImageInPlaceFilter(const vtkImageInPlaceFilter&); // Not implemented. + vtkImageInPlaceFilter(const vtkImageInPlaceFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkImageInPlaceFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkImageToStructuredPoints.h b/Common/ExecutionModel/vtkImageToStructuredPoints.h index 1a6f0484fe88c38e415f902e269908843af13917..dfaafb213b1b513a0d01e928559197cf3dc5f0da 100644 --- a/Common/ExecutionModel/vtkImageToStructuredPoints.h +++ b/Common/ExecutionModel/vtkImageToStructuredPoints.h @@ -61,7 +61,7 @@ protected: virtual int FillInputPortInformation(int, vtkInformation*); private: - vtkImageToStructuredPoints(const vtkImageToStructuredPoints&); // Not implemented. + vtkImageToStructuredPoints(const vtkImageToStructuredPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkImageToStructuredPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkInformationDataObjectMetaDataKey.h b/Common/ExecutionModel/vtkInformationDataObjectMetaDataKey.h index 04334eb1c3cdc45094fe4a3ab695134d438a81cd..1938af9a6ff4e749d0d7a9e8a503d44638cb5ed9 100644 --- a/Common/ExecutionModel/vtkInformationDataObjectMetaDataKey.h +++ b/Common/ExecutionModel/vtkInformationDataObjectMetaDataKey.h @@ -52,7 +52,7 @@ public: vtkInformation* toInfo); private: - vtkInformationDataObjectMetaDataKey(const vtkInformationDataObjectMetaDataKey&); // Not implemented. + vtkInformationDataObjectMetaDataKey(const vtkInformationDataObjectMetaDataKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationDataObjectMetaDataKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkInformationExecutivePortKey.h b/Common/ExecutionModel/vtkInformationExecutivePortKey.h index aac7ce17b9458e4afd445691e1828849df85bf88..bf623c2e77a9aaa9f37be1c52c72c8653d7ce52a 100644 --- a/Common/ExecutionModel/vtkInformationExecutivePortKey.h +++ b/Common/ExecutionModel/vtkInformationExecutivePortKey.h @@ -69,7 +69,7 @@ public: virtual void Print(ostream& os, vtkInformation* info); private: - vtkInformationExecutivePortKey(const vtkInformationExecutivePortKey&); // Not implemented. + vtkInformationExecutivePortKey(const vtkInformationExecutivePortKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationExecutivePortKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkInformationExecutivePortVectorKey.h b/Common/ExecutionModel/vtkInformationExecutivePortVectorKey.h index 89653d66650b09b27ecb05f06431e4879e75bb94..9436c162be90681c9ce169c3a97c3bd471dc3adf 100644 --- a/Common/ExecutionModel/vtkInformationExecutivePortVectorKey.h +++ b/Common/ExecutionModel/vtkInformationExecutivePortVectorKey.h @@ -85,7 +85,7 @@ protected: int* GetPortsWatchAddress(vtkInformation* info); private: - vtkInformationExecutivePortVectorKey(const vtkInformationExecutivePortVectorKey&); // Not implemented. + vtkInformationExecutivePortVectorKey(const vtkInformationExecutivePortVectorKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationExecutivePortVectorKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkInformationIntegerRequestKey.h b/Common/ExecutionModel/vtkInformationIntegerRequestKey.h index 99d78abe0fcfd28ddd49f293b9dee8337291b819..3911559d565de7158a0e5f7615434d42cdfe9992 100644 --- a/Common/ExecutionModel/vtkInformationIntegerRequestKey.h +++ b/Common/ExecutionModel/vtkInformationIntegerRequestKey.h @@ -78,7 +78,7 @@ protected: vtkInformationIntegerKey* DataKey; private: - vtkInformationIntegerRequestKey(const vtkInformationIntegerRequestKey&); // Not implemented. + vtkInformationIntegerRequestKey(const vtkInformationIntegerRequestKey&) VTK_DELETE_FUNCTION; void operator=(const vtkInformationIntegerRequestKey&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkMultiBlockDataSetAlgorithm.h b/Common/ExecutionModel/vtkMultiBlockDataSetAlgorithm.h index 839c3b79b5b2d1459ba9c1d044cf05dde8c9fa46..f722997707be727ff47f8962bf0e10385d7242e2 100644 --- a/Common/ExecutionModel/vtkMultiBlockDataSetAlgorithm.h +++ b/Common/ExecutionModel/vtkMultiBlockDataSetAlgorithm.h @@ -97,7 +97,7 @@ protected: vtkDataObject *GetInput(int port); private: - vtkMultiBlockDataSetAlgorithm(const vtkMultiBlockDataSetAlgorithm&); // Not implemented. + vtkMultiBlockDataSetAlgorithm(const vtkMultiBlockDataSetAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkMultiBlockDataSetAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h b/Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h index 04fa67acd48164dfd0511d5685cafbaf93b4da8f..052cd974226bf84546da4baa97a36198a0f785c9 100644 --- a/Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h +++ b/Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h @@ -92,7 +92,7 @@ protected: unsigned int NumberOfCacheEntries; private: - vtkMultiTimeStepAlgorithm(const vtkMultiTimeStepAlgorithm&); // Not implemented. + vtkMultiTimeStepAlgorithm(const vtkMultiTimeStepAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkMultiTimeStepAlgorithm&) VTK_DELETE_FUNCTION; diff --git a/Common/ExecutionModel/vtkNonOverlappingAMRAlgorithm.h b/Common/ExecutionModel/vtkNonOverlappingAMRAlgorithm.h index b83747cb88af55274102010835c18e37a6102b0b..a0199f06a252536519c538d67797f6dcba80d0e7 100644 --- a/Common/ExecutionModel/vtkNonOverlappingAMRAlgorithm.h +++ b/Common/ExecutionModel/vtkNonOverlappingAMRAlgorithm.h @@ -49,7 +49,7 @@ class VTKCOMMONEXECUTIONMODEL_EXPORT vtkNonOverlappingAMRAlgorithm : virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkNonOverlappingAMRAlgorithm(const vtkNonOverlappingAMRAlgorithm&); // Not implemented + vtkNonOverlappingAMRAlgorithm(const vtkNonOverlappingAMRAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkNonOverlappingAMRAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkOverlappingAMRAlgorithm.h b/Common/ExecutionModel/vtkOverlappingAMRAlgorithm.h index ba2a9caa0caa5d62c7618b6ae0d2b8f1475ecffd..18af7ed28221e778717f41de371cdbf14aa0e67f 100644 --- a/Common/ExecutionModel/vtkOverlappingAMRAlgorithm.h +++ b/Common/ExecutionModel/vtkOverlappingAMRAlgorithm.h @@ -50,7 +50,7 @@ class VTKCOMMONEXECUTIONMODEL_EXPORT vtkOverlappingAMRAlgorithm : virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkOverlappingAMRAlgorithm(const vtkOverlappingAMRAlgorithm&); // Not implemented + vtkOverlappingAMRAlgorithm(const vtkOverlappingAMRAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkOverlappingAMRAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkPassInputTypeAlgorithm.h b/Common/ExecutionModel/vtkPassInputTypeAlgorithm.h index ac7302771fc8540bdf761c26187aaa51284566a5..e6f4728f9c35d822a30bad8c3f7736c4110a3257 100644 --- a/Common/ExecutionModel/vtkPassInputTypeAlgorithm.h +++ b/Common/ExecutionModel/vtkPassInputTypeAlgorithm.h @@ -181,7 +181,7 @@ protected: vtkDataObject *GetInput(int port); private: - vtkPassInputTypeAlgorithm(const vtkPassInputTypeAlgorithm&); // Not implemented. + vtkPassInputTypeAlgorithm(const vtkPassInputTypeAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkPassInputTypeAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkPiecewiseFunctionAlgorithm.h b/Common/ExecutionModel/vtkPiecewiseFunctionAlgorithm.h index b0e7d8edecbf2911d79c146333e56095635da7fb..af337b16a899b02635def6d0802301b66110e348 100644 --- a/Common/ExecutionModel/vtkPiecewiseFunctionAlgorithm.h +++ b/Common/ExecutionModel/vtkPiecewiseFunctionAlgorithm.h @@ -91,7 +91,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkPiecewiseFunctionAlgorithm(const vtkPiecewiseFunctionAlgorithm&); // Not implemented. + vtkPiecewiseFunctionAlgorithm(const vtkPiecewiseFunctionAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkPiecewiseFunctionAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkPiecewiseFunctionShiftScale.h b/Common/ExecutionModel/vtkPiecewiseFunctionShiftScale.h index fca726af0ed62891439d21f1e33d293f6780676e..aceeec4159fc073a0001c2333fd3427a09fa154a 100644 --- a/Common/ExecutionModel/vtkPiecewiseFunctionShiftScale.h +++ b/Common/ExecutionModel/vtkPiecewiseFunctionShiftScale.h @@ -55,7 +55,7 @@ protected: double ValueScale; private: - vtkPiecewiseFunctionShiftScale(const vtkPiecewiseFunctionShiftScale&); // Not implemented + vtkPiecewiseFunctionShiftScale(const vtkPiecewiseFunctionShiftScale&) VTK_DELETE_FUNCTION; void operator=(const vtkPiecewiseFunctionShiftScale&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkPointSetAlgorithm.h b/Common/ExecutionModel/vtkPointSetAlgorithm.h index 0e3cb54136a6697f3dd7299ea40462a149284f23..80850e73088d577d3e7639252077582b082aaed0 100644 --- a/Common/ExecutionModel/vtkPointSetAlgorithm.h +++ b/Common/ExecutionModel/vtkPointSetAlgorithm.h @@ -130,7 +130,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkPointSetAlgorithm(const vtkPointSetAlgorithm&); // Not implemented. + vtkPointSetAlgorithm(const vtkPointSetAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkPointSetAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkPolyDataAlgorithm.h b/Common/ExecutionModel/vtkPolyDataAlgorithm.h index d24c67af284b8528b75d79c323b6024831e55471..7a81d9a49f9d9cb881e186b7b489a441e78827b3 100644 --- a/Common/ExecutionModel/vtkPolyDataAlgorithm.h +++ b/Common/ExecutionModel/vtkPolyDataAlgorithm.h @@ -102,7 +102,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkPolyDataAlgorithm(const vtkPolyDataAlgorithm&); // Not implemented. + vtkPolyDataAlgorithm(const vtkPolyDataAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkProgressObserver.h b/Common/ExecutionModel/vtkProgressObserver.h index 0387debc7c59e4effc0492bf5aed2ab1f4db3702..0fde9785a9f9d8394b0610a4910d81e6027624f3 100644 --- a/Common/ExecutionModel/vtkProgressObserver.h +++ b/Common/ExecutionModel/vtkProgressObserver.h @@ -53,7 +53,7 @@ protected: double Progress; private: - vtkProgressObserver(const vtkProgressObserver&); // Not implemented. + vtkProgressObserver(const vtkProgressObserver&) VTK_DELETE_FUNCTION; void operator=(const vtkProgressObserver&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkRectilinearGridAlgorithm.h b/Common/ExecutionModel/vtkRectilinearGridAlgorithm.h index 1a184a98ebd20ac3f3de1ca1201255b0c5530c53..f26dfa0bf908b2eeb9e161fecab001e4eda268bd 100644 --- a/Common/ExecutionModel/vtkRectilinearGridAlgorithm.h +++ b/Common/ExecutionModel/vtkRectilinearGridAlgorithm.h @@ -107,7 +107,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkRectilinearGridAlgorithm(const vtkRectilinearGridAlgorithm&); // Not implemented. + vtkRectilinearGridAlgorithm(const vtkRectilinearGridAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearGridAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkSMPProgressObserver.h b/Common/ExecutionModel/vtkSMPProgressObserver.h index 5085e3619d36476b37591812be753a061876c53c..30473fc974c6f0a7be470330850ab5d79ea7d183 100644 --- a/Common/ExecutionModel/vtkSMPProgressObserver.h +++ b/Common/ExecutionModel/vtkSMPProgressObserver.h @@ -55,7 +55,7 @@ protected: vtkSMPThreadLocalObject Observers; private: - vtkSMPProgressObserver(const vtkSMPProgressObserver&); // Not implemented. + vtkSMPProgressObserver(const vtkSMPProgressObserver&) VTK_DELETE_FUNCTION; void operator=(const vtkSMPProgressObserver&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkScalarTree.h b/Common/ExecutionModel/vtkScalarTree.h index ec4036ace3e96372635b0010470a62b518d3c123..c0567b94e7d95b85dc23331cd61681f7124f2508 100644 --- a/Common/ExecutionModel/vtkScalarTree.h +++ b/Common/ExecutionModel/vtkScalarTree.h @@ -132,7 +132,7 @@ protected: vtkTimeStamp BuildTime; //time at which tree was built private: - vtkScalarTree(const vtkScalarTree&); // Not implemented. + vtkScalarTree(const vtkScalarTree&) VTK_DELETE_FUNCTION; void operator=(const vtkScalarTree&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkSelectionAlgorithm.h b/Common/ExecutionModel/vtkSelectionAlgorithm.h index 6e532091cd4c68f5d3d37f0d35110d7f8892001e..448db035402cb8735e6139acf207ab07ce0823c9 100644 --- a/Common/ExecutionModel/vtkSelectionAlgorithm.h +++ b/Common/ExecutionModel/vtkSelectionAlgorithm.h @@ -93,7 +93,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkSelectionAlgorithm(const vtkSelectionAlgorithm&); // Not implemented. + vtkSelectionAlgorithm(const vtkSelectionAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkSelectionAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkSimpleImageToImageFilter.h b/Common/ExecutionModel/vtkSimpleImageToImageFilter.h index 5d950abfb9b3fc5addee8052a04e11c57dadb3f8..863647ab7249ee22f07934ab5aa9a43775ef1e84 100644 --- a/Common/ExecutionModel/vtkSimpleImageToImageFilter.h +++ b/Common/ExecutionModel/vtkSimpleImageToImageFilter.h @@ -64,7 +64,7 @@ protected: virtual void SimpleExecute(vtkImageData* input, vtkImageData* output) = 0; private: - vtkSimpleImageToImageFilter(const vtkSimpleImageToImageFilter&); // Not implemented. + vtkSimpleImageToImageFilter(const vtkSimpleImageToImageFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkSimpleImageToImageFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkSimpleScalarTree.h b/Common/ExecutionModel/vtkSimpleScalarTree.h index 3110d2f833e831fa262ba2378217021c9c7e2c06..7bc1af50a39d98c9c9a8ffaddbac1ca373be2f29 100644 --- a/Common/ExecutionModel/vtkSimpleScalarTree.h +++ b/Common/ExecutionModel/vtkSimpleScalarTree.h @@ -146,7 +146,7 @@ private: vtkIdType NumCandidates; private: - vtkSimpleScalarTree(const vtkSimpleScalarTree&); // Not implemented. + vtkSimpleScalarTree(const vtkSimpleScalarTree&) VTK_DELETE_FUNCTION; void operator=(const vtkSimpleScalarTree&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkSpanSpace.h b/Common/ExecutionModel/vtkSpanSpace.h index 7bb7e6c7ddf1f39a42021f1f20823c3391385283..a96d076e4f8055490a2cc3e5d5d771cc13306bd2 100644 --- a/Common/ExecutionModel/vtkSpanSpace.h +++ b/Common/ExecutionModel/vtkSpanSpace.h @@ -138,7 +138,7 @@ private: vtkIdType CurrentNumCells; //number of cells on the current span row private: - vtkSpanSpace(const vtkSpanSpace&); // Not implemented. + vtkSpanSpace(const vtkSpanSpace&) VTK_DELETE_FUNCTION; void operator=(const vtkSpanSpace&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.h b/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.h index bf3e77f94c12f43cc407970308fe810843f8f90c..480b471a172e605f7085f3dc55b1f78a02055d92 100644 --- a/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.h +++ b/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.h @@ -303,7 +303,7 @@ protected: int LastPropogateUpdateExtentShortCircuited; private: - vtkStreamingDemandDrivenPipeline(const vtkStreamingDemandDrivenPipeline&); // Not implemented. + vtkStreamingDemandDrivenPipeline(const vtkStreamingDemandDrivenPipeline&) VTK_DELETE_FUNCTION; void operator=(const vtkStreamingDemandDrivenPipeline&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkStructuredGridAlgorithm.h b/Common/ExecutionModel/vtkStructuredGridAlgorithm.h index 7cd59933ea387418ede36ed70d9fc8687f181469..b66634c932eeb559b7718c44557cf211d08b5f94 100644 --- a/Common/ExecutionModel/vtkStructuredGridAlgorithm.h +++ b/Common/ExecutionModel/vtkStructuredGridAlgorithm.h @@ -105,7 +105,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkStructuredGridAlgorithm(const vtkStructuredGridAlgorithm&); // Not implemented. + vtkStructuredGridAlgorithm(const vtkStructuredGridAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredGridAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkTableAlgorithm.h b/Common/ExecutionModel/vtkTableAlgorithm.h index dc13b201acfb21c75d35291c628dbc92479eb622..b4c96ff855f0531cd2f502673c56aa5cf47ba880 100644 --- a/Common/ExecutionModel/vtkTableAlgorithm.h +++ b/Common/ExecutionModel/vtkTableAlgorithm.h @@ -95,7 +95,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkTableAlgorithm(const vtkTableAlgorithm&); // Not implemented. + vtkTableAlgorithm(const vtkTableAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkTableAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkThreadedCompositeDataPipeline.h b/Common/ExecutionModel/vtkThreadedCompositeDataPipeline.h index 838275503821f7293e90edd88a3df36476cabd01..7a374003ff0f715082bc9cb0f1e909e488f2662f 100644 --- a/Common/ExecutionModel/vtkThreadedCompositeDataPipeline.h +++ b/Common/ExecutionModel/vtkThreadedCompositeDataPipeline.h @@ -57,7 +57,7 @@ class VTKCOMMONEXECUTIONMODEL_EXPORT vtkThreadedCompositeDataPipeline : public v vtkCompositeDataSet* compositeOutput); private: - vtkThreadedCompositeDataPipeline(const vtkThreadedCompositeDataPipeline&); // Not implemented. + vtkThreadedCompositeDataPipeline(const vtkThreadedCompositeDataPipeline&) VTK_DELETE_FUNCTION; void operator=(const vtkThreadedCompositeDataPipeline&) VTK_DELETE_FUNCTION; friend class ProcessBlock; }; diff --git a/Common/ExecutionModel/vtkThreadedImageAlgorithm.h b/Common/ExecutionModel/vtkThreadedImageAlgorithm.h index 0a66826781e64bcc3f4f05ae618b04eaefe38bed..fb60e67e378d489a9eb2c5d899f43a0f5090efe3 100644 --- a/Common/ExecutionModel/vtkThreadedImageAlgorithm.h +++ b/Common/ExecutionModel/vtkThreadedImageAlgorithm.h @@ -155,7 +155,7 @@ protected: vtkImageData **outDataObjects=0); private: - vtkThreadedImageAlgorithm(const vtkThreadedImageAlgorithm&); // Not implemented. + vtkThreadedImageAlgorithm(const vtkThreadedImageAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkThreadedImageAlgorithm&) VTK_DELETE_FUNCTION; friend class vtkThreadedImageAlgorithmFunctor; diff --git a/Common/ExecutionModel/vtkTreeAlgorithm.h b/Common/ExecutionModel/vtkTreeAlgorithm.h index f68eb56af87568d7550b759f4973693fbd0c18e4..3ef425d7f101f862956751290bbb7f3097f11d3e 100644 --- a/Common/ExecutionModel/vtkTreeAlgorithm.h +++ b/Common/ExecutionModel/vtkTreeAlgorithm.h @@ -92,7 +92,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkTreeAlgorithm(const vtkTreeAlgorithm&); // Not implemented. + vtkTreeAlgorithm(const vtkTreeAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkTreeAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkTrivialConsumer.h b/Common/ExecutionModel/vtkTrivialConsumer.h index 0772ec658a0dcc4843fd8bac7fae5ec31fa88172..1c74b9bac689a535cce7b86a53d5dc5e853ffd6d 100644 --- a/Common/ExecutionModel/vtkTrivialConsumer.h +++ b/Common/ExecutionModel/vtkTrivialConsumer.h @@ -39,7 +39,7 @@ protected: virtual int FillInputPortInformation(int, vtkInformation*); virtual int FillOutputPortInformation(int, vtkInformation*); private: - vtkTrivialConsumer(const vtkTrivialConsumer&); // Not implemented. + vtkTrivialConsumer(const vtkTrivialConsumer&) VTK_DELETE_FUNCTION; void operator=(const vtkTrivialConsumer&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkTrivialProducer.h b/Common/ExecutionModel/vtkTrivialProducer.h index c903994df4cf76ce757fdc63a619ab5870e64fe6..31d985b72d3072fd554a049a61e19b71fcbb2f9f 100644 --- a/Common/ExecutionModel/vtkTrivialProducer.h +++ b/Common/ExecutionModel/vtkTrivialProducer.h @@ -82,7 +82,7 @@ protected: void ReportReferences(vtkGarbageCollector*) VTK_OVERRIDE; private: - vtkTrivialProducer(const vtkTrivialProducer&); // Not implemented. + vtkTrivialProducer(const vtkTrivialProducer&) VTK_DELETE_FUNCTION; void operator=(const vtkTrivialProducer&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkUndirectedGraphAlgorithm.h b/Common/ExecutionModel/vtkUndirectedGraphAlgorithm.h index 04d3af98d4b7af6c944ce22fa57ef1ebd7956910..1a0afbf36d879ce2b14076dfcf434f8f3f447fe2 100644 --- a/Common/ExecutionModel/vtkUndirectedGraphAlgorithm.h +++ b/Common/ExecutionModel/vtkUndirectedGraphAlgorithm.h @@ -96,7 +96,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkUndirectedGraphAlgorithm(const vtkUndirectedGraphAlgorithm&); // Not implemented. + vtkUndirectedGraphAlgorithm(const vtkUndirectedGraphAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkUndirectedGraphAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkUniformGridAMRAlgorithm.h b/Common/ExecutionModel/vtkUniformGridAMRAlgorithm.h index f6cff4da4e2a40c171e9fcf9801eb5bc2261ab79..b06416a4bbeaa713d933c11b987f40949e0facef 100644 --- a/Common/ExecutionModel/vtkUniformGridAMRAlgorithm.h +++ b/Common/ExecutionModel/vtkUniformGridAMRAlgorithm.h @@ -97,7 +97,7 @@ class VTKCOMMONEXECUTIONMODEL_EXPORT vtkUniformGridAMRAlgorithm : public vtkAlgo vtkDataObject *GetInput(int port); private: - vtkUniformGridAMRAlgorithm(const vtkUniformGridAMRAlgorithm&); // Not implemented + vtkUniformGridAMRAlgorithm(const vtkUniformGridAMRAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkUniformGridAMRAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkUniformGridPartitioner.h b/Common/ExecutionModel/vtkUniformGridPartitioner.h index b35a354dc19a909cd3dc7cbb5edf419c353d5790..4659d9b2e55695c479eab4ab2714cb5fffc9f796 100644 --- a/Common/ExecutionModel/vtkUniformGridPartitioner.h +++ b/Common/ExecutionModel/vtkUniformGridPartitioner.h @@ -70,7 +70,7 @@ class VTKCOMMONEXECUTIONMODEL_EXPORT vtkUniformGridPartitioner : int NumberOfGhostLayers; int DuplicateNodes; private: - vtkUniformGridPartitioner(const vtkUniformGridPartitioner &); // Not implemented + vtkUniformGridPartitioner(const vtkUniformGridPartitioner &) VTK_DELETE_FUNCTION; void operator=(const vtkUniformGridPartitioner &) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkUnstructuredGridAlgorithm.h b/Common/ExecutionModel/vtkUnstructuredGridAlgorithm.h index 6699fcc253bd5f431ba864cc58f0de4782fb74b1..9873ffb58ee4f623f7356148ba8d37b22dbd2816 100644 --- a/Common/ExecutionModel/vtkUnstructuredGridAlgorithm.h +++ b/Common/ExecutionModel/vtkUnstructuredGridAlgorithm.h @@ -101,7 +101,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkUnstructuredGridAlgorithm(const vtkUnstructuredGridAlgorithm&); // Not implemented. + vtkUnstructuredGridAlgorithm(const vtkUnstructuredGridAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkUnstructuredGridAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/ExecutionModel/vtkUnstructuredGridBaseAlgorithm.h b/Common/ExecutionModel/vtkUnstructuredGridBaseAlgorithm.h index dbdbefc6d91f032a7123e70964cf64196144702b..429deab5a546ec10933b68258164ec301e70eb97 100644 --- a/Common/ExecutionModel/vtkUnstructuredGridBaseAlgorithm.h +++ b/Common/ExecutionModel/vtkUnstructuredGridBaseAlgorithm.h @@ -102,7 +102,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkUnstructuredGridBaseAlgorithm(const vtkUnstructuredGridBaseAlgorithm&); // Not implemented. + vtkUnstructuredGridBaseAlgorithm(const vtkUnstructuredGridBaseAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkUnstructuredGridBaseAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Math/vtkAmoebaMinimizer.h b/Common/Math/vtkAmoebaMinimizer.h index dfb9657b74cf4c9ea1c1dbcb89d37074fe4436d2..48184095eb67e5856c3d65725a5fea82f6f1b419 100644 --- a/Common/Math/vtkAmoebaMinimizer.h +++ b/Common/Math/vtkAmoebaMinimizer.h @@ -190,7 +190,7 @@ private: int PerformAmoeba(); int CheckParameterTolerance(); - vtkAmoebaMinimizer(const vtkAmoebaMinimizer&); // Not implemented. + vtkAmoebaMinimizer(const vtkAmoebaMinimizer&) VTK_DELETE_FUNCTION; void operator=(const vtkAmoebaMinimizer&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Math/vtkFunctionSet.h b/Common/Math/vtkFunctionSet.h index 76b3c1f8921b896a0873b2fb1f9d168b5b58858c..d079a1b2dab505075bc786bbea959b8fba0d57ac 100644 --- a/Common/Math/vtkFunctionSet.h +++ b/Common/Math/vtkFunctionSet.h @@ -64,7 +64,7 @@ protected: int NumIndepVars; private: - vtkFunctionSet(const vtkFunctionSet&); // Not implemented. + vtkFunctionSet(const vtkFunctionSet&) VTK_DELETE_FUNCTION; void operator=(const vtkFunctionSet&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Math/vtkInitialValueProblemSolver.h b/Common/Math/vtkInitialValueProblemSolver.h index 006ca0a87e2793e29946efae243fd0f66a6ae88f..7864f751159bf1c338560aa9ea8b4a0607988491 100644 --- a/Common/Math/vtkInitialValueProblemSolver.h +++ b/Common/Math/vtkInitialValueProblemSolver.h @@ -124,7 +124,7 @@ protected: int Adaptive; private: - vtkInitialValueProblemSolver(const vtkInitialValueProblemSolver&); // Not implemented. + vtkInitialValueProblemSolver(const vtkInitialValueProblemSolver&) VTK_DELETE_FUNCTION; void operator=(const vtkInitialValueProblemSolver&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Math/vtkMatrix3x3.h b/Common/Math/vtkMatrix3x3.h index d251075ea2be05227c22b2eb904c1fc61c21e8ec..aecc79ba36cde1a5316e931cb35d644e4e0b0c74 100644 --- a/Common/Math/vtkMatrix3x3.h +++ b/Common/Math/vtkMatrix3x3.h @@ -160,7 +160,7 @@ protected: double Element[3][3]; // The elements of the 3x3 matrix private: - vtkMatrix3x3(const vtkMatrix3x3&); // Not implemented + vtkMatrix3x3(const vtkMatrix3x3&) VTK_DELETE_FUNCTION; void operator=(const vtkMatrix3x3&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Math/vtkMatrix4x4.h b/Common/Math/vtkMatrix4x4.h index 32ca018979db82cb80244fa2712b56a785fc1758..e92507878ffb0141dbb223078aa7442a3f67231d 100644 --- a/Common/Math/vtkMatrix4x4.h +++ b/Common/Math/vtkMatrix4x4.h @@ -166,7 +166,7 @@ protected: double DoublePoint[4]; private: - vtkMatrix4x4(const vtkMatrix4x4&); // Not implemented + vtkMatrix4x4(const vtkMatrix4x4&) VTK_DELETE_FUNCTION; void operator= (const vtkMatrix4x4&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Math/vtkPolynomialSolversUnivariate.h b/Common/Math/vtkPolynomialSolversUnivariate.h index 90d8c1e954f011a7577b9b38f6591d373d65b01d..66a4575fc1c5339dbd269068557677fbf3dc73ae 100644 --- a/Common/Math/vtkPolynomialSolversUnivariate.h +++ b/Common/Math/vtkPolynomialSolversUnivariate.h @@ -268,7 +268,7 @@ protected: static double DivisionTolerance; private: - vtkPolynomialSolversUnivariate(const vtkPolynomialSolversUnivariate&); // Not implemented. + vtkPolynomialSolversUnivariate(const vtkPolynomialSolversUnivariate&) VTK_DELETE_FUNCTION; void operator=(const vtkPolynomialSolversUnivariate&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Math/vtkQuaternionInterpolator.h b/Common/Math/vtkQuaternionInterpolator.h index f230482e1191cd65ebec95bdf368a3aca6c5fed1..9270b4291d2bd7dec6f7a57d4410ffb2be252bbc 100644 --- a/Common/Math/vtkQuaternionInterpolator.h +++ b/Common/Math/vtkQuaternionInterpolator.h @@ -137,7 +137,7 @@ protected: vtkQuaternionList *QuaternionList; //used for linear quaternion interpolation private: - vtkQuaternionInterpolator(const vtkQuaternionInterpolator&); // Not implemented. + vtkQuaternionInterpolator(const vtkQuaternionInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkQuaternionInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Math/vtkRungeKutta2.h b/Common/Math/vtkRungeKutta2.h index bb5bbd44e6600eee8899a43b73f78b5769bd1bf9..bde41e852dfd4df5a9cf271c35d28462aa7be4ff 100644 --- a/Common/Math/vtkRungeKutta2.h +++ b/Common/Math/vtkRungeKutta2.h @@ -86,7 +86,7 @@ protected: vtkRungeKutta2(); ~vtkRungeKutta2(); private: - vtkRungeKutta2(const vtkRungeKutta2&); // Not implemented. + vtkRungeKutta2(const vtkRungeKutta2&) VTK_DELETE_FUNCTION; void operator=(const vtkRungeKutta2&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Math/vtkRungeKutta4.h b/Common/Math/vtkRungeKutta4.h index 80d05105638261b94d8163a1bc6cdf86d5b84301..0725042c5822de1253adad63948eb130d295ad4e 100644 --- a/Common/Math/vtkRungeKutta4.h +++ b/Common/Math/vtkRungeKutta4.h @@ -92,7 +92,7 @@ protected: double* NextDerivs[3]; private: - vtkRungeKutta4(const vtkRungeKutta4&); // Not implemented. + vtkRungeKutta4(const vtkRungeKutta4&) VTK_DELETE_FUNCTION; void operator=(const vtkRungeKutta4&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Math/vtkRungeKutta45.h b/Common/Math/vtkRungeKutta45.h index dda353528ce7d0fd80736e2ef044b41893eda03f..3dc74aac26c43534f076024d6915ccc7fa8900e5 100644 --- a/Common/Math/vtkRungeKutta45.h +++ b/Common/Math/vtkRungeKutta45.h @@ -116,7 +116,7 @@ protected: double& delT, double& delTActual, double& error); private: - vtkRungeKutta45(const vtkRungeKutta45&); // Not implemented. + vtkRungeKutta45(const vtkRungeKutta45&) VTK_DELETE_FUNCTION; void operator=(const vtkRungeKutta45&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Misc/vtkContourValues.h b/Common/Misc/vtkContourValues.h index dcdb6eb4be9974c6d496129f1a4b1e50c6a07003..392ab22a3c97f588fb091e32ea2e1a473a2417c4 100644 --- a/Common/Misc/vtkContourValues.h +++ b/Common/Misc/vtkContourValues.h @@ -86,7 +86,7 @@ protected: vtkDoubleArray *Contours; private: - vtkContourValues(const vtkContourValues&); // Not implemented. + vtkContourValues(const vtkContourValues&) VTK_DELETE_FUNCTION; void operator=(const vtkContourValues&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Misc/vtkFunctionParser.h b/Common/Misc/vtkFunctionParser.h index ecb2c1ab7e5c20d8dce106b506af167517214a90..e5efc7ec2691483ea25feb545b6eb33dfa10fa74 100644 --- a/Common/Misc/vtkFunctionParser.h +++ b/Common/Misc/vtkFunctionParser.h @@ -345,7 +345,7 @@ protected: char* ParseError; private: - vtkFunctionParser(const vtkFunctionParser&); // Not implemented. + vtkFunctionParser(const vtkFunctionParser&) VTK_DELETE_FUNCTION; void operator=(const vtkFunctionParser&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Misc/vtkHeap.h b/Common/Misc/vtkHeap.h index 58547062cefb79ff75f4ca413043790fdd186889..6b38256d33a1975a2680bbe621c56ec04d93b110 100644 --- a/Common/Misc/vtkHeap.h +++ b/Common/Misc/vtkHeap.h @@ -102,7 +102,7 @@ protected: size_t Position; //the position in the Current block private: - vtkHeap(const vtkHeap&); // Not implemented. + vtkHeap(const vtkHeap&) VTK_DELETE_FUNCTION; void operator=(const vtkHeap&) VTK_DELETE_FUNCTION; }; diff --git a/Common/System/vtkClientSocket.h b/Common/System/vtkClientSocket.h index 0e86c4898ed092d0d981ee12912c9dd7c8498ab0..8973c259dac9025829a99a0787581c674e66f4f9 100644 --- a/Common/System/vtkClientSocket.h +++ b/Common/System/vtkClientSocket.h @@ -47,7 +47,7 @@ protected: bool ConnectingSide; friend class vtkServerSocket; private: - vtkClientSocket(const vtkClientSocket&); // Not implemented. + vtkClientSocket(const vtkClientSocket&) VTK_DELETE_FUNCTION; void operator=(const vtkClientSocket&) VTK_DELETE_FUNCTION; }; diff --git a/Common/System/vtkDirectory.h b/Common/System/vtkDirectory.h index be58046b25428692373df7e1fb8a6e4d83179646..989d00e9f556a1efb22daad216c05e1597c3b8c8 100644 --- a/Common/System/vtkDirectory.h +++ b/Common/System/vtkDirectory.h @@ -98,7 +98,7 @@ private: static int CreateDirectoryInternal(const char* dir); private: - vtkDirectory(const vtkDirectory&); // Not implemented. + vtkDirectory(const vtkDirectory&) VTK_DELETE_FUNCTION; void operator=(const vtkDirectory&) VTK_DELETE_FUNCTION; }; diff --git a/Common/System/vtkServerSocket.h b/Common/System/vtkServerSocket.h index ddbfef79250287f783783cf9555670870173442f..2e43ef26bd088bd133cfe2b5e8d213cd94792950 100644 --- a/Common/System/vtkServerSocket.h +++ b/Common/System/vtkServerSocket.h @@ -49,7 +49,7 @@ protected: ~vtkServerSocket(); private: - vtkServerSocket(const vtkServerSocket&); // Not implemented. + vtkServerSocket(const vtkServerSocket&) VTK_DELETE_FUNCTION; void operator=(const vtkServerSocket&) VTK_DELETE_FUNCTION; }; diff --git a/Common/System/vtkSocket.h b/Common/System/vtkSocket.h index 7e3780570b66d75f357362ffc1b1a893c0ef039c..46622e145bb68a3dcdda82558e345648fd2b4431 100644 --- a/Common/System/vtkSocket.h +++ b/Common/System/vtkSocket.h @@ -112,7 +112,7 @@ protected: int GetPort(int socketdescriptor); private: - vtkSocket(const vtkSocket&); // Not implemented. + vtkSocket(const vtkSocket&) VTK_DELETE_FUNCTION; void operator=(const vtkSocket&) VTK_DELETE_FUNCTION; }; diff --git a/Common/System/vtkSocketCollection.h b/Common/System/vtkSocketCollection.h index c416f902dfd75b715c58d38215701b17d0e9f678..112bdd95bff9f5e093c00a16ea35032d82b054d1 100644 --- a/Common/System/vtkSocketCollection.h +++ b/Common/System/vtkSocketCollection.h @@ -64,7 +64,7 @@ private: void AddItem(vtkObject* o) { this->Superclass::AddItem(o); } private: - vtkSocketCollection(const vtkSocketCollection&); // Not implemented. + vtkSocketCollection(const vtkSocketCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkSocketCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/System/vtkThreadMessager.h b/Common/System/vtkThreadMessager.h index 1a234c4de7b5b1b33f101ea22eb23fa8e332506d..9ec345d1b14bb3bb681ca371a665a6d777143b16 100644 --- a/Common/System/vtkThreadMessager.h +++ b/Common/System/vtkThreadMessager.h @@ -77,7 +77,7 @@ protected: #endif private: - vtkThreadMessager(const vtkThreadMessager&); // Not implemented. + vtkThreadMessager(const vtkThreadMessager&) VTK_DELETE_FUNCTION; void operator=(const vtkThreadMessager&) VTK_DELETE_FUNCTION; }; diff --git a/Common/System/vtkTimerLog.h b/Common/System/vtkTimerLog.h index a4b00be86ededda62870c0e3ea010f5fd65fa045..866cc3db138c9b9f3f095596d2842733a2b029e6 100644 --- a/Common/System/vtkTimerLog.h +++ b/Common/System/vtkTimerLog.h @@ -193,7 +193,7 @@ protected: int tick, int deltatick, const char *event); private: - vtkTimerLog(const vtkTimerLog&); // Not implemented. + vtkTimerLog(const vtkTimerLog&) VTK_DELETE_FUNCTION; void operator=(const vtkTimerLog&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkAbstractTransform.h b/Common/Transforms/vtkAbstractTransform.h index 6ab2ad89df273b965dca02002e1ea7d3aba2299a..c09e2518cd8e5fe3dc6d527264993f8928a18c8e 100644 --- a/Common/Transforms/vtkAbstractTransform.h +++ b/Common/Transforms/vtkAbstractTransform.h @@ -277,7 +277,7 @@ private: int InUnRegister; private: - vtkAbstractTransform(const vtkAbstractTransform&); // Not implemented. + vtkAbstractTransform(const vtkAbstractTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkAbstractTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkCylindricalTransform.h b/Common/Transforms/vtkCylindricalTransform.h index 7cae8c040bd5ba31f964dad7681bea8ba8b14f55..1d1bed8c590c591b5c28f1ad4fd518bbd53f5c21 100644 --- a/Common/Transforms/vtkCylindricalTransform.h +++ b/Common/Transforms/vtkCylindricalTransform.h @@ -69,7 +69,7 @@ protected: double derivative[3][3]); private: - vtkCylindricalTransform(const vtkCylindricalTransform&); // Not implemented. + vtkCylindricalTransform(const vtkCylindricalTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkCylindricalTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkGeneralTransform.h b/Common/Transforms/vtkGeneralTransform.h index f08edfff9e1d4a7f62ce7d69c629b8add25e36e2..f1481710e32fda12e1a72c6fa03eafdf92716e63 100644 --- a/Common/Transforms/vtkGeneralTransform.h +++ b/Common/Transforms/vtkGeneralTransform.h @@ -225,7 +225,7 @@ protected: vtkTransformConcatenation *Concatenation; vtkTransformConcatenationStack *Stack; private: - vtkGeneralTransform(const vtkGeneralTransform&); // Not implemented. + vtkGeneralTransform(const vtkGeneralTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkGeneralTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkHomogeneousTransform.h b/Common/Transforms/vtkHomogeneousTransform.h index 8dd721912ff289993ee3bba24f5d831bd264fcf1..8040e9cb5613808724a6e67344f2f59aecc96685 100644 --- a/Common/Transforms/vtkHomogeneousTransform.h +++ b/Common/Transforms/vtkHomogeneousTransform.h @@ -96,7 +96,7 @@ protected: vtkMatrix4x4 *Matrix; private: - vtkHomogeneousTransform(const vtkHomogeneousTransform&); // Not implemented. + vtkHomogeneousTransform(const vtkHomogeneousTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkHomogeneousTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkIdentityTransform.h b/Common/Transforms/vtkIdentityTransform.h index 34efb3c7e0bad457216d6de6fa45ed136d5ba17f..1996551a131ed57f19a4bd695303745e1963f870 100644 --- a/Common/Transforms/vtkIdentityTransform.h +++ b/Common/Transforms/vtkIdentityTransform.h @@ -103,7 +103,7 @@ protected: void InternalDeepCopy(vtkAbstractTransform *t); private: - vtkIdentityTransform(const vtkIdentityTransform&); // Not implemented. + vtkIdentityTransform(const vtkIdentityTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkIdentityTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkLandmarkTransform.h b/Common/Transforms/vtkLandmarkTransform.h index c04a9842473579ad8482c2f0c8a22df31fa491f4..7a988798c222bbcda8b7a56f5c1fe405bafbd021 100644 --- a/Common/Transforms/vtkLandmarkTransform.h +++ b/Common/Transforms/vtkLandmarkTransform.h @@ -100,7 +100,7 @@ protected: int Mode; private: - vtkLandmarkTransform(const vtkLandmarkTransform&); // Not implemented. + vtkLandmarkTransform(const vtkLandmarkTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkLandmarkTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkLinearTransform.h b/Common/Transforms/vtkLinearTransform.h index 5bedaa2ba1c0d1f1a0361484f3112d75840924a6..6afaf355cda4217dfb508339cdc991ec14a2f8dd 100644 --- a/Common/Transforms/vtkLinearTransform.h +++ b/Common/Transforms/vtkLinearTransform.h @@ -185,7 +185,7 @@ protected: vtkLinearTransform() {} ~vtkLinearTransform() {} private: - vtkLinearTransform(const vtkLinearTransform&); // Not implemented. + vtkLinearTransform(const vtkLinearTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkLinearTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkMatrixToHomogeneousTransform.h b/Common/Transforms/vtkMatrixToHomogeneousTransform.h index 412e6eac70a4b99cee1970d2215b26d0afd309d9..b9bc97dde563e2ee0c53ff306845ccb29ea7ea23 100644 --- a/Common/Transforms/vtkMatrixToHomogeneousTransform.h +++ b/Common/Transforms/vtkMatrixToHomogeneousTransform.h @@ -66,7 +66,7 @@ protected: int InverseFlag; vtkMatrix4x4 *Input; private: - vtkMatrixToHomogeneousTransform(const vtkMatrixToHomogeneousTransform&); // Not implemented. + vtkMatrixToHomogeneousTransform(const vtkMatrixToHomogeneousTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkMatrixToHomogeneousTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkMatrixToLinearTransform.h b/Common/Transforms/vtkMatrixToLinearTransform.h index d9eba341b8ffa038c3131cfc7cb7b20aaaf07070..756973a612d5d89b34bc0b08b585e182378b5201 100644 --- a/Common/Transforms/vtkMatrixToLinearTransform.h +++ b/Common/Transforms/vtkMatrixToLinearTransform.h @@ -67,7 +67,7 @@ protected: int InverseFlag; vtkMatrix4x4 *Input; private: - vtkMatrixToLinearTransform(const vtkMatrixToLinearTransform&); // Not implemented. + vtkMatrixToLinearTransform(const vtkMatrixToLinearTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkMatrixToLinearTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkPerspectiveTransform.h b/Common/Transforms/vtkPerspectiveTransform.h index 763f8dc5142d86ac698071da2ed8b3eb4cc1a674..3208772f586b0f8cc9bfcaf356e5d67b92f07f42 100644 --- a/Common/Transforms/vtkPerspectiveTransform.h +++ b/Common/Transforms/vtkPerspectiveTransform.h @@ -328,7 +328,7 @@ protected: vtkTransformConcatenationStack *Stack; private: - vtkPerspectiveTransform(const vtkPerspectiveTransform&); // Not implemented + vtkPerspectiveTransform(const vtkPerspectiveTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkPerspectiveTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkSphericalTransform.h b/Common/Transforms/vtkSphericalTransform.h index f22e622111dcaa5681c03efa719f40ed9361e5c1..acdc4fec9b0433d4aaaf2ef5950d700fec19e737 100644 --- a/Common/Transforms/vtkSphericalTransform.h +++ b/Common/Transforms/vtkSphericalTransform.h @@ -70,7 +70,7 @@ protected: double derivative[3][3]); private: - vtkSphericalTransform(const vtkSphericalTransform&); // Not implemented. + vtkSphericalTransform(const vtkSphericalTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkSphericalTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkThinPlateSplineTransform.h b/Common/Transforms/vtkThinPlateSplineTransform.h index a51035b3e57b858926eb8f78384d5e1e2264c0fc..8055f32d78849ddbf1edd8a6bc57cef9b52fadf7 100644 --- a/Common/Transforms/vtkThinPlateSplineTransform.h +++ b/Common/Transforms/vtkThinPlateSplineTransform.h @@ -135,7 +135,7 @@ protected: int NumberOfPoints; double **MatrixW; private: - vtkThinPlateSplineTransform(const vtkThinPlateSplineTransform&); // Not implemented. + vtkThinPlateSplineTransform(const vtkThinPlateSplineTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkThinPlateSplineTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkTransform.h b/Common/Transforms/vtkTransform.h index ed21fe0734e1b34a66ddc462e887874c4967e1e8..86ba574ffed632062ad768b4b2129df8c16f56ad 100644 --- a/Common/Transforms/vtkTransform.h +++ b/Common/Transforms/vtkTransform.h @@ -339,7 +339,7 @@ protected: double DoublePoint[4]; double ReturnValue[4]; private: - vtkTransform (const vtkTransform&); // Not implemented + vtkTransform (const vtkTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkTransform2D.h b/Common/Transforms/vtkTransform2D.h index f3ea82b259baf0b59a6dae9300ff216f5aef7a1c..64763dc4b701121da245ee423734ca63c3d04c5d 100644 --- a/Common/Transforms/vtkTransform2D.h +++ b/Common/Transforms/vtkTransform2D.h @@ -174,7 +174,7 @@ protected: vtkMatrix3x3 *InverseMatrix; private: - vtkTransform2D (const vtkTransform2D&); // Not implemented + vtkTransform2D (const vtkTransform2D&) VTK_DELETE_FUNCTION; void operator=(const vtkTransform2D&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkTransformCollection.h b/Common/Transforms/vtkTransformCollection.h index 362abcbb5063fbc7fd06e64a26d63ffd4c35cf98..424812a8b19a8b1fa93fac94ef494dc60b42b47f 100644 --- a/Common/Transforms/vtkTransformCollection.h +++ b/Common/Transforms/vtkTransformCollection.h @@ -63,7 +63,7 @@ private: } private: - vtkTransformCollection(const vtkTransformCollection&); // Not implemented. + vtkTransformCollection(const vtkTransformCollection&) VTK_DELETE_FUNCTION; void operator=(const vtkTransformCollection&) VTK_DELETE_FUNCTION; }; diff --git a/Common/Transforms/vtkWarpTransform.h b/Common/Transforms/vtkWarpTransform.h index b0928cf094a9cfd51863ac988985425f34fb9bea..dab18c36e2f1a2ed89b12178e52ac6808926eb60 100644 --- a/Common/Transforms/vtkWarpTransform.h +++ b/Common/Transforms/vtkWarpTransform.h @@ -139,7 +139,7 @@ protected: int InverseIterations; double InverseTolerance; private: - vtkWarpTransform(const vtkWarpTransform&); // Not implemented. + vtkWarpTransform(const vtkWarpTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkWarpTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Deprecated/vtkGraphHierarchicalBundle.h b/Deprecated/vtkGraphHierarchicalBundle.h index 6327d77bde74cdca3ec3e92600236178ccc09892..4cdfba74dacec3f586eda3e9da4bd09043a32b08 100644 --- a/Deprecated/vtkGraphHierarchicalBundle.h +++ b/Deprecated/vtkGraphHierarchicalBundle.h @@ -94,7 +94,7 @@ protected: // Convert the vtkGraph into vtkPolyData. int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkGraphHierarchicalBundle(const vtkGraphHierarchicalBundle&); // Not implemented. + vtkGraphHierarchicalBundle(const vtkGraphHierarchicalBundle&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphHierarchicalBundle&) VTK_DELETE_FUNCTION; }; diff --git a/Deprecated/vtkStringToTimePoint.h b/Deprecated/vtkStringToTimePoint.h index b9b30c7bc70dd7940d0f69b6b3552f9f623ba71f..9228e9c8704222fc91bd5dbbdcacab35f130a5b1 100644 --- a/Deprecated/vtkStringToTimePoint.h +++ b/Deprecated/vtkStringToTimePoint.h @@ -75,7 +75,7 @@ protected: vtkInformationVector*); private: - vtkStringToTimePoint(const vtkStringToTimePoint&); // Not implemented + vtkStringToTimePoint(const vtkStringToTimePoint&) VTK_DELETE_FUNCTION; void operator=(const vtkStringToTimePoint&) VTK_DELETE_FUNCTION; }; diff --git a/Deprecated/vtkTimePointToString.h b/Deprecated/vtkTimePointToString.h index 61b4d483d258a11d75f8f56b4e5926eb31a09089..526b8704dab6299f95fd4686a4fb810e346131a7 100644 --- a/Deprecated/vtkTimePointToString.h +++ b/Deprecated/vtkTimePointToString.h @@ -81,7 +81,7 @@ protected: vtkInformationVector*); private: - vtkTimePointToString(const vtkTimePointToString&); // Not implemented + vtkTimePointToString(const vtkTimePointToString&) VTK_DELETE_FUNCTION; void operator=(const vtkTimePointToString&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkBlueObeliskData.h b/Domains/Chemistry/vtkBlueObeliskData.h index 683a84dc9a3abd7cf9e304b24a384797056376a8..cc9ccdb866adc7ba92ba695b7912a0437ec23d4b 100644 --- a/Domains/Chemistry/vtkBlueObeliskData.h +++ b/Domains/Chemistry/vtkBlueObeliskData.h @@ -155,7 +155,7 @@ class VTKDOMAINSCHEMISTRY_EXPORT vtkBlueObeliskData : public vtkObject void PrintSelfIfExists(const char *, vtkObject *, ostream&, vtkIndent); private: - vtkBlueObeliskData(const vtkBlueObeliskData&); // Not implemented. + vtkBlueObeliskData(const vtkBlueObeliskData&) VTK_DELETE_FUNCTION; void operator=(const vtkBlueObeliskData&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkBlueObeliskDataParser.h b/Domains/Chemistry/vtkBlueObeliskDataParser.h index 25d205116ffbaeefb58d528118660b3eaaccebfd..933097386bab54a2c5655322fd8f3fd8afc36dde 100644 --- a/Domains/Chemistry/vtkBlueObeliskDataParser.h +++ b/Domains/Chemistry/vtkBlueObeliskDataParser.h @@ -133,7 +133,7 @@ protected: unsigned int CurrentGroup; private: - vtkBlueObeliskDataParser(const vtkBlueObeliskDataParser&); // Not implemented + vtkBlueObeliskDataParser(const vtkBlueObeliskDataParser&) VTK_DELETE_FUNCTION; void operator=(const vtkBlueObeliskDataParser&) VTK_DELETE_FUNCTION; // Description: diff --git a/Domains/Chemistry/vtkCMLMoleculeReader.cxx b/Domains/Chemistry/vtkCMLMoleculeReader.cxx index c4de84f32a068624a6dff49da8168002b86f3594..fcf574c355a73fd668b41b520d270159ed02ce81 100644 --- a/Domains/Chemistry/vtkCMLMoleculeReader.cxx +++ b/Domains/Chemistry/vtkCMLMoleculeReader.cxx @@ -55,7 +55,7 @@ protected: vtkNew pTab; private: - vtkCMLParser(const vtkCMLParser&); // Not implemented + vtkCMLParser(const vtkCMLParser&) VTK_DELETE_FUNCTION; void operator=(const vtkCMLParser&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkCMLMoleculeReader.h b/Domains/Chemistry/vtkCMLMoleculeReader.h index 3692c83c774d1ee161d0979385d0dc99535469e0..ae212af00dddc5cab709246abfba39f29bff56f1 100644 --- a/Domains/Chemistry/vtkCMLMoleculeReader.h +++ b/Domains/Chemistry/vtkCMLMoleculeReader.h @@ -52,7 +52,7 @@ protected: char *FileName; private: - vtkCMLMoleculeReader(const vtkCMLMoleculeReader&); // Not implemented. + vtkCMLMoleculeReader(const vtkCMLMoleculeReader&) VTK_DELETE_FUNCTION; void operator=(const vtkCMLMoleculeReader&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkGaussianCubeReader2.h b/Domains/Chemistry/vtkGaussianCubeReader2.h index 16a99e69ed45d869cf5fba2c0f12246894439ff8..d08f5a95c7664f7a579b62cc02f99bd4a28c6d75 100644 --- a/Domains/Chemistry/vtkGaussianCubeReader2.h +++ b/Domains/Chemistry/vtkGaussianCubeReader2.h @@ -61,7 +61,7 @@ protected: char *FileName; private: - vtkGaussianCubeReader2(const vtkGaussianCubeReader2&); // Not implemented. + vtkGaussianCubeReader2(const vtkGaussianCubeReader2&) VTK_DELETE_FUNCTION; void operator=(const vtkGaussianCubeReader2&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkMoleculeAlgorithm.h b/Domains/Chemistry/vtkMoleculeAlgorithm.h index 216970623d44eb25518afd3fda5a2ce7a10b5686..7c73673da375536395e3bde40cce5d3d9d642e55 100644 --- a/Domains/Chemistry/vtkMoleculeAlgorithm.h +++ b/Domains/Chemistry/vtkMoleculeAlgorithm.h @@ -108,7 +108,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkMoleculeAlgorithm(const vtkMoleculeAlgorithm&); // Not implemented. + vtkMoleculeAlgorithm(const vtkMoleculeAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkMoleculeAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkMoleculeMapper.h b/Domains/Chemistry/vtkMoleculeMapper.h index c46b9548b67f2ce08b4691b0423730ccdde90649..426468079b6643808568921c225cff3b353e05f7 100644 --- a/Domains/Chemistry/vtkMoleculeMapper.h +++ b/Domains/Chemistry/vtkMoleculeMapper.h @@ -255,7 +255,7 @@ protected: vtkNew PeriodicTable; private: - vtkMoleculeMapper(const vtkMoleculeMapper&); // Not implemented. + vtkMoleculeMapper(const vtkMoleculeMapper&) VTK_DELETE_FUNCTION; void operator=(const vtkMoleculeMapper&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkMoleculeToAtomBallFilter.h b/Domains/Chemistry/vtkMoleculeToAtomBallFilter.h index 44a93ed5218c9a08c7c1bf7061d389efae09ac21..569411263a27ac16026c0572d476ef65b80282b7 100644 --- a/Domains/Chemistry/vtkMoleculeToAtomBallFilter.h +++ b/Domains/Chemistry/vtkMoleculeToAtomBallFilter.h @@ -72,7 +72,7 @@ protected: int RadiusSource; private: - vtkMoleculeToAtomBallFilter(const vtkMoleculeToAtomBallFilter&); // Not implemented. + vtkMoleculeToAtomBallFilter(const vtkMoleculeToAtomBallFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkMoleculeToAtomBallFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkMoleculeToBondStickFilter.h b/Domains/Chemistry/vtkMoleculeToBondStickFilter.h index 3cf09974906563ac18aed0f57ce9c5e51c0e1353..b8ee66851d5cc0b09524ffd6c27ae6e936cc1f7d 100644 --- a/Domains/Chemistry/vtkMoleculeToBondStickFilter.h +++ b/Domains/Chemistry/vtkMoleculeToBondStickFilter.h @@ -40,7 +40,7 @@ protected: vtkInformationVector *); private: - vtkMoleculeToBondStickFilter(const vtkMoleculeToBondStickFilter&); // Not implemented. + vtkMoleculeToBondStickFilter(const vtkMoleculeToBondStickFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkMoleculeToBondStickFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkMoleculeToPolyDataFilter.h b/Domains/Chemistry/vtkMoleculeToPolyDataFilter.h index 7996cc57272c7af78434dd01df008c5f2ba7d3a8..5dc3ff5fcc080302231df0edc1a8ff30f74bd56b 100644 --- a/Domains/Chemistry/vtkMoleculeToPolyDataFilter.h +++ b/Domains/Chemistry/vtkMoleculeToPolyDataFilter.h @@ -42,7 +42,7 @@ protected: virtual int FillInputPortInformation(int, vtkInformation*); private: - vtkMoleculeToPolyDataFilter(const vtkMoleculeToPolyDataFilter&); // Not implemented. + vtkMoleculeToPolyDataFilter(const vtkMoleculeToPolyDataFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkMoleculeToPolyDataFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkOpenQubeElectronicData.h b/Domains/Chemistry/vtkOpenQubeElectronicData.h index 423381ac0ea752e1555c61d4bd340dc2abd5ecc6..586e977d85b8fc7f67764469b6904ebbe22e1999 100644 --- a/Domains/Chemistry/vtkOpenQubeElectronicData.h +++ b/Domains/Chemistry/vtkOpenQubeElectronicData.h @@ -108,7 +108,7 @@ protected: double Spacing; private: - vtkOpenQubeElectronicData(const vtkOpenQubeElectronicData&); // Not implemented + vtkOpenQubeElectronicData(const vtkOpenQubeElectronicData&) VTK_DELETE_FUNCTION; void operator=(const vtkOpenQubeElectronicData&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkOpenQubeMoleculeSource.h b/Domains/Chemistry/vtkOpenQubeMoleculeSource.h index 181e06b604e53885f14b5507a96feb29a7dd5730..cfe3abc34f2bad8d647a5163dbb288f59e8b7959 100644 --- a/Domains/Chemistry/vtkOpenQubeMoleculeSource.h +++ b/Domains/Chemistry/vtkOpenQubeMoleculeSource.h @@ -87,7 +87,7 @@ protected: vtkMolecule *mol); private: - vtkOpenQubeMoleculeSource(const vtkOpenQubeMoleculeSource&); // Not implemented + vtkOpenQubeMoleculeSource(const vtkOpenQubeMoleculeSource&) VTK_DELETE_FUNCTION; void operator=(const vtkOpenQubeMoleculeSource&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkPeriodicTable.h b/Domains/Chemistry/vtkPeriodicTable.h index 17a6be21158311e018147729fb41bf21d5e18fae..7e813f1ccde0e0eeecd7aa3d4d5964f41d98172d 100644 --- a/Domains/Chemistry/vtkPeriodicTable.h +++ b/Domains/Chemistry/vtkPeriodicTable.h @@ -94,7 +94,7 @@ protected: static vtkNew BlueObeliskData; private: - vtkPeriodicTable(const vtkPeriodicTable&); // Not implemented + vtkPeriodicTable(const vtkPeriodicTable&) VTK_DELETE_FUNCTION; void operator=(const vtkPeriodicTable&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkProgrammableElectronicData.h b/Domains/Chemistry/vtkProgrammableElectronicData.h index 5b49d6a3b49e0a25cd02a668b80fd1fe83ed0c37..d1a673869279af7a1e406d5bd2200251d39c8668 100644 --- a/Domains/Chemistry/vtkProgrammableElectronicData.h +++ b/Domains/Chemistry/vtkProgrammableElectronicData.h @@ -79,7 +79,7 @@ protected: vtkImageData *ElectronDensity; private: - vtkProgrammableElectronicData(const vtkProgrammableElectronicData&); // Not implemented + vtkProgrammableElectronicData(const vtkProgrammableElectronicData&) VTK_DELETE_FUNCTION; void operator=(const vtkProgrammableElectronicData&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkProteinRibbonFilter.h b/Domains/Chemistry/vtkProteinRibbonFilter.h index 5b58e802a58a24c9f5c584ef19fad208a4b6ec4b..78db8857ed1bfe585ee14d543f1fe8fe65d45c01 100644 --- a/Domains/Chemistry/vtkProteinRibbonFilter.h +++ b/Domains/Chemistry/vtkProteinRibbonFilter.h @@ -102,7 +102,7 @@ protected: bool DrawSmallMoleculesAsSpheres; private: - vtkProteinRibbonFilter(const vtkProteinRibbonFilter&); // Not implemented. + vtkProteinRibbonFilter(const vtkProteinRibbonFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkProteinRibbonFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkSimpleBondPerceiver.h b/Domains/Chemistry/vtkSimpleBondPerceiver.h index 214c4f3075c44017fb4771951a4b69fcae3ae5c0..0e71ebdfea2338021cd0c84e21c03a2f076f117b 100644 --- a/Domains/Chemistry/vtkSimpleBondPerceiver.h +++ b/Domains/Chemistry/vtkSimpleBondPerceiver.h @@ -64,7 +64,7 @@ protected: float Tolerance; private: - vtkSimpleBondPerceiver(const vtkSimpleBondPerceiver&); // Not implemented. + vtkSimpleBondPerceiver(const vtkSimpleBondPerceiver&) VTK_DELETE_FUNCTION; void operator=(const vtkSimpleBondPerceiver&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Chemistry/vtkXYZMolReader2.h b/Domains/Chemistry/vtkXYZMolReader2.h index 9ea484c9d95d13ba32f4610ef954345d66832edf..b53853fef5e12bf64e3ee005e5ed2e71caf5e38b 100644 --- a/Domains/Chemistry/vtkXYZMolReader2.h +++ b/Domains/Chemistry/vtkXYZMolReader2.h @@ -66,7 +66,7 @@ protected: int NumberOfAtoms; private: - vtkXYZMolReader2(const vtkXYZMolReader2&); // Not implemented. + vtkXYZMolReader2(const vtkXYZMolReader2&) VTK_DELETE_FUNCTION; void operator=(const vtkXYZMolReader2&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/ChemistryOpenGL2/vtkOpenGLMoleculeMapper.h b/Domains/ChemistryOpenGL2/vtkOpenGLMoleculeMapper.h index 9abdc0e8237f102263b59f896eb09cd3e2b00e42..17c1417fa04c9503498fda2d4a6f5e5f2d6321e0 100644 --- a/Domains/ChemistryOpenGL2/vtkOpenGLMoleculeMapper.h +++ b/Domains/ChemistryOpenGL2/vtkOpenGLMoleculeMapper.h @@ -55,7 +55,7 @@ protected: vtkNew FastBondMapper; private: - vtkOpenGLMoleculeMapper(const vtkOpenGLMoleculeMapper&); // Not implemented. + vtkOpenGLMoleculeMapper(const vtkOpenGLMoleculeMapper&) VTK_DELETE_FUNCTION; void operator=(const vtkOpenGLMoleculeMapper&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/ChemistryOpenGL2/vtkOpenGLSphereMapper.h b/Domains/ChemistryOpenGL2/vtkOpenGLSphereMapper.h index 28e1f492d487829ef2f50c442aa1e1a10474378e..a045514272d667396c4e90e38f9d7a4dd9faa3e3 100644 --- a/Domains/ChemistryOpenGL2/vtkOpenGLSphereMapper.h +++ b/Domains/ChemistryOpenGL2/vtkOpenGLSphereMapper.h @@ -77,7 +77,7 @@ protected: bool Invert; private: - vtkOpenGLSphereMapper(const vtkOpenGLSphereMapper&); // Not implemented. + vtkOpenGLSphereMapper(const vtkOpenGLSphereMapper&) VTK_DELETE_FUNCTION; void operator=(const vtkOpenGLSphereMapper&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/ChemistryOpenGL2/vtkOpenGLStickMapper.h b/Domains/ChemistryOpenGL2/vtkOpenGLStickMapper.h index c26b976154ee095c540f7e6a0472073abc9f7593..89b9bd8612facc610b55be60473efe8d2baa141c 100644 --- a/Domains/ChemistryOpenGL2/vtkOpenGLStickMapper.h +++ b/Domains/ChemistryOpenGL2/vtkOpenGLStickMapper.h @@ -80,7 +80,7 @@ protected: virtual void RenderPieceDraw(vtkRenderer *ren, vtkActor *act); private: - vtkOpenGLStickMapper(const vtkOpenGLStickMapper&); // Not implemented. + vtkOpenGLStickMapper(const vtkOpenGLStickMapper&) VTK_DELETE_FUNCTION; void operator=(const vtkOpenGLStickMapper&) VTK_DELETE_FUNCTION; }; diff --git a/Domains/Microscopy/vtkOpenSlideReader.h b/Domains/Microscopy/vtkOpenSlideReader.h index 5e008a2b4e5f1df5ae4a86211f00d5a6dca1c449..b890fd7143d719353cd66ad3bd44876fcef8f2e5 100644 --- a/Domains/Microscopy/vtkOpenSlideReader.h +++ b/Domains/Microscopy/vtkOpenSlideReader.h @@ -67,7 +67,7 @@ protected: private: openslide_t *openslide_handle; - vtkOpenSlideReader(const vtkOpenSlideReader&); // Not implemented. + vtkOpenSlideReader(const vtkOpenSlideReader&) VTK_DELETE_FUNCTION; void operator=(const vtkOpenSlideReader&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Examples/Build/vtkLocal/vtkLocalExample.h b/Examples/Build/vtkLocal/vtkLocalExample.h index 2e40d9c82cbb33c1dbeed58bea16ac6aa820a843..9dc56dc3ac2789313e5ba53f7f72b2a528742dc1 100644 --- a/Examples/Build/vtkLocal/vtkLocalExample.h +++ b/Examples/Build/vtkLocal/vtkLocalExample.h @@ -25,7 +25,7 @@ protected: ~vtkLocalExample(); private: - vtkLocalExample(const vtkLocalExample&); // Not implemented. + vtkLocalExample(const vtkLocalExample&) VTK_DELETE_FUNCTION; void operator=(const vtkLocalExample&) VTK_DELETE_FUNCTION; }; diff --git a/Examples/Build/vtkMy/Common/vtkBar.h b/Examples/Build/vtkMy/Common/vtkBar.h index 80144095d0e768ae345c57b90226a305c30e36cd..9859c2a1cb79eb0323cd84281923413eb7d28bab 100644 --- a/Examples/Build/vtkMy/Common/vtkBar.h +++ b/Examples/Build/vtkMy/Common/vtkBar.h @@ -32,7 +32,7 @@ protected: vtkBar() {} ~vtkBar() {} private: - vtkBar(const vtkBar&); // Not implemented. + vtkBar(const vtkBar&) VTK_DELETE_FUNCTION; void operator=(const vtkBar&) VTK_DELETE_FUNCTION; }; diff --git a/Examples/Build/vtkMy/Imaging/vtkImageFoo.h b/Examples/Build/vtkMy/Imaging/vtkImageFoo.h index 8c6ad06b633df43bfa6346a493c93b4cfe796748..1a0d5418b4f81da492faf7d1e245171bf8aa5353 100644 --- a/Examples/Build/vtkMy/Imaging/vtkImageFoo.h +++ b/Examples/Build/vtkMy/Imaging/vtkImageFoo.h @@ -80,7 +80,7 @@ protected: vtkImageData*** inData, vtkImageData** outData, int outExt[6], int id); private: - vtkImageFoo(const vtkImageFoo&); // Not implemented. + vtkImageFoo(const vtkImageFoo&) VTK_DELETE_FUNCTION; void operator=(const vtkImageFoo&) VTK_DELETE_FUNCTION; }; diff --git a/Examples/Build/vtkMy/Unsorted/vtkBar2.h b/Examples/Build/vtkMy/Unsorted/vtkBar2.h index 8d27c61e530817054de3bacf0232cf2e537f8139..e2ad76488709d07e4373362070355e6c2ebeea96 100644 --- a/Examples/Build/vtkMy/Unsorted/vtkBar2.h +++ b/Examples/Build/vtkMy/Unsorted/vtkBar2.h @@ -32,7 +32,7 @@ protected: vtkBar2() {} ~vtkBar2() {} private: - vtkBar2(const vtkBar2&); // Not implemented. + vtkBar2(const vtkBar2&) VTK_DELETE_FUNCTION; void operator=(const vtkBar2&) VTK_DELETE_FUNCTION; }; diff --git a/Examples/Charts/Cxx/vtkGraphItem.h b/Examples/Charts/Cxx/vtkGraphItem.h index 056b19e373d03cae73e673b2ef4039921b9e72d3..c17a2b1a207dbd54e394b9fab43a3276d2913973 100644 --- a/Examples/Charts/Cxx/vtkGraphItem.h +++ b/Examples/Charts/Cxx/vtkGraphItem.h @@ -84,7 +84,7 @@ protected: Implementation* Impl; private: - vtkGraphItem(const vtkGraphItem &); // Not implemented. + vtkGraphItem(const vtkGraphItem &) VTK_DELETE_FUNCTION; void operator=(const vtkGraphItem &) VTK_DELETE_FUNCTION; }; diff --git a/Filters/AMR/vtkAMRGaussianPulseSource.h b/Filters/AMR/vtkAMRGaussianPulseSource.h index b20ca090f97b6ebaa0ab2c96ed70dcb7d47e94e4..ad4a59f7184a11c0543d2ab7232c8553b6672e9a 100644 --- a/Filters/AMR/vtkAMRGaussianPulseSource.h +++ b/Filters/AMR/vtkAMRGaussianPulseSource.h @@ -158,7 +158,7 @@ protected: int NumberOfLevels; private: - vtkAMRGaussianPulseSource(const vtkAMRGaussianPulseSource&); // Not implemented + vtkAMRGaussianPulseSource(const vtkAMRGaussianPulseSource&) VTK_DELETE_FUNCTION; void operator=(const vtkAMRGaussianPulseSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/AMR/vtkAMRResampleFilter.h b/Filters/AMR/vtkAMRResampleFilter.h index 07ed565fd20f196dce7ee703018aedaf1f50aac6..c0abf0cbd53b60fcc74c82ed935b39587991f1ff 100644 --- a/Filters/AMR/vtkAMRResampleFilter.h +++ b/Filters/AMR/vtkAMRResampleFilter.h @@ -343,7 +343,7 @@ protected: private: - vtkAMRResampleFilter(const vtkAMRResampleFilter&); // Not implemented + vtkAMRResampleFilter(const vtkAMRResampleFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkAMRResampleFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/AMR/vtkAMRSliceFilter.h b/Filters/AMR/vtkAMRSliceFilter.h index 412407a91dc104a7173dc3dfccbc222183178d4e..634ccadfd23b845c8ae1bad2f86087870835298d 100644 --- a/Filters/AMR/vtkAMRSliceFilter.h +++ b/Filters/AMR/vtkAMRSliceFilter.h @@ -161,7 +161,7 @@ protected: std::vector< int > BlocksToLoad; private: - vtkAMRSliceFilter( const vtkAMRSliceFilter& ); // Not implemented + vtkAMRSliceFilter( const vtkAMRSliceFilter& ) VTK_DELETE_FUNCTION; void operator=( const vtkAMRSliceFilter& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/AMR/vtkImageToAMR.h b/Filters/AMR/vtkImageToAMR.h index efbf9a6d201d2dacf19c7432080e2891f7bf713f..708486d5dcdc331e33600961c2d78f4bf77d2958 100644 --- a/Filters/AMR/vtkImageToAMR.h +++ b/Filters/AMR/vtkImageToAMR.h @@ -72,7 +72,7 @@ protected: private: - vtkImageToAMR(const vtkImageToAMR&); // Not implemented. + vtkImageToAMR(const vtkImageToAMR&) VTK_DELETE_FUNCTION; void operator=(const vtkImageToAMR&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/AMR/vtkParallelAMRUtilities.h b/Filters/AMR/vtkParallelAMRUtilities.h index 67a0020e34914ba930d654e4dd8a859c493212ad..a0d0257d3a473e5c1a55b4b87fb4ff3b773ab110 100644 --- a/Filters/AMR/vtkParallelAMRUtilities.h +++ b/Filters/AMR/vtkParallelAMRUtilities.h @@ -61,7 +61,7 @@ public: static void BlankCells(vtkOverlappingAMR* amr, vtkMultiProcessController *myController); private: - vtkParallelAMRUtilities(const vtkParallelAMRUtilities&); // Not implemented + vtkParallelAMRUtilities(const vtkParallelAMRUtilities&) VTK_DELETE_FUNCTION; void operator=(const vtkParallelAMRUtilities&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkAppendFilter.h b/Filters/Core/vtkAppendFilter.h index 1c43423ed1258ff9964c20f4a05a8349789ed681..ff880691dfa8306c1496580a132bcb594ef957dd 100644 --- a/Filters/Core/vtkAppendFilter.h +++ b/Filters/Core/vtkAppendFilter.h @@ -98,7 +98,7 @@ protected: int OutputPointsPrecision; private: - vtkAppendFilter(const vtkAppendFilter&); // Not implemented. + vtkAppendFilter(const vtkAppendFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkAppendFilter&) VTK_DELETE_FUNCTION; // Get all input data sets that have points, cells, or both. diff --git a/Filters/Core/vtkAppendPolyData.h b/Filters/Core/vtkAppendPolyData.h index 75caca7a5ed44fade6f62d9c03e454a53f376bb8..a930bdf7f43a794b6a6c9a499d4bbd0b44b4f4ef 100644 --- a/Filters/Core/vtkAppendPolyData.h +++ b/Filters/Core/vtkAppendPolyData.h @@ -131,7 +131,7 @@ protected: int UserManagedInputs; private: - vtkAppendPolyData(const vtkAppendPolyData&); // Not implemented. + vtkAppendPolyData(const vtkAppendPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkAppendPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkAppendSelection.h b/Filters/Core/vtkAppendSelection.h index 2b9c89371ac483db570787f6ee3d79ffa8e7e4e2..a75fde653b9dedfb78cb648ea84432375fe30527 100644 --- a/Filters/Core/vtkAppendSelection.h +++ b/Filters/Core/vtkAppendSelection.h @@ -99,7 +99,7 @@ protected: int UserManagedInputs; int AppendByUnion; private: - vtkAppendSelection(const vtkAppendSelection&); // Not implemented. + vtkAppendSelection(const vtkAppendSelection&) VTK_DELETE_FUNCTION; void operator=(const vtkAppendSelection&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkArrayCalculator.h b/Filters/Core/vtkArrayCalculator.h index bb56693c8e71c7a896440b0acde868919750a8d3..8e8a0568585f3fa060512f7a369e63c219b0965c 100644 --- a/Filters/Core/vtkArrayCalculator.h +++ b/Filters/Core/vtkArrayCalculator.h @@ -251,7 +251,7 @@ protected: int ResultArrayType; private: - vtkArrayCalculator(const vtkArrayCalculator&); // Not implemented. + vtkArrayCalculator(const vtkArrayCalculator&) VTK_DELETE_FUNCTION; void operator=(const vtkArrayCalculator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkAssignAttribute.h b/Filters/Core/vtkAssignAttribute.h index 652a32d92ac55cdeed8d9fb74fd39bd33db4dfde..9ff5681290da543a01a4050bf17f5fde65b8e35c 100644 --- a/Filters/Core/vtkAssignAttribute.h +++ b/Filters/Core/vtkAssignAttribute.h @@ -119,7 +119,7 @@ protected: static char AttributeLocationNames[vtkAssignAttribute::NUM_ATTRIBUTE_LOCS][12]; static char AttributeNames[vtkDataSetAttributes::NUM_ATTRIBUTES][20]; private: - vtkAssignAttribute(const vtkAssignAttribute&); // Not implemented. + vtkAssignAttribute(const vtkAssignAttribute&) VTK_DELETE_FUNCTION; void operator=(const vtkAssignAttribute&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkAttributeDataToFieldDataFilter.h b/Filters/Core/vtkAttributeDataToFieldDataFilter.h index 23721d900db0e1d70d558366777317525c0d90e0..02efa51de68d14e48d057f9416d7f3df2dd17e90 100644 --- a/Filters/Core/vtkAttributeDataToFieldDataFilter.h +++ b/Filters/Core/vtkAttributeDataToFieldDataFilter.h @@ -66,7 +66,7 @@ protected: int PassAttributeData; private: - vtkAttributeDataToFieldDataFilter(const vtkAttributeDataToFieldDataFilter&); // Not implemented. + vtkAttributeDataToFieldDataFilter(const vtkAttributeDataToFieldDataFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkAttributeDataToFieldDataFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkCellDataToPointData.h b/Filters/Core/vtkCellDataToPointData.h index 0a4b66d6a042a2ddec3ed41fad71492690540e9b..6605cba841dfa6c3a497d1a81ae03d745e782bef 100644 --- a/Filters/Core/vtkCellDataToPointData.h +++ b/Filters/Core/vtkCellDataToPointData.h @@ -73,7 +73,7 @@ protected: int PassCellData; private: - vtkCellDataToPointData(const vtkCellDataToPointData&); // Not implemented. + vtkCellDataToPointData(const vtkCellDataToPointData&) VTK_DELETE_FUNCTION; void operator=(const vtkCellDataToPointData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkCenterOfMass.h b/Filters/Core/vtkCenterOfMass.h index ff7689ead23162e2c30be85cef8259ffacb2160f..7cef5d0ec329cfd0cad1e73832275cf7ec2b3317 100644 --- a/Filters/Core/vtkCenterOfMass.h +++ b/Filters/Core/vtkCenterOfMass.h @@ -68,7 +68,7 @@ protected: private: - vtkCenterOfMass(const vtkCenterOfMass&); // Not implemented. + vtkCenterOfMass(const vtkCenterOfMass&) VTK_DELETE_FUNCTION; void operator=(const vtkCenterOfMass&) VTK_DELETE_FUNCTION; bool UseScalarsAsWeights; diff --git a/Filters/Core/vtkCleanPolyData.h b/Filters/Core/vtkCleanPolyData.h index cf5b5465e7f0cbe031e3011ade4639289b9adaf8..9974fed8720c65f983f9b341d230dd2354c231bd 100644 --- a/Filters/Core/vtkCleanPolyData.h +++ b/Filters/Core/vtkCleanPolyData.h @@ -181,7 +181,7 @@ protected: int PieceInvariant; int OutputPointsPrecision; private: - vtkCleanPolyData(const vtkCleanPolyData&); // Not implemented. + vtkCleanPolyData(const vtkCleanPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkCleanPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkClipPolyData.h b/Filters/Core/vtkClipPolyData.h index a8fe7aa445a9b8501908fa1371696857c6ad4742..fd6bd8efa0169e9eac4941288c9f117b7e971a88 100644 --- a/Filters/Core/vtkClipPolyData.h +++ b/Filters/Core/vtkClipPolyData.h @@ -166,7 +166,7 @@ protected: int OutputPointsPrecision; private: - vtkClipPolyData(const vtkClipPolyData&); // Not implemented. + vtkClipPolyData(const vtkClipPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkClipPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkCompositeCutter.h b/Filters/Core/vtkCompositeCutter.h index 26aadad32804bed84501a36a188c01a4cc13e5c3..44d6f65d95647a2af9688f9ba84deb5b57825104 100644 --- a/Filters/Core/vtkCompositeCutter.h +++ b/Filters/Core/vtkCompositeCutter.h @@ -41,7 +41,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkCompositeCutter(const vtkCompositeCutter&); // Not implemented. + vtkCompositeCutter(const vtkCompositeCutter&) VTK_DELETE_FUNCTION; void operator=(const vtkCompositeCutter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkCompositeDataProbeFilter.h b/Filters/Core/vtkCompositeDataProbeFilter.h index 1b86760269f26bfe2b1da7f97c976cab79ffdc76..4b4f8c21fb8d75de71ab20b3a3c9616b47900b27 100644 --- a/Filters/Core/vtkCompositeDataProbeFilter.h +++ b/Filters/Core/vtkCompositeDataProbeFilter.h @@ -89,7 +89,7 @@ protected: bool PassPartialArrays; private: - vtkCompositeDataProbeFilter(const vtkCompositeDataProbeFilter&); // Not implemented. + vtkCompositeDataProbeFilter(const vtkCompositeDataProbeFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkCompositeDataProbeFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkConnectivityFilter.h b/Filters/Core/vtkConnectivityFilter.h index b4f60404b490a47f2f89faf487288223c33bda1e..f38501affaa62db680ea88bc6b3b3ebab67f17c0 100644 --- a/Filters/Core/vtkConnectivityFilter.h +++ b/Filters/Core/vtkConnectivityFilter.h @@ -191,7 +191,7 @@ private: vtkIdList *PointIds; vtkIdList *CellIds; private: - vtkConnectivityFilter(const vtkConnectivityFilter&); // Not implemented. + vtkConnectivityFilter(const vtkConnectivityFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkConnectivityFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkContourFilter.h b/Filters/Core/vtkContourFilter.h index d02a2feddd04f7bdfd3d6818e244ad2f5cb8acd2..3ce411f13380cab576c9bcabd853690c77e144f1 100644 --- a/Filters/Core/vtkContourFilter.h +++ b/Filters/Core/vtkContourFilter.h @@ -195,7 +195,7 @@ protected: void *callData); private: - vtkContourFilter(const vtkContourFilter&); // Not implemented. + vtkContourFilter(const vtkContourFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkContourFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkContourGrid.h b/Filters/Core/vtkContourGrid.h index f4204c2aa096748acbfb216d2073f1f7ee57200a..6cc406a0069f19275c3e31485fe4fdb982d05a21 100644 --- a/Filters/Core/vtkContourGrid.h +++ b/Filters/Core/vtkContourGrid.h @@ -171,7 +171,7 @@ protected: vtkEdgeTable *EdgeTable; private: - vtkContourGrid(const vtkContourGrid&); // Not implemented. + vtkContourGrid(const vtkContourGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkContourGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkCutter.h b/Filters/Core/vtkCutter.h index 91ccc58c7a4fa63669cea505b4b113a0cab6699a..13e6b5cee4615353104a9f5e80cbfba439c29cab 100644 --- a/Filters/Core/vtkCutter.h +++ b/Filters/Core/vtkCutter.h @@ -218,7 +218,7 @@ protected: int GenerateCutScalars; int OutputPointsPrecision; private: - vtkCutter(const vtkCutter&); // Not implemented. + vtkCutter(const vtkCutter&) VTK_DELETE_FUNCTION; void operator=(const vtkCutter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkDataObjectGenerator.h b/Filters/Core/vtkDataObjectGenerator.h index d417e612f2cc11d6bcde4000b272c73bd8863985..b4674b40a011397e484272b85cfdd2314bd30c25 100644 --- a/Filters/Core/vtkDataObjectGenerator.h +++ b/Filters/Core/vtkDataObjectGenerator.h @@ -113,7 +113,7 @@ protected: void MakeValues(vtkDataSet *ds); private: - vtkDataObjectGenerator(const vtkDataObjectGenerator&); // Not implemented. + vtkDataObjectGenerator(const vtkDataObjectGenerator&) VTK_DELETE_FUNCTION; void operator=(const vtkDataObjectGenerator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkDataObjectToDataSetFilter.h b/Filters/Core/vtkDataObjectToDataSetFilter.h index 0b27343f05df198c19c4113ecba1a2f68617c2dc..1447f91b36fd3569a49c7ed56901f24134d8108a 100644 --- a/Filters/Core/vtkDataObjectToDataSetFilter.h +++ b/Filters/Core/vtkDataObjectToDataSetFilter.h @@ -320,7 +320,7 @@ protected: void ConstructOrigin(vtkDataObject *input); private: - vtkDataObjectToDataSetFilter(const vtkDataObjectToDataSetFilter&); // Not implemented. + vtkDataObjectToDataSetFilter(const vtkDataObjectToDataSetFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkDataObjectToDataSetFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkDataSetEdgeSubdivisionCriterion.h b/Filters/Core/vtkDataSetEdgeSubdivisionCriterion.h index af7299cd0ee22011799ee03cf9f4bdce58ff96fd..3c4bb6601bf8f7dd4001ee58f7d787a9317d085b 100644 --- a/Filters/Core/vtkDataSetEdgeSubdivisionCriterion.h +++ b/Filters/Core/vtkDataSetEdgeSubdivisionCriterion.h @@ -149,7 +149,7 @@ class VTKFILTERSCORE_EXPORT vtkDataSetEdgeSubdivisionCriterion : public vtkEdgeS int ActiveFieldCriteria; private: - vtkDataSetEdgeSubdivisionCriterion( const vtkDataSetEdgeSubdivisionCriterion& ); // Not implemented. + vtkDataSetEdgeSubdivisionCriterion( const vtkDataSetEdgeSubdivisionCriterion& ) VTK_DELETE_FUNCTION; void operator = ( const vtkDataSetEdgeSubdivisionCriterion& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkDataSetToDataObjectFilter.h b/Filters/Core/vtkDataSetToDataObjectFilter.h index 8fc88a47127fa1cce611cc477113f8f463e29645..1e9af9a323161dafb7bd0bbfab0ea26851ce24ff 100644 --- a/Filters/Core/vtkDataSetToDataObjectFilter.h +++ b/Filters/Core/vtkDataSetToDataObjectFilter.h @@ -107,7 +107,7 @@ protected: int FieldData; private: - vtkDataSetToDataObjectFilter(const vtkDataSetToDataObjectFilter&); // Not implemented. + vtkDataSetToDataObjectFilter(const vtkDataSetToDataObjectFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetToDataObjectFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkDecimatePolylineFilter.h b/Filters/Core/vtkDecimatePolylineFilter.h index eb2bed30ec4d10342c5c2de731c54e015bb1a571..1a1d2547954c6df96778d11d8babc90958bdb542 100644 --- a/Filters/Core/vtkDecimatePolylineFilter.h +++ b/Filters/Core/vtkDecimatePolylineFilter.h @@ -85,7 +85,7 @@ protected: int OutputPointsPrecision; private: - vtkDecimatePolylineFilter(const vtkDecimatePolylineFilter&); // Not implemented. + vtkDecimatePolylineFilter(const vtkDecimatePolylineFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkDecimatePolylineFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkDecimatePro.h b/Filters/Core/vtkDecimatePro.h index 626b9f5044b2b70590e210476be9f23c52fbbfe2..0ed7d2d1b092aad05126db90db330e2592766215 100644 --- a/Filters/Core/vtkDecimatePro.h +++ b/Filters/Core/vtkDecimatePro.h @@ -371,7 +371,7 @@ private: double Error; //Maximum allowable surface error private: - vtkDecimatePro(const vtkDecimatePro&); // Not implemented. + vtkDecimatePro(const vtkDecimatePro&) VTK_DELETE_FUNCTION; void operator=(const vtkDecimatePro&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkDelaunay2D.h b/Filters/Core/vtkDelaunay2D.h index 63bdf23bce6d1f09395368e1f2a229badfe207c7..50ed57d77cadc89d652d98ad9b3487e2a91cba92 100644 --- a/Filters/Core/vtkDelaunay2D.h +++ b/Filters/Core/vtkDelaunay2D.h @@ -264,7 +264,7 @@ private: virtual int FillInputPortInformation(int, vtkInformation*); private: - vtkDelaunay2D(const vtkDelaunay2D&); // Not implemented. + vtkDelaunay2D(const vtkDelaunay2D&) VTK_DELETE_FUNCTION; void operator=(const vtkDelaunay2D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkDelaunay3D.h b/Filters/Core/vtkDelaunay3D.h index fbd3020b2c0067f9d6ea24dbe6e3568fdff982df..4b7b8ef9fe5df02be78c8915a543a4fe0dc462d3 100644 --- a/Filters/Core/vtkDelaunay3D.h +++ b/Filters/Core/vtkDelaunay3D.h @@ -265,7 +265,7 @@ private: //members added for performance vtkIdList *NeiTetras; //used by InsertPoint private: - vtkDelaunay3D(const vtkDelaunay3D&); // Not implemented. + vtkDelaunay3D(const vtkDelaunay3D&) VTK_DELETE_FUNCTION; void operator=(const vtkDelaunay3D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkEdgeSubdivisionCriterion.h b/Filters/Core/vtkEdgeSubdivisionCriterion.h index 7f663ececf4561b44ebb2747e2c2a0abffcaa54b..63199cd9088df8970d9688d2f63edf8df906aed5 100644 --- a/Filters/Core/vtkEdgeSubdivisionCriterion.h +++ b/Filters/Core/vtkEdgeSubdivisionCriterion.h @@ -161,7 +161,7 @@ class VTKFILTERSCORE_EXPORT vtkEdgeSubdivisionCriterion : public vtkObject bool FixedFieldErrorEval( const double* p0, double* p1, double* p1_actual, const double* p2, int field_start, int field_criteria, double* allowableFieldErr ) const; private: - vtkEdgeSubdivisionCriterion( const vtkEdgeSubdivisionCriterion& ); // Not implemented. + vtkEdgeSubdivisionCriterion( const vtkEdgeSubdivisionCriterion& ) VTK_DELETE_FUNCTION; void operator = ( const vtkEdgeSubdivisionCriterion& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkElevationFilter.h b/Filters/Core/vtkElevationFilter.h index a33b8f0fed2ff204e9ed717f4a58884971f2fb5f..0c0c09788b8b9b7baed5678db7f356793362f0c9 100644 --- a/Filters/Core/vtkElevationFilter.h +++ b/Filters/Core/vtkElevationFilter.h @@ -74,7 +74,7 @@ protected: double ScalarRange[2]; private: - vtkElevationFilter(const vtkElevationFilter&); // Not implemented. + vtkElevationFilter(const vtkElevationFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkElevationFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkExecutionTimer.h b/Filters/Core/vtkExecutionTimer.h index 58d0b28e48547bbeb245342ac5f55f09673aa343..f89299e69d965b2800a9e34af4e4f137377704b5 100644 --- a/Filters/Core/vtkExecutionTimer.h +++ b/Filters/Core/vtkExecutionTimer.h @@ -106,7 +106,7 @@ protected: static void EventRelay(vtkObject* caller, unsigned long eventId, void* clientData, void* callData); private: - vtkExecutionTimer(const vtkExecutionTimer&); // Not implemented. + vtkExecutionTimer(const vtkExecutionTimer&) VTK_DELETE_FUNCTION; void operator=(const vtkExecutionTimer&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkFeatureEdges.h b/Filters/Core/vtkFeatureEdges.h index f769dd21ec5206ba94d1da2e53220654da663cff..d4673c692ae932031d4de4b699046384729f5dce 100644 --- a/Filters/Core/vtkFeatureEdges.h +++ b/Filters/Core/vtkFeatureEdges.h @@ -124,7 +124,7 @@ protected: int OutputPointsPrecision; vtkIncrementalPointLocator *Locator; private: - vtkFeatureEdges(const vtkFeatureEdges&); // Not implemented. + vtkFeatureEdges(const vtkFeatureEdges&) VTK_DELETE_FUNCTION; void operator=(const vtkFeatureEdges&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkFieldDataToAttributeDataFilter.h b/Filters/Core/vtkFieldDataToAttributeDataFilter.h index 72ae0d3105677f441a636407ef977a73a4669d6c..f875fec94dc41de7137e3237fd385235be4b7325 100644 --- a/Filters/Core/vtkFieldDataToAttributeDataFilter.h +++ b/Filters/Core/vtkFieldDataToAttributeDataFilter.h @@ -286,7 +286,7 @@ protected: void ConstructFieldData(int num, vtkDataSetAttributes *attr); private: - vtkFieldDataToAttributeDataFilter(const vtkFieldDataToAttributeDataFilter&); // Not implemented. + vtkFieldDataToAttributeDataFilter(const vtkFieldDataToAttributeDataFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkFieldDataToAttributeDataFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkFlyingEdges2D.h b/Filters/Core/vtkFlyingEdges2D.h index 555057def844b2e08d373cf7f3593f95e1e42665..82f95d271ced19691d245f96abed9a00de1c5a1f 100644 --- a/Filters/Core/vtkFlyingEdges2D.h +++ b/Filters/Core/vtkFlyingEdges2D.h @@ -145,7 +145,7 @@ protected: int ArrayComponent; private: - vtkFlyingEdges2D(const vtkFlyingEdges2D&); // Not implemented. + vtkFlyingEdges2D(const vtkFlyingEdges2D&) VTK_DELETE_FUNCTION; void operator=(const vtkFlyingEdges2D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkFlyingEdges3D.h b/Filters/Core/vtkFlyingEdges3D.h index b38879a4c4e76ee2a4b1183a35739a18a8765b4b..fb983130f104c1462dcde316ce80c76022310060 100644 --- a/Filters/Core/vtkFlyingEdges3D.h +++ b/Filters/Core/vtkFlyingEdges3D.h @@ -177,7 +177,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkFlyingEdges3D(const vtkFlyingEdges3D&); // Not implemented. + vtkFlyingEdges3D(const vtkFlyingEdges3D&) VTK_DELETE_FUNCTION; void operator=(const vtkFlyingEdges3D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkFlyingEdgesPlaneCutter.h b/Filters/Core/vtkFlyingEdgesPlaneCutter.h index be3d468da778ba1b98e1313f4de3025702e138f7..6320b7e51857b7193475ac7c4b94be6db7c964f8 100644 --- a/Filters/Core/vtkFlyingEdgesPlaneCutter.h +++ b/Filters/Core/vtkFlyingEdgesPlaneCutter.h @@ -107,7 +107,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkFlyingEdgesPlaneCutter(const vtkFlyingEdgesPlaneCutter&); // Not implemented. + vtkFlyingEdgesPlaneCutter(const vtkFlyingEdgesPlaneCutter&) VTK_DELETE_FUNCTION; void operator=(const vtkFlyingEdgesPlaneCutter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkGlyph2D.h b/Filters/Core/vtkGlyph2D.h index f6469463953f98d8b97c1ca3717b55925bd0c4cb..16280dc09f56f819b1a5dd40564c2dbb50ea0a4f 100644 --- a/Filters/Core/vtkGlyph2D.h +++ b/Filters/Core/vtkGlyph2D.h @@ -50,7 +50,7 @@ protected: virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkGlyph2D(const vtkGlyph2D&); // Not implemented. + vtkGlyph2D(const vtkGlyph2D&) VTK_DELETE_FUNCTION; void operator=(const vtkGlyph2D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkGlyph3D.h b/Filters/Core/vtkGlyph3D.h index 2b251c4170494401499ae391a781df481d066626..fbff55d03bffa01b6d8e7da9638c70fbb6ec458b 100644 --- a/Filters/Core/vtkGlyph3D.h +++ b/Filters/Core/vtkGlyph3D.h @@ -291,7 +291,7 @@ protected: vtkTransform* SourceTransform; private: - vtkGlyph3D(const vtkGlyph3D&); // Not implemented. + vtkGlyph3D(const vtkGlyph3D&) VTK_DELETE_FUNCTION; void operator=(const vtkGlyph3D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkGridSynchronizedTemplates3D.h b/Filters/Core/vtkGridSynchronizedTemplates3D.h index 7748d4b0e1309845efe32ea42295c110e97352c2..aab28eeb0cde32d335881d4f3a0724485ebf3d74 100644 --- a/Filters/Core/vtkGridSynchronizedTemplates3D.h +++ b/Filters/Core/vtkGridSynchronizedTemplates3D.h @@ -159,7 +159,7 @@ protected: int OutputPointsPrecision; private: - vtkGridSynchronizedTemplates3D(const vtkGridSynchronizedTemplates3D&); // Not implemented. + vtkGridSynchronizedTemplates3D(const vtkGridSynchronizedTemplates3D&) VTK_DELETE_FUNCTION; void operator=(const vtkGridSynchronizedTemplates3D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkHedgeHog.h b/Filters/Core/vtkHedgeHog.h index 9888b990c040efac88d12c222e48bde755c0b2b5..c8d9a8d8ff11d615f83334ad3c1e8ef8806e7af8 100644 --- a/Filters/Core/vtkHedgeHog.h +++ b/Filters/Core/vtkHedgeHog.h @@ -66,7 +66,7 @@ protected: int OutputPointsPrecision; private: - vtkHedgeHog(const vtkHedgeHog&); // Not implemented. + vtkHedgeHog(const vtkHedgeHog&) VTK_DELETE_FUNCTION; void operator=(const vtkHedgeHog&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkHull.h b/Filters/Core/vtkHull.h index fe2847b10f8341ef60b3674b3c284028fe8d2ca2..d05abf6cfacac7277c3559d33adb47c95786d7ca 100644 --- a/Filters/Core/vtkHull.h +++ b/Filters/Core/vtkHull.h @@ -170,7 +170,7 @@ protected: // The method that does it all... int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkHull(const vtkHull&); // Not implemented. + vtkHull(const vtkHull&) VTK_DELETE_FUNCTION; void operator=(const vtkHull&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkIdFilter.h b/Filters/Core/vtkIdFilter.h index 3424407b81762a61021018371901bafe4a935e86..e415cb6f1d3e58311818588eda11411ece4c7628 100644 --- a/Filters/Core/vtkIdFilter.h +++ b/Filters/Core/vtkIdFilter.h @@ -79,7 +79,7 @@ protected: char *IdsArrayName; private: - vtkIdFilter(const vtkIdFilter&); // Not implemented. + vtkIdFilter(const vtkIdFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkIdFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkImageAppend.h b/Filters/Core/vtkImageAppend.h index 88f513e70388987cf3b58269539e06f45d57ed73..8329ddedef6102a4fd0d77941b2bc644343ac123 100644 --- a/Filters/Core/vtkImageAppend.h +++ b/Filters/Core/vtkImageAppend.h @@ -128,7 +128,7 @@ protected: private: - vtkImageAppend(const vtkImageAppend&); // Not implemented. + vtkImageAppend(const vtkImageAppend&) VTK_DELETE_FUNCTION; void operator=(const vtkImageAppend&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkImplicitPolyDataDistance.h b/Filters/Core/vtkImplicitPolyDataDistance.h index 6845ef1a8f879794176ec00dd4a30bcb99ec5570..14ec98578f61bef41f3e0ebe5ac5254e2aa2980d 100644 --- a/Filters/Core/vtkImplicitPolyDataDistance.h +++ b/Filters/Core/vtkImplicitPolyDataDistance.h @@ -115,7 +115,7 @@ protected: vtkCellLocator *Locator; private: - vtkImplicitPolyDataDistance(const vtkImplicitPolyDataDistance&); // Not implemented. + vtkImplicitPolyDataDistance(const vtkImplicitPolyDataDistance&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitPolyDataDistance&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkMarchingCubes.h b/Filters/Core/vtkMarchingCubes.h index 0a5f9a3e0df3d93836723382e64d5b85147545be..1a129bcc8be85399241ffc72a525beeeaf12f2b2 100644 --- a/Filters/Core/vtkMarchingCubes.h +++ b/Filters/Core/vtkMarchingCubes.h @@ -107,7 +107,7 @@ protected: int ComputeScalars; vtkIncrementalPointLocator *Locator; private: - vtkMarchingCubes(const vtkMarchingCubes&); // Not implemented. + vtkMarchingCubes(const vtkMarchingCubes&) VTK_DELETE_FUNCTION; void operator=(const vtkMarchingCubes&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkMarchingSquares.h b/Filters/Core/vtkMarchingSquares.h index 7afe32b7767f66fa26b347447ab58bccfb375b30..a0182ef142acb45930dec29daeff1ffc00ee2835 100644 --- a/Filters/Core/vtkMarchingSquares.h +++ b/Filters/Core/vtkMarchingSquares.h @@ -96,7 +96,7 @@ protected: vtkIncrementalPointLocator *Locator; private: - vtkMarchingSquares(const vtkMarchingSquares&); // Not implemented. + vtkMarchingSquares(const vtkMarchingSquares&) VTK_DELETE_FUNCTION; void operator=(const vtkMarchingSquares&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkMaskFields.h b/Filters/Core/vtkMaskFields.h index ed1c9160e80c9c47e590bb934785c2bd58b12933..c9cc5eed9dffb60156fd995a5a25195b3031795a 100644 --- a/Filters/Core/vtkMaskFields.h +++ b/Filters/Core/vtkMaskFields.h @@ -160,7 +160,7 @@ protected: static char AttributeNames[vtkDataSetAttributes::NUM_ATTRIBUTES][10]; private: - vtkMaskFields(const vtkMaskFields&); // Not implemented. + vtkMaskFields(const vtkMaskFields&) VTK_DELETE_FUNCTION; void operator=(const vtkMaskFields&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkMaskPoints.h b/Filters/Core/vtkMaskPoints.h index 9960a5778e222414bf682c25624e676526be15d8..83ca9a51488599d00a415c491841bc919804dbf5 100644 --- a/Filters/Core/vtkMaskPoints.h +++ b/Filters/Core/vtkMaskPoints.h @@ -148,7 +148,7 @@ protected: unsigned long GetLocalSampleSize(vtkIdType, int); private: - vtkMaskPoints(const vtkMaskPoints&); // Not implemented. + vtkMaskPoints(const vtkMaskPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkMaskPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkMaskPolyData.h b/Filters/Core/vtkMaskPolyData.h index 2017fde1e2c824dbb777c22a4c7a8da4274b86c2..6d269001901ca269fc351363c7b52176b1c5339b 100644 --- a/Filters/Core/vtkMaskPolyData.h +++ b/Filters/Core/vtkMaskPolyData.h @@ -53,7 +53,7 @@ protected: vtkIdType Offset; // offset (or starting point id) private: - vtkMaskPolyData(const vtkMaskPolyData&); // Not implemented. + vtkMaskPolyData(const vtkMaskPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkMaskPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkMassProperties.h b/Filters/Core/vtkMassProperties.h index 2d08f1b47707d912baea59e7d5e0b95e770b954a..71d0c2b28ed4e0c6e5166d577e666083e6541584 100644 --- a/Filters/Core/vtkMassProperties.h +++ b/Filters/Core/vtkMassProperties.h @@ -113,7 +113,7 @@ protected: double NormalizedShapeIndex; private: - vtkMassProperties(const vtkMassProperties&); // Not implemented. + vtkMassProperties(const vtkMassProperties&) VTK_DELETE_FUNCTION; void operator=(const vtkMassProperties&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkMergeDataObjectFilter.h b/Filters/Core/vtkMergeDataObjectFilter.h index 56165530847dfb0187d42c90483b2d5535e9ae22..4987165c88e24300d506327c34b45cd418512ed3 100644 --- a/Filters/Core/vtkMergeDataObjectFilter.h +++ b/Filters/Core/vtkMergeDataObjectFilter.h @@ -75,7 +75,7 @@ protected: int OutputField; // which output field private: - vtkMergeDataObjectFilter(const vtkMergeDataObjectFilter&); // Not implemented. + vtkMergeDataObjectFilter(const vtkMergeDataObjectFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkMergeDataObjectFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkMergeFields.h b/Filters/Core/vtkMergeFields.h index 852cbe261e15d18d025fb4e9dc895e1c79b672c2..72f85c822d9b57ff13c553760ff2a809943433a2 100644 --- a/Filters/Core/vtkMergeFields.h +++ b/Filters/Core/vtkMergeFields.h @@ -146,7 +146,7 @@ protected: void PrintComponent(Component* op, ostream& os, vtkIndent indent); void PrintAllComponents(ostream& os, vtkIndent indent); private: - vtkMergeFields(const vtkMergeFields&); // Not implemented. + vtkMergeFields(const vtkMergeFields&) VTK_DELETE_FUNCTION; void operator=(const vtkMergeFields&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkMergeFilter.h b/Filters/Core/vtkMergeFilter.h index 169ec7695f24d1d17dc20325fae57ed464be8b5e..b87a964abcfa520470f6f1bf8560f23d23b2d90f 100644 --- a/Filters/Core/vtkMergeFilter.h +++ b/Filters/Core/vtkMergeFilter.h @@ -149,7 +149,7 @@ protected: vtkFieldList* FieldList; private: - vtkMergeFilter(const vtkMergeFilter&); // Not implemented. + vtkMergeFilter(const vtkMergeFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkMergeFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkPointDataToCellData.h b/Filters/Core/vtkPointDataToCellData.h index 71510f06e632ee6be8114d792ea5fa99a3034f93..ee0e82b68bc5687d49cf9b1820dfad957a14e4e9 100644 --- a/Filters/Core/vtkPointDataToCellData.h +++ b/Filters/Core/vtkPointDataToCellData.h @@ -61,7 +61,7 @@ protected: int PassPointData; private: - vtkPointDataToCellData(const vtkPointDataToCellData&); // Not implemented. + vtkPointDataToCellData(const vtkPointDataToCellData&) VTK_DELETE_FUNCTION; void operator=(const vtkPointDataToCellData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkPolyDataConnectivityFilter.h b/Filters/Core/vtkPolyDataConnectivityFilter.h index 3aa544aaaa1463b23ef1682717e2978a743d7b2e..439a31fe6b13c6967f3254f2c938ff1b4573f1d5 100644 --- a/Filters/Core/vtkPolyDataConnectivityFilter.h +++ b/Filters/Core/vtkPolyDataConnectivityFilter.h @@ -226,7 +226,7 @@ protected: int OutputPointsPrecision; private: - vtkPolyDataConnectivityFilter(const vtkPolyDataConnectivityFilter&); // Not implemented. + vtkPolyDataConnectivityFilter(const vtkPolyDataConnectivityFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataConnectivityFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkPolyDataNormals.h b/Filters/Core/vtkPolyDataNormals.h index 67432d8ef9a6f85b8699645ef3794c07a4a3e2b9..5382b25f5bdd1c159d107e49ee0fdc58482bcfa0 100644 --- a/Filters/Core/vtkPolyDataNormals.h +++ b/Filters/Core/vtkPolyDataNormals.h @@ -174,7 +174,7 @@ private: void MarkAndSplit(vtkIdType ptId); private: - vtkPolyDataNormals(const vtkPolyDataNormals&); // Not implemented. + vtkPolyDataNormals(const vtkPolyDataNormals&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataNormals&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkProbeFilter.h b/Filters/Core/vtkProbeFilter.h index 4123e74832fd8f71e045934687398fc18ff40862..9a1b6b2288df616a4e517784ee5decd327774675 100644 --- a/Filters/Core/vtkProbeFilter.h +++ b/Filters/Core/vtkProbeFilter.h @@ -186,7 +186,7 @@ protected: vtkDataSetAttributes::FieldList* CellList; vtkDataSetAttributes::FieldList* PointList; private: - vtkProbeFilter(const vtkProbeFilter&); // Not implemented. + vtkProbeFilter(const vtkProbeFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkProbeFilter&) VTK_DELETE_FUNCTION; // Probe only those points that are marked as not-probed by the MaskPoints diff --git a/Filters/Core/vtkQuadricClustering.h b/Filters/Core/vtkQuadricClustering.h index 7a41308a2adee32d2fc1b2d671d62f79ab88e94a..b4c90bea593b2ecf8e69bda6965cd91e5370f59d 100644 --- a/Filters/Core/vtkQuadricClustering.h +++ b/Filters/Core/vtkQuadricClustering.h @@ -349,7 +349,7 @@ protected: int OutCellCount; private: - vtkQuadricClustering(const vtkQuadricClustering&); // Not implemented. + vtkQuadricClustering(const vtkQuadricClustering&) VTK_DELETE_FUNCTION; void operator=(const vtkQuadricClustering&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkQuadricDecimation.h b/Filters/Core/vtkQuadricDecimation.h index 8d53861bc852f12995d8ec681d128885e04d552a..7639c55e343ada4cc22a2bff2123b53d3ca359c3 100644 --- a/Filters/Core/vtkQuadricDecimation.h +++ b/Filters/Core/vtkQuadricDecimation.h @@ -228,7 +228,7 @@ protected: double *TempData; private: - vtkQuadricDecimation(const vtkQuadricDecimation&); // Not implemented. + vtkQuadricDecimation(const vtkQuadricDecimation&) VTK_DELETE_FUNCTION; void operator=(const vtkQuadricDecimation&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkRearrangeFields.h b/Filters/Core/vtkRearrangeFields.h index 91b367468409bc089720a3a0266db0a95727dc34..01da708946838a48e4ec06671e3d75407255813b 100644 --- a/Filters/Core/vtkRearrangeFields.h +++ b/Filters/Core/vtkRearrangeFields.h @@ -200,7 +200,7 @@ protected: void PrintAllOperations(ostream& os, vtkIndent indent); void PrintOperation(Operation* op, ostream& os, vtkIndent indent); private: - vtkRearrangeFields(const vtkRearrangeFields&); // Not implemented. + vtkRearrangeFields(const vtkRearrangeFields&) VTK_DELETE_FUNCTION; void operator=(const vtkRearrangeFields&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkRectilinearSynchronizedTemplates.h b/Filters/Core/vtkRectilinearSynchronizedTemplates.h index 306040354dd91afb831cd89ac310aa1af5796e5d..4310fcfa16fd828d11170fc8b9fb98b740ac7acf 100644 --- a/Filters/Core/vtkRectilinearSynchronizedTemplates.h +++ b/Filters/Core/vtkRectilinearSynchronizedTemplates.h @@ -157,7 +157,7 @@ protected: vtkRectilinearGrid *input); private: - vtkRectilinearSynchronizedTemplates(const vtkRectilinearSynchronizedTemplates&); // Not implemented. + vtkRectilinearSynchronizedTemplates(const vtkRectilinearSynchronizedTemplates&) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearSynchronizedTemplates&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkResampleToImage.h b/Filters/Core/vtkResampleToImage.h index 48d5118582c0caf8f3f3e3ab47fdaba951f674bf..99b72041cff7dc08cf0cbd8ed0867a2aae0f76ab 100644 --- a/Filters/Core/vtkResampleToImage.h +++ b/Filters/Core/vtkResampleToImage.h @@ -104,7 +104,7 @@ protected: vtkNew Prober; private: - vtkResampleToImage(const vtkResampleToImage&); // Not implemented. + vtkResampleToImage(const vtkResampleToImage&) VTK_DELETE_FUNCTION; void operator=(const vtkResampleToImage&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkReverseSense.h b/Filters/Core/vtkReverseSense.h index bcab06bef819abf1956fd3fd23b6a67487a2f2d0..6da87f1fddf065266c34f0929d3108590d26454b 100644 --- a/Filters/Core/vtkReverseSense.h +++ b/Filters/Core/vtkReverseSense.h @@ -65,7 +65,7 @@ protected: int ReverseCells; int ReverseNormals; private: - vtkReverseSense(const vtkReverseSense&); // Not implemented. + vtkReverseSense(const vtkReverseSense&) VTK_DELETE_FUNCTION; void operator=(const vtkReverseSense&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkSimpleElevationFilter.h b/Filters/Core/vtkSimpleElevationFilter.h index 8508817f0cd4be7d30a1b1c6c3e440054dbed12a..c669e2ffb80504d638dcd42d944bd9ef379cc247 100644 --- a/Filters/Core/vtkSimpleElevationFilter.h +++ b/Filters/Core/vtkSimpleElevationFilter.h @@ -61,7 +61,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); double Vector[3]; private: - vtkSimpleElevationFilter(const vtkSimpleElevationFilter&); // Not implemented. + vtkSimpleElevationFilter(const vtkSimpleElevationFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkSimpleElevationFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkSmoothPolyDataFilter.h b/Filters/Core/vtkSmoothPolyDataFilter.h index a03decd3007ed689136d815990bb1b9b46e8ab63..05aac4ab39da6b0eec430a7422f3f6ab7974f5dc 100644 --- a/Filters/Core/vtkSmoothPolyDataFilter.h +++ b/Filters/Core/vtkSmoothPolyDataFilter.h @@ -198,7 +198,7 @@ protected: vtkSmoothPoints *SmoothPoints; private: - vtkSmoothPolyDataFilter(const vtkSmoothPolyDataFilter&); // Not implemented. + vtkSmoothPolyDataFilter(const vtkSmoothPolyDataFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkSmoothPolyDataFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkStreamerBase.h b/Filters/Core/vtkStreamerBase.h index abb6ec10ac21041abd62332815a820374bd471b0..acc073fca75001c6f708d452e6f77fdfa17968f8 100644 --- a/Filters/Core/vtkStreamerBase.h +++ b/Filters/Core/vtkStreamerBase.h @@ -85,7 +85,7 @@ protected: unsigned int CurrentIndex; private: - vtkStreamerBase(const vtkStreamerBase &); // Not implemented. + vtkStreamerBase(const vtkStreamerBase &) VTK_DELETE_FUNCTION; void operator=(const vtkStreamerBase &) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkStreamingTessellator.h b/Filters/Core/vtkStreamingTessellator.h index 83b4d7ca93b2a52ffafbb7ce6c9050dc010e0d80..74e4e8bc8fcaccb9ac00eeabb97fbb0c4e3faad7 100644 --- a/Filters/Core/vtkStreamingTessellator.h +++ b/Filters/Core/vtkStreamingTessellator.h @@ -299,7 +299,7 @@ class VTKFILTERSCORE_EXPORT vtkStreamingTessellator : public vtkObject int BestTets( int*, double**, int, int ) const; private: - vtkStreamingTessellator( const vtkStreamingTessellator& ); // Not implemented. + vtkStreamingTessellator( const vtkStreamingTessellator& ) VTK_DELETE_FUNCTION; void operator = ( const vtkStreamingTessellator& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkStripper.h b/Filters/Core/vtkStripper.h index 867c3585e0695b229a5968e57f16b276e887bbb3..2397b2f85aa5c882669008c6596dc6f2c8c819ce 100644 --- a/Filters/Core/vtkStripper.h +++ b/Filters/Core/vtkStripper.h @@ -120,7 +120,7 @@ protected: int JoinContiguousSegments; private: - vtkStripper(const vtkStripper&); // Not implemented. + vtkStripper(const vtkStripper&) VTK_DELETE_FUNCTION; void operator=(const vtkStripper&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkStructuredGridAppend.h b/Filters/Core/vtkStructuredGridAppend.h index 829d32863b7cb9d7dea11892e855abd3005a40f3..249c4342ad3ab8f2da168652215a0e446fa4a041 100644 --- a/Filters/Core/vtkStructuredGridAppend.h +++ b/Filters/Core/vtkStructuredGridAppend.h @@ -79,7 +79,7 @@ class VTKFILTERSCORE_EXPORT vtkStructuredGridAppend : public vtkStructuredGridAl virtual int FillInputPortInformation(int, vtkInformation*); private: - vtkStructuredGridAppend(const vtkStructuredGridAppend&); // Not implemented. + vtkStructuredGridAppend(const vtkStructuredGridAppend&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredGridAppend&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkStructuredGridOutlineFilter.h b/Filters/Core/vtkStructuredGridOutlineFilter.h index 4591c72853d26ad19e4164892e7246a628dfbcc3..793382fd08121e769a63d5c60f8fffbe7932fb97 100644 --- a/Filters/Core/vtkStructuredGridOutlineFilter.h +++ b/Filters/Core/vtkStructuredGridOutlineFilter.h @@ -38,7 +38,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkStructuredGridOutlineFilter(const vtkStructuredGridOutlineFilter&); // Not implemented. + vtkStructuredGridOutlineFilter(const vtkStructuredGridOutlineFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredGridOutlineFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkSynchronizedTemplates2D.h b/Filters/Core/vtkSynchronizedTemplates2D.h index 881b0036e25df0cf6e6fa3170596a7296ca23398..e69db621f74c9eaccae2f5c5f10430c2c80298bb 100644 --- a/Filters/Core/vtkSynchronizedTemplates2D.h +++ b/Filters/Core/vtkSynchronizedTemplates2D.h @@ -114,7 +114,7 @@ protected: int ArrayComponent; private: - vtkSynchronizedTemplates2D(const vtkSynchronizedTemplates2D&); // Not implemented. + vtkSynchronizedTemplates2D(const vtkSynchronizedTemplates2D&) VTK_DELETE_FUNCTION; void operator=(const vtkSynchronizedTemplates2D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkSynchronizedTemplates3D.h b/Filters/Core/vtkSynchronizedTemplates3D.h index eeac48090e21d402dccc72d2542f239ff77330dd..704f29d7ee1372d0d9b792c1b17a90e640ec9b42 100644 --- a/Filters/Core/vtkSynchronizedTemplates3D.h +++ b/Filters/Core/vtkSynchronizedTemplates3D.h @@ -159,7 +159,7 @@ protected: int GenerateTriangles; private: - vtkSynchronizedTemplates3D(const vtkSynchronizedTemplates3D&); // Not implemented. + vtkSynchronizedTemplates3D(const vtkSynchronizedTemplates3D&) VTK_DELETE_FUNCTION; void operator=(const vtkSynchronizedTemplates3D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkSynchronizedTemplatesCutter3D.h b/Filters/Core/vtkSynchronizedTemplatesCutter3D.h index 9bfba3a4f311263ecdf26d3208bf00bcc9f56634..976b976174f05daf16210940a31ddecd0b5754ab 100644 --- a/Filters/Core/vtkSynchronizedTemplatesCutter3D.h +++ b/Filters/Core/vtkSynchronizedTemplatesCutter3D.h @@ -66,7 +66,7 @@ protected: vtkInformationVector *); private: - vtkSynchronizedTemplatesCutter3D(const vtkSynchronizedTemplatesCutter3D&); // Not implemented. + vtkSynchronizedTemplatesCutter3D(const vtkSynchronizedTemplatesCutter3D&) VTK_DELETE_FUNCTION; void operator=(const vtkSynchronizedTemplatesCutter3D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkTensorGlyph.h b/Filters/Core/vtkTensorGlyph.h index 3a76ba8a554b11ae1f1c363a064cbbb923cefe24..db55bbfcdf4b6e95fa8c9a8e3daccbe39267b347 100644 --- a/Filters/Core/vtkTensorGlyph.h +++ b/Filters/Core/vtkTensorGlyph.h @@ -210,7 +210,7 @@ protected: int Symmetric; // Boolean controls drawing a "mirror" of each glyph double Length; // Distance, in x, from the origin to the end of the glyph private: - vtkTensorGlyph(const vtkTensorGlyph&); // Not implemented. + vtkTensorGlyph(const vtkTensorGlyph&) VTK_DELETE_FUNCTION; void operator=(const vtkTensorGlyph&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkThreshold.h b/Filters/Core/vtkThreshold.h index 145364d5a9b93758fd03be3f14a960545d851327..cebc5ede4dc6d6ae1144db1c28d142d0a9e069ca 100644 --- a/Filters/Core/vtkThreshold.h +++ b/Filters/Core/vtkThreshold.h @@ -183,7 +183,7 @@ protected: int EvaluateCell( vtkDataArray *scalars, vtkIdList* cellPts, int numCellPts ); int EvaluateCell( vtkDataArray *scalars, int c, vtkIdList* cellPts, int numCellPts ); private: - vtkThreshold(const vtkThreshold&); // Not implemented. + vtkThreshold(const vtkThreshold&) VTK_DELETE_FUNCTION; void operator=(const vtkThreshold&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkThresholdPoints.h b/Filters/Core/vtkThresholdPoints.h index 6d012b57b276a43b7d433b2281994d10a7af637e..4f26ac4c52391ae7705f58df7952bbf51d06ef8a 100644 --- a/Filters/Core/vtkThresholdPoints.h +++ b/Filters/Core/vtkThresholdPoints.h @@ -84,7 +84,7 @@ protected: int Between(double s) {return ( s >= this->LowerThreshold ? ( s <= this->UpperThreshold ? 1 : 0 ) : 0 );}; private: - vtkThresholdPoints(const vtkThresholdPoints&); // Not implemented. + vtkThresholdPoints(const vtkThresholdPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkThresholdPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkTransposeTable.h b/Filters/Core/vtkTransposeTable.h index c7a64a571cab20e449f03d3b711977fb66d8bb2f..984d4119f48f9acc5082191c497323bc25a671f9 100644 --- a/Filters/Core/vtkTransposeTable.h +++ b/Filters/Core/vtkTransposeTable.h @@ -72,7 +72,7 @@ protected: char* IdColumnName; private: - vtkTransposeTable(const vtkTransposeTable&); // Not implemented + vtkTransposeTable(const vtkTransposeTable&) VTK_DELETE_FUNCTION; void operator=(const vtkTransposeTable&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkTriangleFilter.h b/Filters/Core/vtkTriangleFilter.h index 5a332f74d3e5d966019d8fa1e97839579fb5ec30..ae2b8049d7a89b5a2abab64e48b774788fae32e3 100644 --- a/Filters/Core/vtkTriangleFilter.h +++ b/Filters/Core/vtkTriangleFilter.h @@ -60,7 +60,7 @@ protected: int PassVerts; int PassLines; private: - vtkTriangleFilter(const vtkTriangleFilter&); // Not implemented. + vtkTriangleFilter(const vtkTriangleFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkTriangleFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkTubeFilter.h b/Filters/Core/vtkTubeFilter.h index 01d6283c9a7e6a89e486a14caa20db37c79ba488..fb658fb1b1fde5a0b6ac87aba4548c1330a55660 100644 --- a/Filters/Core/vtkTubeFilter.h +++ b/Filters/Core/vtkTubeFilter.h @@ -225,7 +225,7 @@ protected: double Theta; private: - vtkTubeFilter(const vtkTubeFilter&); // Not implemented. + vtkTubeFilter(const vtkTubeFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkTubeFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkVectorDot.h b/Filters/Core/vtkVectorDot.h index b2fe0aef9b3e9cef1dcea05cb7efdecee5b44616..24245b3574c642fd0ad542446d088faa59a1a2fe 100644 --- a/Filters/Core/vtkVectorDot.h +++ b/Filters/Core/vtkVectorDot.h @@ -77,7 +77,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkVectorDot(const vtkVectorDot&); // Not implemented. + vtkVectorDot(const vtkVectorDot&) VTK_DELETE_FUNCTION; void operator=(const vtkVectorDot&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Core/vtkVectorNorm.h b/Filters/Core/vtkVectorNorm.h index a31a6d1a11cb607210599994b39b2c4ab28b7c94..3bb51867f5bea78f35d175ff2382fe9a214712ca 100644 --- a/Filters/Core/vtkVectorNorm.h +++ b/Filters/Core/vtkVectorNorm.h @@ -88,7 +88,7 @@ protected: int AttributeMode; //control whether to use point or cell data, or both private: - vtkVectorNorm(const vtkVectorNorm&); // Not implemented. + vtkVectorNorm(const vtkVectorNorm&) VTK_DELETE_FUNCTION; void operator=(const vtkVectorNorm&) VTK_DELETE_FUNCTION; // Helper function diff --git a/Filters/Core/vtkWindowedSincPolyDataFilter.h b/Filters/Core/vtkWindowedSincPolyDataFilter.h index 65634b63906fdfcc2dbb884460e00bf55805332c..3855df1bdc008c7fe939ba7734b1a0c66b61f04a 100644 --- a/Filters/Core/vtkWindowedSincPolyDataFilter.h +++ b/Filters/Core/vtkWindowedSincPolyDataFilter.h @@ -235,7 +235,7 @@ public: int GenerateErrorVectors; int NormalizeCoordinates; private: - vtkWindowedSincPolyDataFilter(const vtkWindowedSincPolyDataFilter&); // Not implemented. + vtkWindowedSincPolyDataFilter(const vtkWindowedSincPolyDataFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkWindowedSincPolyDataFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkConvertSelection.h b/Filters/Extraction/vtkConvertSelection.h index 18f5b7a3c2b0f4757997dfebe9ba4aceb6317dbe..e7ed9f1f5168cff5f28ecde920f195f58ca4d4d0 100644 --- a/Filters/Extraction/vtkConvertSelection.h +++ b/Filters/Extraction/vtkConvertSelection.h @@ -204,7 +204,7 @@ protected: vtkExtractSelection* SelectionExtractor; private: - vtkConvertSelection(const vtkConvertSelection&); // Not implemented. + vtkConvertSelection(const vtkConvertSelection&) VTK_DELETE_FUNCTION; void operator=(const vtkConvertSelection&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractArraysOverTime.h b/Filters/Extraction/vtkExtractArraysOverTime.h index 1043df2968510e9de6db2577fbb3e940a2be518a..f3e8f529ba09a0feb551cf52e50bfcf9ee0d70cc 100644 --- a/Filters/Extraction/vtkExtractArraysOverTime.h +++ b/Filters/Extraction/vtkExtractArraysOverTime.h @@ -140,7 +140,7 @@ protected: vtkExtractSelection* SelectionExtractor; private: - vtkExtractArraysOverTime(const vtkExtractArraysOverTime&); // Not implemented. + vtkExtractArraysOverTime(const vtkExtractArraysOverTime&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractArraysOverTime&) VTK_DELETE_FUNCTION; class vtkInternal; diff --git a/Filters/Extraction/vtkExtractBlock.h b/Filters/Extraction/vtkExtractBlock.h index 84b05d6e9cfcd47c732eb4d710d9da6ed4f09f11..1e443f283010766a399dea0f713cbff5a9532d1e 100644 --- a/Filters/Extraction/vtkExtractBlock.h +++ b/Filters/Extraction/vtkExtractBlock.h @@ -88,7 +88,7 @@ protected: int PruneOutput; int MaintainStructure; private: - vtkExtractBlock(const vtkExtractBlock&); // Not implemented. + vtkExtractBlock(const vtkExtractBlock&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractBlock&) VTK_DELETE_FUNCTION; class vtkSet; diff --git a/Filters/Extraction/vtkExtractCells.h b/Filters/Extraction/vtkExtractCells.h index 4717ae1d8b0bbea62fe18f9eafb9bacee044f652..c777708f3cdaf1ee945c7e70c950db513a81808c 100644 --- a/Filters/Extraction/vtkExtractCells.h +++ b/Filters/Extraction/vtkExtractCells.h @@ -85,7 +85,7 @@ private: int SubSetUGridCellArraySize; char InputIsUgrid; - vtkExtractCells(const vtkExtractCells&); // Not implemented + vtkExtractCells(const vtkExtractCells&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractCells&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractDataOverTime.h b/Filters/Extraction/vtkExtractDataOverTime.h index 8802f4e7ed6f7fb2c90b35163ade58c35b8bf33b..418282306e34c669d729abaa21d62c3a94e2a40a 100644 --- a/Filters/Extraction/vtkExtractDataOverTime.h +++ b/Filters/Extraction/vtkExtractDataOverTime.h @@ -62,7 +62,7 @@ protected: int NumberOfTimeSteps; private: - vtkExtractDataOverTime(const vtkExtractDataOverTime&); // Not implemented. + vtkExtractDataOverTime(const vtkExtractDataOverTime&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractDataOverTime&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractDataSets.h b/Filters/Extraction/vtkExtractDataSets.h index e792029ec9be0faac19498421e763c579a0f5ed1..72616a82f856ea5d85ceee7922c06398571b02fd 100644 --- a/Filters/Extraction/vtkExtractDataSets.h +++ b/Filters/Extraction/vtkExtractDataSets.h @@ -56,7 +56,7 @@ protected: virtual int FillOutputPortInformation(int port, vtkInformation *info); private: - vtkExtractDataSets(const vtkExtractDataSets&); // Not implemented. + vtkExtractDataSets(const vtkExtractDataSets&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractDataSets&) VTK_DELETE_FUNCTION; class vtkInternals; diff --git a/Filters/Extraction/vtkExtractEdges.h b/Filters/Extraction/vtkExtractEdges.h index 9916c493c794134ccd74ca9b510b5638519b23bc..a201ca27e4dc0b9dd0df60ecb88a1864255979cd 100644 --- a/Filters/Extraction/vtkExtractEdges.h +++ b/Filters/Extraction/vtkExtractEdges.h @@ -60,7 +60,7 @@ protected: vtkIncrementalPointLocator *Locator; private: - vtkExtractEdges(const vtkExtractEdges&); // Not implemented. + vtkExtractEdges(const vtkExtractEdges&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractEdges&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractGeometry.h b/Filters/Extraction/vtkExtractGeometry.h index 539561fd803861c1771f1b5b042f4c7153d96019..3f2c7f7b59391bb3b5afbd9f4055d61a65166e02 100644 --- a/Filters/Extraction/vtkExtractGeometry.h +++ b/Filters/Extraction/vtkExtractGeometry.h @@ -92,7 +92,7 @@ protected: int ExtractOnlyBoundaryCells; private: - vtkExtractGeometry(const vtkExtractGeometry&); // Not implemented. + vtkExtractGeometry(const vtkExtractGeometry&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractGeometry&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractGrid.h b/Filters/Extraction/vtkExtractGrid.h index c3152bc3bf09c8cad1e4b1a7a37fb5be9a8810fd..bd243a374a19eb2106137bb61ea2fa9320f07d22 100644 --- a/Filters/Extraction/vtkExtractGrid.h +++ b/Filters/Extraction/vtkExtractGrid.h @@ -101,7 +101,7 @@ protected: vtkExtractStructuredGridHelper* Internal; private: - vtkExtractGrid(const vtkExtractGrid&); // Not implemented. + vtkExtractGrid(const vtkExtractGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractLevel.h b/Filters/Extraction/vtkExtractLevel.h index 4f95f6b5be68f39d164e877f677ddc5b464fa534..021a157fc4d4800bb17bb9234922d26bb39f3b31 100644 --- a/Filters/Extraction/vtkExtractLevel.h +++ b/Filters/Extraction/vtkExtractLevel.h @@ -55,7 +55,7 @@ protected: virtual int FillOutputPortInformation(int port,vtkInformation *info); private: - vtkExtractLevel(const vtkExtractLevel&); // Not implemented. + vtkExtractLevel(const vtkExtractLevel&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractLevel&) VTK_DELETE_FUNCTION; class vtkSet; diff --git a/Filters/Extraction/vtkExtractPolyDataGeometry.h b/Filters/Extraction/vtkExtractPolyDataGeometry.h index f46854330f6e0260ba7bf0ceba9b4730f8e5cddb..cbd76f7501790dbbc32382d07bd5f8eb6122b7c2 100644 --- a/Filters/Extraction/vtkExtractPolyDataGeometry.h +++ b/Filters/Extraction/vtkExtractPolyDataGeometry.h @@ -101,7 +101,7 @@ protected: vtkIdType InsertPointInMap(vtkIdType i, vtkPoints *inPts, vtkPoints *newPts, vtkIdType *pointMap); private: - vtkExtractPolyDataGeometry(const vtkExtractPolyDataGeometry&); // Not implemented. + vtkExtractPolyDataGeometry(const vtkExtractPolyDataGeometry&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractPolyDataGeometry&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractRectilinearGrid.h b/Filters/Extraction/vtkExtractRectilinearGrid.h index 0f400467268d92317ba810039adac5ec0814d562..2e428f1336dea4f4c1e7e271eb9a083bf28c5d6f 100644 --- a/Filters/Extraction/vtkExtractRectilinearGrid.h +++ b/Filters/Extraction/vtkExtractRectilinearGrid.h @@ -88,7 +88,7 @@ protected: vtkExtractStructuredGridHelper* Internal; private: - vtkExtractRectilinearGrid(const vtkExtractRectilinearGrid&); // Not implemented. + vtkExtractRectilinearGrid(const vtkExtractRectilinearGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractRectilinearGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractSelectedBlock.h b/Filters/Extraction/vtkExtractSelectedBlock.h index 446a16029dce895830fcf51a07edf58bc57b8167..0e58303c5e76032645130cc2ebe1d6a902786c00 100644 --- a/Filters/Extraction/vtkExtractSelectedBlock.h +++ b/Filters/Extraction/vtkExtractSelectedBlock.h @@ -44,7 +44,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkExtractSelectedBlock(const vtkExtractSelectedBlock&); // Not implemented. + vtkExtractSelectedBlock(const vtkExtractSelectedBlock&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractSelectedBlock&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractSelectedIds.h b/Filters/Extraction/vtkExtractSelectedIds.h index 44e8970850dc6818aa3755e883ab6c382f6fc428..a30a5f2300ee822c5fdca00275bf2d34da62c652 100644 --- a/Filters/Extraction/vtkExtractSelectedIds.h +++ b/Filters/Extraction/vtkExtractSelectedIds.h @@ -60,7 +60,7 @@ protected: vtkDataSet *output); private: - vtkExtractSelectedIds(const vtkExtractSelectedIds&); // Not implemented. + vtkExtractSelectedIds(const vtkExtractSelectedIds&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractSelectedIds&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractSelectedLocations.h b/Filters/Extraction/vtkExtractSelectedLocations.h index 7b0b391ba2c9ab9b940397176ac0502f0eafd359..eeb494dd7a42675c7e738f0114280a0f7e02c9d1 100644 --- a/Filters/Extraction/vtkExtractSelectedLocations.h +++ b/Filters/Extraction/vtkExtractSelectedLocations.h @@ -54,7 +54,7 @@ protected: vtkDataSet *output); private: - vtkExtractSelectedLocations(const vtkExtractSelectedLocations&); // Not implemented. + vtkExtractSelectedLocations(const vtkExtractSelectedLocations&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractSelectedLocations&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractSelectedPolyDataIds.h b/Filters/Extraction/vtkExtractSelectedPolyDataIds.h index b1dc6bad4305d9b84f7e04da3364b102bcd511f8..0ffc8df60233b90ab1b5e1efd9194db1d37f998f 100644 --- a/Filters/Extraction/vtkExtractSelectedPolyDataIds.h +++ b/Filters/Extraction/vtkExtractSelectedPolyDataIds.h @@ -46,7 +46,7 @@ protected: vtkInformationVector *); private: - vtkExtractSelectedPolyDataIds(const vtkExtractSelectedPolyDataIds&); // Not implemented. + vtkExtractSelectedPolyDataIds(const vtkExtractSelectedPolyDataIds&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractSelectedPolyDataIds&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractSelectedRows.h b/Filters/Extraction/vtkExtractSelectedRows.h index 04f9e733c07aa50e61db6b9fefc354f082a2dbe4..83356b3df7af9ef6963cbdbcd4ee71f40e6e0f29 100644 --- a/Filters/Extraction/vtkExtractSelectedRows.h +++ b/Filters/Extraction/vtkExtractSelectedRows.h @@ -70,7 +70,7 @@ protected: bool AddOriginalRowIdsArray; private: - vtkExtractSelectedRows(const vtkExtractSelectedRows&); // Not implemented + vtkExtractSelectedRows(const vtkExtractSelectedRows&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractSelectedRows&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractSelectedThresholds.h b/Filters/Extraction/vtkExtractSelectedThresholds.h index 8a9c5985fb39fb7bfde249b67c859e3ae15af7f4..73d3d27109c25e89b931c1ff16819c2fed29ba40 100644 --- a/Filters/Extraction/vtkExtractSelectedThresholds.h +++ b/Filters/Extraction/vtkExtractSelectedThresholds.h @@ -108,7 +108,7 @@ protected: int ExtractRows(vtkSelectionNode* sel, vtkTable* input, vtkTable* output); private: - vtkExtractSelectedThresholds(const vtkExtractSelectedThresholds&); // Not implemented. + vtkExtractSelectedThresholds(const vtkExtractSelectedThresholds&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractSelectedThresholds&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractSelection.h b/Filters/Extraction/vtkExtractSelection.h index 6580e2e70bb2e0b68e83d0c940ec1693d9d905bb..3caa49485f99c3cd26a34f3c4f0f78a7122b80ef 100644 --- a/Filters/Extraction/vtkExtractSelection.h +++ b/Filters/Extraction/vtkExtractSelection.h @@ -109,7 +109,7 @@ protected: int UseProbeForLocations; int ShowBounds; private: - vtkExtractSelection(const vtkExtractSelection&); // Not implemented. + vtkExtractSelection(const vtkExtractSelection&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractSelection&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractTemporalFieldData.h b/Filters/Extraction/vtkExtractTemporalFieldData.h index 6b17c8dc99dc4c1318ccc9fa5ea83045b1e2763b..ae6f48bced7d060156a9d254ed791486e4c20ec8 100644 --- a/Filters/Extraction/vtkExtractTemporalFieldData.h +++ b/Filters/Extraction/vtkExtractTemporalFieldData.h @@ -74,7 +74,7 @@ protected: int NumberOfTimeSteps; private: - vtkExtractTemporalFieldData(const vtkExtractTemporalFieldData&); // Not implemented. + vtkExtractTemporalFieldData(const vtkExtractTemporalFieldData&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractTemporalFieldData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractTensorComponents.h b/Filters/Extraction/vtkExtractTensorComponents.h index 865c124433a315d91d4e5074c897a7d0bfb8b297..d22d0febbbb7b7db0acd2d82aac534dac759626d 100644 --- a/Filters/Extraction/vtkExtractTensorComponents.h +++ b/Filters/Extraction/vtkExtractTensorComponents.h @@ -170,7 +170,7 @@ protected: int TCoordComponents[6]; private: - vtkExtractTensorComponents(const vtkExtractTensorComponents&); // Not implemented. + vtkExtractTensorComponents(const vtkExtractTensorComponents&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractTensorComponents&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractUnstructuredGrid.h b/Filters/Extraction/vtkExtractUnstructuredGrid.h index d9b094455c3b841d2f6625ab9d4f8eda5b44711c..e8c4fa4d0367eda23ad1bd93c36d0160d0f411b0 100644 --- a/Filters/Extraction/vtkExtractUnstructuredGrid.h +++ b/Filters/Extraction/vtkExtractUnstructuredGrid.h @@ -139,7 +139,7 @@ protected: int Merging; vtkIncrementalPointLocator *Locator; private: - vtkExtractUnstructuredGrid(const vtkExtractUnstructuredGrid&); // Not implemented. + vtkExtractUnstructuredGrid(const vtkExtractUnstructuredGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractUnstructuredGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkExtractVectorComponents.h b/Filters/Extraction/vtkExtractVectorComponents.h index 708a8df4d952c922493296a9ae4f2ea8a50a1c12..7ef5c8cf631ac6924659e3969eee68ce1d836e01 100644 --- a/Filters/Extraction/vtkExtractVectorComponents.h +++ b/Filters/Extraction/vtkExtractVectorComponents.h @@ -85,7 +85,7 @@ protected: int ExtractToFieldData; int OutputsInitialized; private: - vtkExtractVectorComponents(const vtkExtractVectorComponents&); // Not implemented. + vtkExtractVectorComponents(const vtkExtractVectorComponents&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractVectorComponents&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkHierarchicalDataExtractDataSets.h b/Filters/Extraction/vtkHierarchicalDataExtractDataSets.h index b303572ae4778975f49f844fd289c69a51a83389..19be24820afe1ac873ff3cd6a343202383753232 100644 --- a/Filters/Extraction/vtkHierarchicalDataExtractDataSets.h +++ b/Filters/Extraction/vtkHierarchicalDataExtractDataSets.h @@ -40,7 +40,7 @@ protected: ~vtkHierarchicalDataExtractDataSets(); private: - vtkHierarchicalDataExtractDataSets(const vtkHierarchicalDataExtractDataSets&); // Not implemented. + vtkHierarchicalDataExtractDataSets(const vtkHierarchicalDataExtractDataSets&) VTK_DELETE_FUNCTION; void operator=(const vtkHierarchicalDataExtractDataSets&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkHierarchicalDataExtractLevel.h b/Filters/Extraction/vtkHierarchicalDataExtractLevel.h index ef18899bc15787ac2f60a85665a607d7e3166df8..d961acfca0b51d3191cf374ddce81571c3fe175e 100644 --- a/Filters/Extraction/vtkHierarchicalDataExtractLevel.h +++ b/Filters/Extraction/vtkHierarchicalDataExtractLevel.h @@ -35,7 +35,7 @@ protected: ~vtkHierarchicalDataExtractLevel(); private: - vtkHierarchicalDataExtractLevel(const vtkHierarchicalDataExtractLevel&); // Not implemented. + vtkHierarchicalDataExtractLevel(const vtkHierarchicalDataExtractLevel&) VTK_DELETE_FUNCTION; void operator=(const vtkHierarchicalDataExtractLevel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Extraction/vtkProbeSelectedLocations.h b/Filters/Extraction/vtkProbeSelectedLocations.h index f718011a3f6aab978e4c3bd49460df20ff2cf589..8b2e847a7d04ab9115a2e78491d008c8871d0a97 100644 --- a/Filters/Extraction/vtkProbeSelectedLocations.h +++ b/Filters/Extraction/vtkProbeSelectedLocations.h @@ -49,7 +49,7 @@ protected: vtkInformationVector *); private: - vtkProbeSelectedLocations(const vtkProbeSelectedLocations&); // Not implemented. + vtkProbeSelectedLocations(const vtkProbeSelectedLocations&) VTK_DELETE_FUNCTION; void operator=(const vtkProbeSelectedLocations&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/FlowPaths/vtkAMRInterpolatedVelocityField.h b/Filters/FlowPaths/vtkAMRInterpolatedVelocityField.h index 756359bc80cefd8a5c463a6ce6453712da4366ad..8ae5717f7cf4093c11661d33056619fa1f6eaacc 100644 --- a/Filters/FlowPaths/vtkAMRInterpolatedVelocityField.h +++ b/Filters/FlowPaths/vtkAMRInterpolatedVelocityField.h @@ -81,7 +81,7 @@ protected: { return this->Superclass::FunctionValues( ds, x, f ); } private: - vtkAMRInterpolatedVelocityField(const vtkAMRInterpolatedVelocityField&); //Not implemented + vtkAMRInterpolatedVelocityField(const vtkAMRInterpolatedVelocityField&) VTK_DELETE_FUNCTION; void operator = ( const vtkAMRInterpolatedVelocityField& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/FlowPaths/vtkCachingInterpolatedVelocityField.h b/Filters/FlowPaths/vtkCachingInterpolatedVelocityField.h index 0a9e8eb989c3ec4efc2ba9bb3b7d7c74ebf07db8..ddddca28d6b3d20b471f53805b7d637cdbea7f23 100644 --- a/Filters/FlowPaths/vtkCachingInterpolatedVelocityField.h +++ b/Filters/FlowPaths/vtkCachingInterpolatedVelocityField.h @@ -149,7 +149,7 @@ protected: vtkGenericCell *GetLastCell(); private: - vtkCachingInterpolatedVelocityField(const vtkCachingInterpolatedVelocityField&); // Not implemented. + vtkCachingInterpolatedVelocityField(const vtkCachingInterpolatedVelocityField&) VTK_DELETE_FUNCTION; void operator=(const vtkCachingInterpolatedVelocityField&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/FlowPaths/vtkDashedStreamLine.h b/Filters/FlowPaths/vtkDashedStreamLine.h index d860e198bd06fd2e9a2e25b68ea16eea2721862b..75da5fcee3d1a27e5857c35a0d0e02b15d5000a7 100644 --- a/Filters/FlowPaths/vtkDashedStreamLine.h +++ b/Filters/FlowPaths/vtkDashedStreamLine.h @@ -62,7 +62,7 @@ protected: double DashFactor; private: - vtkDashedStreamLine(const vtkDashedStreamLine&); // Not implemented. + vtkDashedStreamLine(const vtkDashedStreamLine&) VTK_DELETE_FUNCTION; void operator=(const vtkDashedStreamLine&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/FlowPaths/vtkModifiedBSPTree.h b/Filters/FlowPaths/vtkModifiedBSPTree.h index 890e30fc8d3bf0c1ba462df2869228520499b14b..09b2955aad156f500dd9363b24376055d8f047f9 100644 --- a/Filters/FlowPaths/vtkModifiedBSPTree.h +++ b/Filters/FlowPaths/vtkModifiedBSPTree.h @@ -245,7 +245,7 @@ class VTKFILTERSFLOWPATHS_EXPORT vtkModifiedBSPTree : public vtkAbstractCellLoca void ForceBuildLocator(); void BuildLocatorInternal(); private: - vtkModifiedBSPTree(const vtkModifiedBSPTree&); // Not implemented. + vtkModifiedBSPTree(const vtkModifiedBSPTree&) VTK_DELETE_FUNCTION; void operator=(const vtkModifiedBSPTree&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/FlowPaths/vtkParticlePathFilter.h b/Filters/FlowPaths/vtkParticlePathFilter.h index d802d26967299a32cc96ae823b9f134d9ea12429..05ed56d9ba95e5307fcb94db6e1f1af2d3da82f4 100644 --- a/Filters/FlowPaths/vtkParticlePathFilter.h +++ b/Filters/FlowPaths/vtkParticlePathFilter.h @@ -66,7 +66,7 @@ public: protected: vtkParticlePathFilter(); ~vtkParticlePathFilter(); - vtkParticlePathFilter(const vtkParticlePathFilter&); // Not implemented. + vtkParticlePathFilter(const vtkParticlePathFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkParticlePathFilter&) VTK_DELETE_FUNCTION; virtual void ResetCache(); diff --git a/Filters/FlowPaths/vtkParticleTracer.h b/Filters/FlowPaths/vtkParticleTracer.h index f29c64af5c0acf922f7287e9496d9633564faf4a..927251e4917038b938023f3c416d7c0705966b23 100644 --- a/Filters/FlowPaths/vtkParticleTracer.h +++ b/Filters/FlowPaths/vtkParticleTracer.h @@ -39,7 +39,7 @@ class VTKFILTERSFLOWPATHS_EXPORT vtkParticleTracer: public vtkParticleTracerBase protected: vtkParticleTracer(); virtual ~vtkParticleTracer(){} - vtkParticleTracer(const vtkParticleTracer&); // Not implemented. + vtkParticleTracer(const vtkParticleTracer&) VTK_DELETE_FUNCTION; void operator=(const vtkParticleTracer&) VTK_DELETE_FUNCTION; virtual int OutputParticles(vtkPolyData* poly); }; diff --git a/Filters/FlowPaths/vtkParticleTracerBase.h b/Filters/FlowPaths/vtkParticleTracerBase.h index 7023b1b8830606e5fec03fa85637cf75f9b3c28d..094c028477824403245ef66902626568a392342c 100644 --- a/Filters/FlowPaths/vtkParticleTracerBase.h +++ b/Filters/FlowPaths/vtkParticleTracerBase.h @@ -504,7 +504,7 @@ public: vtkSmartPointer DataReferenceT[2]; vtkSmartPointer ParticleCells; - vtkParticleTracerBase(const vtkParticleTracerBase&); // Not implemented. + vtkParticleTracerBase(const vtkParticleTracerBase&) VTK_DELETE_FUNCTION; void operator=(const vtkParticleTracerBase&) VTK_DELETE_FUNCTION; vtkTimeStamp ExecuteTime; diff --git a/Filters/FlowPaths/vtkStreaklineFilter.h b/Filters/FlowPaths/vtkStreaklineFilter.h index d6505160a26823517b0cc28de15071a3bb454e95..2282dca597b2c58f40725fa52a1eaadf05882885 100644 --- a/Filters/FlowPaths/vtkStreaklineFilter.h +++ b/Filters/FlowPaths/vtkStreaklineFilter.h @@ -54,7 +54,7 @@ class VTKFILTERSFLOWPATHS_EXPORT vtkStreaklineFilter: public vtkParticleTracerBa protected: vtkStreaklineFilter(); ~vtkStreaklineFilter(){} - vtkStreaklineFilter(const vtkStreaklineFilter&); // Not implemented. + vtkStreaklineFilter(const vtkStreaklineFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkStreaklineFilter&) VTK_DELETE_FUNCTION; virtual int OutputParticles(vtkPolyData* poly); virtual void Finalize(); diff --git a/Filters/FlowPaths/vtkStreamLine.h b/Filters/FlowPaths/vtkStreamLine.h index ce47acf70f8870d332818ec226332634f5b6d240..a2f0ca1ccb683f89e6d2f260f6ff752923ba79e7 100644 --- a/Filters/FlowPaths/vtkStreamLine.h +++ b/Filters/FlowPaths/vtkStreamLine.h @@ -77,7 +77,7 @@ protected: double StepLength; private: - vtkStreamLine(const vtkStreamLine&); // Not implemented. + vtkStreamLine(const vtkStreamLine&) VTK_DELETE_FUNCTION; void operator=(const vtkStreamLine&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/FlowPaths/vtkStreamPoints.h b/Filters/FlowPaths/vtkStreamPoints.h index 7f33a658e76115b4d5e83a24886334619827f7a7..3049e654611c945075c093e8a01a8418f73a3666 100644 --- a/Filters/FlowPaths/vtkStreamPoints.h +++ b/Filters/FlowPaths/vtkStreamPoints.h @@ -56,7 +56,7 @@ protected: double TimeIncrement; private: - vtkStreamPoints(const vtkStreamPoints&); // Not implemented. + vtkStreamPoints(const vtkStreamPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkStreamPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/FlowPaths/vtkStreamTracer.h b/Filters/FlowPaths/vtkStreamTracer.h index 5427352661130bf81bceb83102f42dd2b64f85d8..0d0fb70fd9abfb4285b3d99832ae321112306296 100644 --- a/Filters/FlowPaths/vtkStreamTracer.h +++ b/Filters/FlowPaths/vtkStreamTracer.h @@ -395,7 +395,7 @@ protected: friend class PStreamTracerUtils; private: - vtkStreamTracer(const vtkStreamTracer&); // Not implemented. + vtkStreamTracer(const vtkStreamTracer&) VTK_DELETE_FUNCTION; void operator=(const vtkStreamTracer&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/FlowPaths/vtkStreamer.h b/Filters/FlowPaths/vtkStreamer.h index 6b985ad22666608a6b5560db056b6f7a19b909e3..2635dcebef06ec4c9d8489e5f969df18e01eab36 100644 --- a/Filters/FlowPaths/vtkStreamer.h +++ b/Filters/FlowPaths/vtkStreamer.h @@ -310,7 +310,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkStreamer(const vtkStreamer&); // Not implemented. + vtkStreamer(const vtkStreamer&) VTK_DELETE_FUNCTION; void operator=(const vtkStreamer&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/FlowPaths/vtkTemporalInterpolatedVelocityField.h b/Filters/FlowPaths/vtkTemporalInterpolatedVelocityField.h index 1a09cb0e8aa4f299dc25c5fe70d10644f3faabdc..02168d9df1c8198ddef0f500d72a2511b10cf72d 100644 --- a/Filters/FlowPaths/vtkTemporalInterpolatedVelocityField.h +++ b/Filters/FlowPaths/vtkTemporalInterpolatedVelocityField.h @@ -162,7 +162,7 @@ private: virtual void AddDataSet(vtkDataSet*) {} private: - vtkTemporalInterpolatedVelocityField(const vtkTemporalInterpolatedVelocityField&); // Not implemented. + vtkTemporalInterpolatedVelocityField(const vtkTemporalInterpolatedVelocityField&) VTK_DELETE_FUNCTION; void operator=(const vtkTemporalInterpolatedVelocityField&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/FlowPaths/vtkTemporalStreamTracer.h b/Filters/FlowPaths/vtkTemporalStreamTracer.h index a995d593c0ecc0c39586ec7f1353cbdccec35143..3e21cac2f1d8e614793103dc348c8db052df822c 100644 --- a/Filters/FlowPaths/vtkTemporalStreamTracer.h +++ b/Filters/FlowPaths/vtkTemporalStreamTracer.h @@ -421,7 +421,7 @@ private: void SetInterpolatorPrototype(vtkAbstractInterpolatedVelocityField*) {} private: - vtkTemporalStreamTracer(const vtkTemporalStreamTracer&); // Not implemented. + vtkTemporalStreamTracer(const vtkTemporalStreamTracer&) VTK_DELETE_FUNCTION; void operator=(const vtkTemporalStreamTracer&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/Testing/Cxx/TestTessellator.cxx b/Filters/General/Testing/Cxx/TestTessellator.cxx index c591b8c0124aaeb0645b789e8be7571bb123b40b..45e92c72f9166ebff544157c2388310ae95cd10a 100644 --- a/Filters/General/Testing/Cxx/TestTessellator.cxx +++ b/Filters/General/Testing/Cxx/TestTessellator.cxx @@ -2557,7 +2557,7 @@ class vtkTestTessellatorSubdivision static int* TestListCanAmbig; private: - vtkTestTessellatorSubdivision( const vtkTestTessellatorSubdivision& ); // Not implemented. + vtkTestTessellatorSubdivision( const vtkTestTessellatorSubdivision& ) VTK_DELETE_FUNCTION; void operator = ( const vtkTestTessellatorSubdivision& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkAnnotationLink.h b/Filters/General/vtkAnnotationLink.h index 0d0be5f76026396655ea02b84d06dd697529de7f..597fe3c07561e087189d29becefe9d9ec39d2567 100644 --- a/Filters/General/vtkAnnotationLink.h +++ b/Filters/General/vtkAnnotationLink.h @@ -121,7 +121,7 @@ protected: private: - vtkAnnotationLink(const vtkAnnotationLink&); // Not implemented. + vtkAnnotationLink(const vtkAnnotationLink&) VTK_DELETE_FUNCTION; void operator=(const vtkAnnotationLink&) VTK_DELETE_FUNCTION; class Command; diff --git a/Filters/General/vtkAppendPoints.h b/Filters/General/vtkAppendPoints.h index 0246740a217c50ed279e3d491b3d89263105ec63..7c536a425245566049bacde6de3166741758ed2e 100644 --- a/Filters/General/vtkAppendPoints.h +++ b/Filters/General/vtkAppendPoints.h @@ -65,7 +65,7 @@ protected: char* InputIdArrayName; int OutputPointsPrecision; private: - vtkAppendPoints(const vtkAppendPoints&); // Not implemented. + vtkAppendPoints(const vtkAppendPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkAppendPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkApproximatingSubdivisionFilter.h b/Filters/General/vtkApproximatingSubdivisionFilter.h index bce076386ad7e256ffa45101096f5c0ab2b10235..27bc23cf9a84795de7063f4faca2c7c3119722ce 100644 --- a/Filters/General/vtkApproximatingSubdivisionFilter.h +++ b/Filters/General/vtkApproximatingSubdivisionFilter.h @@ -63,7 +63,7 @@ protected: vtkIdList *stencil, double *weights); int NumberOfSubdivisions; private: - vtkApproximatingSubdivisionFilter(const vtkApproximatingSubdivisionFilter&); // Not implemented. + vtkApproximatingSubdivisionFilter(const vtkApproximatingSubdivisionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkApproximatingSubdivisionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkAreaContourSpectrumFilter.h b/Filters/General/vtkAreaContourSpectrumFilter.h index 981c232e9d558a21b0d9749219b43df26acf1dab..20d4b0ba4017f83d82db2e0c6c2367de8f604e28 100644 --- a/Filters/General/vtkAreaContourSpectrumFilter.h +++ b/Filters/General/vtkAreaContourSpectrumFilter.h @@ -88,7 +88,7 @@ protected: vtkInformationVector **inputVector, vtkInformationVector *outputVector); private: - vtkAreaContourSpectrumFilter(const vtkAreaContourSpectrumFilter&); // Not implemented. + vtkAreaContourSpectrumFilter(const vtkAreaContourSpectrumFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkAreaContourSpectrumFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkAxes.h b/Filters/General/vtkAxes.h index 2d821f12eaa413db5f699f576082c1d65047e01e..98c2badd4ee88a997edadf8cca42ec0dac4fc53b 100644 --- a/Filters/General/vtkAxes.h +++ b/Filters/General/vtkAxes.h @@ -70,7 +70,7 @@ protected: int Symmetric; int ComputeNormals; private: - vtkAxes(const vtkAxes&); // Not implemented. + vtkAxes(const vtkAxes&) VTK_DELETE_FUNCTION; void operator=(const vtkAxes&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkBlankStructuredGrid.h b/Filters/General/vtkBlankStructuredGrid.h index 4f720fb16c538f1c0aaadd97ee1d3b665f1fe555..37f30f8873ddab8264d8e18a755bdc1bdb174c46 100644 --- a/Filters/General/vtkBlankStructuredGrid.h +++ b/Filters/General/vtkBlankStructuredGrid.h @@ -85,7 +85,7 @@ protected: int Component; private: - vtkBlankStructuredGrid(const vtkBlankStructuredGrid&); // Not implemented. + vtkBlankStructuredGrid(const vtkBlankStructuredGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkBlankStructuredGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkBlankStructuredGridWithImage.h b/Filters/General/vtkBlankStructuredGridWithImage.h index e858aa7fe2ea10250d9e964f78caba8165dde7d3..acad77b131be02ad704f717e0e2c109c29c85439 100644 --- a/Filters/General/vtkBlankStructuredGridWithImage.h +++ b/Filters/General/vtkBlankStructuredGridWithImage.h @@ -54,7 +54,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkBlankStructuredGridWithImage(const vtkBlankStructuredGridWithImage&); // Not implemented. + vtkBlankStructuredGridWithImage(const vtkBlankStructuredGridWithImage&) VTK_DELETE_FUNCTION; void operator=(const vtkBlankStructuredGridWithImage&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkBlockIdScalars.h b/Filters/General/vtkBlockIdScalars.h index 56832adc83d9ad44da04dc71dc4c0193f9c10d19..882213e8f1c53e148b724047921dd095f5f1de52 100644 --- a/Filters/General/vtkBlockIdScalars.h +++ b/Filters/General/vtkBlockIdScalars.h @@ -42,7 +42,7 @@ protected: vtkDataObject* ColorBlock(vtkDataObject* input, int group); private: - vtkBlockIdScalars(const vtkBlockIdScalars&); // Not implemented. + vtkBlockIdScalars(const vtkBlockIdScalars&) VTK_DELETE_FUNCTION; void operator=(const vtkBlockIdScalars&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkBooleanOperationPolyDataFilter.h b/Filters/General/vtkBooleanOperationPolyDataFilter.h index 92a0da7de154a9d96a0edfe0bcea1ae8cc7b83ad..d3c95e15c92ec532819da727bc80164a79565b0f 100644 --- a/Filters/General/vtkBooleanOperationPolyDataFilter.h +++ b/Filters/General/vtkBooleanOperationPolyDataFilter.h @@ -95,7 +95,7 @@ protected: int FillInputPortInformation(int, vtkInformation*); private: - vtkBooleanOperationPolyDataFilter(const vtkBooleanOperationPolyDataFilter&); // Not implemented + vtkBooleanOperationPolyDataFilter(const vtkBooleanOperationPolyDataFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkBooleanOperationPolyDataFilter&) VTK_DELETE_FUNCTION; // Description: diff --git a/Filters/General/vtkBoxClipDataSet.h b/Filters/General/vtkBoxClipDataSet.h index 0a860a30c2a4b3a79ed03da2a4e116fd3292c50d..aab6afd2db809bf1bd94dbf5516d585841bc8b0e 100644 --- a/Filters/General/vtkBoxClipDataSet.h +++ b/Filters/General/vtkBoxClipDataSet.h @@ -245,7 +245,7 @@ protected: double PlanePoint[6][3]; //point on the plane private: - vtkBoxClipDataSet(const vtkBoxClipDataSet&); // Not implemented. + vtkBoxClipDataSet(const vtkBoxClipDataSet&) VTK_DELETE_FUNCTION; void operator=(const vtkBoxClipDataSet&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkBrownianPoints.h b/Filters/General/vtkBrownianPoints.h index 71383f2055c2fc512ab59fe29c8b5cb6596cabc5..d1f6ce317661acc36bb9ab742554b5f20aebf4b1 100644 --- a/Filters/General/vtkBrownianPoints.h +++ b/Filters/General/vtkBrownianPoints.h @@ -55,7 +55,7 @@ protected: double MinimumSpeed; double MaximumSpeed; private: - vtkBrownianPoints(const vtkBrownianPoints&); // Not implemented. + vtkBrownianPoints(const vtkBrownianPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkBrownianPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkCellCenters.h b/Filters/General/vtkCellCenters.h index d7376b47c37d1d458eefb7ae765fc4e2d2ad638b..824a1e5d9da457cbe5a137ed5696789cbf587236 100644 --- a/Filters/General/vtkCellCenters.h +++ b/Filters/General/vtkCellCenters.h @@ -61,7 +61,7 @@ protected: int VertexCells; private: - vtkCellCenters(const vtkCellCenters&); // Not implemented. + vtkCellCenters(const vtkCellCenters&) VTK_DELETE_FUNCTION; void operator=(const vtkCellCenters&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkCellDerivatives.h b/Filters/General/vtkCellDerivatives.h index 7e239077a808fafc4e45a451c5f0765dbcf22331..36f7d7eb9d27bcbc80bca58661cf0735137f231f 100644 --- a/Filters/General/vtkCellDerivatives.h +++ b/Filters/General/vtkCellDerivatives.h @@ -109,7 +109,7 @@ protected: int VectorMode; int TensorMode; private: - vtkCellDerivatives(const vtkCellDerivatives&); // Not implemented. + vtkCellDerivatives(const vtkCellDerivatives&) VTK_DELETE_FUNCTION; void operator=(const vtkCellDerivatives&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkCellTreeLocator.cxx b/Filters/General/vtkCellTreeLocator.cxx index a07713c74782f404968f336f74a81084a1ca5507..30cf98e5c3eac699a2a23b785b8e70f2e85b7d74 100644 --- a/Filters/General/vtkCellTreeLocator.cxx +++ b/Filters/General/vtkCellTreeLocator.cxx @@ -120,7 +120,7 @@ class vtkCellPointTraversal unsigned int m_stack[CELLTREE_MAX_DEPTH]; unsigned int* m_sp; // stack pointer const float* m_pos; //3-D coordinates of the points - vtkCellPointTraversal(const vtkCellPointTraversal&); // Not implemented + vtkCellPointTraversal(const vtkCellPointTraversal&) VTK_DELETE_FUNCTION; void operator=(vtkCellPointTraversal&) VTK_DELETE_FUNCTION; protected: diff --git a/Filters/General/vtkCellTreeLocator.h b/Filters/General/vtkCellTreeLocator.h index dcef3b61cebf2954d4541602e35f4788f7228952..ce63dc955c320ee5ccbde2e1b6e83bcd8ff4812b 100644 --- a/Filters/General/vtkCellTreeLocator.h +++ b/Filters/General/vtkCellTreeLocator.h @@ -231,7 +231,7 @@ protected: friend class vtkCellTreeBuilder; private: - vtkCellTreeLocator(const vtkCellTreeLocator&); // Not implemented. + vtkCellTreeLocator(const vtkCellTreeLocator&) VTK_DELETE_FUNCTION; void operator=(const vtkCellTreeLocator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkClipClosedSurface.h b/Filters/General/vtkClipClosedSurface.h index 21971dcf22787c0024acd1b66d8ee16bda9cd1ca..51d1da0dea7177315b8e1418d35e582c9dab89e8 100644 --- a/Filters/General/vtkClipClosedSurface.h +++ b/Filters/General/vtkClipClosedSurface.h @@ -284,7 +284,7 @@ protected: unsigned char colors[3][3]); private: - vtkClipClosedSurface(const vtkClipClosedSurface&); // Not implemented. + vtkClipClosedSurface(const vtkClipClosedSurface&) VTK_DELETE_FUNCTION; void operator=(const vtkClipClosedSurface&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkClipConvexPolyData.h b/Filters/General/vtkClipConvexPolyData.h index 5a13ab8a82bd19627b3865141ab6e4fd79c80162..fef83e0badb23ab3e98620b1516da4a4d6aa3bfe 100644 --- a/Filters/General/vtkClipConvexPolyData.h +++ b/Filters/General/vtkClipConvexPolyData.h @@ -81,7 +81,7 @@ protected: vtkClipConvexPolyDataInternals *Internal; private: - vtkClipConvexPolyData(const vtkClipConvexPolyData&); // Not implemented. + vtkClipConvexPolyData(const vtkClipConvexPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkClipConvexPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkClipDataSet.h b/Filters/General/vtkClipDataSet.h index b766eaeba6f41516415202a2f21403be829f47e5..9bb5e3047fdb525fb8fe45bcfa6bc70d3b2af839 100644 --- a/Filters/General/vtkClipDataSet.h +++ b/Filters/General/vtkClipDataSet.h @@ -192,7 +192,7 @@ protected: int OutputPointsPrecision; private: - vtkClipDataSet(const vtkClipDataSet&); // Not implemented. + vtkClipDataSet(const vtkClipDataSet&) VTK_DELETE_FUNCTION; void operator=(const vtkClipDataSet&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkClipVolume.h b/Filters/General/vtkClipVolume.h index 04684ca1f7f24139f9ec5469cb401564bbb85137..7205582994a1caabf77d32525f91dd2d91c57a12 100644 --- a/Filters/General/vtkClipVolume.h +++ b/Filters/General/vtkClipVolume.h @@ -207,7 +207,7 @@ private: vtkIdTypeArray *ClippedLocations; private: - vtkClipVolume(const vtkClipVolume&); // Not implemented. + vtkClipVolume(const vtkClipVolume&) VTK_DELETE_FUNCTION; void operator=(const vtkClipVolume&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkCoincidentPoints.h b/Filters/General/vtkCoincidentPoints.h index a60a02682f68140b161f47bc51f64ebf10ba95e2..53252859a3d9372c2ed43d4adecb5f986a5ee379 100644 --- a/Filters/General/vtkCoincidentPoints.h +++ b/Filters/General/vtkCoincidentPoints.h @@ -86,7 +86,7 @@ protected: virtual ~vtkCoincidentPoints(); private: - vtkCoincidentPoints( const vtkCoincidentPoints& ); // Not implemented. + vtkCoincidentPoints( const vtkCoincidentPoints& ) VTK_DELETE_FUNCTION; void operator = ( const vtkCoincidentPoints& ) VTK_DELETE_FUNCTION; implementation* Implementation; diff --git a/Filters/General/vtkContourTriangulator.h b/Filters/General/vtkContourTriangulator.h index c0744e5486814ffe4ca9e37788e9cad3b929d915..398d12fb9fd2533a1083bfe344d3d8d0829fd332 100644 --- a/Filters/General/vtkContourTriangulator.h +++ b/Filters/General/vtkContourTriangulator.h @@ -84,7 +84,7 @@ protected: int TriangulationErrorDisplay; private: - vtkContourTriangulator(const vtkContourTriangulator&); // Not implemented. + vtkContourTriangulator(const vtkContourTriangulator&) VTK_DELETE_FUNCTION; void operator=(const vtkContourTriangulator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkCursor2D.h b/Filters/General/vtkCursor2D.h index 0271403bbedf66119fa514e94d11540524d518f1..4b479bf8a52a78c2770fcb75b015a88bde955523 100644 --- a/Filters/General/vtkCursor2D.h +++ b/Filters/General/vtkCursor2D.h @@ -127,7 +127,7 @@ protected: int Wrap; private: - vtkCursor2D(const vtkCursor2D&); // Not implemented. + vtkCursor2D(const vtkCursor2D&) VTK_DELETE_FUNCTION; void operator=(const vtkCursor2D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkCursor3D.h b/Filters/General/vtkCursor3D.h index c169f578ec02147df96baee7bc113c7362abcede..64f536ad980f8dd27c51b5dda14f709dd982e0c1 100644 --- a/Filters/General/vtkCursor3D.h +++ b/Filters/General/vtkCursor3D.h @@ -136,7 +136,7 @@ protected: int Wrap; private: - vtkCursor3D(const vtkCursor3D&); // Not implemented. + vtkCursor3D(const vtkCursor3D&) VTK_DELETE_FUNCTION; void operator=(const vtkCursor3D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkCurvatures.h b/Filters/General/vtkCurvatures.h index d8445c10e39a6f38f3da3f2877e77edd0b37f93c..1f987abd0313ecb1b34a92ebb3f10b9449e3d514 100644 --- a/Filters/General/vtkCurvatures.h +++ b/Filters/General/vtkCurvatures.h @@ -131,7 +131,7 @@ protected: int InvertMeanCurvature; private: - vtkCurvatures(const vtkCurvatures&); // Not implemented. + vtkCurvatures(const vtkCurvatures&) VTK_DELETE_FUNCTION; void operator=(const vtkCurvatures&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkDataSetGradient.h b/Filters/General/vtkDataSetGradient.h index d6dff41677a39011616df0362171bded17ac1feb..7c4b5cb45d7c1b84c0b5e512e50a8ea3d3b886cb 100644 --- a/Filters/General/vtkDataSetGradient.h +++ b/Filters/General/vtkDataSetGradient.h @@ -53,7 +53,7 @@ class VTKFILTERSGENERAL_EXPORT vtkDataSetGradient : public vtkDataSetAlgorithm char* ResultArrayName; private: - vtkDataSetGradient(const vtkDataSetGradient&); // Not implemented + vtkDataSetGradient(const vtkDataSetGradient&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetGradient&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkDataSetGradientPrecompute.h b/Filters/General/vtkDataSetGradientPrecompute.h index d5bb66b1ef59876bd2ebbd986b3fc80c83f0033e..558a2dbafa112d1c976384912738a79e206e54a9 100644 --- a/Filters/General/vtkDataSetGradientPrecompute.h +++ b/Filters/General/vtkDataSetGradientPrecompute.h @@ -47,7 +47,7 @@ class VTKFILTERSGENERAL_EXPORT vtkDataSetGradientPrecompute : public vtkDataSetA virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkDataSetGradientPrecompute(const vtkDataSetGradientPrecompute&); // Not implemented + vtkDataSetGradientPrecompute(const vtkDataSetGradientPrecompute&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetGradientPrecompute&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkDataSetTriangleFilter.h b/Filters/General/vtkDataSetTriangleFilter.h index 58f0155e010288950317cf8d078b1433d0e603f4..b7de1aa22a0a8adc67d7c66ab8d220bb5ad3c849 100644 --- a/Filters/General/vtkDataSetTriangleFilter.h +++ b/Filters/General/vtkDataSetTriangleFilter.h @@ -69,7 +69,7 @@ protected: int TetrahedraOnly; private: - vtkDataSetTriangleFilter(const vtkDataSetTriangleFilter&); // Not implemented. + vtkDataSetTriangleFilter(const vtkDataSetTriangleFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetTriangleFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkDeformPointSet.h b/Filters/General/vtkDeformPointSet.h index 74c28568bc4e42dd3a33c44375500a0f67b88380..8215a6dfe05299444a4a0296c04b49b4038b9d7c 100644 --- a/Filters/General/vtkDeformPointSet.h +++ b/Filters/General/vtkDeformPointSet.h @@ -114,7 +114,7 @@ protected: vtkInformationVector *); private: - vtkDeformPointSet(const vtkDeformPointSet&); // Not implemented. + vtkDeformPointSet(const vtkDeformPointSet&) VTK_DELETE_FUNCTION; void operator=(const vtkDeformPointSet&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkDensifyPolyData.h b/Filters/General/vtkDensifyPolyData.h index 9f72f5e849d2b4caae18925d38f7292cffb00470..dbb41dc5886ff7bc5899c01303584c13e49c1143 100644 --- a/Filters/General/vtkDensifyPolyData.h +++ b/Filters/General/vtkDensifyPolyData.h @@ -58,7 +58,7 @@ protected: private: virtual int FillInputPortInformation(int, vtkInformation*); - vtkDensifyPolyData(const vtkDensifyPolyData&); // Not implemented. + vtkDensifyPolyData(const vtkDensifyPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkDensifyPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkDicer.h b/Filters/General/vtkDicer.h index 7ce670f11435fbdf03db9938aaf1c8a321d21419..59a384e545643e6767d6aed8bd5453c72cc24407 100644 --- a/Filters/General/vtkDicer.h +++ b/Filters/General/vtkDicer.h @@ -121,7 +121,7 @@ protected: int DiceMode; private: - vtkDicer(const vtkDicer&); // Not implemented. + vtkDicer(const vtkDicer&) VTK_DELETE_FUNCTION; void operator=(const vtkDicer&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkDiscreteMarchingCubes.h b/Filters/General/vtkDiscreteMarchingCubes.h index 7d7a6c796b6fb8593cace3428de4c896511ccd41..bbec5c5deb71316851b7c6cf527d003120d90ce6 100644 --- a/Filters/General/vtkDiscreteMarchingCubes.h +++ b/Filters/General/vtkDiscreteMarchingCubes.h @@ -70,7 +70,7 @@ protected: vtkInformationVector *); private: - vtkDiscreteMarchingCubes(const vtkDiscreteMarchingCubes&); // Not implemented. + vtkDiscreteMarchingCubes(const vtkDiscreteMarchingCubes&) VTK_DELETE_FUNCTION; void operator=(const vtkDiscreteMarchingCubes&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkDistancePolyDataFilter.h b/Filters/General/vtkDistancePolyDataFilter.h index 29cfe4de657e7ba70fcc16a3fc6aba775e933659..55279058daff9e3dd8d73c5b49b9000b3b8b8ef0 100644 --- a/Filters/General/vtkDistancePolyDataFilter.h +++ b/Filters/General/vtkDistancePolyDataFilter.h @@ -81,7 +81,7 @@ protected: void GetPolyDataDistance(vtkPolyData*, vtkPolyData*); private: - vtkDistancePolyDataFilter(const vtkDistancePolyDataFilter&); // Not implemented + vtkDistancePolyDataFilter(const vtkDistancePolyDataFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkDistancePolyDataFilter&) VTK_DELETE_FUNCTION; int SignedDistance; diff --git a/Filters/General/vtkEdgePoints.h b/Filters/General/vtkEdgePoints.h index 52d0a746f1be16d8520ef3fc6705eb259cd7125d..57195e7272d9a5ba11d6b8810c5ab2814bfc6337 100644 --- a/Filters/General/vtkEdgePoints.h +++ b/Filters/General/vtkEdgePoints.h @@ -57,7 +57,7 @@ protected: double Value; vtkMergePoints *Locator; private: - vtkEdgePoints(const vtkEdgePoints&); // Not implemented. + vtkEdgePoints(const vtkEdgePoints&) VTK_DELETE_FUNCTION; void operator=(const vtkEdgePoints&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkExtractArray.h b/Filters/General/vtkExtractArray.h index 8b710709dea2ee3607a34d8bd12907d22753042b..73c5505d848d1065d3375b11c46d7f9f3f15822a 100644 --- a/Filters/General/vtkExtractArray.h +++ b/Filters/General/vtkExtractArray.h @@ -56,7 +56,7 @@ protected: vtkInformationVector*); private: - vtkExtractArray(const vtkExtractArray&); // Not implemented + vtkExtractArray(const vtkExtractArray&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractArray&) VTK_DELETE_FUNCTION; vtkIdType Index; diff --git a/Filters/General/vtkExtractSelectedFrustum.h b/Filters/General/vtkExtractSelectedFrustum.h index ba253cd682022be53029591861a4cd38d2fb30b2..711a6e7f0e832f947a1ca773c5d0224d287a6ba8 100644 --- a/Filters/General/vtkExtractSelectedFrustum.h +++ b/Filters/General/vtkExtractSelectedFrustum.h @@ -146,7 +146,7 @@ protected: int ShowBounds; private: - vtkExtractSelectedFrustum(const vtkExtractSelectedFrustum&); // Not implemented. + vtkExtractSelectedFrustum(const vtkExtractSelectedFrustum&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractSelectedFrustum&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkExtractSelectionBase.h b/Filters/General/vtkExtractSelectionBase.h index 69f5a07d7eff9a6073188f6f198b374a1a354d11..8858e6decb01148ff25ab4a5fef426dede5337e0 100644 --- a/Filters/General/vtkExtractSelectionBase.h +++ b/Filters/General/vtkExtractSelectionBase.h @@ -60,7 +60,7 @@ protected: int PreserveTopology; private: - vtkExtractSelectionBase(const vtkExtractSelectionBase&); // Not implemented. + vtkExtractSelectionBase(const vtkExtractSelectionBase&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractSelectionBase&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkGradientFilter.h b/Filters/General/vtkGradientFilter.h index 8bc6a287b89da444a4cb402059a58cf7869b3af7..22ccea30cbf84f12f96612d3477c20e8f44089d0 100644 --- a/Filters/General/vtkGradientFilter.h +++ b/Filters/General/vtkGradientFilter.h @@ -209,7 +209,7 @@ protected: int ComputeVorticity; private: - vtkGradientFilter(const vtkGradientFilter &); // Not implemented + vtkGradientFilter(const vtkGradientFilter &) VTK_DELETE_FUNCTION; void operator=(const vtkGradientFilter &) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkGraphLayoutFilter.h b/Filters/General/vtkGraphLayoutFilter.h index b76d56c0a08e7275a797a8ecfb55f1026999be32..9844d9b1df302ce5350a53624bafe68cce2f1929 100644 --- a/Filters/General/vtkGraphLayoutFilter.h +++ b/Filters/General/vtkGraphLayoutFilter.h @@ -90,7 +90,7 @@ protected: double CoolDownRate; //Cool-down rate. Note: Higher # = Slower rate. int ThreeDimensionalLayout; //Boolean for a third dimension. private: - vtkGraphLayoutFilter(const vtkGraphLayoutFilter&); // Not implemented. + vtkGraphLayoutFilter(const vtkGraphLayoutFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphLayoutFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkGraphToPoints.h b/Filters/General/vtkGraphToPoints.h index 7ad2f873809ff9d11ed59ea7c8a44b8ad8fa09a2..192adbafc1753ba69274af5e7f71ee770a4f6640 100644 --- a/Filters/General/vtkGraphToPoints.h +++ b/Filters/General/vtkGraphToPoints.h @@ -51,7 +51,7 @@ protected: int FillInputPortInformation(int port, vtkInformation* info); private: - vtkGraphToPoints(const vtkGraphToPoints&); // Not implemented. + vtkGraphToPoints(const vtkGraphToPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphToPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkGraphWeightEuclideanDistanceFilter.h b/Filters/General/vtkGraphWeightEuclideanDistanceFilter.h index 26a615cabf57ff58ebef2a4502c9015ebbb625f2..6c8dbede642a09aae4f77375788733553fa0f3e0 100644 --- a/Filters/General/vtkGraphWeightEuclideanDistanceFilter.h +++ b/Filters/General/vtkGraphWeightEuclideanDistanceFilter.h @@ -47,7 +47,7 @@ protected: bool CheckRequirements(vtkGraph* const graph) const; private: - vtkGraphWeightEuclideanDistanceFilter(const vtkGraphWeightEuclideanDistanceFilter&); // Not implemented. + vtkGraphWeightEuclideanDistanceFilter(const vtkGraphWeightEuclideanDistanceFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphWeightEuclideanDistanceFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkGraphWeightFilter.h b/Filters/General/vtkGraphWeightFilter.h index f96d8c9ed7bbff06f120eb1bf66e6c013ea147b2..6922c011159d103168f5a13105f7cf0f12826d64 100644 --- a/Filters/General/vtkGraphWeightFilter.h +++ b/Filters/General/vtkGraphWeightFilter.h @@ -60,7 +60,7 @@ protected: virtual bool CheckRequirements(vtkGraph* const graph) const; private: - vtkGraphWeightFilter(const vtkGraphWeightFilter&); // Not implemented. + vtkGraphWeightFilter(const vtkGraphWeightFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphWeightFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkHierarchicalDataLevelFilter.h b/Filters/General/vtkHierarchicalDataLevelFilter.h index 35a7cbab98caeb5ff63643eed8b073f5428df4ac..41bdc2fea8ce070467678fa47fdd4ae2ce93f59e 100644 --- a/Filters/General/vtkHierarchicalDataLevelFilter.h +++ b/Filters/General/vtkHierarchicalDataLevelFilter.h @@ -41,7 +41,7 @@ protected: ~vtkHierarchicalDataLevelFilter(); private: - vtkHierarchicalDataLevelFilter(const vtkHierarchicalDataLevelFilter&); // Not implemented. + vtkHierarchicalDataLevelFilter(const vtkHierarchicalDataLevelFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkHierarchicalDataLevelFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkHyperStreamline.h b/Filters/General/vtkHyperStreamline.h index 665fd55ca6fbea1ca1d66a5c6306eefd083dce69..de2d753b34702cb5c35f67070524f5f0de38d4b2 100644 --- a/Filters/General/vtkHyperStreamline.h +++ b/Filters/General/vtkHyperStreamline.h @@ -256,7 +256,7 @@ protected: // which eigenvector to use as integration vector field int IntegrationEigenvector; private: - vtkHyperStreamline(const vtkHyperStreamline&); // Not implemented. + vtkHyperStreamline(const vtkHyperStreamline&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperStreamline&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkIconGlyphFilter.h b/Filters/General/vtkIconGlyphFilter.h index 1500e4865d1dd3f2aacc81c82f61349c7476c24f..f2d7dde122496e72e3556961197f100ed821a967 100644 --- a/Filters/General/vtkIconGlyphFilter.h +++ b/Filters/General/vtkIconGlyphFilter.h @@ -148,7 +148,7 @@ protected: int Offset[2]; private: - vtkIconGlyphFilter(const vtkIconGlyphFilter&); // Not implemented. + vtkIconGlyphFilter(const vtkIconGlyphFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkIconGlyphFilter&) VTK_DELETE_FUNCTION; void IconConvertIndex(int id, int & j, int & k); diff --git a/Filters/General/vtkImageDataToPointSet.h b/Filters/General/vtkImageDataToPointSet.h index cc0465da8f2ab23d5fac5f29f92f3303e0084b35..4b16c46a651badf44e3e7acb7a03686af8699d4d 100644 --- a/Filters/General/vtkImageDataToPointSet.h +++ b/Filters/General/vtkImageDataToPointSet.h @@ -55,7 +55,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkImageDataToPointSet(const vtkImageDataToPointSet &); // Not implemented + vtkImageDataToPointSet(const vtkImageDataToPointSet &) VTK_DELETE_FUNCTION; void operator=(const vtkImageDataToPointSet &) VTK_DELETE_FUNCTION; int CopyStructure(vtkStructuredGrid *outData, vtkImageData *inData); diff --git a/Filters/General/vtkImageMarchingCubes.h b/Filters/General/vtkImageMarchingCubes.h index aa5c09cc0d8e680a07b81b316723469c1179de86..9f99576226b556647dadc433f1b22b0f2b83d641 100644 --- a/Filters/General/vtkImageMarchingCubes.h +++ b/Filters/General/vtkImageMarchingCubes.h @@ -138,7 +138,7 @@ protected: vtkIdType *GetLocatorPointer(int cellX, int cellY, int edge); private: - vtkImageMarchingCubes(const vtkImageMarchingCubes&); // Not implemented. + vtkImageMarchingCubes(const vtkImageMarchingCubes&) VTK_DELETE_FUNCTION; void operator=(const vtkImageMarchingCubes&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkInterpolateDataSetAttributes.h b/Filters/General/vtkInterpolateDataSetAttributes.h index 4374c71f0fb58d74c879ef2282d84a54c138af3d..4aa856bc8c294ab4275f54ef76900c08d108297a 100644 --- a/Filters/General/vtkInterpolateDataSetAttributes.h +++ b/Filters/General/vtkInterpolateDataSetAttributes.h @@ -64,7 +64,7 @@ protected: double T; // interpolation parameter private: - vtkInterpolateDataSetAttributes(const vtkInterpolateDataSetAttributes&); // Not implemented. + vtkInterpolateDataSetAttributes(const vtkInterpolateDataSetAttributes&) VTK_DELETE_FUNCTION; void operator=(const vtkInterpolateDataSetAttributes&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkInterpolatingSubdivisionFilter.h b/Filters/General/vtkInterpolatingSubdivisionFilter.h index a6fc0fd51c2dd75f4e20648d89eb5f16206623a8..3247ba03c3bf1628c1c835d71ce9a78d37447a29 100644 --- a/Filters/General/vtkInterpolatingSubdivisionFilter.h +++ b/Filters/General/vtkInterpolatingSubdivisionFilter.h @@ -63,7 +63,7 @@ protected: int NumberOfSubdivisions; private: - vtkInterpolatingSubdivisionFilter(const vtkInterpolatingSubdivisionFilter&); // Not implemented. + vtkInterpolatingSubdivisionFilter(const vtkInterpolatingSubdivisionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkInterpolatingSubdivisionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkLevelIdScalars.h b/Filters/General/vtkLevelIdScalars.h index af37473ae7e9cf594a54a7a3c757b1f558ad7f28..befa3b7a5151310425b655f99ffaf748ad6bfd09 100644 --- a/Filters/General/vtkLevelIdScalars.h +++ b/Filters/General/vtkLevelIdScalars.h @@ -35,7 +35,7 @@ class VTKFILTERSGENERAL_EXPORT vtkLevelIdScalars : virtual ~vtkLevelIdScalars(); private: - vtkLevelIdScalars(const vtkLevelIdScalars&); // Not implemented + vtkLevelIdScalars(const vtkLevelIdScalars&) VTK_DELETE_FUNCTION; void operator=(const vtkLevelIdScalars&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkLinkEdgels.h b/Filters/General/vtkLinkEdgels.h index cc8aa742427bfd0a12caa9bbae9ff03d466d488d..b42b075509cdc16b1fbc5d9c7ee44eb61903091e 100644 --- a/Filters/General/vtkLinkEdgels.h +++ b/Filters/General/vtkLinkEdgels.h @@ -94,7 +94,7 @@ protected: double PhiThreshold; double LinkThreshold; private: - vtkLinkEdgels(const vtkLinkEdgels&); // Not implemented. + vtkLinkEdgels(const vtkLinkEdgels&) VTK_DELETE_FUNCTION; void operator=(const vtkLinkEdgels&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkMarchingContourFilter.h b/Filters/General/vtkMarchingContourFilter.h index 03bffb234560bf1369f1f161dc35d093034546c1..e21f726ee8139a6155594c4345be00fe8a1bd903 100644 --- a/Filters/General/vtkMarchingContourFilter.h +++ b/Filters/General/vtkMarchingContourFilter.h @@ -150,7 +150,7 @@ protected: //default if not structured data void DataSetContour(vtkDataSet *input, vtkPolyData *output); private: - vtkMarchingContourFilter(const vtkMarchingContourFilter&); // Not implemented. + vtkMarchingContourFilter(const vtkMarchingContourFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkMarchingContourFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkMatricizeArray.h b/Filters/General/vtkMatricizeArray.h index ca11c60947e738faf4e1b1f391fc9418317fe3ea..c46ed2955bf5629fea73b769ddaae1b71cc24ec4 100644 --- a/Filters/General/vtkMatricizeArray.h +++ b/Filters/General/vtkMatricizeArray.h @@ -61,7 +61,7 @@ protected: vtkInformationVector*); private: - vtkMatricizeArray(const vtkMatricizeArray&); // Not implemented + vtkMatricizeArray(const vtkMatricizeArray&) VTK_DELETE_FUNCTION; void operator=(const vtkMatricizeArray&) VTK_DELETE_FUNCTION; class Generator; diff --git a/Filters/General/vtkMergeCells.h b/Filters/General/vtkMergeCells.h index c62f1e267bdfc4cdd0ea4025529c953aa750f7eb..71831ed01a364c22f028dcb288bb557fac78ca9e 100644 --- a/Filters/General/vtkMergeCells.h +++ b/Filters/General/vtkMergeCells.h @@ -192,7 +192,7 @@ private: int nextGrid; - vtkMergeCells(const vtkMergeCells&); // Not implemented + vtkMergeCells(const vtkMergeCells&) VTK_DELETE_FUNCTION; void operator=(const vtkMergeCells&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Filters/General/vtkMultiBlockDataGroupFilter.h b/Filters/General/vtkMultiBlockDataGroupFilter.h index 8928c873c68b9e66da414cf53c143be6e9041cf9..2f2f1d8198f49ec96c12d8af9b1a7858e7a46044 100644 --- a/Filters/General/vtkMultiBlockDataGroupFilter.h +++ b/Filters/General/vtkMultiBlockDataGroupFilter.h @@ -61,7 +61,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkMultiBlockDataGroupFilter(const vtkMultiBlockDataGroupFilter&); // Not implemented. + vtkMultiBlockDataGroupFilter(const vtkMultiBlockDataGroupFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkMultiBlockDataGroupFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkMultiBlockMergeFilter.h b/Filters/General/vtkMultiBlockMergeFilter.h index 7bd26c0a78090e7e35e2219d7798927b8b9eb007..f70187431cd837cf823dd0566dde0eaa47e6217c 100644 --- a/Filters/General/vtkMultiBlockMergeFilter.h +++ b/Filters/General/vtkMultiBlockMergeFilter.h @@ -62,7 +62,7 @@ protected: vtkMultiBlockDataSet* output, vtkMultiBlockDataSet* input); private: - vtkMultiBlockMergeFilter(const vtkMultiBlockMergeFilter&); // Not implemented. + vtkMultiBlockMergeFilter(const vtkMultiBlockMergeFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkMultiBlockMergeFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkMultiThreshold.h b/Filters/General/vtkMultiThreshold.h index 16e1a6497d81e8ced2e9eb6f27e45d261b16398c..478c6630b0217ca3151d57201adc146b47952a91 100644 --- a/Filters/General/vtkMultiThreshold.h +++ b/Filters/General/vtkMultiThreshold.h @@ -411,7 +411,7 @@ protected: // Print out a graphviz-formatted text description of all the sets. void PrintGraph( ostream& os ); - vtkMultiThreshold( const vtkMultiThreshold& ); // Not implemented. + vtkMultiThreshold( const vtkMultiThreshold& ) VTK_DELETE_FUNCTION; void operator = ( const vtkMultiThreshold& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkNonOverlappingAMRLevelIdScalars.h b/Filters/General/vtkNonOverlappingAMRLevelIdScalars.h index 0d3df171a3d24f9819c9e9a30dc21112bd2cbd3a..9f0318a0b80d1fb5d468d3a96e48bfd05e679a33 100644 --- a/Filters/General/vtkNonOverlappingAMRLevelIdScalars.h +++ b/Filters/General/vtkNonOverlappingAMRLevelIdScalars.h @@ -47,7 +47,7 @@ protected: vtkUniformGrid* ColorLevel(vtkUniformGrid* input, int group); private: - vtkNonOverlappingAMRLevelIdScalars(const vtkNonOverlappingAMRLevelIdScalars&); // Not implemented. + vtkNonOverlappingAMRLevelIdScalars(const vtkNonOverlappingAMRLevelIdScalars&) VTK_DELETE_FUNCTION; void operator=(const vtkNonOverlappingAMRLevelIdScalars&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkNormalizeMatrixVectors.h b/Filters/General/vtkNormalizeMatrixVectors.h index dba1dcab5dc0da821131dff3ca6d596f9db96846..28e6c812b3f4581e13858e2b12512b9907157787 100644 --- a/Filters/General/vtkNormalizeMatrixVectors.h +++ b/Filters/General/vtkNormalizeMatrixVectors.h @@ -62,7 +62,7 @@ protected: double PValue; private: - vtkNormalizeMatrixVectors(const vtkNormalizeMatrixVectors&); // Not implemented + vtkNormalizeMatrixVectors(const vtkNormalizeMatrixVectors&) VTK_DELETE_FUNCTION; void operator=(const vtkNormalizeMatrixVectors&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkOBBDicer.h b/Filters/General/vtkOBBDicer.h index 262d52dc0caa0ddb08a2b33c508fae699cd8ab49..46f434881e905f63197652aa6ad5a1279e357443 100644 --- a/Filters/General/vtkOBBDicer.h +++ b/Filters/General/vtkOBBDicer.h @@ -60,7 +60,7 @@ protected: vtkPoints *PointsList; private: - vtkOBBDicer(const vtkOBBDicer&); // Not implemented. + vtkOBBDicer(const vtkOBBDicer&) VTK_DELETE_FUNCTION; void operator=(const vtkOBBDicer&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkOBBTree.h b/Filters/General/vtkOBBTree.h index 37a05c8a8333881fcfc6d69c51c326c13414ca76..ec57db0ed6a4f9a771e4e3ebce535c4a458a2ae6 100644 --- a/Filters/General/vtkOBBTree.h +++ b/Filters/General/vtkOBBTree.h @@ -196,7 +196,7 @@ protected: vtkPoints* pts, vtkCellArray *polys); private: - vtkOBBTree(const vtkOBBTree&); // Not implemented. + vtkOBBTree(const vtkOBBTree&) VTK_DELETE_FUNCTION; void operator=(const vtkOBBTree&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkOverlappingAMRLevelIdScalars.h b/Filters/General/vtkOverlappingAMRLevelIdScalars.h index b2e257fe10403d064f2c31fdae6ea93976addc56..6fb8f8ae08026f80a23e2da2129e63034755a31e 100644 --- a/Filters/General/vtkOverlappingAMRLevelIdScalars.h +++ b/Filters/General/vtkOverlappingAMRLevelIdScalars.h @@ -47,7 +47,7 @@ protected: vtkUniformGrid* ColorLevel(vtkUniformGrid* input, int group); private: - vtkOverlappingAMRLevelIdScalars(const vtkOverlappingAMRLevelIdScalars&); // Not implemented. + vtkOverlappingAMRLevelIdScalars(const vtkOverlappingAMRLevelIdScalars&) VTK_DELETE_FUNCTION; void operator=(const vtkOverlappingAMRLevelIdScalars&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkPassArrays.h b/Filters/General/vtkPassArrays.h index d50b6419cc963bc6cbc171108c6be12afb14e920..b948943b4a9655fba542918740bbfc5c511636d9 100644 --- a/Filters/General/vtkPassArrays.h +++ b/Filters/General/vtkPassArrays.h @@ -151,7 +151,7 @@ protected: Internals* Implementation; private: - vtkPassArrays(const vtkPassArrays&); // Not implemented + vtkPassArrays(const vtkPassArrays&) VTK_DELETE_FUNCTION; void operator=(const vtkPassArrays&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkPassThrough.h b/Filters/General/vtkPassThrough.h index 8e381b61720d8a8084279ae9f527b04f01cde3f3..5c64ab15fef6f73d957cb4cabf1242fb3becfef2 100644 --- a/Filters/General/vtkPassThrough.h +++ b/Filters/General/vtkPassThrough.h @@ -55,7 +55,7 @@ protected: int DeepCopyInput; private: - vtkPassThrough(const vtkPassThrough&); // Not implemented + vtkPassThrough(const vtkPassThrough&) VTK_DELETE_FUNCTION; void operator=(const vtkPassThrough&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkPolyDataStreamer.h b/Filters/General/vtkPolyDataStreamer.h index 0ab9369934dd172768968f887d02898bd2e4277c..de6b46772a7853f16d55db21e2b1028d82c3136d 100644 --- a/Filters/General/vtkPolyDataStreamer.h +++ b/Filters/General/vtkPolyDataStreamer.h @@ -77,7 +77,7 @@ protected: int ColorByPiece; private: - vtkPolyDataStreamer(const vtkPolyDataStreamer&); // Not implemented. + vtkPolyDataStreamer(const vtkPolyDataStreamer&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataStreamer&) VTK_DELETE_FUNCTION; vtkAppendPolyData* Append; diff --git a/Filters/General/vtkPolyDataToReebGraphFilter.h b/Filters/General/vtkPolyDataToReebGraphFilter.h index 7552b26ebe85db3d65bc8ef8671b2ff0a0aeb0c2..0142cb6287082f107671ee118b1ab7523e152315 100644 --- a/Filters/General/vtkPolyDataToReebGraphFilter.h +++ b/Filters/General/vtkPolyDataToReebGraphFilter.h @@ -57,7 +57,7 @@ protected: vtkInformationVector*); private: - vtkPolyDataToReebGraphFilter(const vtkPolyDataToReebGraphFilter&); // Not implemented. + vtkPolyDataToReebGraphFilter(const vtkPolyDataToReebGraphFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataToReebGraphFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkProbePolyhedron.h b/Filters/General/vtkProbePolyhedron.h index 64dd928bfb18acf5d6eb1755ed95c43c810ec7dd..679002e92f556da73f0cf2584e73d87311adcb9b 100644 --- a/Filters/General/vtkProbePolyhedron.h +++ b/Filters/General/vtkProbePolyhedron.h @@ -110,7 +110,7 @@ protected: vtkInformationVector *); private: - vtkProbePolyhedron(const vtkProbePolyhedron&); // Not implemented. + vtkProbePolyhedron(const vtkProbePolyhedron&) VTK_DELETE_FUNCTION; void operator=(const vtkProbePolyhedron&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkQuadraturePointInterpolator.h b/Filters/General/vtkQuadraturePointInterpolator.h index b90abf23bb0658604b818ab4ec69df603d076ab7..3d3d094795ad6710e06f76a36001896a2f11474c 100644 --- a/Filters/General/vtkQuadraturePointInterpolator.h +++ b/Filters/General/vtkQuadraturePointInterpolator.h @@ -51,7 +51,7 @@ protected: ~vtkQuadraturePointInterpolator(); private: - vtkQuadraturePointInterpolator(const vtkQuadraturePointInterpolator &); // Not implemented + vtkQuadraturePointInterpolator(const vtkQuadraturePointInterpolator &) VTK_DELETE_FUNCTION; void operator=(const vtkQuadraturePointInterpolator &) VTK_DELETE_FUNCTION; // void Clear(); diff --git a/Filters/General/vtkQuadraturePointsGenerator.h b/Filters/General/vtkQuadraturePointsGenerator.h index 5bc0c3ee21691b057a3634e6490dcb28be09de4a..821d390a4f2f0c025bd2d3b84220add925dbdf5e 100644 --- a/Filters/General/vtkQuadraturePointsGenerator.h +++ b/Filters/General/vtkQuadraturePointsGenerator.h @@ -63,7 +63,7 @@ protected: vtkQuadraturePointsGenerator(); virtual ~vtkQuadraturePointsGenerator(); private: - vtkQuadraturePointsGenerator(const vtkQuadraturePointsGenerator &); // Not implemented + vtkQuadraturePointsGenerator(const vtkQuadraturePointsGenerator &) VTK_DELETE_FUNCTION; void operator=(const vtkQuadraturePointsGenerator &) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkQuadratureSchemeDictionaryGenerator.h b/Filters/General/vtkQuadratureSchemeDictionaryGenerator.h index 94f6f0e8f08843f75b0eeb90a02e431cdbe6f575..bb992bf2ec8c6eba146675a9b594e31bb7cbf3e4 100644 --- a/Filters/General/vtkQuadratureSchemeDictionaryGenerator.h +++ b/Filters/General/vtkQuadratureSchemeDictionaryGenerator.h @@ -51,7 +51,7 @@ protected: virtual ~vtkQuadratureSchemeDictionaryGenerator(); private: - vtkQuadratureSchemeDictionaryGenerator(const vtkQuadratureSchemeDictionaryGenerator &); // Not implemented + vtkQuadratureSchemeDictionaryGenerator(const vtkQuadratureSchemeDictionaryGenerator &) VTK_DELETE_FUNCTION; void operator=(const vtkQuadratureSchemeDictionaryGenerator &) VTK_DELETE_FUNCTION; // Description: diff --git a/Filters/General/vtkQuantizePolyDataPoints.h b/Filters/General/vtkQuantizePolyDataPoints.h index 1257ce22506e593329889f003923f948d0c77199..6357f5bfcbf1ee3558e4e83d040fe50306d7181d 100644 --- a/Filters/General/vtkQuantizePolyDataPoints.h +++ b/Filters/General/vtkQuantizePolyDataPoints.h @@ -67,7 +67,7 @@ protected: double QFactor; private: - vtkQuantizePolyDataPoints(const vtkQuantizePolyDataPoints&); // Not implemented. + vtkQuantizePolyDataPoints(const vtkQuantizePolyDataPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkQuantizePolyDataPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkRandomAttributeGenerator.h b/Filters/General/vtkRandomAttributeGenerator.h index 51ab9fd3d397795ebb634426203c0454134708b7..dad469dcbde1e93d2012d9c180aaa4cb6436bfb9 100644 --- a/Filters/General/vtkRandomAttributeGenerator.h +++ b/Filters/General/vtkRandomAttributeGenerator.h @@ -316,7 +316,7 @@ protected: private: - vtkRandomAttributeGenerator(const vtkRandomAttributeGenerator&); // Not implemented. + vtkRandomAttributeGenerator(const vtkRandomAttributeGenerator&) VTK_DELETE_FUNCTION; void operator=(const vtkRandomAttributeGenerator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkRectilinearGridClip.h b/Filters/General/vtkRectilinearGridClip.h index c61b575224266b16efe835c110ba6650068974e7..d8c950b133e084d95d9df7a75014c319a347fae5 100644 --- a/Filters/General/vtkRectilinearGridClip.h +++ b/Filters/General/vtkRectilinearGridClip.h @@ -77,7 +77,7 @@ protected: vtkInformationVector *); private: - vtkRectilinearGridClip(const vtkRectilinearGridClip&); // Not implemented. + vtkRectilinearGridClip(const vtkRectilinearGridClip&) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearGridClip&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkRectilinearGridToPointSet.h b/Filters/General/vtkRectilinearGridToPointSet.h index 4ff8a5a38cee419c9b234dafa9a3ef7c6b515565..4d488d1fea442064de16e7a86110bb5177573b1f 100644 --- a/Filters/General/vtkRectilinearGridToPointSet.h +++ b/Filters/General/vtkRectilinearGridToPointSet.h @@ -56,7 +56,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkRectilinearGridToPointSet(const vtkRectilinearGridToPointSet &); // Not implemented + vtkRectilinearGridToPointSet(const vtkRectilinearGridToPointSet &) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearGridToPointSet &) VTK_DELETE_FUNCTION; int CopyStructure(vtkStructuredGrid *outData, vtkRectilinearGrid *inData); diff --git a/Filters/General/vtkRectilinearGridToTetrahedra.h b/Filters/General/vtkRectilinearGridToTetrahedra.h index f3263d95c02b94c76abba67c0ce5ec16f8533fc8..d2d48f662765b268b587afa8053758ae4c1c5930 100644 --- a/Filters/General/vtkRectilinearGridToTetrahedra.h +++ b/Filters/General/vtkRectilinearGridToTetrahedra.h @@ -114,7 +114,7 @@ protected: virtual int FillInputPortInformation(int, vtkInformation*); private: - vtkRectilinearGridToTetrahedra(const vtkRectilinearGridToTetrahedra&); // Not implemented. + vtkRectilinearGridToTetrahedra(const vtkRectilinearGridToTetrahedra&) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearGridToTetrahedra&) VTK_DELETE_FUNCTION; diff --git a/Filters/General/vtkRecursiveDividingCubes.h b/Filters/General/vtkRecursiveDividingCubes.h index e938cc842f3918746470d2022876be120f2d496d..c553da8668dfb971ce38a41e19fab39a38db523d 100644 --- a/Filters/General/vtkRecursiveDividingCubes.h +++ b/Filters/General/vtkRecursiveDividingCubes.h @@ -81,7 +81,7 @@ protected: // to replace a static vtkVoxel *Voxel; private: - vtkRecursiveDividingCubes(const vtkRecursiveDividingCubes&); // Not implemented. + vtkRecursiveDividingCubes(const vtkRecursiveDividingCubes&) VTK_DELETE_FUNCTION; void operator=(const vtkRecursiveDividingCubes&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkReflectionFilter.h b/Filters/General/vtkReflectionFilter.h index 1652256361d6a4fc68be903931e2c4b419febf00..45e0604365fd18ee8c3eeb3b3141d77f104ab7b4 100644 --- a/Filters/General/vtkReflectionFilter.h +++ b/Filters/General/vtkReflectionFilter.h @@ -106,7 +106,7 @@ protected: void FlipVector(double tuple[3], int mirrorDir[3]); private: - vtkReflectionFilter(const vtkReflectionFilter&); // Not implemented + vtkReflectionFilter(const vtkReflectionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkReflectionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkRotationFilter.h b/Filters/General/vtkRotationFilter.h index f0db0092dac807b5035111fe56226e35700e3400..f7bedbb04529b099a9febca538faf34e7798e861 100644 --- a/Filters/General/vtkRotationFilter.h +++ b/Filters/General/vtkRotationFilter.h @@ -90,7 +90,7 @@ protected: int CopyInput; private: - vtkRotationFilter(const vtkRotationFilter&); // Not implemented + vtkRotationFilter(const vtkRotationFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkRotationFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkSampleImplicitFunctionFilter.h b/Filters/General/vtkSampleImplicitFunctionFilter.h index fa2cae971bf42cbec6c9ed260f2b52ae4d620d46..59761b8250eca338948d97a9a59d9a5fc54ff843 100644 --- a/Filters/General/vtkSampleImplicitFunctionFilter.h +++ b/Filters/General/vtkSampleImplicitFunctionFilter.h @@ -91,7 +91,7 @@ protected: private: - vtkSampleImplicitFunctionFilter(const vtkSampleImplicitFunctionFilter&); // Not implemented. + vtkSampleImplicitFunctionFilter(const vtkSampleImplicitFunctionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkSampleImplicitFunctionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkShrinkFilter.h b/Filters/General/vtkShrinkFilter.h index c31b26fb68e1a2c109eb0ad36eb459d7c10a5e37..d0ceacdb42cb4536ec9aa0c5b295e1a6cc6cd77b 100644 --- a/Filters/General/vtkShrinkFilter.h +++ b/Filters/General/vtkShrinkFilter.h @@ -60,7 +60,7 @@ protected: double ShrinkFactor; private: - vtkShrinkFilter(const vtkShrinkFilter&); // Not implemented. + vtkShrinkFilter(const vtkShrinkFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkShrinkFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkShrinkPolyData.h b/Filters/General/vtkShrinkPolyData.h index ca550d9fb589d51612d62f8ca94ccccac3117851..f90ac24aa062d3f4e5a74b38aa6205f765e0d06e 100644 --- a/Filters/General/vtkShrinkPolyData.h +++ b/Filters/General/vtkShrinkPolyData.h @@ -61,7 +61,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); double ShrinkFactor; private: - vtkShrinkPolyData(const vtkShrinkPolyData&); // Not implemented. + vtkShrinkPolyData(const vtkShrinkPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkShrinkPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkSpatialRepresentationFilter.h b/Filters/General/vtkSpatialRepresentationFilter.h index 99c7a2953d2eacb4dbe87bb93ff7b15e7d187604..de180175c13973acd82982c9575d81d4bcfd08b0 100644 --- a/Filters/General/vtkSpatialRepresentationFilter.h +++ b/Filters/General/vtkSpatialRepresentationFilter.h @@ -98,7 +98,7 @@ protected: virtual void ReportReferences(vtkGarbageCollector*) VTK_OVERRIDE; virtual int FillInputPortInformation(int, vtkInformation*); private: - vtkSpatialRepresentationFilter(const vtkSpatialRepresentationFilter&); // Not implemented. + vtkSpatialRepresentationFilter(const vtkSpatialRepresentationFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkSpatialRepresentationFilter&) VTK_DELETE_FUNCTION; vtkSpatialRepresentationFilterInternal* Internal; diff --git a/Filters/General/vtkSplineFilter.h b/Filters/General/vtkSplineFilter.h index 2542e59419af171d38a644b5d09110d403293fb8..b6025c4cf3e6ec8865ab8426b491dbe823654386 100644 --- a/Filters/General/vtkSplineFilter.h +++ b/Filters/General/vtkSplineFilter.h @@ -156,7 +156,7 @@ protected: vtkFloatArray *TCoordMap; private: - vtkSplineFilter(const vtkSplineFilter&); // Not implemented. + vtkSplineFilter(const vtkSplineFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkSplineFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkSplitColumnComponents.h b/Filters/General/vtkSplitColumnComponents.h index 7eaa33b2e221a4871bdb963cfb91395d6cf005c6..e2859fd65109616a07abc22de31d179eb242a288 100644 --- a/Filters/General/vtkSplitColumnComponents.h +++ b/Filters/General/vtkSplitColumnComponents.h @@ -92,7 +92,7 @@ protected: int NamingMode; private: - vtkSplitColumnComponents(const vtkSplitColumnComponents&); // Not implemented + vtkSplitColumnComponents(const vtkSplitColumnComponents&) VTK_DELETE_FUNCTION; void operator=(const vtkSplitColumnComponents&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkSplitField.h b/Filters/General/vtkSplitField.h index 81f33310dab8b2f2f4c0f9a71a28d3660f7ea31d..9e1edf48ed2a9cad57f264414b5cf883f0451662 100644 --- a/Filters/General/vtkSplitField.h +++ b/Filters/General/vtkSplitField.h @@ -154,7 +154,7 @@ protected: void PrintComponent(Component* op, ostream& os, vtkIndent indent); void PrintAllComponents(ostream& os, vtkIndent indent); private: - vtkSplitField(const vtkSplitField&); // Not implemented. + vtkSplitField(const vtkSplitField&) VTK_DELETE_FUNCTION; void operator=(const vtkSplitField&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkStructuredGridClip.h b/Filters/General/vtkStructuredGridClip.h index 4fd15aa1bec3339dd1289e29e7128eae811d2d8f..df27f62e3bbee031305e8d8f5dbea8b2cf456a64 100644 --- a/Filters/General/vtkStructuredGridClip.h +++ b/Filters/General/vtkStructuredGridClip.h @@ -77,7 +77,7 @@ protected: vtkInformationVector *); private: - vtkStructuredGridClip(const vtkStructuredGridClip&); // Not implemented. + vtkStructuredGridClip(const vtkStructuredGridClip&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredGridClip&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkSubPixelPositionEdgels.h b/Filters/General/vtkSubPixelPositionEdgels.h index e914b7879dd412e95069b993604a77fb1fcf1b36..2ec9650475f90faf42adf2075361c5de63f2b406 100644 --- a/Filters/General/vtkSubPixelPositionEdgels.h +++ b/Filters/General/vtkSubPixelPositionEdgels.h @@ -79,7 +79,7 @@ protected: int TargetFlag; double TargetValue; private: - vtkSubPixelPositionEdgels(const vtkSubPixelPositionEdgels&); // Not implemented. + vtkSubPixelPositionEdgels(const vtkSubPixelPositionEdgels&) VTK_DELETE_FUNCTION; void operator=(const vtkSubPixelPositionEdgels&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkTableToPolyData.h b/Filters/General/vtkTableToPolyData.h index c6fdcab66383baa69d7fee7351b65419539bff22..1bb0d5154e32dcb33f95eca99fdcf53259a5d5c6 100644 --- a/Filters/General/vtkTableToPolyData.h +++ b/Filters/General/vtkTableToPolyData.h @@ -122,7 +122,7 @@ protected: bool Create2DPoints; bool PreserveCoordinateColumnsAsDataArrays; private: - vtkTableToPolyData(const vtkTableToPolyData&); // Not implemented. + vtkTableToPolyData(const vtkTableToPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkTableToPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkTableToStructuredGrid.h b/Filters/General/vtkTableToStructuredGrid.h index 6123f680dda312569874f147000c251b7f62daf3..ca786636fd03155cbe4171d8890a56f2bae05c92 100644 --- a/Filters/General/vtkTableToStructuredGrid.h +++ b/Filters/General/vtkTableToStructuredGrid.h @@ -107,7 +107,7 @@ protected: int WholeExtent[6]; private: - vtkTableToStructuredGrid(const vtkTableToStructuredGrid&); // Not implemented. + vtkTableToStructuredGrid(const vtkTableToStructuredGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkTableToStructuredGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkTemporalPathLineFilter.h b/Filters/General/vtkTemporalPathLineFilter.h index 9daf3985be5fec06a86e393b7ebe2891a2771c52..c39ed7ddc6055cc2c3dcf098163fa5b873afb675 100644 --- a/Filters/General/vtkTemporalPathLineFilter.h +++ b/Filters/General/vtkTemporalPathLineFilter.h @@ -164,7 +164,7 @@ protected: // private: - vtkTemporalPathLineFilter(const vtkTemporalPathLineFilter&); // Not implemented. + vtkTemporalPathLineFilter(const vtkTemporalPathLineFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkTemporalPathLineFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkTemporalStatistics.h b/Filters/General/vtkTemporalStatistics.h index 409368eac67c0fe34bc49183db91dbfe2d747d07..ce0dda7bb210c59bc4fe9a8d420b73c2cf56beaa 100644 --- a/Filters/General/vtkTemporalStatistics.h +++ b/Filters/General/vtkTemporalStatistics.h @@ -150,7 +150,7 @@ protected: const char *nameSuffix); private: - vtkTemporalStatistics(const vtkTemporalStatistics &); // Not implemented. + vtkTemporalStatistics(const vtkTemporalStatistics &) VTK_DELETE_FUNCTION; void operator=(const vtkTemporalStatistics &) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkTessellatorFilter.h b/Filters/General/vtkTessellatorFilter.h index ba43f3995f97965dd4c21b818c2f0e4d4a75b8cd..a0a7b1c2c79c67020fdb9bc97dea62975f9544cb 100644 --- a/Filters/General/vtkTessellatorFilter.h +++ b/Filters/General/vtkTessellatorFilter.h @@ -184,7 +184,7 @@ protected: const double* ); private: - vtkTessellatorFilter( const vtkTessellatorFilter& ); // Not implemented. + vtkTessellatorFilter( const vtkTessellatorFilter& ) VTK_DELETE_FUNCTION; void operator = ( const vtkTessellatorFilter& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkTimeSourceExample.h b/Filters/General/vtkTimeSourceExample.h index 4a7409f26a3307844da0651057e711e940fced64..89826f3f702dfaaa13ba93a865292378bd133f55 100644 --- a/Filters/General/vtkTimeSourceExample.h +++ b/Filters/General/vtkTimeSourceExample.h @@ -87,7 +87,7 @@ protected: double *Steps; double *Values; private: - vtkTimeSourceExample(const vtkTimeSourceExample&); // Not implemented. + vtkTimeSourceExample(const vtkTimeSourceExample&) VTK_DELETE_FUNCTION; void operator=(const vtkTimeSourceExample&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkTransformFilter.h b/Filters/General/vtkTransformFilter.h index b52f7ef143893a3a67429023e76918e2eae6c327..23b91ec9284724fc58675f5652c1fe6c80e84a3d 100644 --- a/Filters/General/vtkTransformFilter.h +++ b/Filters/General/vtkTransformFilter.h @@ -76,7 +76,7 @@ protected: vtkAbstractTransform *Transform; int OutputPointsPrecision; private: - vtkTransformFilter(const vtkTransformFilter&); // Not implemented. + vtkTransformFilter(const vtkTransformFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkTransformFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkTransformPolyDataFilter.h b/Filters/General/vtkTransformPolyDataFilter.h index 95382317452ab88c13578cd22e1a9eaf05adbd92..01ec10940616891e80a18e8cf9964b11aaacf033 100644 --- a/Filters/General/vtkTransformPolyDataFilter.h +++ b/Filters/General/vtkTransformPolyDataFilter.h @@ -71,7 +71,7 @@ protected: vtkAbstractTransform *Transform; int OutputPointsPrecision; private: - vtkTransformPolyDataFilter(const vtkTransformPolyDataFilter&); // Not implemented. + vtkTransformPolyDataFilter(const vtkTransformPolyDataFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkTransformPolyDataFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkUncertaintyTubeFilter.h b/Filters/General/vtkUncertaintyTubeFilter.h index 89ee5b3e01724cad4f2bcd89a28f963d56fb2e18..51f59b1e29632ca134fa4b349ceb81147e3b86fe 100644 --- a/Filters/General/vtkUncertaintyTubeFilter.h +++ b/Filters/General/vtkUncertaintyTubeFilter.h @@ -72,7 +72,7 @@ protected: int NumberOfSides; private: - vtkUncertaintyTubeFilter(const vtkUncertaintyTubeFilter&); // Not implemented. + vtkUncertaintyTubeFilter(const vtkUncertaintyTubeFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkUncertaintyTubeFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkVertexGlyphFilter.h b/Filters/General/vtkVertexGlyphFilter.h index 16458be32a23363ccbf7121bb8c489d88742600e..f8479880444229f25847ccfd16b02bb5ea753b0c 100644 --- a/Filters/General/vtkVertexGlyphFilter.h +++ b/Filters/General/vtkVertexGlyphFilter.h @@ -50,7 +50,7 @@ protected: int FillInputPortInformation(int, vtkInformation *); private: - vtkVertexGlyphFilter(const vtkVertexGlyphFilter &); // Not implemented + vtkVertexGlyphFilter(const vtkVertexGlyphFilter &) VTK_DELETE_FUNCTION; void operator=(const vtkVertexGlyphFilter &) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkVolumeContourSpectrumFilter.h b/Filters/General/vtkVolumeContourSpectrumFilter.h index 72dbce8cb82cbdd270f80df44fb222ff81dff662..93e8a3a601533d17c195cb1a695e1f664cf943dd 100644 --- a/Filters/General/vtkVolumeContourSpectrumFilter.h +++ b/Filters/General/vtkVolumeContourSpectrumFilter.h @@ -89,7 +89,7 @@ protected: vtkInformationVector **inputVector, vtkInformationVector *outputVector); private: - vtkVolumeContourSpectrumFilter(const vtkVolumeContourSpectrumFilter&); // Not implemented. + vtkVolumeContourSpectrumFilter(const vtkVolumeContourSpectrumFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkVolumeContourSpectrumFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkVoxelContoursToSurfaceFilter.h b/Filters/General/vtkVoxelContoursToSurfaceFilter.h index eee5f595340c890c911ecf5c19d74e230351c0b4..03aa4d9eca3d19648d1c865b9efed841f16a57fb 100644 --- a/Filters/General/vtkVoxelContoursToSurfaceFilter.h +++ b/Filters/General/vtkVoxelContoursToSurfaceFilter.h @@ -93,7 +93,7 @@ protected: void PushDistances( float *ptr, int gridSize[3], int chunkSize ); private: - vtkVoxelContoursToSurfaceFilter(const vtkVoxelContoursToSurfaceFilter&); // Not implemented. + vtkVoxelContoursToSurfaceFilter(const vtkVoxelContoursToSurfaceFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkVoxelContoursToSurfaceFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkWarpLens.h b/Filters/General/vtkWarpLens.h index 8481e65ee8018edbc85e4e682a61c529c5e2c74a..ef37069532ff50594d3af3f80526c368e36c1b70 100644 --- a/Filters/General/vtkWarpLens.h +++ b/Filters/General/vtkWarpLens.h @@ -98,7 +98,7 @@ protected: int ImageWidth; // image width in pixels int ImageHeight; // image height in pixels private: - vtkWarpLens(const vtkWarpLens&); // Not implemented. + vtkWarpLens(const vtkWarpLens&) VTK_DELETE_FUNCTION; void operator=(const vtkWarpLens&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkWarpScalar.h b/Filters/General/vtkWarpScalar.h index 05109ae2f5337b355685a70e5137dd2ec594836b..ba397bad5db82806053e8147e42c0536bae1a5cf 100644 --- a/Filters/General/vtkWarpScalar.h +++ b/Filters/General/vtkWarpScalar.h @@ -98,7 +98,7 @@ protected: double *ZNormal(vtkIdType id, vtkDataArray *normals=NULL); private: - vtkWarpScalar(const vtkWarpScalar&); // Not implemented. + vtkWarpScalar(const vtkWarpScalar&) VTK_DELETE_FUNCTION; void operator=(const vtkWarpScalar&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkWarpTo.h b/Filters/General/vtkWarpTo.h index 3af5d3c7f7c124b4d72322063c67386e4906d07f..84fc9d50e03163dc38bc384c5f411dff902ba0a4 100644 --- a/Filters/General/vtkWarpTo.h +++ b/Filters/General/vtkWarpTo.h @@ -63,7 +63,7 @@ protected: double Position[3]; int Absolute; private: - vtkWarpTo(const vtkWarpTo&); // Not implemented. + vtkWarpTo(const vtkWarpTo&) VTK_DELETE_FUNCTION; void operator=(const vtkWarpTo&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkWarpVector.h b/Filters/General/vtkWarpVector.h index 0f4c1f72251e66f131bfdbf2054510f081c29fb3..0d9078c497ace33ec14501e5e61a9323ee2f10ff 100644 --- a/Filters/General/vtkWarpVector.h +++ b/Filters/General/vtkWarpVector.h @@ -53,7 +53,7 @@ protected: double ScaleFactor; private: - vtkWarpVector(const vtkWarpVector&); // Not implemented. + vtkWarpVector(const vtkWarpVector&) VTK_DELETE_FUNCTION; void operator=(const vtkWarpVector&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/General/vtkYoungsMaterialInterface.h b/Filters/General/vtkYoungsMaterialInterface.h index 445e3ea8aecc1d563015649c11c210a926a5a0cd..d9b3f3b0d31aa47fbf8c83965ce6b004bfbf5058 100644 --- a/Filters/General/vtkYoungsMaterialInterface.h +++ b/Filters/General/vtkYoungsMaterialInterface.h @@ -181,7 +181,7 @@ protected: vtkYoungsMaterialInterfaceInternals* Internals; private: - vtkYoungsMaterialInterface(const vtkYoungsMaterialInterface&); // Not implemented + vtkYoungsMaterialInterface(const vtkYoungsMaterialInterface&) VTK_DELETE_FUNCTION; void operator=(const vtkYoungsMaterialInterface&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Generic/vtkGenericClip.h b/Filters/Generic/vtkGenericClip.h index e849622f455d01503ebc4989e65e1dcb2ce33177..ed55778c6a64523ba4b670cfc7ca9a50045a407c 100644 --- a/Filters/Generic/vtkGenericClip.h +++ b/Filters/Generic/vtkGenericClip.h @@ -180,7 +180,7 @@ protected: vtkCellData *SecondaryCD; private: - vtkGenericClip(const vtkGenericClip&); // Not implemented. + vtkGenericClip(const vtkGenericClip&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericClip&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Generic/vtkGenericContourFilter.h b/Filters/Generic/vtkGenericContourFilter.h index b55f4d9f09405915579c15d3b1216550997c6d7e..18f6483c5608c0979d7aaccb08a453f0e012e545 100644 --- a/Filters/Generic/vtkGenericContourFilter.h +++ b/Filters/Generic/vtkGenericContourFilter.h @@ -145,7 +145,7 @@ protected: vtkCellData *SecondaryCD; private: - vtkGenericContourFilter(const vtkGenericContourFilter&); // Not implemented. + vtkGenericContourFilter(const vtkGenericContourFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericContourFilter&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Filters/Generic/vtkGenericCutter.h b/Filters/Generic/vtkGenericCutter.h index 848e54ef49b4494e17f2e5dae04bef707b732657..d9fb36e6d5c00ad2c5a455cec44d4006955311ab 100644 --- a/Filters/Generic/vtkGenericCutter.h +++ b/Filters/Generic/vtkGenericCutter.h @@ -154,7 +154,7 @@ protected: vtkCellData *SecondaryCD; private: - vtkGenericCutter(const vtkGenericCutter&); // Not implemented. + vtkGenericCutter(const vtkGenericCutter&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericCutter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Generic/vtkGenericDataSetTessellator.h b/Filters/Generic/vtkGenericDataSetTessellator.h index 3cbf0f8995310e4422b09f189314c74beb14f77a..9dc87f5cf3945beceecb08e8e1701167734b3943 100644 --- a/Filters/Generic/vtkGenericDataSetTessellator.h +++ b/Filters/Generic/vtkGenericDataSetTessellator.h @@ -99,7 +99,7 @@ protected: vtkIncrementalPointLocator *Locator; private: - vtkGenericDataSetTessellator(const vtkGenericDataSetTessellator&); // Not implemented. + vtkGenericDataSetTessellator(const vtkGenericDataSetTessellator&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericDataSetTessellator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Generic/vtkGenericGeometryFilter.h b/Filters/Generic/vtkGenericGeometryFilter.h index c50b7c33bb45bd2eb2e6c65a3a269f9c4e2774e4..c9475a8cd811a4451de2fcf0585f2eb7d5ca8bd4 100644 --- a/Filters/Generic/vtkGenericGeometryFilter.h +++ b/Filters/Generic/vtkGenericGeometryFilter.h @@ -166,7 +166,7 @@ protected: int PassThroughCellIds; private: - vtkGenericGeometryFilter(const vtkGenericGeometryFilter&); // Not implemented. + vtkGenericGeometryFilter(const vtkGenericGeometryFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericGeometryFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Generic/vtkGenericGlyph3DFilter.h b/Filters/Generic/vtkGenericGlyph3DFilter.h index 88c0f0f41858435eeaf48cfac34b987a5da3b996..1bb52e0fddf410e1f674d46b93c8fd38c8d05e60 100644 --- a/Filters/Generic/vtkGenericGlyph3DFilter.h +++ b/Filters/Generic/vtkGenericGlyph3DFilter.h @@ -258,7 +258,7 @@ protected: vtkSetStringMacro(InputNormalsSelection); private: - vtkGenericGlyph3DFilter(const vtkGenericGlyph3DFilter&); // Not implemented. + vtkGenericGlyph3DFilter(const vtkGenericGlyph3DFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericGlyph3DFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Generic/vtkGenericOutlineFilter.h b/Filters/Generic/vtkGenericOutlineFilter.h index c28c0d1b5974b20288708502c0ecc0dddd002251..6c627af2e46ba4e825ef85a52610686d0bd5a4b8 100644 --- a/Filters/Generic/vtkGenericOutlineFilter.h +++ b/Filters/Generic/vtkGenericOutlineFilter.h @@ -48,7 +48,7 @@ protected: int FillInputPortInformation(int, vtkInformation*); private: - vtkGenericOutlineFilter(const vtkGenericOutlineFilter&); // Not implemented. + vtkGenericOutlineFilter(const vtkGenericOutlineFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericOutlineFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Generic/vtkGenericProbeFilter.h b/Filters/Generic/vtkGenericProbeFilter.h index 853e10cf399050430251a166a0874b17776f8080..578f2c4b6f540fe86ad2c55fcf23cf38d5f67e0f 100644 --- a/Filters/Generic/vtkGenericProbeFilter.h +++ b/Filters/Generic/vtkGenericProbeFilter.h @@ -76,7 +76,7 @@ protected: vtkIdTypeArray *ValidPoints; private: - vtkGenericProbeFilter(const vtkGenericProbeFilter&); // Not implemented. + vtkGenericProbeFilter(const vtkGenericProbeFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericProbeFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Generic/vtkGenericStreamTracer.h b/Filters/Generic/vtkGenericStreamTracer.h index 82d55ced5854c1a735ba1b1cd790c6be31bbdde6..e456f5fa811c0efc24920bb051e3986d2fec5015 100644 --- a/Filters/Generic/vtkGenericStreamTracer.h +++ b/Filters/Generic/vtkGenericStreamTracer.h @@ -402,7 +402,7 @@ protected: vtkGenericInterpolatedVelocityField* InterpolatorPrototype; private: - vtkGenericStreamTracer(const vtkGenericStreamTracer&); // Not implemented. + vtkGenericStreamTracer(const vtkGenericStreamTracer&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericStreamTracer&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkAbstractGridConnectivity.h b/Filters/Geometry/vtkAbstractGridConnectivity.h index e533d2b9d152de7d4b9e803509de4a46720895b3..e6c82cc37d62f3eae5630aa7a015e20f1862d7bb 100644 --- a/Filters/Geometry/vtkAbstractGridConnectivity.h +++ b/Filters/Geometry/vtkAbstractGridConnectivity.h @@ -186,7 +186,7 @@ protected: std::vector< vtkPoints* > GhostedGridPoints; private: - vtkAbstractGridConnectivity(const vtkAbstractGridConnectivity&);// Not implemented + vtkAbstractGridConnectivity(const vtkAbstractGridConnectivity&) VTK_DELETE_FUNCTION; void operator=(const vtkAbstractGridConnectivity&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkCompositeDataGeometryFilter.h b/Filters/Geometry/vtkCompositeDataGeometryFilter.h index 3270be9a551f76f42a4b72bf6195a9cd3a4a2c5e..db2150c9e4913518c405fb481186ba16c3e00433 100644 --- a/Filters/Geometry/vtkCompositeDataGeometryFilter.h +++ b/Filters/Geometry/vtkCompositeDataGeometryFilter.h @@ -54,7 +54,7 @@ protected: vtkInformationVector*); private: - vtkCompositeDataGeometryFilter(const vtkCompositeDataGeometryFilter&); // Not implemented. + vtkCompositeDataGeometryFilter(const vtkCompositeDataGeometryFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkCompositeDataGeometryFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkDataSetGhostGenerator.h b/Filters/Geometry/vtkDataSetGhostGenerator.h index 1bf53c0f39f16c8f148b0fae7f112ccb16a43d39..c52bec1c992e7dd7b61133455024c8127a89aa3e 100644 --- a/Filters/Geometry/vtkDataSetGhostGenerator.h +++ b/Filters/Geometry/vtkDataSetGhostGenerator.h @@ -70,7 +70,7 @@ protected: int NumberOfGhostLayers; private: - vtkDataSetGhostGenerator(const vtkDataSetGhostGenerator&); // Not implemented + vtkDataSetGhostGenerator(const vtkDataSetGhostGenerator&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetGhostGenerator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkDataSetSurfaceFilter.h b/Filters/Geometry/vtkDataSetSurfaceFilter.h index 46a51d075c0505422414b81a178714596e207d74..9087bcb98bfc573ed9c20ea556b66795db7398f8 100644 --- a/Filters/Geometry/vtkDataSetSurfaceFilter.h +++ b/Filters/Geometry/vtkDataSetSurfaceFilter.h @@ -244,7 +244,7 @@ protected: int NonlinearSubdivisionLevel; private: - vtkDataSetSurfaceFilter(const vtkDataSetSurfaceFilter&); // Not implemented. + vtkDataSetSurfaceFilter(const vtkDataSetSurfaceFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetSurfaceFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkGeometryFilter.h b/Filters/Geometry/vtkGeometryFilter.h index ce79717e168ded1a35acd0f05f9be1cd91182711..f90159f34eaffed9c24b7510d539b8188c86fd7a 100644 --- a/Filters/Geometry/vtkGeometryFilter.h +++ b/Filters/Geometry/vtkGeometryFilter.h @@ -156,7 +156,7 @@ protected: int Merging; vtkIncrementalPointLocator *Locator; private: - vtkGeometryFilter(const vtkGeometryFilter&); // Not implemented. + vtkGeometryFilter(const vtkGeometryFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkGeometryFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkHierarchicalDataSetGeometryFilter.h b/Filters/Geometry/vtkHierarchicalDataSetGeometryFilter.h index 689b484e739b0d9936f6505c7b844e35f30e077c..22cef4caaa71def49717c3621309561075341e90 100644 --- a/Filters/Geometry/vtkHierarchicalDataSetGeometryFilter.h +++ b/Filters/Geometry/vtkHierarchicalDataSetGeometryFilter.h @@ -42,7 +42,7 @@ protected: ~vtkHierarchicalDataSetGeometryFilter(); private: - vtkHierarchicalDataSetGeometryFilter(const vtkHierarchicalDataSetGeometryFilter&); // Not implemented. + vtkHierarchicalDataSetGeometryFilter(const vtkHierarchicalDataSetGeometryFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkHierarchicalDataSetGeometryFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkImageDataGeometryFilter.h b/Filters/Geometry/vtkImageDataGeometryFilter.h index 589be97fcfa44c7747e00a089b0a2be23331b7a1..4f867dbe14144b06a79f74b550fe709fac363332 100644 --- a/Filters/Geometry/vtkImageDataGeometryFilter.h +++ b/Filters/Geometry/vtkImageDataGeometryFilter.h @@ -90,7 +90,7 @@ protected: int OutputTriangles; private: - vtkImageDataGeometryFilter(const vtkImageDataGeometryFilter&); // Not implemented. + vtkImageDataGeometryFilter(const vtkImageDataGeometryFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkImageDataGeometryFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkImageDataToUniformGrid.h b/Filters/Geometry/vtkImageDataToUniformGrid.h index 125925bb9c24fd7e68d80262085ac0570cf796e4..0622205f202373b2a3ba60115d56e9e79aa04beb 100644 --- a/Filters/Geometry/vtkImageDataToUniformGrid.h +++ b/Filters/Geometry/vtkImageDataToUniformGrid.h @@ -66,7 +66,7 @@ protected: vtkUniformGrid* output); private: - vtkImageDataToUniformGrid(const vtkImageDataToUniformGrid&); // Not implemented. + vtkImageDataToUniformGrid(const vtkImageDataToUniformGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkImageDataToUniformGrid&) VTK_DELETE_FUNCTION; int Reverse; diff --git a/Filters/Geometry/vtkProjectSphereFilter.h b/Filters/Geometry/vtkProjectSphereFilter.h index 9ce1b777586d86a360545574a1fd8d7bb74aea6a..ab93e3e4e789f8068ea1483ff6336188b1e80ae5 100644 --- a/Filters/Geometry/vtkProjectSphereFilter.h +++ b/Filters/Geometry/vtkProjectSphereFilter.h @@ -97,7 +97,7 @@ protected: vtkUnstructuredGrid* output, vtkCell* cell, vtkIdType numberOfNewCells); private: - vtkProjectSphereFilter(const vtkProjectSphereFilter &); // Not implemented + vtkProjectSphereFilter(const vtkProjectSphereFilter &) VTK_DELETE_FUNCTION; void operator=(const vtkProjectSphereFilter &) VTK_DELETE_FUNCTION; double Center[3]; diff --git a/Filters/Geometry/vtkRectilinearGridGeometryFilter.h b/Filters/Geometry/vtkRectilinearGridGeometryFilter.h index f69e76bc09e7fec5e43e6bd1fa2ce96a8b8683c9..47cab5a02ee8f36f4fa27f2232fa8bc3d6cfaea2 100644 --- a/Filters/Geometry/vtkRectilinearGridGeometryFilter.h +++ b/Filters/Geometry/vtkRectilinearGridGeometryFilter.h @@ -70,7 +70,7 @@ protected: int Extent[6]; private: - vtkRectilinearGridGeometryFilter(const vtkRectilinearGridGeometryFilter&); // Not implemented. + vtkRectilinearGridGeometryFilter(const vtkRectilinearGridGeometryFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearGridGeometryFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkRectilinearGridPartitioner.h b/Filters/Geometry/vtkRectilinearGridPartitioner.h index b60fe1a9c7c81e04b93e0a5eaa1176985e4743c7..f1bb01fe247ff56231ebf6ffa9f5ac30053a8efe 100644 --- a/Filters/Geometry/vtkRectilinearGridPartitioner.h +++ b/Filters/Geometry/vtkRectilinearGridPartitioner.h @@ -80,7 +80,7 @@ protected: int DuplicateNodes; private: - vtkRectilinearGridPartitioner(const vtkRectilinearGridPartitioner &); // Not implemented + vtkRectilinearGridPartitioner(const vtkRectilinearGridPartitioner &) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearGridPartitioner &) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkStructuredAMRGridConnectivity.h b/Filters/Geometry/vtkStructuredAMRGridConnectivity.h index d36444ff33a13eb368d2a0e14b13ad649e84b86a..bff4a20f801bf8f4a92343fc8206c834c5a4c559 100644 --- a/Filters/Geometry/vtkStructuredAMRGridConnectivity.h +++ b/Filters/Geometry/vtkStructuredAMRGridConnectivity.h @@ -499,7 +499,7 @@ protected: std::vector< int > RefinementRatios; private: - vtkStructuredAMRGridConnectivity(const vtkStructuredAMRGridConnectivity&); // Not implemented + vtkStructuredAMRGridConnectivity(const vtkStructuredAMRGridConnectivity&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredAMRGridConnectivity&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkStructuredGridConnectivity.h b/Filters/Geometry/vtkStructuredGridConnectivity.h index 48e5d6e58ecdefcb1c9a3e16c62b61d45279feb7..0d5430abc062be500aab16f0aa62255f14f647f4 100644 --- a/Filters/Geometry/vtkStructuredGridConnectivity.h +++ b/Filters/Geometry/vtkStructuredGridConnectivity.h @@ -558,7 +558,7 @@ protected: std::map< std::pair< int,int >, int > NeighborPair2NeighborListIndex; private: - vtkStructuredGridConnectivity( const vtkStructuredGridConnectivity& ); // Not implemented + vtkStructuredGridConnectivity( const vtkStructuredGridConnectivity& ) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredGridConnectivity& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkStructuredGridGeometryFilter.h b/Filters/Geometry/vtkStructuredGridGeometryFilter.h index f5d9f9cbf728d3400569d56476cdf06319df8063..d808c0c41cf5981db2256d242875ec7e7b6ca372 100644 --- a/Filters/Geometry/vtkStructuredGridGeometryFilter.h +++ b/Filters/Geometry/vtkStructuredGridGeometryFilter.h @@ -74,7 +74,7 @@ protected: int Extent[6]; private: - vtkStructuredGridGeometryFilter(const vtkStructuredGridGeometryFilter&); // Not implemented. + vtkStructuredGridGeometryFilter(const vtkStructuredGridGeometryFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredGridGeometryFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkStructuredGridGhostDataGenerator.h b/Filters/Geometry/vtkStructuredGridGhostDataGenerator.h index 7a0d791f9a15274a830e3f03c2b2e76b243182b5..9e1ea2f4aee42088e6886cf736f9ed54e78a112b 100644 --- a/Filters/Geometry/vtkStructuredGridGhostDataGenerator.h +++ b/Filters/Geometry/vtkStructuredGridGhostDataGenerator.h @@ -83,7 +83,7 @@ protected: vtkStructuredGridConnectivity *GridConnectivity; private: - vtkStructuredGridGhostDataGenerator(const vtkStructuredGridGhostDataGenerator&); // Not implemented + vtkStructuredGridGhostDataGenerator(const vtkStructuredGridGhostDataGenerator&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredGridGhostDataGenerator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkStructuredGridPartitioner.h b/Filters/Geometry/vtkStructuredGridPartitioner.h index c587cf34664aba1590ee096f6be91e687280d43a..590308a99d39829e8adbf0a758f7ae9302bf2135 100644 --- a/Filters/Geometry/vtkStructuredGridPartitioner.h +++ b/Filters/Geometry/vtkStructuredGridPartitioner.h @@ -78,7 +78,7 @@ protected: int DuplicateNodes; private: - vtkStructuredGridPartitioner(const vtkStructuredGridPartitioner &); // Not implemented + vtkStructuredGridPartitioner(const vtkStructuredGridPartitioner &) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredGridPartitioner &) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkStructuredPointsGeometryFilter.h b/Filters/Geometry/vtkStructuredPointsGeometryFilter.h index c6ef4cd29501455b98558ad3d3d2ff5ef971153f..04983ce51084ea066752125353a865eec09858b3 100644 --- a/Filters/Geometry/vtkStructuredPointsGeometryFilter.h +++ b/Filters/Geometry/vtkStructuredPointsGeometryFilter.h @@ -37,7 +37,7 @@ protected: ~vtkStructuredPointsGeometryFilter() {} private: - vtkStructuredPointsGeometryFilter(const vtkStructuredPointsGeometryFilter&); // Not implemented + vtkStructuredPointsGeometryFilter(const vtkStructuredPointsGeometryFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredPointsGeometryFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkUniformGridGhostDataGenerator.h b/Filters/Geometry/vtkUniformGridGhostDataGenerator.h index e0680796a31c46f904b279d37bfb05c7ca544bad..4c1c3205fbb94eda76ec587c37316b42dcc3b88b 100644 --- a/Filters/Geometry/vtkUniformGridGhostDataGenerator.h +++ b/Filters/Geometry/vtkUniformGridGhostDataGenerator.h @@ -95,7 +95,7 @@ protected: vtkStructuredGridConnectivity *GridConnectivity; private: - vtkUniformGridGhostDataGenerator(const vtkUniformGridGhostDataGenerator&); // Not implemented + vtkUniformGridGhostDataGenerator(const vtkUniformGridGhostDataGenerator&) VTK_DELETE_FUNCTION; void operator=(const vtkUniformGridGhostDataGenerator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Geometry/vtkUnstructuredGridGeometryFilter.h b/Filters/Geometry/vtkUnstructuredGridGeometryFilter.h index 1a4c23ea3d9043dcf177051466cdee148926014e..00539abb079a0abe5a726b393a5bb07acff7feff 100644 --- a/Filters/Geometry/vtkUnstructuredGridGeometryFilter.h +++ b/Filters/Geometry/vtkUnstructuredGridGeometryFilter.h @@ -182,7 +182,7 @@ protected: vtkHashTableOfSurfels *HashTable; private: - vtkUnstructuredGridGeometryFilter(const vtkUnstructuredGridGeometryFilter&); // Not implemented. + vtkUnstructuredGridGeometryFilter(const vtkUnstructuredGridGeometryFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkUnstructuredGridGeometryFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/Testing/Cxx/TestForceTime.cxx b/Filters/Hybrid/Testing/Cxx/TestForceTime.cxx index 806ee191a5de5d10dc96ace86bc47554c7de6505..1037b8b229ab8f1529cd1494c716e4b68988f3d5 100644 --- a/Filters/Hybrid/Testing/Cxx/TestForceTime.cxx +++ b/Filters/Hybrid/Testing/Cxx/TestForceTime.cxx @@ -89,7 +89,7 @@ protected: } private: - vtkTimeRTAnalyticSource(const vtkTimeRTAnalyticSource&); // Not implemented. + vtkTimeRTAnalyticSource(const vtkTimeRTAnalyticSource&) VTK_DELETE_FUNCTION; void operator=(const vtkTimeRTAnalyticSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkBSplineTransform.h b/Filters/Hybrid/vtkBSplineTransform.h index 262981290877d14ca4c77ad51e35393cc08ccc4e..090270eede3c63fc11c881b560bbe34e3e427eab 100644 --- a/Filters/Hybrid/vtkBSplineTransform.h +++ b/Filters/Hybrid/vtkBSplineTransform.h @@ -137,7 +137,7 @@ protected: vtkIdType GridIncrements[3]; private: - vtkBSplineTransform(const vtkBSplineTransform&); // Not implemented. + vtkBSplineTransform(const vtkBSplineTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkBSplineTransform&) VTK_DELETE_FUNCTION; vtkBSplineTransformConnectionHolder* ConnectionHolder; diff --git a/Filters/Hybrid/vtkDSPFilterDefinition.h b/Filters/Hybrid/vtkDSPFilterDefinition.h index 13dead3cc1cc262f353397708bf81a2bc8f0524b..3bac16a5af84672cd3b4c0c3837bd315272eccce 100644 --- a/Filters/Hybrid/vtkDSPFilterDefinition.h +++ b/Filters/Hybrid/vtkDSPFilterDefinition.h @@ -78,7 +78,7 @@ class VTKFILTERSHYBRID_EXPORT vtkDSPFilterDefinition : public vtkObject protected: private: - vtkDSPFilterDefinition(const vtkDSPFilterDefinition&); // Not implemented + vtkDSPFilterDefinition(const vtkDSPFilterDefinition&) VTK_DELETE_FUNCTION; void operator=(const vtkDSPFilterDefinition&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkDSPFilterGroup.h b/Filters/Hybrid/vtkDSPFilterGroup.h index 7b9c52b4f78ffad8779f243586877412723d16c6..cdf64f79eeaccad55dd46da5c1eeff31d73bf97f 100644 --- a/Filters/Hybrid/vtkDSPFilterGroup.h +++ b/Filters/Hybrid/vtkDSPFilterGroup.h @@ -81,7 +81,7 @@ protected: vtkDSPFilterGroupVectorVectorIntSTLCloak * /*std::vector< std::vector >*/ CachedOutputTimesteps; private: - vtkDSPFilterGroup(const vtkDSPFilterGroup&); // Not implemented + vtkDSPFilterGroup(const vtkDSPFilterGroup&) VTK_DELETE_FUNCTION; void operator=(const vtkDSPFilterGroup&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkDepthSortPolyData.h b/Filters/Hybrid/vtkDepthSortPolyData.h index 6c177f72e283d002a7163ec3ef84a79ea1f7e8ce..01662b8b417866a0a0399798e06b0336c03f5e7d 100644 --- a/Filters/Hybrid/vtkDepthSortPolyData.h +++ b/Filters/Hybrid/vtkDepthSortPolyData.h @@ -147,7 +147,7 @@ protected: int SortScalars; private: - vtkDepthSortPolyData(const vtkDepthSortPolyData&); // Not implemented. + vtkDepthSortPolyData(const vtkDepthSortPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkDepthSortPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkEarthSource.h b/Filters/Hybrid/vtkEarthSource.h index b15b61cb19d9fc0e91efae89f330a7641e7eeaaf..268f11e41ef97753b36e0f2da942ca30de213e9e 100644 --- a/Filters/Hybrid/vtkEarthSource.h +++ b/Filters/Hybrid/vtkEarthSource.h @@ -64,7 +64,7 @@ protected: int OnRatio; int Outline; private: - vtkEarthSource(const vtkEarthSource&); // Not implemented. + vtkEarthSource(const vtkEarthSource&) VTK_DELETE_FUNCTION; void operator=(const vtkEarthSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkFacetReader.h b/Filters/Hybrid/vtkFacetReader.h index 5e87cf024aaea36edd4940bfca4d95b864fbe92d..0013fd35a2c160989f3edee81bf439494d048b10 100644 --- a/Filters/Hybrid/vtkFacetReader.h +++ b/Filters/Hybrid/vtkFacetReader.h @@ -62,7 +62,7 @@ protected: char *FileName; private: - vtkFacetReader(const vtkFacetReader&); // Not implemented. + vtkFacetReader(const vtkFacetReader&) VTK_DELETE_FUNCTION; void operator=(const vtkFacetReader&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkForceTime.h b/Filters/Hybrid/vtkForceTime.h index f37af24bbd1d26eb43744a0788f3919a8cb4bba7..ef8e5c8ff5ba363e260800ee2e4a8cba300892da 100644 --- a/Filters/Hybrid/vtkForceTime.h +++ b/Filters/Hybrid/vtkForceTime.h @@ -53,7 +53,7 @@ protected: vtkInformationVector*); private: - vtkForceTime(const vtkForceTime&); // Not implemented. + vtkForceTime(const vtkForceTime&) VTK_DELETE_FUNCTION; void operator=(const vtkForceTime&) VTK_DELETE_FUNCTION; double ForcedTime; diff --git a/Filters/Hybrid/vtkGreedyTerrainDecimation.h b/Filters/Hybrid/vtkGreedyTerrainDecimation.h index b5c3a52b52f18f72869f6128d1e80829ec26ee8a..e38cd0aa8696ad45d793df0f40811f962308e3c4 100644 --- a/Filters/Hybrid/vtkGreedyTerrainDecimation.h +++ b/Filters/Hybrid/vtkGreedyTerrainDecimation.h @@ -224,7 +224,7 @@ protected: double &hL, double &hR); private: - vtkGreedyTerrainDecimation(const vtkGreedyTerrainDecimation&); // Not implemented. + vtkGreedyTerrainDecimation(const vtkGreedyTerrainDecimation&) VTK_DELETE_FUNCTION; void operator=(const vtkGreedyTerrainDecimation&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkGridTransform.h b/Filters/Hybrid/vtkGridTransform.h index 9dbc629341177f0f2bedeab4196b4cad79518f55..d5c30848cdad1ac13d127111c4d685986538042a 100644 --- a/Filters/Hybrid/vtkGridTransform.h +++ b/Filters/Hybrid/vtkGridTransform.h @@ -137,7 +137,7 @@ protected: vtkIdType GridIncrements[3]; private: - vtkGridTransform(const vtkGridTransform&); // Not implemented. + vtkGridTransform(const vtkGridTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkGridTransform&) VTK_DELETE_FUNCTION; vtkGridTransformConnectionHolder* ConnectionHolder; diff --git a/Filters/Hybrid/vtkImageToPolyDataFilter.h b/Filters/Hybrid/vtkImageToPolyDataFilter.h index 84c1066600e86db49d4d3f1957c08f61ef8a5d74..531d163d229c1fcd6ee970bdf1cfa846daec065f 100644 --- a/Filters/Hybrid/vtkImageToPolyDataFilter.h +++ b/Filters/Hybrid/vtkImageToPolyDataFilter.h @@ -226,7 +226,7 @@ private: int IsSameColor(unsigned char *p1, unsigned char *p2); private: - vtkImageToPolyDataFilter(const vtkImageToPolyDataFilter&); // Not implemented. + vtkImageToPolyDataFilter(const vtkImageToPolyDataFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkImageToPolyDataFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkImplicitModeller.h b/Filters/Hybrid/vtkImplicitModeller.h index 47c486f70a9dc3b34ac72b2e1b50171fbddcec34..4a726af25b215f8e61df8ccf0388651a8476882c 100644 --- a/Filters/Hybrid/vtkImplicitModeller.h +++ b/Filters/Hybrid/vtkImplicitModeller.h @@ -280,7 +280,7 @@ protected: virtual int FillInputPortInformation(int, vtkInformation*); private: - vtkImplicitModeller(const vtkImplicitModeller&); // Not implemented. + vtkImplicitModeller(const vtkImplicitModeller&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitModeller&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkPCAAnalysisFilter.h b/Filters/Hybrid/vtkPCAAnalysisFilter.h index bc1273d307baec8685bf4dc531306d94e5216e04..112ad18e1b192e053f37c3a516637424f53fd998 100644 --- a/Filters/Hybrid/vtkPCAAnalysisFilter.h +++ b/Filters/Hybrid/vtkPCAAnalysisFilter.h @@ -109,7 +109,7 @@ protected: virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkPCAAnalysisFilter(const vtkPCAAnalysisFilter&); // Not implemented. + vtkPCAAnalysisFilter(const vtkPCAAnalysisFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPCAAnalysisFilter&) VTK_DELETE_FUNCTION; // Eigenvalues diff --git a/Filters/Hybrid/vtkPolyDataSilhouette.h b/Filters/Hybrid/vtkPolyDataSilhouette.h index 9be6d97c8c93b9345339f9ad18f17a33ab907684..8c9b167a01d47c5fd114da1d4249f53963fb047e 100644 --- a/Filters/Hybrid/vtkPolyDataSilhouette.h +++ b/Filters/Hybrid/vtkPolyDataSilhouette.h @@ -158,7 +158,7 @@ protected: vtkPolyDataEdges* PreComp; // precomputed data for a given point of view private: - vtkPolyDataSilhouette(const vtkPolyDataSilhouette&); // Not implemented. + vtkPolyDataSilhouette(const vtkPolyDataSilhouette&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataSilhouette&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkProcrustesAlignmentFilter.h b/Filters/Hybrid/vtkProcrustesAlignmentFilter.h index 695529a2f417c835b34e41cfbe1539dd4cf57467..ab71a24fe085cce84b54e3666881fc2d411340fc 100644 --- a/Filters/Hybrid/vtkProcrustesAlignmentFilter.h +++ b/Filters/Hybrid/vtkProcrustesAlignmentFilter.h @@ -115,7 +115,7 @@ protected: int OutputPointsPrecision; private: - vtkProcrustesAlignmentFilter(const vtkProcrustesAlignmentFilter&); // Not implemented. + vtkProcrustesAlignmentFilter(const vtkProcrustesAlignmentFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkProcrustesAlignmentFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkProjectedTerrainPath.h b/Filters/Hybrid/vtkProjectedTerrainPath.h index ccf893e3c7485dda1150214d1272591bd7c30f5d..2b8aa520481b92978f1716648d27f9b1e9614b87 100644 --- a/Filters/Hybrid/vtkProjectedTerrainPath.h +++ b/Filters/Hybrid/vtkProjectedTerrainPath.h @@ -175,7 +175,7 @@ protected: vtkEdgeList *EdgeList; private: - vtkProjectedTerrainPath(const vtkProjectedTerrainPath&); // Not implemented. + vtkProjectedTerrainPath(const vtkProjectedTerrainPath&) VTK_DELETE_FUNCTION; void operator=(const vtkProjectedTerrainPath&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkRenderLargeImage.h b/Filters/Hybrid/vtkRenderLargeImage.h index dcab3a8d69df26c4729d0764235469741b8be9f7..742e0c4d22c9833c0555410761e3a9ca60a13a39 100644 --- a/Filters/Hybrid/vtkRenderLargeImage.h +++ b/Filters/Hybrid/vtkRenderLargeImage.h @@ -84,7 +84,7 @@ protected: vtkRenderLargeImage2DHelperClass *StoredData; private: - vtkRenderLargeImage(const vtkRenderLargeImage&); // Not implemented. + vtkRenderLargeImage(const vtkRenderLargeImage&) VTK_DELETE_FUNCTION; void operator=(const vtkRenderLargeImage&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkTemporalDataSetCache.h b/Filters/Hybrid/vtkTemporalDataSetCache.h index 382c39766495e3e16c8e9e3347b75bb4f7779b4b..e59bf3a416b7a392984df1a4636fb484c495a090 100644 --- a/Filters/Hybrid/vtkTemporalDataSetCache.h +++ b/Filters/Hybrid/vtkTemporalDataSetCache.h @@ -77,7 +77,7 @@ protected: vtkInformationVector *); private: - vtkTemporalDataSetCache(const vtkTemporalDataSetCache&); // Not implemented. + vtkTemporalDataSetCache(const vtkTemporalDataSetCache&) VTK_DELETE_FUNCTION; void operator=(const vtkTemporalDataSetCache&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkTemporalFractal.h b/Filters/Hybrid/vtkTemporalFractal.h index bac06c03f47faa936bce1716e87af3659800331e..5db3f6904ffa883f1223c65bfed060a30c27979d 100644 --- a/Filters/Hybrid/vtkTemporalFractal.h +++ b/Filters/Hybrid/vtkTemporalFractal.h @@ -214,7 +214,7 @@ protected: vtkSmartPointer OutputUtil; private: - vtkTemporalFractal(const vtkTemporalFractal&); // Not implemented. + vtkTemporalFractal(const vtkTemporalFractal&) VTK_DELETE_FUNCTION; void operator=(const vtkTemporalFractal&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkTemporalInterpolator.h b/Filters/Hybrid/vtkTemporalInterpolator.h index 404bf86c46435e99c458b916641a03250f414769..5515badb922fb621c337f0b1db558988b4a65615 100644 --- a/Filters/Hybrid/vtkTemporalInterpolator.h +++ b/Filters/Hybrid/vtkTemporalInterpolator.h @@ -154,7 +154,7 @@ protected: double Tfrac; private: - vtkTemporalInterpolator(const vtkTemporalInterpolator&); // Not implemented. + vtkTemporalInterpolator(const vtkTemporalInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkTemporalInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkTemporalShiftScale.h b/Filters/Hybrid/vtkTemporalShiftScale.h index 94b1ab626a4506a965597baa8ae08e221d2cd2e6..81ea2b769c744f2c42e2758426cc75b7e4a00d27 100644 --- a/Filters/Hybrid/vtkTemporalShiftScale.h +++ b/Filters/Hybrid/vtkTemporalShiftScale.h @@ -141,7 +141,7 @@ protected: double BackwardConvert(double T1); private: - vtkTemporalShiftScale(const vtkTemporalShiftScale&); // Not implemented. + vtkTemporalShiftScale(const vtkTemporalShiftScale&) VTK_DELETE_FUNCTION; void operator=(const vtkTemporalShiftScale&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkTemporalSnapToTimeStep.h b/Filters/Hybrid/vtkTemporalSnapToTimeStep.h index d961d37d5478ae498598b8720417c4a33e696af5..b2dcfde7f12207e9a270182c59e4dcfff99fd70d 100644 --- a/Filters/Hybrid/vtkTemporalSnapToTimeStep.h +++ b/Filters/Hybrid/vtkTemporalSnapToTimeStep.h @@ -82,7 +82,7 @@ protected: int SnapMode; private: - vtkTemporalSnapToTimeStep(const vtkTemporalSnapToTimeStep&); // Not implemented. + vtkTemporalSnapToTimeStep(const vtkTemporalSnapToTimeStep&) VTK_DELETE_FUNCTION; void operator=(const vtkTemporalSnapToTimeStep&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkTransformToGrid.h b/Filters/Hybrid/vtkTransformToGrid.h index f480cfba639f301393a2c546d71b8ee31baa5ac2..870ab121c33685744187f3768067f149188179ea 100644 --- a/Filters/Hybrid/vtkTransformToGrid.h +++ b/Filters/Hybrid/vtkTransformToGrid.h @@ -122,7 +122,7 @@ protected: virtual int FillOutputPortInformation(int port, vtkInformation* info); private: - vtkTransformToGrid(const vtkTransformToGrid&); // Not implemented. + vtkTransformToGrid(const vtkTransformToGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkTransformToGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Hybrid/vtkWeightedTransformFilter.h b/Filters/Hybrid/vtkWeightedTransformFilter.h index f8a27e9606cd544120051a1072cf1639235564ad..0f309d7bee9a62600217a03fbfa456ccc1371011 100644 --- a/Filters/Hybrid/vtkWeightedTransformFilter.h +++ b/Filters/Hybrid/vtkWeightedTransformFilter.h @@ -167,7 +167,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkWeightedTransformFilter(const vtkWeightedTransformFilter&); // Not implemented. + vtkWeightedTransformFilter(const vtkWeightedTransformFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkWeightedTransformFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/HyperTree/vtkClipHyperOctree.h b/Filters/HyperTree/vtkClipHyperOctree.h index 690e7740d7fd5b748760d783d56d9c3bef1842af..ac744e92eb1cd4cb40f2fcb61f5bfd61f17fa051 100644 --- a/Filters/HyperTree/vtkClipHyperOctree.h +++ b/Filters/HyperTree/vtkClipHyperOctree.h @@ -202,7 +202,7 @@ protected: vtkHyperOctreeClipCutPointsGrabber *Grabber; private: - vtkClipHyperOctree(const vtkClipHyperOctree&); // Not implemented. + vtkClipHyperOctree(const vtkClipHyperOctree&) VTK_DELETE_FUNCTION; void operator=(const vtkClipHyperOctree&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/HyperTree/vtkHyperOctreeClipCutPointsGrabber.h b/Filters/HyperTree/vtkHyperOctreeClipCutPointsGrabber.h index 4b7d1b74bc973bf31b35ac3311bb6fb4b1542850..3ce5279d2f0f2197c526da51bc2b17c9a9aa0465 100644 --- a/Filters/HyperTree/vtkHyperOctreeClipCutPointsGrabber.h +++ b/Filters/HyperTree/vtkHyperOctreeClipCutPointsGrabber.h @@ -94,7 +94,7 @@ protected: vtkHyperOctreeIdSet *IdSet; private: - vtkHyperOctreeClipCutPointsGrabber(const vtkHyperOctreeClipCutPointsGrabber&); // Not implemented. + vtkHyperOctreeClipCutPointsGrabber(const vtkHyperOctreeClipCutPointsGrabber&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeClipCutPointsGrabber&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/HyperTree/vtkHyperOctreeContourFilter.cxx b/Filters/HyperTree/vtkHyperOctreeContourFilter.cxx index 8fbf436b67ca7b3be1734ed5f2bafe67fa87a107..3954ed745f4d74c1d38dbc1b59394df7aa050130 100644 --- a/Filters/HyperTree/vtkHyperOctreeContourFilter.cxx +++ b/Filters/HyperTree/vtkHyperOctreeContourFilter.cxx @@ -150,7 +150,7 @@ protected: vtkIdType LastPtId; vtkHyperOctreeIdSet *IdSet; private: - vtkHyperOctreeContourPointsGrabber(const vtkHyperOctreeContourPointsGrabber&); // Not implemented. + vtkHyperOctreeContourPointsGrabber(const vtkHyperOctreeContourPointsGrabber&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeContourPointsGrabber&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/HyperTree/vtkHyperOctreeContourFilter.h b/Filters/HyperTree/vtkHyperOctreeContourFilter.h index 22aa216f9bcf9465c8c95a6819693e4004e89ebf..ef6fac3f821505a6ea3859b049edc04a77cb1059 100644 --- a/Filters/HyperTree/vtkHyperOctreeContourFilter.h +++ b/Filters/HyperTree/vtkHyperOctreeContourFilter.h @@ -228,7 +228,7 @@ protected: friend class vtkHyperOctreeContourPointsGrabber; private: - vtkHyperOctreeContourFilter(const vtkHyperOctreeContourFilter&); // Not implemented. + vtkHyperOctreeContourFilter(const vtkHyperOctreeContourFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeContourFilter&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Filters/HyperTree/vtkHyperOctreeCutter.h b/Filters/HyperTree/vtkHyperOctreeCutter.h index e9d0cd52c8253d258a71519ac9494cb977b64902..d58ce60dec780480f78c41c1a21b5b3c9d91f268 100644 --- a/Filters/HyperTree/vtkHyperOctreeCutter.h +++ b/Filters/HyperTree/vtkHyperOctreeCutter.h @@ -247,7 +247,7 @@ protected: vtkHyperOctreeClipCutPointsGrabber *Grabber; private: - vtkHyperOctreeCutter(const vtkHyperOctreeCutter&); // Not implemented. + vtkHyperOctreeCutter(const vtkHyperOctreeCutter&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeCutter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/HyperTree/vtkHyperOctreeDepth.h b/Filters/HyperTree/vtkHyperOctreeDepth.h index 6ae0f82bd083c481ee1de538d45a23c36d88f01f..4c65c742d1cbf6e80b7738388eb949f29acf0460 100644 --- a/Filters/HyperTree/vtkHyperOctreeDepth.h +++ b/Filters/HyperTree/vtkHyperOctreeDepth.h @@ -53,7 +53,7 @@ protected: int NumChildren; private: - vtkHyperOctreeDepth(const vtkHyperOctreeDepth&); // Not implemented. + vtkHyperOctreeDepth(const vtkHyperOctreeDepth&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeDepth&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/HyperTree/vtkHyperOctreeDualGridContourFilter.h b/Filters/HyperTree/vtkHyperOctreeDualGridContourFilter.h index d7e180e767a93217dcca141ef6f1e63feeb126db..2572f5120e814fe26bb41b99b06ce4171cae65e8 100644 --- a/Filters/HyperTree/vtkHyperOctreeDualGridContourFilter.h +++ b/Filters/HyperTree/vtkHyperOctreeDualGridContourFilter.h @@ -194,7 +194,7 @@ protected: void GenerateTraversalTable(); private: - vtkHyperOctreeDualGridContourFilter(const vtkHyperOctreeDualGridContourFilter&); // Not implemented. + vtkHyperOctreeDualGridContourFilter(const vtkHyperOctreeDualGridContourFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeDualGridContourFilter&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Filters/HyperTree/vtkHyperOctreeLimiter.h b/Filters/HyperTree/vtkHyperOctreeLimiter.h index b976afe489b0d6d77a92643a2eed2bb1fcd02431..68ffaceb7183e0922e315f13066ebcd53dd69256 100644 --- a/Filters/HyperTree/vtkHyperOctreeLimiter.h +++ b/Filters/HyperTree/vtkHyperOctreeLimiter.h @@ -71,7 +71,7 @@ protected: int AccumSize; private: - vtkHyperOctreeLimiter(const vtkHyperOctreeLimiter&); // Not implemented. + vtkHyperOctreeLimiter(const vtkHyperOctreeLimiter&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeLimiter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/HyperTree/vtkHyperOctreeSampleFunction.h b/Filters/HyperTree/vtkHyperOctreeSampleFunction.h index f3c1483d6eba639b10edb38f9a3ae96cc9954e23..809381c759b56a85950966533c367b684d756049 100644 --- a/Filters/HyperTree/vtkHyperOctreeSampleFunction.h +++ b/Filters/HyperTree/vtkHyperOctreeSampleFunction.h @@ -201,7 +201,7 @@ protected: double Threshold; private: - vtkHyperOctreeSampleFunction(const vtkHyperOctreeSampleFunction&); // Not implemented. + vtkHyperOctreeSampleFunction(const vtkHyperOctreeSampleFunction&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeSampleFunction&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/HyperTree/vtkHyperOctreeSurfaceFilter.h b/Filters/HyperTree/vtkHyperOctreeSurfaceFilter.h index 3a6ea7a011285a02985f563635a31a270a6e5478..0cca8aa8c511b7e7958332ec902b5ab933a15303 100644 --- a/Filters/HyperTree/vtkHyperOctreeSurfaceFilter.h +++ b/Filters/HyperTree/vtkHyperOctreeSurfaceFilter.h @@ -100,7 +100,7 @@ protected: vtkIdTypeArray *OriginalCellIds; private: - vtkHyperOctreeSurfaceFilter(const vtkHyperOctreeSurfaceFilter&); // Not implemented. + vtkHyperOctreeSurfaceFilter(const vtkHyperOctreeSurfaceFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeSurfaceFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/HyperTree/vtkHyperOctreeToUniformGridFilter.h b/Filters/HyperTree/vtkHyperOctreeToUniformGridFilter.h index d236b65bfb7ab6f992c64717b9947fb0d0fef954..c065083a93deb528fecce6a787bf85e5de07de86 100644 --- a/Filters/HyperTree/vtkHyperOctreeToUniformGridFilter.h +++ b/Filters/HyperTree/vtkHyperOctreeToUniformGridFilter.h @@ -63,7 +63,7 @@ protected: vtkImageData *Output; private: - vtkHyperOctreeToUniformGridFilter(const vtkHyperOctreeToUniformGridFilter&); // Not implemented. + vtkHyperOctreeToUniformGridFilter(const vtkHyperOctreeToUniformGridFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeToUniformGridFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/HyperTree/vtkHyperTreeGridAxisCut.h b/Filters/HyperTree/vtkHyperTreeGridAxisCut.h index e14fa46d3c5df8b79006e1d8e18e84cb48b4fd93..23eca50d5a7cb73be11decc654a714dcfa3e8f36 100644 --- a/Filters/HyperTree/vtkHyperTreeGridAxisCut.h +++ b/Filters/HyperTree/vtkHyperTreeGridAxisCut.h @@ -81,7 +81,7 @@ protected: vtkCellArray* Cells; private: - vtkHyperTreeGridAxisCut(const vtkHyperTreeGridAxisCut&); // Not implemented. + vtkHyperTreeGridAxisCut(const vtkHyperTreeGridAxisCut&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperTreeGridAxisCut&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/HyperTree/vtkHyperTreeGridGeometry.h b/Filters/HyperTree/vtkHyperTreeGridGeometry.h index f22fcdb83a4db81aa346a0682fe7ca6154a04cf3..b14c5ba9b9846eba3e75db34e21a971a72dc6210 100644 --- a/Filters/HyperTree/vtkHyperTreeGridGeometry.h +++ b/Filters/HyperTree/vtkHyperTreeGridGeometry.h @@ -66,7 +66,7 @@ protected: vtkCellArray* Cells; private: - vtkHyperTreeGridGeometry(const vtkHyperTreeGridGeometry&); // Not implemented. + vtkHyperTreeGridGeometry(const vtkHyperTreeGridGeometry&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperTreeGridGeometry&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/HyperTree/vtkHyperTreeGridToUnstructuredGrid.h b/Filters/HyperTree/vtkHyperTreeGridToUnstructuredGrid.h index fd3838e482adf93c74091a70fb9550cb7a7491f0..033f347a3a6bf490253aac84a428380355f1bb13 100644 --- a/Filters/HyperTree/vtkHyperTreeGridToUnstructuredGrid.h +++ b/Filters/HyperTree/vtkHyperTreeGridToUnstructuredGrid.h @@ -72,7 +72,7 @@ protected: vtkCellArray* Cells; private: - vtkHyperTreeGridToUnstructuredGrid(const vtkHyperTreeGridToUnstructuredGrid&); // Not implemented. + vtkHyperTreeGridToUnstructuredGrid(const vtkHyperTreeGridToUnstructuredGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperTreeGridToUnstructuredGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Imaging/vtkComputeHistogram2DOutliers.h b/Filters/Imaging/vtkComputeHistogram2DOutliers.h index b262189090d06e61593ac183813de2b199215798..a4182ce3db4074678a149d781ec8547eb03f56d8 100644 --- a/Filters/Imaging/vtkComputeHistogram2DOutliers.h +++ b/Filters/Imaging/vtkComputeHistogram2DOutliers.h @@ -125,7 +125,7 @@ protected: // fits inside those thresholds. virtual int FillOutlierIds(vtkTable* data, vtkCollection* thresholds, vtkIdTypeArray* rowIds, vtkTable* outTable); private: - vtkComputeHistogram2DOutliers(const vtkComputeHistogram2DOutliers&); // Not implemented + vtkComputeHistogram2DOutliers(const vtkComputeHistogram2DOutliers&) VTK_DELETE_FUNCTION; void operator=(const vtkComputeHistogram2DOutliers&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Imaging/vtkExtractHistogram2D.h b/Filters/Imaging/vtkExtractHistogram2D.h index af78cc40469d2e806b7a422a37ccc1bef8e8f16c..731af673f8a596113ea5997738b7583f59af85a6 100644 --- a/Filters/Imaging/vtkExtractHistogram2D.h +++ b/Filters/Imaging/vtkExtractHistogram2D.h @@ -207,7 +207,7 @@ protected: // Get points to the arrays that live in the two input columns int GetInputArrays(vtkDataArray*& col1, vtkDataArray*& col2); private: - vtkExtractHistogram2D(const vtkExtractHistogram2D&); // Not implemented + vtkExtractHistogram2D(const vtkExtractHistogram2D&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractHistogram2D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Imaging/vtkPairwiseExtractHistogram2D.h b/Filters/Imaging/vtkPairwiseExtractHistogram2D.h index 850dd8f6a5d4084446633048956d14b6abcd1623..38f3e1e49df0f8bcefa28d13a9a983c3a4b611b6 100644 --- a/Filters/Imaging/vtkPairwiseExtractHistogram2D.h +++ b/Filters/Imaging/vtkPairwiseExtractHistogram2D.h @@ -185,7 +185,7 @@ protected: vtkTimeStamp BuildTime; private: - vtkPairwiseExtractHistogram2D(const vtkPairwiseExtractHistogram2D&); // Not implemented + vtkPairwiseExtractHistogram2D(const vtkPairwiseExtractHistogram2D&) VTK_DELETE_FUNCTION; void operator=(const vtkPairwiseExtractHistogram2D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Matlab/vtkMatlabEngineFilter.h b/Filters/Matlab/vtkMatlabEngineFilter.h index 5acdc0589dfe17e36cd0b9d68602450604bd8b72..fb9b3e47b2323acbc2767201a7599d3b0666e03d 100644 --- a/Filters/Matlab/vtkMatlabEngineFilter.h +++ b/Filters/Matlab/vtkMatlabEngineFilter.h @@ -139,7 +139,7 @@ protected: private: - vtkMatlabEngineFilter(const vtkMatlabEngineFilter&); // Not implemented. + vtkMatlabEngineFilter(const vtkMatlabEngineFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkMatlabEngineFilter&) VTK_DELETE_FUNCTION; // Implementation details diff --git a/Filters/Matlab/vtkMatlabEngineInterface.h b/Filters/Matlab/vtkMatlabEngineInterface.h index 6b2f6d791635d75d2a6adf5e68479aca58de5452..a8713c761c712ee8800c0c9ed95bcbbddce3ce95 100644 --- a/Filters/Matlab/vtkMatlabEngineInterface.h +++ b/Filters/Matlab/vtkMatlabEngineInterface.h @@ -112,7 +112,7 @@ protected: private: - vtkMatlabEngineInterface(const vtkMatlabEngineInterface&); // Not implemented. + vtkMatlabEngineInterface(const vtkMatlabEngineInterface&) VTK_DELETE_FUNCTION; void operator=(const vtkMatlabEngineInterface&) VTK_DELETE_FUNCTION; vtkMatlabEngineSingleton* meng; diff --git a/Filters/Matlab/vtkMatlabMexAdapter.h b/Filters/Matlab/vtkMatlabMexAdapter.h index 9e5b3671587d862db6f3279a5f85dae356ddd7df..d7c5c427290d46e12c8441e7d752d78ff03e62fe 100644 --- a/Filters/Matlab/vtkMatlabMexAdapter.h +++ b/Filters/Matlab/vtkMatlabMexAdapter.h @@ -118,7 +118,7 @@ protected: private: - vtkMatlabMexAdapter(const vtkMatlabMexAdapter&); // Not implemented + vtkMatlabMexAdapter(const vtkMatlabMexAdapter&) VTK_DELETE_FUNCTION; void operator=(const vtkMatlabMexAdapter&) VTK_DELETE_FUNCTION; template vtkArray* CopymxArrayToVTKArray(mxArray* mxa, int ValueType); diff --git a/Filters/Modeling/vtkBandedPolyDataContourFilter.h b/Filters/Modeling/vtkBandedPolyDataContourFilter.h index 6b44363d9aa8e4630f6b8227dbec8629de919e0b..aa94fd617c60185b4c8f3976220b9f436357b227 100644 --- a/Filters/Modeling/vtkBandedPolyDataContourFilter.h +++ b/Filters/Modeling/vtkBandedPolyDataContourFilter.h @@ -165,7 +165,7 @@ protected: int GenerateContourEdges; private: - vtkBandedPolyDataContourFilter(const vtkBandedPolyDataContourFilter&); // Not implemented. + vtkBandedPolyDataContourFilter(const vtkBandedPolyDataContourFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkBandedPolyDataContourFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkButterflySubdivisionFilter.h b/Filters/Modeling/vtkButterflySubdivisionFilter.h index 1d54e482ff44e19cffa0f2f64cdd4f6be195edfd..f2f0af23596bda968a5bdb176e7fbd7453bbeb5d 100644 --- a/Filters/Modeling/vtkButterflySubdivisionFilter.h +++ b/Filters/Modeling/vtkButterflySubdivisionFilter.h @@ -72,7 +72,7 @@ private: vtkIdList *stencilIds, double *weights); private: - vtkButterflySubdivisionFilter(const vtkButterflySubdivisionFilter&); // Not implemented. + vtkButterflySubdivisionFilter(const vtkButterflySubdivisionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkButterflySubdivisionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkDijkstraGraphGeodesicPath.h b/Filters/Modeling/vtkDijkstraGraphGeodesicPath.h index 5565ce4f97e907205d1422e0ea451b308392df43..ce79f0bbae79e16e035f15246793a9c385b69351 100644 --- a/Filters/Modeling/vtkDijkstraGraphGeodesicPath.h +++ b/Filters/Modeling/vtkDijkstraGraphGeodesicPath.h @@ -137,7 +137,7 @@ protected: vtkPoints* RepelVertices; private: - vtkDijkstraGraphGeodesicPath(const vtkDijkstraGraphGeodesicPath&); // Not implemented. + vtkDijkstraGraphGeodesicPath(const vtkDijkstraGraphGeodesicPath&) VTK_DELETE_FUNCTION; void operator=(const vtkDijkstraGraphGeodesicPath&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkDijkstraImageGeodesicPath.h b/Filters/Modeling/vtkDijkstraImageGeodesicPath.h index 33bcc80e137c949f2681f9399913575efe623efb..474b67fb008d2eba7dde873bf0d2f52cc18854ad 100644 --- a/Filters/Modeling/vtkDijkstraImageGeodesicPath.h +++ b/Filters/Modeling/vtkDijkstraImageGeodesicPath.h @@ -112,7 +112,7 @@ protected: bool RebuildStaticCosts; private: - vtkDijkstraImageGeodesicPath(const vtkDijkstraImageGeodesicPath&); // Not implemented. + vtkDijkstraImageGeodesicPath(const vtkDijkstraImageGeodesicPath&) VTK_DELETE_FUNCTION; void operator=(const vtkDijkstraImageGeodesicPath&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkFillHolesFilter.h b/Filters/Modeling/vtkFillHolesFilter.h index 985dbf86d25344e1824f6611a555b65e9c320734..487ecc9009fb2bdfa2b0b19a0b25df3828096249 100644 --- a/Filters/Modeling/vtkFillHolesFilter.h +++ b/Filters/Modeling/vtkFillHolesFilter.h @@ -66,7 +66,7 @@ protected: double HoleSize; private: - vtkFillHolesFilter(const vtkFillHolesFilter&); // Not implemented. + vtkFillHolesFilter(const vtkFillHolesFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkFillHolesFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkGeodesicPath.h b/Filters/Modeling/vtkGeodesicPath.h index 749accc1589229932a31042f793f519d0c14d9a0..79abe49fd7db2b7961120faeb73a814d3cc99aba 100644 --- a/Filters/Modeling/vtkGeodesicPath.h +++ b/Filters/Modeling/vtkGeodesicPath.h @@ -41,7 +41,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkGeodesicPath(const vtkGeodesicPath&); // Not implemented. + vtkGeodesicPath(const vtkGeodesicPath&) VTK_DELETE_FUNCTION; void operator=(const vtkGeodesicPath&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkGraphGeodesicPath.h b/Filters/Modeling/vtkGraphGeodesicPath.h index 5a89330e3c2938a92ddf5f4e3455dba4b9c646df..6681cb03d0f198495c06cbaae09b4e0dfc997c8e 100644 --- a/Filters/Modeling/vtkGraphGeodesicPath.h +++ b/Filters/Modeling/vtkGraphGeodesicPath.h @@ -52,7 +52,7 @@ protected: vtkIdType EndVertex; private: - vtkGraphGeodesicPath(const vtkGraphGeodesicPath&); // Not implemented. + vtkGraphGeodesicPath(const vtkGraphGeodesicPath&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphGeodesicPath&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkLinearExtrusionFilter.h b/Filters/Modeling/vtkLinearExtrusionFilter.h index 00acf0b3847f25d35864369c4dd75edbd16ae22d..6fce87aef006b390b1c84d70cb3fe6440d570473 100644 --- a/Filters/Modeling/vtkLinearExtrusionFilter.h +++ b/Filters/Modeling/vtkLinearExtrusionFilter.h @@ -120,7 +120,7 @@ protected: void ViaPoint(double x[3], vtkIdType id, vtkDataArray *normals=0); private: - vtkLinearExtrusionFilter(const vtkLinearExtrusionFilter&); // Not implemented. + vtkLinearExtrusionFilter(const vtkLinearExtrusionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkLinearExtrusionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkLinearSubdivisionFilter.h b/Filters/Modeling/vtkLinearSubdivisionFilter.h index e4628751e76376296b9f7c78cc323fa59582a0e7..505301372eed28ef3d61b50f0731c87409c32bbe 100644 --- a/Filters/Modeling/vtkLinearSubdivisionFilter.h +++ b/Filters/Modeling/vtkLinearSubdivisionFilter.h @@ -54,7 +54,7 @@ protected: vtkPointData *outputPD); private: - vtkLinearSubdivisionFilter(const vtkLinearSubdivisionFilter&); // Not implemented. + vtkLinearSubdivisionFilter(const vtkLinearSubdivisionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkLinearSubdivisionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkLoopSubdivisionFilter.h b/Filters/Modeling/vtkLoopSubdivisionFilter.h index 61bc6b371d27bca3d9b741f80684204ae019568d..444fe5a0cc569389023530bfdb8c585600295841 100644 --- a/Filters/Modeling/vtkLoopSubdivisionFilter.h +++ b/Filters/Modeling/vtkLoopSubdivisionFilter.h @@ -76,7 +76,7 @@ protected: virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkLoopSubdivisionFilter(const vtkLoopSubdivisionFilter&); // Not implemented. + vtkLoopSubdivisionFilter(const vtkLoopSubdivisionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkLoopSubdivisionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkOutlineFilter.h b/Filters/Modeling/vtkOutlineFilter.h index b93b476e5e1c5c557f7ea241bd9791cdba954663..248b02d13fade109411a9db1ac98c9701af5e287 100644 --- a/Filters/Modeling/vtkOutlineFilter.h +++ b/Filters/Modeling/vtkOutlineFilter.h @@ -49,7 +49,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkOutlineFilter(const vtkOutlineFilter&); // Not implemented. + vtkOutlineFilter(const vtkOutlineFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkOutlineFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkPolyDataPointSampler.h b/Filters/Modeling/vtkPolyDataPointSampler.h index 1421737cd97d6bcb32d5537676aa6c083b6fc5ec..5420d612acd16020cef3f2653b1a451dcf122dd5 100644 --- a/Filters/Modeling/vtkPolyDataPointSampler.h +++ b/Filters/Modeling/vtkPolyDataPointSampler.h @@ -111,7 +111,7 @@ protected: vtkIdType npts, vtkIdType *pts); private: - vtkPolyDataPointSampler(const vtkPolyDataPointSampler&); // Not implemented. + vtkPolyDataPointSampler(const vtkPolyDataPointSampler&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataPointSampler&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkProjectedTexture.h b/Filters/Modeling/vtkProjectedTexture.h index 0b6cd6dfe53395be0a3b9860549602184b955cda..51837bd6dc1b2ad413e2ba2ba4fea505f6f24fa5 100644 --- a/Filters/Modeling/vtkProjectedTexture.h +++ b/Filters/Modeling/vtkProjectedTexture.h @@ -116,7 +116,7 @@ protected: double SRange[2]; double TRange[2]; private: - vtkProjectedTexture(const vtkProjectedTexture&); // Not implemented. + vtkProjectedTexture(const vtkProjectedTexture&) VTK_DELETE_FUNCTION; void operator=(const vtkProjectedTexture&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkQuadRotationalExtrusionFilter.h b/Filters/Modeling/vtkQuadRotationalExtrusionFilter.h index e28d2c6189bbd65a0cd9373b93f9e5bc10de71d5..eb665809e7838b280459424934c4e50677cf2756 100644 --- a/Filters/Modeling/vtkQuadRotationalExtrusionFilter.h +++ b/Filters/Modeling/vtkQuadRotationalExtrusionFilter.h @@ -149,7 +149,7 @@ class VTKFILTERSMODELING_EXPORT vtkQuadRotationalExtrusionFilter : public vtkMul std::map PerBlockAngles; private: - vtkQuadRotationalExtrusionFilter(const vtkQuadRotationalExtrusionFilter&); // Not implemented. + vtkQuadRotationalExtrusionFilter(const vtkQuadRotationalExtrusionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkQuadRotationalExtrusionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkRibbonFilter.h b/Filters/Modeling/vtkRibbonFilter.h index 4b8e8aac6191f5a34781c3c784ac3c5ffc0d8ec3..2a240cf07625bbfb05274cff1200833ce6b0f523 100644 --- a/Filters/Modeling/vtkRibbonFilter.h +++ b/Filters/Modeling/vtkRibbonFilter.h @@ -153,7 +153,7 @@ protected: double Theta; private: - vtkRibbonFilter(const vtkRibbonFilter&); // Not implemented. + vtkRibbonFilter(const vtkRibbonFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkRibbonFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkRotationalExtrusionFilter.h b/Filters/Modeling/vtkRotationalExtrusionFilter.h index e16e27a19931bdbf5c375eec93dc436fa583b1e5..ad990f673336f6747821ac1f46cb5f092525119f 100644 --- a/Filters/Modeling/vtkRotationalExtrusionFilter.h +++ b/Filters/Modeling/vtkRotationalExtrusionFilter.h @@ -107,7 +107,7 @@ protected: double Translation; double DeltaRadius; private: - vtkRotationalExtrusionFilter(const vtkRotationalExtrusionFilter&); // Not implemented. + vtkRotationalExtrusionFilter(const vtkRotationalExtrusionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkRotationalExtrusionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkRuledSurfaceFilter.h b/Filters/Modeling/vtkRuledSurfaceFilter.h index ac7850c0422b5d12fef6689ab27c8b628108355b..a0abfc4287de0a744a49cf641d327b052a12e7bf 100644 --- a/Filters/Modeling/vtkRuledSurfaceFilter.h +++ b/Filters/Modeling/vtkRuledSurfaceFilter.h @@ -168,7 +168,7 @@ private: int npts, vtkIdType *pts, int npts2, vtkIdType *pts2); private: - vtkRuledSurfaceFilter(const vtkRuledSurfaceFilter&); // Not implemented. + vtkRuledSurfaceFilter(const vtkRuledSurfaceFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkRuledSurfaceFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkSectorSource.h b/Filters/Modeling/vtkSectorSource.h index 834001d0c4e5bc705386930c725c41b35cef2efe..843feef372fb7171794a9a8f482b3ace89471a77 100644 --- a/Filters/Modeling/vtkSectorSource.h +++ b/Filters/Modeling/vtkSectorSource.h @@ -83,7 +83,7 @@ protected: double EndAngle; private: - vtkSectorSource(const vtkSectorSource&); // Not implemented. + vtkSectorSource(const vtkSectorSource&) VTK_DELETE_FUNCTION; void operator=(const vtkSectorSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkSelectEnclosedPoints.h b/Filters/Modeling/vtkSelectEnclosedPoints.h index 3ca0246a84c914bc9ac3d4e2aaaacdf97f6bd1a8..74a497f2df30a30b1a6cbaf49a45661cfa2152e7 100644 --- a/Filters/Modeling/vtkSelectEnclosedPoints.h +++ b/Filters/Modeling/vtkSelectEnclosedPoints.h @@ -133,7 +133,7 @@ protected: void ReportReferences(vtkGarbageCollector*) VTK_OVERRIDE; private: - vtkSelectEnclosedPoints(const vtkSelectEnclosedPoints&); // Not implemented. + vtkSelectEnclosedPoints(const vtkSelectEnclosedPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkSelectEnclosedPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkSelectPolyData.h b/Filters/Modeling/vtkSelectPolyData.h index 448f8e3fd9a7a727e2fb6619441eec9de85bb1a2..ffd52b5042d3e7b9eab9d2670070e9a9f77b390f 100644 --- a/Filters/Modeling/vtkSelectPolyData.h +++ b/Filters/Modeling/vtkSelectPolyData.h @@ -174,7 +174,7 @@ private: vtkPolyData *Mesh; void GetPointNeighbors (vtkIdType ptId, vtkIdList *nei); private: - vtkSelectPolyData(const vtkSelectPolyData&); // Not implemented. + vtkSelectPolyData(const vtkSelectPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkSelectPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkSpherePuzzle.h b/Filters/Modeling/vtkSpherePuzzle.h index 31cac26fff381e8f1e8b0f52896b414f4f4cac73..94ee67d5dd3e154c9d260d5ab8bcf3cf3e4469de 100644 --- a/Filters/Modeling/vtkSpherePuzzle.h +++ b/Filters/Modeling/vtkSpherePuzzle.h @@ -89,7 +89,7 @@ protected: int Section; private: - vtkSpherePuzzle(const vtkSpherePuzzle&); // Not implemented + vtkSpherePuzzle(const vtkSpherePuzzle&) VTK_DELETE_FUNCTION; void operator=(const vtkSpherePuzzle&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkSpherePuzzleArrows.h b/Filters/Modeling/vtkSpherePuzzleArrows.h index 927484748bf197a7a2612ad62d4e5eab6a899942..cd296b82a0a2e2730a67494a1fcb8cf3503001f2 100644 --- a/Filters/Modeling/vtkSpherePuzzleArrows.h +++ b/Filters/Modeling/vtkSpherePuzzleArrows.h @@ -56,7 +56,7 @@ protected: double Radius; private: - vtkSpherePuzzleArrows(const vtkSpherePuzzleArrows&); // Not implemented + vtkSpherePuzzleArrows(const vtkSpherePuzzleArrows&) VTK_DELETE_FUNCTION; void operator=(const vtkSpherePuzzleArrows&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Modeling/vtkSubdivideTetra.h b/Filters/Modeling/vtkSubdivideTetra.h index 3efcb3e4db43a33d737a60d357738be079dcdf75..dc622574ec3ce1f0abcf53cc163b6d33414418ff 100644 --- a/Filters/Modeling/vtkSubdivideTetra.h +++ b/Filters/Modeling/vtkSubdivideTetra.h @@ -38,7 +38,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkSubdivideTetra(const vtkSubdivideTetra&); // Not implemented. + vtkSubdivideTetra(const vtkSubdivideTetra&) VTK_DELETE_FUNCTION; void operator=(const vtkSubdivideTetra&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkAngularPeriodicFilter.h b/Filters/Parallel/vtkAngularPeriodicFilter.h index f90b3c833e2063513fc3afc2033ceb7a24eb4249..1dbad536b8ce49e46207591fcc3eb3f50c1361f9 100644 --- a/Filters/Parallel/vtkAngularPeriodicFilter.h +++ b/Filters/Parallel/vtkAngularPeriodicFilter.h @@ -149,7 +149,7 @@ protected: vtkMultiPieceDataSet* output, vtkIdType outputId); private: - vtkAngularPeriodicFilter(const vtkAngularPeriodicFilter&); // Not implemented. + vtkAngularPeriodicFilter(const vtkAngularPeriodicFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkAngularPeriodicFilter&) VTK_DELETE_FUNCTION; bool ComputeRotationsOnTheFly; diff --git a/Filters/Parallel/vtkCollectGraph.h b/Filters/Parallel/vtkCollectGraph.h index 3cff1a289710caaf757596a9b4c45e7e1d3c84b2..7b991861ab8c15e9549b43f62e251e8f55881bd9 100644 --- a/Filters/Parallel/vtkCollectGraph.h +++ b/Filters/Parallel/vtkCollectGraph.h @@ -89,7 +89,7 @@ protected: vtkSocketController *SocketController; private: - vtkCollectGraph(const vtkCollectGraph&); // Not implemented + vtkCollectGraph(const vtkCollectGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkCollectGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkCollectPolyData.h b/Filters/Parallel/vtkCollectPolyData.h index decfa0a5ba6bf043593356e40f7a925da145feac..143bcf91dc54fba2183178a3190b6fc048896316 100644 --- a/Filters/Parallel/vtkCollectPolyData.h +++ b/Filters/Parallel/vtkCollectPolyData.h @@ -67,7 +67,7 @@ protected: vtkSocketController *SocketController; private: - vtkCollectPolyData(const vtkCollectPolyData&); // Not implemented + vtkCollectPolyData(const vtkCollectPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkCollectPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkCollectTable.h b/Filters/Parallel/vtkCollectTable.h index 903de21bbbf66386c61fefb1bdaa9f8d72e97d0c..2d24d9c8d8af5dc70c76a7dcfaa296c671878d8e 100644 --- a/Filters/Parallel/vtkCollectTable.h +++ b/Filters/Parallel/vtkCollectTable.h @@ -71,7 +71,7 @@ protected: vtkSocketController *SocketController; private: - vtkCollectTable(const vtkCollectTable&); // Not implemented + vtkCollectTable(const vtkCollectTable&) VTK_DELETE_FUNCTION; void operator=(const vtkCollectTable&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkCutMaterial.h b/Filters/Parallel/vtkCutMaterial.h index 913a8f54704aedac1b5fd294e7559f9f8eb9c380..35db17ee3ffe1c8c00b62853df45b3495c49b2ba 100644 --- a/Filters/Parallel/vtkCutMaterial.h +++ b/Filters/Parallel/vtkCutMaterial.h @@ -83,7 +83,7 @@ protected: vtkPlane *PlaneFunction; private: - vtkCutMaterial(const vtkCutMaterial&); // Not implemented. + vtkCutMaterial(const vtkCutMaterial&) VTK_DELETE_FUNCTION; void operator=(const vtkCutMaterial&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkDuplicatePolyData.h b/Filters/Parallel/vtkDuplicatePolyData.h index f4d403e86ce592105ee89d5621e2790f12a60ac3..f16cb0be55f91a5016cd34942597b6e1b0065156 100644 --- a/Filters/Parallel/vtkDuplicatePolyData.h +++ b/Filters/Parallel/vtkDuplicatePolyData.h @@ -91,7 +91,7 @@ protected: unsigned long MemorySize; private: - vtkDuplicatePolyData(const vtkDuplicatePolyData&); // Not implemented + vtkDuplicatePolyData(const vtkDuplicatePolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkDuplicatePolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkExtractCTHPart.h b/Filters/Parallel/vtkExtractCTHPart.h index 54f6745cc7d140b26b4a64a97803eefae696e7c6..1742ddae821e679e9a0c4903bfe4a573bd33e733 100644 --- a/Filters/Parallel/vtkExtractCTHPart.h +++ b/Filters/Parallel/vtkExtractCTHPart.h @@ -164,7 +164,7 @@ protected: vtkPlane *ClipPlane; vtkMultiProcessController *Controller; private: - vtkExtractCTHPart(const vtkExtractCTHPart&); // Not implemented. + vtkExtractCTHPart(const vtkExtractCTHPart&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractCTHPart&) VTK_DELETE_FUNCTION; class VectorOfFragments; diff --git a/Filters/Parallel/vtkExtractPolyDataPiece.h b/Filters/Parallel/vtkExtractPolyDataPiece.h index 81d86251b1fea97a365b6e89a99a06979e7d6640..4952e0e2fc3ec696ccb93f3631385fbe695f646a 100644 --- a/Filters/Parallel/vtkExtractPolyDataPiece.h +++ b/Filters/Parallel/vtkExtractPolyDataPiece.h @@ -53,7 +53,7 @@ protected: int CreateGhostCells; private: - vtkExtractPolyDataPiece(const vtkExtractPolyDataPiece&); // Not implemented. + vtkExtractPolyDataPiece(const vtkExtractPolyDataPiece&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractPolyDataPiece&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkExtractUnstructuredGridPiece.h b/Filters/Parallel/vtkExtractUnstructuredGridPiece.h index fe6636bfa478c0901e0be254797e74b89149156e..e8e5edfb3391d364d148b761312d19ef80ed6ff4 100644 --- a/Filters/Parallel/vtkExtractUnstructuredGridPiece.h +++ b/Filters/Parallel/vtkExtractUnstructuredGridPiece.h @@ -57,7 +57,7 @@ private: void AddFirstGhostLevel(vtkUnstructuredGrid *input, vtkIntArray *cellTags, int piece, int numPieces); - vtkExtractUnstructuredGridPiece(const vtkExtractUnstructuredGridPiece&); // Not implemented. + vtkExtractUnstructuredGridPiece(const vtkExtractUnstructuredGridPiece&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractUnstructuredGridPiece&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkExtractUserDefinedPiece.h b/Filters/Parallel/vtkExtractUserDefinedPiece.h index 2a2363529962b511e0695d4e2a5b9b9c94a318af..d687e3f72189b946f193a26752692f82818fa03b 100644 --- a/Filters/Parallel/vtkExtractUserDefinedPiece.h +++ b/Filters/Parallel/vtkExtractUserDefinedPiece.h @@ -70,7 +70,7 @@ protected: vtkUnstructuredGrid *input); private: - vtkExtractUserDefinedPiece(const vtkExtractUserDefinedPiece&); // Not implemented + vtkExtractUserDefinedPiece(const vtkExtractUserDefinedPiece&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractUserDefinedPiece&) VTK_DELETE_FUNCTION; void *ConstantData; diff --git a/Filters/Parallel/vtkPCellDataToPointData.h b/Filters/Parallel/vtkPCellDataToPointData.h index d97ce4eec9c67633e4ad149ebf386954684c59d3..59d6656a83d1018a1d9b4578fdd39d1e8e5d06e3 100644 --- a/Filters/Parallel/vtkPCellDataToPointData.h +++ b/Filters/Parallel/vtkPCellDataToPointData.h @@ -55,7 +55,7 @@ protected: int PieceInvariant; private: - vtkPCellDataToPointData(const vtkPCellDataToPointData&); // Not implemented. + vtkPCellDataToPointData(const vtkPCellDataToPointData&) VTK_DELETE_FUNCTION; void operator=(const vtkPCellDataToPointData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPExtractArraysOverTime.h b/Filters/Parallel/vtkPExtractArraysOverTime.h index ce8e73e2b7e5c5b152b4d3743c1f998fb6be2a7e..9a2156ac72b67647ceeab78c7191cee0ea338854 100644 --- a/Filters/Parallel/vtkPExtractArraysOverTime.h +++ b/Filters/Parallel/vtkPExtractArraysOverTime.h @@ -69,7 +69,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkPExtractArraysOverTime(const vtkPExtractArraysOverTime&); // Not implemented. + vtkPExtractArraysOverTime(const vtkPExtractArraysOverTime&) VTK_DELETE_FUNCTION; void operator=(const vtkPExtractArraysOverTime&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPKdTree.h b/Filters/Parallel/vtkPKdTree.h index 3c493dd4eb93643cb71a04d65f385a45615a3a30..c611a191cc3e1cc0a5a176b841c5f7bae83184e7 100644 --- a/Filters/Parallel/vtkPKdTree.h +++ b/Filters/Parallel/vtkPKdTree.h @@ -436,7 +436,7 @@ private: static int FindNextLocalArrayIndex(const char *n, const char **names, int len, int start=0); - vtkPKdTree(const vtkPKdTree&); // Not implemented + vtkPKdTree(const vtkPKdTree&) VTK_DELETE_FUNCTION; void operator=(const vtkPKdTree&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPLinearExtrusionFilter.h b/Filters/Parallel/vtkPLinearExtrusionFilter.h index 5859f44bf66f308a2e13ca6c044958bb3d60334a..8fef575009d0a58ee2b2f315bf384e8ed4528e9a 100644 --- a/Filters/Parallel/vtkPLinearExtrusionFilter.h +++ b/Filters/Parallel/vtkPLinearExtrusionFilter.h @@ -54,7 +54,7 @@ protected: int PieceInvariant; private: - vtkPLinearExtrusionFilter(const vtkPLinearExtrusionFilter&); // Not implemented. + vtkPLinearExtrusionFilter(const vtkPLinearExtrusionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPLinearExtrusionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPMaskPoints.h b/Filters/Parallel/vtkPMaskPoints.h index edad7b1e08fe51cd6ea9e92a61700a51bf4aed47..677c5bde134fc7951c3d8bf753a507fddd62065d 100644 --- a/Filters/Parallel/vtkPMaskPoints.h +++ b/Filters/Parallel/vtkPMaskPoints.h @@ -50,7 +50,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkPMaskPoints(const vtkPMaskPoints&); // Not implemented. + vtkPMaskPoints(const vtkPMaskPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkPMaskPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPOutlineCornerFilter.h b/Filters/Parallel/vtkPOutlineCornerFilter.h index 8714521ec9b831ef15001e3e99e5a22f88a9ed37..7b0462f6022cdc46c1f813e5651655adea4611cd 100644 --- a/Filters/Parallel/vtkPOutlineCornerFilter.h +++ b/Filters/Parallel/vtkPOutlineCornerFilter.h @@ -69,7 +69,7 @@ protected: double CornerFactor; private: - vtkPOutlineCornerFilter(const vtkPOutlineCornerFilter&); // Not implemented. + vtkPOutlineCornerFilter(const vtkPOutlineCornerFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPOutlineCornerFilter&) VTK_DELETE_FUNCTION; vtkPOutlineFilterInternals* Internals; diff --git a/Filters/Parallel/vtkPOutlineFilter.h b/Filters/Parallel/vtkPOutlineFilter.h index 7a06e433b478501728b60e40afcea4edae4773a9..64ed6cd38c76aef10e4d2a00f9e05aaf2deaa367 100644 --- a/Filters/Parallel/vtkPOutlineFilter.h +++ b/Filters/Parallel/vtkPOutlineFilter.h @@ -48,7 +48,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkPOutlineFilter(const vtkPOutlineFilter&); // Not implemented. + vtkPOutlineFilter(const vtkPOutlineFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPOutlineFilter&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Filters/Parallel/vtkPPolyDataNormals.h b/Filters/Parallel/vtkPPolyDataNormals.h index bb006e905117823e14660a3dd179530eb7e51601..c2f67d1c381170b3234aca1c5be31cf86f301c43 100644 --- a/Filters/Parallel/vtkPPolyDataNormals.h +++ b/Filters/Parallel/vtkPPolyDataNormals.h @@ -46,7 +46,7 @@ protected: int PieceInvariant; private: - vtkPPolyDataNormals(const vtkPPolyDataNormals&); // Not implemented. + vtkPPolyDataNormals(const vtkPPolyDataNormals&) VTK_DELETE_FUNCTION; void operator=(const vtkPPolyDataNormals&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPProbeFilter.h b/Filters/Parallel/vtkPProbeFilter.h index 955bb1d1940ca5357e6d9a84df53657aae5c4a60..cd9a7414fc3f6fa018bbcb3a1c183b1c5eee198b 100644 --- a/Filters/Parallel/vtkPProbeFilter.h +++ b/Filters/Parallel/vtkPProbeFilter.h @@ -56,7 +56,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkPProbeFilter(const vtkPProbeFilter&); // Not implemented. + vtkPProbeFilter(const vtkPProbeFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPProbeFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPProjectSphereFilter.h b/Filters/Parallel/vtkPProjectSphereFilter.h index 4cc186570cb087847f8bb79845e35fdeb4242efb..26eb1e825999bc9cdaa8d0502db2765b301a3f6b 100644 --- a/Filters/Parallel/vtkPProjectSphereFilter.h +++ b/Filters/Parallel/vtkPProjectSphereFilter.h @@ -48,7 +48,7 @@ protected: virtual double GetZTranslation(vtkPointSet* input); private: - vtkPProjectSphereFilter(const vtkPProjectSphereFilter &); // Not implemented + vtkPProjectSphereFilter(const vtkPProjectSphereFilter &) VTK_DELETE_FUNCTION; void operator=(const vtkPProjectSphereFilter &) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPReflectionFilter.h b/Filters/Parallel/vtkPReflectionFilter.h index fa365af86b669c4912bea5a154ddbcfb53b11cc2..d82523dda61cad9dee31c877f56b2a694974ea28 100644 --- a/Filters/Parallel/vtkPReflectionFilter.h +++ b/Filters/Parallel/vtkPReflectionFilter.h @@ -46,7 +46,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkPReflectionFilter(const vtkPReflectionFilter&); // Not implemented. + vtkPReflectionFilter(const vtkPReflectionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPReflectionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPResampleFilter.h b/Filters/Parallel/vtkPResampleFilter.h index 57bdb1033e68f6fff8435f8e52fcae6381cb363f..98b92bbf4d407cfc0db1299f804408ea1469d0b7 100644 --- a/Filters/Parallel/vtkPResampleFilter.h +++ b/Filters/Parallel/vtkPResampleFilter.h @@ -73,7 +73,7 @@ protected: double Bounds[6]; private: - vtkPResampleFilter(const vtkPResampleFilter&); // Not implemented. + vtkPResampleFilter(const vtkPResampleFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPResampleFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPSphereSource.h b/Filters/Parallel/vtkPSphereSource.h index d554c0469e2cc5243aabc035ab0dac5b2841c047..55a0e80e2f60b825f161fc280ca14df1907ca00e 100644 --- a/Filters/Parallel/vtkPSphereSource.h +++ b/Filters/Parallel/vtkPSphereSource.h @@ -41,7 +41,7 @@ protected: virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkPSphereSource(const vtkPSphereSource&); // Not implemented. + vtkPSphereSource(const vtkPSphereSource&) VTK_DELETE_FUNCTION; void operator=(const vtkPSphereSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPYoungsMaterialInterface.h b/Filters/Parallel/vtkPYoungsMaterialInterface.h index aa8558ba2d107df099c192e26de967cdd0f74c5d..390c4a078a1bd9a0edef5c5e8be9ce1dfbcebe54 100644 --- a/Filters/Parallel/vtkPYoungsMaterialInterface.h +++ b/Filters/Parallel/vtkPYoungsMaterialInterface.h @@ -59,7 +59,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkPYoungsMaterialInterface(const vtkPYoungsMaterialInterface&); // Not implemented + vtkPYoungsMaterialInterface(const vtkPYoungsMaterialInterface&) VTK_DELETE_FUNCTION; void operator=(const vtkPYoungsMaterialInterface&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPassThroughFilter.h b/Filters/Parallel/vtkPassThroughFilter.h index 158a5c508f7740dbf9dcd5267f4c24c92f37be88..60578fdcc055ed3023b7bc037d9fb45aa54c6d05 100644 --- a/Filters/Parallel/vtkPassThroughFilter.h +++ b/Filters/Parallel/vtkPassThroughFilter.h @@ -45,7 +45,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkPassThroughFilter(const vtkPassThroughFilter&); // Not implemented. + vtkPassThroughFilter(const vtkPassThroughFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPassThroughFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPeriodicFilter.h b/Filters/Parallel/vtkPeriodicFilter.h index d6051f37f901aaad32ffcb063ca0299e150fd056..257a7dfaf2bc451b1f66f450deaa8c56e7612ce5 100644 --- a/Filters/Parallel/vtkPeriodicFilter.h +++ b/Filters/Parallel/vtkPeriodicFilter.h @@ -115,7 +115,7 @@ protected: bool ReducePeriodNumbers; private: - vtkPeriodicFilter(const vtkPeriodicFilter&); // Not implemented. + vtkPeriodicFilter(const vtkPeriodicFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPeriodicFilter&) VTK_DELETE_FUNCTION; int IterationMode; diff --git a/Filters/Parallel/vtkPieceRequestFilter.h b/Filters/Parallel/vtkPieceRequestFilter.h index aa42eea7c37353b5e720ba596211f4254df281b2..f0051d1bd30c068048d2b46b7a90bf7a04398224 100644 --- a/Filters/Parallel/vtkPieceRequestFilter.h +++ b/Filters/Parallel/vtkPieceRequestFilter.h @@ -81,7 +81,7 @@ protected: int Piece; private: - vtkPieceRequestFilter(const vtkPieceRequestFilter&); // Not implemented. + vtkPieceRequestFilter(const vtkPieceRequestFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPieceRequestFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPieceScalars.h b/Filters/Parallel/vtkPieceScalars.h index f9ff41e4bc2e7dd0c223854fb21f780ed9648eeb..87680b7af864a47910af13014264e1c714568a6f 100644 --- a/Filters/Parallel/vtkPieceScalars.h +++ b/Filters/Parallel/vtkPieceScalars.h @@ -66,7 +66,7 @@ protected: int CellScalarsFlag; int RandomMode; private: - vtkPieceScalars(const vtkPieceScalars&); // Not implemented. + vtkPieceScalars(const vtkPieceScalars&) VTK_DELETE_FUNCTION; void operator=(const vtkPieceScalars&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkPipelineSize.h b/Filters/Parallel/vtkPipelineSize.h index 7faa1b95217346528d8f5562719585d958553640..94d0c24f761b9334c83fe0baa7b4159b616f001f 100644 --- a/Filters/Parallel/vtkPipelineSize.h +++ b/Filters/Parallel/vtkPipelineSize.h @@ -63,7 +63,7 @@ protected: private: - vtkPipelineSize(const vtkPipelineSize&); // Not implemented. + vtkPipelineSize(const vtkPipelineSize&) VTK_DELETE_FUNCTION; void operator=(const vtkPipelineSize&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkProcessIdScalars.h b/Filters/Parallel/vtkProcessIdScalars.h index 66e507f487ef84c9e101c07a57c14e917b4a029a..5a4b1b2ca2687f6653411a2c44d0c077c37a1259 100644 --- a/Filters/Parallel/vtkProcessIdScalars.h +++ b/Filters/Parallel/vtkProcessIdScalars.h @@ -80,7 +80,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkProcessIdScalars(const vtkProcessIdScalars&); // Not implemented. + vtkProcessIdScalars(const vtkProcessIdScalars&) VTK_DELETE_FUNCTION; void operator=(const vtkProcessIdScalars&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkRectilinearGridOutlineFilter.h b/Filters/Parallel/vtkRectilinearGridOutlineFilter.h index d6813630567a1dd67ecee9cc291ab789e5136ac7..0e5b8ff9a72352e28ee6e08b274969becbed5487 100644 --- a/Filters/Parallel/vtkRectilinearGridOutlineFilter.h +++ b/Filters/Parallel/vtkRectilinearGridOutlineFilter.h @@ -40,7 +40,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkRectilinearGridOutlineFilter(const vtkRectilinearGridOutlineFilter&); // Not implemented. + vtkRectilinearGridOutlineFilter(const vtkRectilinearGridOutlineFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearGridOutlineFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkTransmitPolyDataPiece.h b/Filters/Parallel/vtkTransmitPolyDataPiece.h index ecfebf879280393fec2619651e8332ea45fac718..33ad2ed2d62ee084d49e3df9dd1b1ef5df777b68 100644 --- a/Filters/Parallel/vtkTransmitPolyDataPiece.h +++ b/Filters/Parallel/vtkTransmitPolyDataPiece.h @@ -61,7 +61,7 @@ protected: vtkMultiProcessController *Controller; private: - vtkTransmitPolyDataPiece(const vtkTransmitPolyDataPiece&); // Not implemented + vtkTransmitPolyDataPiece(const vtkTransmitPolyDataPiece&) VTK_DELETE_FUNCTION; void operator=(const vtkTransmitPolyDataPiece&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkTransmitRectilinearGridPiece.h b/Filters/Parallel/vtkTransmitRectilinearGridPiece.h index 75054462c9aa873113ec9e6032f3cd60a6ba9f9a..ca3272474becaa88289cff0a0e46fd52d2cbdfe3 100644 --- a/Filters/Parallel/vtkTransmitRectilinearGridPiece.h +++ b/Filters/Parallel/vtkTransmitRectilinearGridPiece.h @@ -44,7 +44,7 @@ protected: ~vtkTransmitRectilinearGridPiece(); private: - vtkTransmitRectilinearGridPiece(const vtkTransmitRectilinearGridPiece&); // Not implemented + vtkTransmitRectilinearGridPiece(const vtkTransmitRectilinearGridPiece&) VTK_DELETE_FUNCTION; void operator=(const vtkTransmitRectilinearGridPiece&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkTransmitStructuredDataPiece.h b/Filters/Parallel/vtkTransmitStructuredDataPiece.h index dbe6bd412496bb8894a40afcc6aadd11f95ce166..b406c8aa89d74439a20cb877d3584fe7200fd36b 100644 --- a/Filters/Parallel/vtkTransmitStructuredDataPiece.h +++ b/Filters/Parallel/vtkTransmitStructuredDataPiece.h @@ -65,7 +65,7 @@ protected: vtkMultiProcessController *Controller; private: - vtkTransmitStructuredDataPiece(const vtkTransmitStructuredDataPiece&); // Not implemented + vtkTransmitStructuredDataPiece(const vtkTransmitStructuredDataPiece&) VTK_DELETE_FUNCTION; void operator=(const vtkTransmitStructuredDataPiece&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkTransmitStructuredGridPiece.h b/Filters/Parallel/vtkTransmitStructuredGridPiece.h index 556cdbec4364840360a52381b99731367997f90b..de1adf74fb70b760cf9d8d4a4e0259ce07d21c09 100644 --- a/Filters/Parallel/vtkTransmitStructuredGridPiece.h +++ b/Filters/Parallel/vtkTransmitStructuredGridPiece.h @@ -44,7 +44,7 @@ protected: ~vtkTransmitStructuredGridPiece(); private: - vtkTransmitStructuredGridPiece(const vtkTransmitStructuredGridPiece&); // Not implemented + vtkTransmitStructuredGridPiece(const vtkTransmitStructuredGridPiece&) VTK_DELETE_FUNCTION; void operator=(const vtkTransmitStructuredGridPiece&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Parallel/vtkTransmitUnstructuredGridPiece.h b/Filters/Parallel/vtkTransmitUnstructuredGridPiece.h index 1e43aea6e1903327edd586e5b64097a014fb0889..ed3d618e3d940ead29093311e80e0f930bb2d5eb 100644 --- a/Filters/Parallel/vtkTransmitUnstructuredGridPiece.h +++ b/Filters/Parallel/vtkTransmitUnstructuredGridPiece.h @@ -63,7 +63,7 @@ protected: vtkMultiProcessController *Controller; private: - vtkTransmitUnstructuredGridPiece(const vtkTransmitUnstructuredGridPiece&); // Not implemented + vtkTransmitUnstructuredGridPiece(const vtkTransmitUnstructuredGridPiece&) VTK_DELETE_FUNCTION; void operator=(const vtkTransmitUnstructuredGridPiece&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelDIY2/vtkPResampleToImage.h b/Filters/ParallelDIY2/vtkPResampleToImage.h index e634bdc4a2f57bcd81cf65a8af87cf99e65b705f..805f74461beb2ea91724d4c6c10ad5030fea7131 100644 --- a/Filters/ParallelDIY2/vtkPResampleToImage.h +++ b/Filters/ParallelDIY2/vtkPResampleToImage.h @@ -53,7 +53,7 @@ protected: vtkMultiProcessController *Controller; private: - vtkPResampleToImage(const vtkPResampleToImage&); // Not implemented. + vtkPResampleToImage(const vtkPResampleToImage&) VTK_DELETE_FUNCTION; void operator=(const vtkPResampleToImage&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelFlowPaths/vtkPParticlePathFilter.h b/Filters/ParallelFlowPaths/vtkPParticlePathFilter.h index 4de4ebd852e41445df3017c85df1fea3afb397cf..3997640eedad6360e87924e0a55dc342edb2e13b 100644 --- a/Filters/ParallelFlowPaths/vtkPParticlePathFilter.h +++ b/Filters/ParallelFlowPaths/vtkPParticlePathFilter.h @@ -51,7 +51,7 @@ protected: vtkIntArray* SimulationTimeStep; private: - vtkPParticlePathFilter(const vtkPParticlePathFilter&); // Not implemented. + vtkPParticlePathFilter(const vtkPParticlePathFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPParticlePathFilter&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Filters/ParallelFlowPaths/vtkPParticleTracer.h b/Filters/ParallelFlowPaths/vtkPParticleTracer.h index 9f214472dd9ebd9173f238cc64038994dc0b11f0..0786f46fe496d2112b2a462d533c2c8ead959761 100644 --- a/Filters/ParallelFlowPaths/vtkPParticleTracer.h +++ b/Filters/ParallelFlowPaths/vtkPParticleTracer.h @@ -42,7 +42,7 @@ class VTKFILTERSPARALLELFLOWPATHS_EXPORT vtkPParticleTracer: public vtkPParticl ~vtkPParticleTracer(){} virtual int OutputParticles(vtkPolyData* poly); private: - vtkPParticleTracer(const vtkPParticleTracer&); // Not implemented. + vtkPParticleTracer(const vtkPParticleTracer&) VTK_DELETE_FUNCTION; void operator=(const vtkPParticleTracer&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelFlowPaths/vtkPParticleTracerBase.h b/Filters/ParallelFlowPaths/vtkPParticleTracerBase.h index c60d8194102c6fd3dea1f311c828718731252899..247175381b96fb06ce13cccbcfbd7885f2a865f7 100644 --- a/Filters/ParallelFlowPaths/vtkPParticleTracerBase.h +++ b/Filters/ParallelFlowPaths/vtkPParticleTracerBase.h @@ -111,7 +111,7 @@ protected: RemoteParticleVector Tail; //this is to receive the "tails" of traces from other processes private: - vtkPParticleTracerBase(const vtkPParticleTracerBase&); // Not implemented. + vtkPParticleTracerBase(const vtkPParticleTracerBase&) VTK_DELETE_FUNCTION; void operator=(const vtkPParticleTracerBase&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Filters/ParallelFlowPaths/vtkPStreaklineFilter.h b/Filters/ParallelFlowPaths/vtkPStreaklineFilter.h index 308f0d73b48fc09b3b60bd2fb95da3dbc89d9c1f..3b762fe3f4e563c1fdf6db5505f23aea5d156d92 100644 --- a/Filters/ParallelFlowPaths/vtkPStreaklineFilter.h +++ b/Filters/ParallelFlowPaths/vtkPStreaklineFilter.h @@ -40,7 +40,7 @@ class VTKFILTERSPARALLELFLOWPATHS_EXPORT vtkPStreaklineFilter: public vtkPParti protected: vtkPStreaklineFilter(); ~vtkPStreaklineFilter(){} - vtkPStreaklineFilter(const vtkPStreaklineFilter&); // Not implemented. + vtkPStreaklineFilter(const vtkPStreaklineFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPStreaklineFilter&) VTK_DELETE_FUNCTION; virtual int OutputParticles(vtkPolyData* poly); virtual void Finalize(); diff --git a/Filters/ParallelFlowPaths/vtkPStreamTracer.h b/Filters/ParallelFlowPaths/vtkPStreamTracer.h index 2c75645bba6cb97520a7dc2329b96fa3c7f7e669..60057ede86a757b05230790c84fec2e73b19eedc 100644 --- a/Filters/ParallelFlowPaths/vtkPStreamTracer.h +++ b/Filters/ParallelFlowPaths/vtkPStreamTracer.h @@ -67,7 +67,7 @@ protected: int EmptyData; private: - vtkPStreamTracer(const vtkPStreamTracer&); // Not implemented. + vtkPStreamTracer(const vtkPStreamTracer&) VTK_DELETE_FUNCTION; void operator=(const vtkPStreamTracer&) VTK_DELETE_FUNCTION; void Trace( vtkDataSet *input, diff --git a/Filters/ParallelFlowPaths/vtkPTemporalStreamTracer.h b/Filters/ParallelFlowPaths/vtkPTemporalStreamTracer.h index 736309e79ecdec13769e099f45059526547b7578..68e455f1bc2710cb84468aaa9bcc737e87b47ced 100644 --- a/Filters/ParallelFlowPaths/vtkPTemporalStreamTracer.h +++ b/Filters/ParallelFlowPaths/vtkPTemporalStreamTracer.h @@ -115,7 +115,7 @@ public: vtkMultiProcessController* Controller; private: - vtkPTemporalStreamTracer(const vtkPTemporalStreamTracer&); // Not implemented. + vtkPTemporalStreamTracer(const vtkPTemporalStreamTracer&) VTK_DELETE_FUNCTION; void operator=(const vtkPTemporalStreamTracer&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelGeometry/Testing/Cxx/TestPUnstructuredGridGhostCellsGenerator.cxx b/Filters/ParallelGeometry/Testing/Cxx/TestPUnstructuredGridGhostCellsGenerator.cxx index 121ede0806df5b7495abf4bdd1261046af2eea27..e3263fe06944a15e45432539acd9330efe9229db 100644 --- a/Filters/ParallelGeometry/Testing/Cxx/TestPUnstructuredGridGhostCellsGenerator.cxx +++ b/Filters/ParallelGeometry/Testing/Cxx/TestPUnstructuredGridGhostCellsGenerator.cxx @@ -81,7 +81,7 @@ protected: } private: - vtkRTAnalyticSource2(const vtkRTAnalyticSource2&); // Not implemented. + vtkRTAnalyticSource2(const vtkRTAnalyticSource2&) VTK_DELETE_FUNCTION; void operator=(const vtkRTAnalyticSource2&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelGeometry/vtkPDataSetGhostGenerator.h b/Filters/ParallelGeometry/vtkPDataSetGhostGenerator.h index 480b2edd0d1552715d1d8ead229eafd1cc7b7627..629c80c06fa76e62be37ee9e0fcf705f9a8b1e0a 100644 --- a/Filters/ParallelGeometry/vtkPDataSetGhostGenerator.h +++ b/Filters/ParallelGeometry/vtkPDataSetGhostGenerator.h @@ -66,7 +66,7 @@ protected: vtkMultiProcessController *Controller; private: - vtkPDataSetGhostGenerator(const vtkPDataSetGhostGenerator&); // Not implemented + vtkPDataSetGhostGenerator(const vtkPDataSetGhostGenerator&) VTK_DELETE_FUNCTION; void operator=(const vtkPDataSetGhostGenerator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelGeometry/vtkPStructuredGridGhostDataGenerator.h b/Filters/ParallelGeometry/vtkPStructuredGridGhostDataGenerator.h index c10b8c2055dffb2c8062d01efb4f6fcab70922a2..57bcd4529b7737683f9bb33feea19f4ead7fc870 100644 --- a/Filters/ParallelGeometry/vtkPStructuredGridGhostDataGenerator.h +++ b/Filters/ParallelGeometry/vtkPStructuredGridGhostDataGenerator.h @@ -83,7 +83,7 @@ protected: vtkPStructuredGridConnectivity *GridConnectivity; private: - vtkPStructuredGridGhostDataGenerator(const vtkPStructuredGridGhostDataGenerator&); // Not implemented + vtkPStructuredGridGhostDataGenerator(const vtkPStructuredGridGhostDataGenerator&) VTK_DELETE_FUNCTION; void operator=(const vtkPStructuredGridGhostDataGenerator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelGeometry/vtkPUniformGridGhostDataGenerator.h b/Filters/ParallelGeometry/vtkPUniformGridGhostDataGenerator.h index 142f750338c345ead65db664497d8ea137607683..9e00153a5dabe4b25236f568378c2fcdea9c481f 100644 --- a/Filters/ParallelGeometry/vtkPUniformGridGhostDataGenerator.h +++ b/Filters/ParallelGeometry/vtkPUniformGridGhostDataGenerator.h @@ -95,7 +95,7 @@ protected: vtkPStructuredGridConnectivity *GridConnectivity; private: - vtkPUniformGridGhostDataGenerator(const vtkPUniformGridGhostDataGenerator&); // Not implemented + vtkPUniformGridGhostDataGenerator(const vtkPUniformGridGhostDataGenerator&) VTK_DELETE_FUNCTION; void operator=(const vtkPUniformGridGhostDataGenerator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelGeometry/vtkPUnstructuredGridConnectivity.h b/Filters/ParallelGeometry/vtkPUnstructuredGridConnectivity.h index 630a2d936cac5e81413b5ad83e6322d6bae16c56..8406d93c67db603db1ace9e965c1c827dafa2383 100644 --- a/Filters/ParallelGeometry/vtkPUnstructuredGridConnectivity.h +++ b/Filters/ParallelGeometry/vtkPUnstructuredGridConnectivity.h @@ -289,7 +289,7 @@ protected: void ExtractBoundaryGrid(); private: - vtkPUnstructuredGridConnectivity(const vtkPUnstructuredGridConnectivity&); // Not implemented + vtkPUnstructuredGridConnectivity(const vtkPUnstructuredGridConnectivity&) VTK_DELETE_FUNCTION; void operator=(const vtkPUnstructuredGridConnectivity&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelGeometry/vtkPUnstructuredGridGhostCellsGenerator.h b/Filters/ParallelGeometry/vtkPUnstructuredGridGhostCellsGenerator.h index e6fa6925617f922093e0a2f060e4e3296806432d..0f8303df3753ce6cdcb544cbc57e9934e0251b78 100644 --- a/Filters/ParallelGeometry/vtkPUnstructuredGridGhostCellsGenerator.h +++ b/Filters/ParallelGeometry/vtkPUnstructuredGridGhostCellsGenerator.h @@ -167,7 +167,7 @@ private: struct vtkInternals; vtkInternals *Internals; - vtkPUnstructuredGridGhostCellsGenerator(const vtkPUnstructuredGridGhostCellsGenerator&); // Not implemented + vtkPUnstructuredGridGhostCellsGenerator(const vtkPUnstructuredGridGhostCellsGenerator&) VTK_DELETE_FUNCTION; void operator=(const vtkPUnstructuredGridGhostCellsGenerator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelGeometry/vtkPUnstructuredGridGhostDataGenerator.h b/Filters/ParallelGeometry/vtkPUnstructuredGridGhostDataGenerator.h index 23dda2c486d86432e18f1efc189384780f58bc74..944ea7716446c6e46b3d740740cbe349f72b85fa 100644 --- a/Filters/ParallelGeometry/vtkPUnstructuredGridGhostDataGenerator.h +++ b/Filters/ParallelGeometry/vtkPUnstructuredGridGhostDataGenerator.h @@ -72,7 +72,7 @@ protected: vtkPUnstructuredGridConnectivity* GhostZoneBuilder; vtkMultiProcessController* Controller; private: - vtkPUnstructuredGridGhostDataGenerator(const vtkPUnstructuredGridGhostDataGenerator&); // Not implemented + vtkPUnstructuredGridGhostDataGenerator(const vtkPUnstructuredGridGhostDataGenerator&) VTK_DELETE_FUNCTION; void operator=(const vtkPUnstructuredGridGhostDataGenerator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelImaging/vtkExtractPiece.h b/Filters/ParallelImaging/vtkExtractPiece.h index 6a2f277da929b1aad19c7a3101b9a40e9e0efe20..fab864085799ef7470c5cb2c47cb03c0e0e659d4 100644 --- a/Filters/ParallelImaging/vtkExtractPiece.h +++ b/Filters/ParallelImaging/vtkExtractPiece.h @@ -76,7 +76,7 @@ protected: int piece, int numberOfPieces, int ghostLevel, vtkCompositeDataIterator* iter); private: - vtkExtractPiece(const vtkExtractPiece&); // Not implemented. + vtkExtractPiece(const vtkExtractPiece&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractPiece&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelImaging/vtkMemoryLimitImageDataStreamer.h b/Filters/ParallelImaging/vtkMemoryLimitImageDataStreamer.h index 9385201106d8fa380272db636859ca96bc2de766..cec6a7ca4c383f48557f4e1b55fdca3cb08d709b 100644 --- a/Filters/ParallelImaging/vtkMemoryLimitImageDataStreamer.h +++ b/Filters/ParallelImaging/vtkMemoryLimitImageDataStreamer.h @@ -48,7 +48,7 @@ protected: unsigned long MemoryLimit; private: - vtkMemoryLimitImageDataStreamer(const vtkMemoryLimitImageDataStreamer&); // Not implemented. + vtkMemoryLimitImageDataStreamer(const vtkMemoryLimitImageDataStreamer&) VTK_DELETE_FUNCTION; void operator=(const vtkMemoryLimitImageDataStreamer&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelImaging/vtkPComputeHistogram2DOutliers.h b/Filters/ParallelImaging/vtkPComputeHistogram2DOutliers.h index 193e804bdb3df1b0fc8595c97af12246cfdfb91b..70bf5b9e1fdf753ceab0813ff5281f64bd630ee5 100644 --- a/Filters/ParallelImaging/vtkPComputeHistogram2DOutliers.h +++ b/Filters/ParallelImaging/vtkPComputeHistogram2DOutliers.h @@ -64,7 +64,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkPComputeHistogram2DOutliers(const vtkPComputeHistogram2DOutliers&); // Not implemented + vtkPComputeHistogram2DOutliers(const vtkPComputeHistogram2DOutliers&) VTK_DELETE_FUNCTION; void operator=(const vtkPComputeHistogram2DOutliers&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelImaging/vtkPExtractHistogram2D.h b/Filters/ParallelImaging/vtkPExtractHistogram2D.h index 496bdedf0032ca4e46fd81ef677336e4ad69847f..86c41d216dfc0bf99e5fbbda5a681918730b7d71 100644 --- a/Filters/ParallelImaging/vtkPExtractHistogram2D.h +++ b/Filters/ParallelImaging/vtkPExtractHistogram2D.h @@ -65,7 +65,7 @@ protected: vtkMultiBlockDataSet* outMeta ); private: - vtkPExtractHistogram2D(const vtkPExtractHistogram2D&); // Not implemented + vtkPExtractHistogram2D(const vtkPExtractHistogram2D&) VTK_DELETE_FUNCTION; void operator=(const vtkPExtractHistogram2D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelImaging/vtkPPairwiseExtractHistogram2D.h b/Filters/ParallelImaging/vtkPPairwiseExtractHistogram2D.h index e0dc870fad1ff6c2d8ce5eba71549912e535e597..0bbe7ba41546e9e06941e90bd3e817057d3fc508 100644 --- a/Filters/ParallelImaging/vtkPPairwiseExtractHistogram2D.h +++ b/Filters/ParallelImaging/vtkPPairwiseExtractHistogram2D.h @@ -67,7 +67,7 @@ protected: virtual vtkExtractHistogram2D* NewHistogramFilter(); private: - vtkPPairwiseExtractHistogram2D(const vtkPPairwiseExtractHistogram2D&); // Not implemented + vtkPPairwiseExtractHistogram2D(const vtkPPairwiseExtractHistogram2D&) VTK_DELETE_FUNCTION; void operator=(const vtkPPairwiseExtractHistogram2D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelImaging/vtkTransmitImageDataPiece.h b/Filters/ParallelImaging/vtkTransmitImageDataPiece.h index 62951f381f4a7617281fb26e51a1e37ca16e91e8..c3860d02030f3a14fbdb9e39115c86d9d2e7baa2 100644 --- a/Filters/ParallelImaging/vtkTransmitImageDataPiece.h +++ b/Filters/ParallelImaging/vtkTransmitImageDataPiece.h @@ -44,7 +44,7 @@ protected: ~vtkTransmitImageDataPiece(); private: - vtkTransmitImageDataPiece(const vtkTransmitImageDataPiece&); // Not implemented + vtkTransmitImageDataPiece(const vtkTransmitImageDataPiece&) VTK_DELETE_FUNCTION; void operator=(const vtkTransmitImageDataPiece&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelMPI/vtkDistributedDataFilter.h b/Filters/ParallelMPI/vtkDistributedDataFilter.h index 1ec568e83ba732bb133ef4534f297f699a4769a9..3c366c25a0edb625f3042eb0a081b740602097a2 100644 --- a/Filters/ParallelMPI/vtkDistributedDataFilter.h +++ b/Filters/ParallelMPI/vtkDistributedDataFilter.h @@ -550,7 +550,7 @@ private: vtkBSPCuts* UserCuts; - vtkDistributedDataFilter(const vtkDistributedDataFilter&); // Not implemented + vtkDistributedDataFilter(const vtkDistributedDataFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkDistributedDataFilter&) VTK_DELETE_FUNCTION; class vtkInternals; diff --git a/Filters/ParallelMPI/vtkPExtractGrid.h b/Filters/ParallelMPI/vtkPExtractGrid.h index 074cc24366753d70ff4047ea00c38795f87ffcc8..ff242f00d2023b5007a65648e046a38659320a56 100644 --- a/Filters/ParallelMPI/vtkPExtractGrid.h +++ b/Filters/ParallelMPI/vtkPExtractGrid.h @@ -56,7 +56,7 @@ protected: vtkMPIController* Controller; private: - vtkPExtractGrid(const vtkPExtractGrid&); // Not implemented. + vtkPExtractGrid(const vtkPExtractGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkPExtractGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelMPI/vtkPExtractRectilinearGrid.h b/Filters/ParallelMPI/vtkPExtractRectilinearGrid.h index 3829510d467d182f77e1ef983f26af32f02aba07..88fbf07d667c0323c4efa349cc8c590efdd155a7 100644 --- a/Filters/ParallelMPI/vtkPExtractRectilinearGrid.h +++ b/Filters/ParallelMPI/vtkPExtractRectilinearGrid.h @@ -59,7 +59,7 @@ protected: vtkMPIController* Controller; private: - vtkPExtractRectilinearGrid(const vtkPExtractRectilinearGrid&); // Not implemented. + vtkPExtractRectilinearGrid(const vtkPExtractRectilinearGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkPExtractRectilinearGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelMPI/vtkPExtractVOI.h b/Filters/ParallelMPI/vtkPExtractVOI.h index 92f8d65ab6c2f93a703f32a996d6265e82c51a6b..2a91eaaefaf1efd9731012c5be49f910221d77c6 100644 --- a/Filters/ParallelMPI/vtkPExtractVOI.h +++ b/Filters/ParallelMPI/vtkPExtractVOI.h @@ -58,7 +58,7 @@ protected: vtkMPIController* Controller; private: - vtkPExtractVOI(const vtkPExtractVOI&); // Not implemented. + vtkPExtractVOI(const vtkPExtractVOI&) VTK_DELETE_FUNCTION; void operator=(const vtkPExtractVOI&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelMPI/vtkStructuredImplicitConnectivity.h b/Filters/ParallelMPI/vtkStructuredImplicitConnectivity.h index 087660c5db6f90f8c6811cc3c08501fdcc96df7c..11f1a8b45e6c94ae4e7250c7ff5eab6fdcd6b75d 100644 --- a/Filters/ParallelMPI/vtkStructuredImplicitConnectivity.h +++ b/Filters/ParallelMPI/vtkStructuredImplicitConnectivity.h @@ -206,7 +206,7 @@ protected: void ExchangeExtents(); private: - vtkStructuredImplicitConnectivity(const vtkStructuredImplicitConnectivity&); // Not implemented + vtkStructuredImplicitConnectivity(const vtkStructuredImplicitConnectivity&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredImplicitConnectivity&) VTK_DELETE_FUNCTION; }; #endif diff --git a/Filters/ParallelStatistics/vtkPAutoCorrelativeStatistics.h b/Filters/ParallelStatistics/vtkPAutoCorrelativeStatistics.h index 643e9178caf3f82ea74202139dfce5654cd79790..5305574726d23ccf4e422eec558d8f845ea0948d 100644 --- a/Filters/ParallelStatistics/vtkPAutoCorrelativeStatistics.h +++ b/Filters/ParallelStatistics/vtkPAutoCorrelativeStatistics.h @@ -62,7 +62,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkPAutoCorrelativeStatistics(const vtkPAutoCorrelativeStatistics&); // Not implemented. + vtkPAutoCorrelativeStatistics(const vtkPAutoCorrelativeStatistics&) VTK_DELETE_FUNCTION; void operator=(const vtkPAutoCorrelativeStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelStatistics/vtkPBivariateLinearTableThreshold.h b/Filters/ParallelStatistics/vtkPBivariateLinearTableThreshold.h index 6f57d738b44b9acb01cabfdab37e4b116176f810..b16082853f001b28174afa52ee541351f5416ff4 100644 --- a/Filters/ParallelStatistics/vtkPBivariateLinearTableThreshold.h +++ b/Filters/ParallelStatistics/vtkPBivariateLinearTableThreshold.h @@ -56,7 +56,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkPBivariateLinearTableThreshold(const vtkPBivariateLinearTableThreshold&); // Not implemented + vtkPBivariateLinearTableThreshold(const vtkPBivariateLinearTableThreshold&) VTK_DELETE_FUNCTION; void operator=(const vtkPBivariateLinearTableThreshold&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelStatistics/vtkPContingencyStatistics.h b/Filters/ParallelStatistics/vtkPContingencyStatistics.h index 420f4a1d08e82c7ac452437240d10fb70bbac0e3..494592469288e9ae46150b479582edf4457c69dd 100644 --- a/Filters/ParallelStatistics/vtkPContingencyStatistics.h +++ b/Filters/ParallelStatistics/vtkPContingencyStatistics.h @@ -88,7 +88,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkPContingencyStatistics(const vtkPContingencyStatistics&); // Not implemented. + vtkPContingencyStatistics(const vtkPContingencyStatistics&) VTK_DELETE_FUNCTION; void operator=(const vtkPContingencyStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelStatistics/vtkPCorrelativeStatistics.h b/Filters/ParallelStatistics/vtkPCorrelativeStatistics.h index 7e7cddec186ee496842d198799c66b1dd2e4b88d..705657a0fa95a377b1becae0f86b0bc0ccab42de 100644 --- a/Filters/ParallelStatistics/vtkPCorrelativeStatistics.h +++ b/Filters/ParallelStatistics/vtkPCorrelativeStatistics.h @@ -67,7 +67,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkPCorrelativeStatistics(const vtkPCorrelativeStatistics&); // Not implemented. + vtkPCorrelativeStatistics(const vtkPCorrelativeStatistics&) VTK_DELETE_FUNCTION; void operator=(const vtkPCorrelativeStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelStatistics/vtkPDescriptiveStatistics.h b/Filters/ParallelStatistics/vtkPDescriptiveStatistics.h index 29bdc0b62f40b149179dddea463ca81e580ee21f..11f4ec287a42bc3a125d1e14f00f3e622ad56c01 100644 --- a/Filters/ParallelStatistics/vtkPDescriptiveStatistics.h +++ b/Filters/ParallelStatistics/vtkPDescriptiveStatistics.h @@ -60,7 +60,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkPDescriptiveStatistics(const vtkPDescriptiveStatistics&); // Not implemented. + vtkPDescriptiveStatistics(const vtkPDescriptiveStatistics&) VTK_DELETE_FUNCTION; void operator=(const vtkPDescriptiveStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelStatistics/vtkPKMeansStatistics.h b/Filters/ParallelStatistics/vtkPKMeansStatistics.h index 7d08be9f1bb6f219ba8e73af77152fdfe070b0ec..800a684905b27601520b4d39decb034e50746033 100644 --- a/Filters/ParallelStatistics/vtkPKMeansStatistics.h +++ b/Filters/ParallelStatistics/vtkPKMeansStatistics.h @@ -80,7 +80,7 @@ protected: private: - vtkPKMeansStatistics(const vtkPKMeansStatistics&); // Not implemented. + vtkPKMeansStatistics(const vtkPKMeansStatistics&) VTK_DELETE_FUNCTION; void operator=(const vtkPKMeansStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelStatistics/vtkPMultiCorrelativeStatistics.h b/Filters/ParallelStatistics/vtkPMultiCorrelativeStatistics.h index d4b3ccb11df30fc95b38a88be57db4cd45316612..14506a4bd4fbcec19c3497d843bfad95be0c4926 100644 --- a/Filters/ParallelStatistics/vtkPMultiCorrelativeStatistics.h +++ b/Filters/ParallelStatistics/vtkPMultiCorrelativeStatistics.h @@ -66,7 +66,7 @@ protected: virtual vtkOrderStatistics* CreateOrderStatisticsInstance(); private: - vtkPMultiCorrelativeStatistics(const vtkPMultiCorrelativeStatistics&); // Not implemented. + vtkPMultiCorrelativeStatistics(const vtkPMultiCorrelativeStatistics&) VTK_DELETE_FUNCTION; void operator=(const vtkPMultiCorrelativeStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelStatistics/vtkPOrderStatistics.h b/Filters/ParallelStatistics/vtkPOrderStatistics.h index 0c49a659b83a5b2efd91e202d0326d1be458098a..288e1fd54a51ab7273112d70ecdcbc014dc62c52 100644 --- a/Filters/ParallelStatistics/vtkPOrderStatistics.h +++ b/Filters/ParallelStatistics/vtkPOrderStatistics.h @@ -90,7 +90,7 @@ class VTKFILTERSPARALLELSTATISTICS_EXPORT vtkPOrderStatistics : public vtkOrderS vtkMultiProcessController* Controller; private: - vtkPOrderStatistics(const vtkPOrderStatistics&); // Not implemented. + vtkPOrderStatistics(const vtkPOrderStatistics&) VTK_DELETE_FUNCTION; void operator=(const vtkPOrderStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ParallelStatistics/vtkPPCAStatistics.h b/Filters/ParallelStatistics/vtkPPCAStatistics.h index a3bf0f959827fbb601ab31f9de48e81c70604a59..f7d9301add40ff61e9d964d4e39ee5ea2270e9ce 100644 --- a/Filters/ParallelStatistics/vtkPPCAStatistics.h +++ b/Filters/ParallelStatistics/vtkPPCAStatistics.h @@ -71,7 +71,7 @@ protected: virtual vtkOrderStatistics* CreateOrderStatisticsInstance(); private: - vtkPPCAStatistics(const vtkPPCAStatistics&); // Not implemented. + vtkPPCAStatistics(const vtkPPCAStatistics&) VTK_DELETE_FUNCTION; void operator=(const vtkPPCAStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkEllipsoidalGaussianKernel.h b/Filters/Points/vtkEllipsoidalGaussianKernel.h index 1d533da25b8161b643718972b36fed6718f89420..d18526773e95940e9f312158edd8ebdd07aa82be 100644 --- a/Filters/Points/vtkEllipsoidalGaussianKernel.h +++ b/Filters/Points/vtkEllipsoidalGaussianKernel.h @@ -162,7 +162,7 @@ protected: virtual void FreeStructures(); private: - vtkEllipsoidalGaussianKernel(const vtkEllipsoidalGaussianKernel&); // Not implemented. + vtkEllipsoidalGaussianKernel(const vtkEllipsoidalGaussianKernel&) VTK_DELETE_FUNCTION; void operator=(const vtkEllipsoidalGaussianKernel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkGaussianKernel.h b/Filters/Points/vtkGaussianKernel.h index 4c0b55f07475f4516e5859d2652eb527bf71cd63..ed7f39ffa23d0a1b6d24cdc2fd1f75bf4b462b7e 100644 --- a/Filters/Points/vtkGaussianKernel.h +++ b/Filters/Points/vtkGaussianKernel.h @@ -93,7 +93,7 @@ protected: double F2; private: - vtkGaussianKernel(const vtkGaussianKernel&); // Not implemented. + vtkGaussianKernel(const vtkGaussianKernel&) VTK_DELETE_FUNCTION; void operator=(const vtkGaussianKernel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkGeneralizedKernel.h b/Filters/Points/vtkGeneralizedKernel.h index 0ee84b7f5ae803038ac15af475c3837d59e1ba29..cc8c53c41d1f55dea46029be915c85890cfb9d57 100644 --- a/Filters/Points/vtkGeneralizedKernel.h +++ b/Filters/Points/vtkGeneralizedKernel.h @@ -168,7 +168,7 @@ protected: bool NormalizeWeights; private: - vtkGeneralizedKernel(const vtkGeneralizedKernel&); // Not implemented. + vtkGeneralizedKernel(const vtkGeneralizedKernel&) VTK_DELETE_FUNCTION; void operator=(const vtkGeneralizedKernel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkInterpolationKernel.h b/Filters/Points/vtkInterpolationKernel.h index 68d30157c7149b55b3fb4c339f4a57a5df1275c1..0f95b8c54354895ec5aba810d703e2775ae11a95 100644 --- a/Filters/Points/vtkInterpolationKernel.h +++ b/Filters/Points/vtkInterpolationKernel.h @@ -122,7 +122,7 @@ protected: virtual void FreeStructures(); private: - vtkInterpolationKernel(const vtkInterpolationKernel&); // Not implemented. + vtkInterpolationKernel(const vtkInterpolationKernel&) VTK_DELETE_FUNCTION; void operator=(const vtkInterpolationKernel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkLinearKernel.h b/Filters/Points/vtkLinearKernel.h index 46c391c14ff4d9938a923f0c7d92b8c553120307..90454b6cc041f74a7956df842663829885277d97 100644 --- a/Filters/Points/vtkLinearKernel.h +++ b/Filters/Points/vtkLinearKernel.h @@ -66,7 +66,7 @@ protected: ~vtkLinearKernel(); private: - vtkLinearKernel(const vtkLinearKernel&); // Not implemented. + vtkLinearKernel(const vtkLinearKernel&) VTK_DELETE_FUNCTION; void operator=(const vtkLinearKernel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkPointInterpolator.h b/Filters/Points/vtkPointInterpolator.h index af09fcc9b7bf2a0fa32d1fe4533cb4e499a661d7..1f77a3e9f2d125bbfc5d23e13d67f103440862a2 100644 --- a/Filters/Points/vtkPointInterpolator.h +++ b/Filters/Points/vtkPointInterpolator.h @@ -264,7 +264,7 @@ protected: double origin[3], double spacing[3]); private: - vtkPointInterpolator(const vtkPointInterpolator&); // Not implemented. + vtkPointInterpolator(const vtkPointInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkPointInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkPointInterpolator2D.h b/Filters/Points/vtkPointInterpolator2D.h index 5ac18d7393bf17f1cbff303d5a6d4842fa4ff9e6..9b003cc68b41c1c26da672eaf49616f43e1b5226 100644 --- a/Filters/Points/vtkPointInterpolator2D.h +++ b/Filters/Points/vtkPointInterpolator2D.h @@ -100,7 +100,7 @@ protected: virtual void Probe(vtkDataSet *input, vtkDataSet *source, vtkDataSet *output); private: - vtkPointInterpolator2D(const vtkPointInterpolator2D&); // Not implemented. + vtkPointInterpolator2D(const vtkPointInterpolator2D&) VTK_DELETE_FUNCTION; void operator=(const vtkPointInterpolator2D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkProbabilisticVoronoiKernel.h b/Filters/Points/vtkProbabilisticVoronoiKernel.h index 17e3282472ec327d1bb2c93259b95a9919f4c51f..67c59cb73b5924d80c202b760d908c328b912ee2 100644 --- a/Filters/Points/vtkProbabilisticVoronoiKernel.h +++ b/Filters/Points/vtkProbabilisticVoronoiKernel.h @@ -74,7 +74,7 @@ protected: ~vtkProbabilisticVoronoiKernel(); private: - vtkProbabilisticVoronoiKernel(const vtkProbabilisticVoronoiKernel&); // Not implemented. + vtkProbabilisticVoronoiKernel(const vtkProbabilisticVoronoiKernel&) VTK_DELETE_FUNCTION; void operator=(const vtkProbabilisticVoronoiKernel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkSPHCubicKernel.h b/Filters/Points/vtkSPHCubicKernel.h index 4be3841e3e6e7fd460a4468032099cd877b21bb3..52e1f1d208835fc0e8578a0c26854b7a6ae45a44 100644 --- a/Filters/Points/vtkSPHCubicKernel.h +++ b/Filters/Points/vtkSPHCubicKernel.h @@ -82,7 +82,7 @@ protected: ~vtkSPHCubicKernel(); private: - vtkSPHCubicKernel(const vtkSPHCubicKernel&); // Not implemented. + vtkSPHCubicKernel(const vtkSPHCubicKernel&) VTK_DELETE_FUNCTION; void operator=(const vtkSPHCubicKernel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkSPHInterpolator.h b/Filters/Points/vtkSPHInterpolator.h index cb27dcc64742c4de7f75a5dcade0aeb8bcf9c377..c5c75675d8803a1fb88695ceaa52b6a2547c74bc 100644 --- a/Filters/Points/vtkSPHInterpolator.h +++ b/Filters/Points/vtkSPHInterpolator.h @@ -358,7 +358,7 @@ protected: double origin[3], double spacing[3]); private: - vtkSPHInterpolator(const vtkSPHInterpolator&); // Not implemented. + vtkSPHInterpolator(const vtkSPHInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkSPHInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkSPHKernel.h b/Filters/Points/vtkSPHKernel.h index 7ec09f0b4a14dd341ac78fd1162bdf163832c804..bc84286ef39fcedbfc39b3744a0dfc383ef8d80a 100644 --- a/Filters/Points/vtkSPHKernel.h +++ b/Filters/Points/vtkSPHKernel.h @@ -169,7 +169,7 @@ protected: bool UseArraysForVolume; //if both mass and density arrays are present private: - vtkSPHKernel(const vtkSPHKernel&); // Not implemented. + vtkSPHKernel(const vtkSPHKernel&) VTK_DELETE_FUNCTION; void operator=(const vtkSPHKernel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkSPHQuarticKernel.h b/Filters/Points/vtkSPHQuarticKernel.h index fda661c6ccc88a89a1c788b3b2d844d49054ec61..42a72541c98367f9d2f1024cada930f06c26bae9 100644 --- a/Filters/Points/vtkSPHQuarticKernel.h +++ b/Filters/Points/vtkSPHQuarticKernel.h @@ -85,7 +85,7 @@ protected: ~vtkSPHQuarticKernel(); private: - vtkSPHQuarticKernel(const vtkSPHQuarticKernel&); // Not implemented. + vtkSPHQuarticKernel(const vtkSPHQuarticKernel&) VTK_DELETE_FUNCTION; void operator=(const vtkSPHQuarticKernel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkSPHQuinticKernel.h b/Filters/Points/vtkSPHQuinticKernel.h index d6bedb82989ac92409501c6d625256aab11144cf..5e37a6cc893b086a0b0f126245e3d7cec27a27c7 100644 --- a/Filters/Points/vtkSPHQuinticKernel.h +++ b/Filters/Points/vtkSPHQuinticKernel.h @@ -86,7 +86,7 @@ protected: ~vtkSPHQuinticKernel(); private: - vtkSPHQuinticKernel(const vtkSPHQuinticKernel&); // Not implemented. + vtkSPHQuinticKernel(const vtkSPHQuinticKernel&) VTK_DELETE_FUNCTION; void operator=(const vtkSPHQuinticKernel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkShepardKernel.h b/Filters/Points/vtkShepardKernel.h index c73164d72b19b15fcce6fdfcd4aeebf4eef7a3b7..836f940b352d7639fd24cf2591d9152d1b8da3a9 100644 --- a/Filters/Points/vtkShepardKernel.h +++ b/Filters/Points/vtkShepardKernel.h @@ -82,7 +82,7 @@ protected: double PowerParameter; private: - vtkShepardKernel(const vtkShepardKernel&); // Not implemented. + vtkShepardKernel(const vtkShepardKernel&) VTK_DELETE_FUNCTION; void operator=(const vtkShepardKernel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Points/vtkVoronoiKernel.h b/Filters/Points/vtkVoronoiKernel.h index aba8fc01c22c41614bcece10934b4903a6684be5..26d59ec7c636c0f8d5309c87198470bdef0c05a2 100644 --- a/Filters/Points/vtkVoronoiKernel.h +++ b/Filters/Points/vtkVoronoiKernel.h @@ -70,7 +70,7 @@ protected: ~vtkVoronoiKernel(); private: - vtkVoronoiKernel(const vtkVoronoiKernel&); // Not implemented. + vtkVoronoiKernel(const vtkVoronoiKernel&) VTK_DELETE_FUNCTION; void operator=(const vtkVoronoiKernel&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Programmable/vtkProgrammableAttributeDataFilter.h b/Filters/Programmable/vtkProgrammableAttributeDataFilter.h index cb39a04c760529f914ac125f13dcd4ba518672ae..83734af7dbe7c7d79363e3352e2226afa94149a7 100644 --- a/Filters/Programmable/vtkProgrammableAttributeDataFilter.h +++ b/Filters/Programmable/vtkProgrammableAttributeDataFilter.h @@ -132,7 +132,7 @@ private: { vtkErrorMacro( << "AddInput() must be called with a vtkDataSet not a vtkDataObject."); }; private: - vtkProgrammableAttributeDataFilter(const vtkProgrammableAttributeDataFilter&); // Not implemented. + vtkProgrammableAttributeDataFilter(const vtkProgrammableAttributeDataFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkProgrammableAttributeDataFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Programmable/vtkProgrammableFilter.h b/Filters/Programmable/vtkProgrammableFilter.h index 33c06f752857d25dbf9988d94a6a3a0c0f780491..0f68f19c91e79b8184137cd182b83cba16e2fa9e 100644 --- a/Filters/Programmable/vtkProgrammableFilter.h +++ b/Filters/Programmable/vtkProgrammableFilter.h @@ -122,7 +122,7 @@ protected: bool CopyArrays; private: - vtkProgrammableFilter(const vtkProgrammableFilter&); // Not implemented. + vtkProgrammableFilter(const vtkProgrammableFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkProgrammableFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Programmable/vtkProgrammableGlyphFilter.h b/Filters/Programmable/vtkProgrammableGlyphFilter.h index 237d013f4f1dac7ef7c9407e5d457b14ad5d3bf0..e6280b55ccbcfe901f13f179bda4601e55dd4158 100644 --- a/Filters/Programmable/vtkProgrammableGlyphFilter.h +++ b/Filters/Programmable/vtkProgrammableGlyphFilter.h @@ -150,7 +150,7 @@ protected: void *GlyphMethodArg; private: - vtkProgrammableGlyphFilter(const vtkProgrammableGlyphFilter&); // Not implemented. + vtkProgrammableGlyphFilter(const vtkProgrammableGlyphFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkProgrammableGlyphFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Python/vtkPythonAlgorithm.h b/Filters/Python/vtkPythonAlgorithm.h index 865491d9b54b45581c30288ae7344bb3b699fd0f..0f341ba79d509963de9449482a20d0a253316dab 100644 --- a/Filters/Python/vtkPythonAlgorithm.h +++ b/Filters/Python/vtkPythonAlgorithm.h @@ -80,7 +80,7 @@ protected: virtual int FillOutputPortInformation(int port, vtkInformation* info); private: - vtkPythonAlgorithm(const vtkPythonAlgorithm&); // Not implemented. + vtkPythonAlgorithm(const vtkPythonAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkPythonAlgorithm&) VTK_DELETE_FUNCTION; int CheckResult(const char* method, const vtkSmartPyObject& res); diff --git a/Filters/ReebGraph/vtkReebGraphSimplificationFilter.h b/Filters/ReebGraph/vtkReebGraphSimplificationFilter.h index faf77306294672dd38217646f32dcab4e6999bee..7960043c6d53a023f7bf5abee79138c1dc8add0f 100644 --- a/Filters/ReebGraph/vtkReebGraphSimplificationFilter.h +++ b/Filters/ReebGraph/vtkReebGraphSimplificationFilter.h @@ -62,7 +62,7 @@ protected: vtkInformationVector **inputVector, vtkInformationVector *outputVector); private: - vtkReebGraphSimplificationFilter(const vtkReebGraphSimplificationFilter&); // Not implemented. + vtkReebGraphSimplificationFilter(const vtkReebGraphSimplificationFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkReebGraphSimplificationFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ReebGraph/vtkReebGraphSurfaceSkeletonFilter.h b/Filters/ReebGraph/vtkReebGraphSurfaceSkeletonFilter.h index 83d0205fa433d546fe18f143c73cbebc65343c50..07e688bc4045ec518f06862eaa1aa042d65ea0bd 100644 --- a/Filters/ReebGraph/vtkReebGraphSurfaceSkeletonFilter.h +++ b/Filters/ReebGraph/vtkReebGraphSurfaceSkeletonFilter.h @@ -88,7 +88,7 @@ protected: vtkInformationVector **inputVector, vtkInformationVector *outputVector); private: - vtkReebGraphSurfaceSkeletonFilter(const vtkReebGraphSurfaceSkeletonFilter&); // Not implemented. + vtkReebGraphSurfaceSkeletonFilter(const vtkReebGraphSurfaceSkeletonFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkReebGraphSurfaceSkeletonFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ReebGraph/vtkReebGraphToJoinSplitTreeFilter.h b/Filters/ReebGraph/vtkReebGraphToJoinSplitTreeFilter.h index 1b7e174f79dc0b1c67ff21a241217ad65b5e36a2..47a313a920e1957fb7aec7c987d3a15d71afdc8d 100644 --- a/Filters/ReebGraph/vtkReebGraphToJoinSplitTreeFilter.h +++ b/Filters/ReebGraph/vtkReebGraphToJoinSplitTreeFilter.h @@ -75,7 +75,7 @@ protected: vtkInformationVector **inputVector, vtkInformationVector *outputVector); private: - vtkReebGraphToJoinSplitTreeFilter(const vtkReebGraphToJoinSplitTreeFilter&); // Not implemented. + vtkReebGraphToJoinSplitTreeFilter(const vtkReebGraphToJoinSplitTreeFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkReebGraphToJoinSplitTreeFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ReebGraph/vtkReebGraphVolumeSkeletonFilter.h b/Filters/ReebGraph/vtkReebGraphVolumeSkeletonFilter.h index 7dab0760c3c43148ff5dde171910f663e960199c..64e32267cee63246846c7fd0727f3f3da4d4c732 100644 --- a/Filters/ReebGraph/vtkReebGraphVolumeSkeletonFilter.h +++ b/Filters/ReebGraph/vtkReebGraphVolumeSkeletonFilter.h @@ -90,7 +90,7 @@ protected: vtkInformationVector **inputVector, vtkInformationVector *outputVector); private: - vtkReebGraphVolumeSkeletonFilter(const vtkReebGraphVolumeSkeletonFilter&); // Not implemented. + vtkReebGraphVolumeSkeletonFilter(const vtkReebGraphVolumeSkeletonFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkReebGraphVolumeSkeletonFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/ReebGraph/vtkUnstructuredGridToReebGraphFilter.h b/Filters/ReebGraph/vtkUnstructuredGridToReebGraphFilter.h index 8f4d20fbb6e094abe72fdab03be0427da1b8ddef..26417217c57746c55d084a16a2aa6abe69455eaa 100644 --- a/Filters/ReebGraph/vtkUnstructuredGridToReebGraphFilter.h +++ b/Filters/ReebGraph/vtkUnstructuredGridToReebGraphFilter.h @@ -59,7 +59,7 @@ protected: vtkInformationVector*); private: - vtkUnstructuredGridToReebGraphFilter(const vtkUnstructuredGridToReebGraphFilter&); // Not implemented. + vtkUnstructuredGridToReebGraphFilter(const vtkUnstructuredGridToReebGraphFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkUnstructuredGridToReebGraphFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/SMP/vtkSMPContourGrid.h b/Filters/SMP/vtkSMPContourGrid.h index be555904d34af6a1139087cf8e5578c44f604e78..d81b60f6492bfa44022116cacefcdabebfca1292 100644 --- a/Filters/SMP/vtkSMPContourGrid.h +++ b/Filters/SMP/vtkSMPContourGrid.h @@ -63,7 +63,7 @@ protected: bool MergePieces; private: - vtkSMPContourGrid(const vtkSMPContourGrid&); // Not implemented. + vtkSMPContourGrid(const vtkSMPContourGrid&) VTK_DELETE_FUNCTION; void operator=(const vtkSMPContourGrid&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/SMP/vtkSMPContourGridManyPieces.h b/Filters/SMP/vtkSMPContourGridManyPieces.h index 1b2f54bc3deb325f1d5e53ac95348e94fe1b50db..a8e1c7a77d04d609080b2dee53fb138aab483b72 100644 --- a/Filters/SMP/vtkSMPContourGridManyPieces.h +++ b/Filters/SMP/vtkSMPContourGridManyPieces.h @@ -47,7 +47,7 @@ protected: virtual int FillOutputPortInformation(int port, vtkInformation* info); private: - vtkSMPContourGridManyPieces(const vtkSMPContourGridManyPieces&); // Not implemented. + vtkSMPContourGridManyPieces(const vtkSMPContourGridManyPieces&) VTK_DELETE_FUNCTION; void operator=(const vtkSMPContourGridManyPieces&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/SMP/vtkSMPMergePoints.h b/Filters/SMP/vtkSMPMergePoints.h index b53226d1a86657fe1e7c59858ef9c0f26666f56b..2b280941b24c94709424d34f5b0e5e9a27344665 100644 --- a/Filters/SMP/vtkSMPMergePoints.h +++ b/Filters/SMP/vtkSMPMergePoints.h @@ -102,7 +102,7 @@ protected: vtkAtomicIdType AtomicInsertionId; private: - vtkSMPMergePoints(const vtkSMPMergePoints&); // Not implemented + vtkSMPMergePoints(const vtkSMPMergePoints&) VTK_DELETE_FUNCTION; void operator=(const vtkSMPMergePoints&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/SMP/vtkSMPMergePolyDataHelper.h b/Filters/SMP/vtkSMPMergePolyDataHelper.h index b4727a9dd937d7a649fa7bc3b68397712e5aa3ca..bee69e575714abd44f3d01b811a55ac7f74f0841 100644 --- a/Filters/SMP/vtkSMPMergePolyDataHelper.h +++ b/Filters/SMP/vtkSMPMergePolyDataHelper.h @@ -76,7 +76,7 @@ protected: ~vtkSMPMergePolyDataHelper(); private: - vtkSMPMergePolyDataHelper(const vtkSMPMergePolyDataHelper&); // Not implemented. + vtkSMPMergePolyDataHelper(const vtkSMPMergePolyDataHelper&) VTK_DELETE_FUNCTION; void operator=(const vtkSMPMergePolyDataHelper&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/SMP/vtkSMPTransform.h b/Filters/SMP/vtkSMPTransform.h index 81cbfc3097cca487c6c29c2a757e2f0514a8a7bc..eb979dbdb1ce6c131365e53bb5bd107d7bcc042f 100644 --- a/Filters/SMP/vtkSMPTransform.h +++ b/Filters/SMP/vtkSMPTransform.h @@ -64,7 +64,7 @@ protected: ~vtkSMPTransform () {} private: - vtkSMPTransform (const vtkSMPTransform&); // Not implemented + vtkSMPTransform (const vtkSMPTransform&) VTK_DELETE_FUNCTION; void operator=(const vtkSMPTransform&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/SMP/vtkSMPWarpVector.h b/Filters/SMP/vtkSMPWarpVector.h index 0329f7dd8bac9f352f24e51ec8766e0a4aad0030..a747411f3d1e810d24003332e2629b3e855a506c 100644 --- a/Filters/SMP/vtkSMPWarpVector.h +++ b/Filters/SMP/vtkSMPWarpVector.h @@ -44,7 +44,7 @@ protected : vtkInformationVector *); private : - vtkSMPWarpVector(const vtkSMPWarpVector&); // Not implemented. + vtkSMPWarpVector(const vtkSMPWarpVector&) VTK_DELETE_FUNCTION; void operator=(const vtkSMPWarpVector&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/SMP/vtkThreadedSynchronizedTemplates3D.h b/Filters/SMP/vtkThreadedSynchronizedTemplates3D.h index 95a941648d5787bd3373615d6aee3914ec7a4eb6..40a83626ee9b67e50c02c88a7dbe02b2c75b56b8 100644 --- a/Filters/SMP/vtkThreadedSynchronizedTemplates3D.h +++ b/Filters/SMP/vtkThreadedSynchronizedTemplates3D.h @@ -159,7 +159,7 @@ protected: int GenerateTriangles; private: - vtkThreadedSynchronizedTemplates3D(const vtkThreadedSynchronizedTemplates3D&); // Not implemented. + vtkThreadedSynchronizedTemplates3D(const vtkThreadedSynchronizedTemplates3D&) VTK_DELETE_FUNCTION; void operator=(const vtkThreadedSynchronizedTemplates3D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/SMP/vtkThreadedSynchronizedTemplatesCutter3D.h b/Filters/SMP/vtkThreadedSynchronizedTemplatesCutter3D.h index e7de2db89df46b82f72c6615a93658fd99cb0f7f..1fc7fe09b1bc3800325722ebfe9b07b08122cee8 100644 --- a/Filters/SMP/vtkThreadedSynchronizedTemplatesCutter3D.h +++ b/Filters/SMP/vtkThreadedSynchronizedTemplatesCutter3D.h @@ -71,7 +71,7 @@ protected: virtual int FillOutputPortInformation(int port, vtkInformation* info); private: - vtkThreadedSynchronizedTemplatesCutter3D(const vtkThreadedSynchronizedTemplatesCutter3D&); // Not implemented. + vtkThreadedSynchronizedTemplatesCutter3D(const vtkThreadedSynchronizedTemplatesCutter3D&) VTK_DELETE_FUNCTION; void operator=(const vtkThreadedSynchronizedTemplatesCutter3D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Selection/vtkCellDistanceSelector.h b/Filters/Selection/vtkCellDistanceSelector.h index a74d6d67a1f32decf05f0a3f1de95c2517167fff..85f3cca76951194cf9a4bdb9626af6aa3e8eb851 100644 --- a/Filters/Selection/vtkCellDistanceSelector.h +++ b/Filters/Selection/vtkCellDistanceSelector.h @@ -121,7 +121,7 @@ class VTKFILTERSSELECTION_EXPORT vtkCellDistanceSelector : public vtkSelectionAl int AddIntermediate; private: - vtkCellDistanceSelector(const vtkCellDistanceSelector &); // Not implemented + vtkCellDistanceSelector(const vtkCellDistanceSelector &) VTK_DELETE_FUNCTION; void operator= (const vtkCellDistanceSelector &) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Selection/vtkKdTreeSelector.h b/Filters/Selection/vtkKdTreeSelector.h index d5dbd51712936ab9ef809cefc18f21b43010afc1..9caa38b425d56a3f9e12942425985e385db7f327 100644 --- a/Filters/Selection/vtkKdTreeSelector.h +++ b/Filters/Selection/vtkKdTreeSelector.h @@ -112,7 +112,7 @@ protected: vtkInformationVector*); private: - vtkKdTreeSelector(const vtkKdTreeSelector&); // Not implemented + vtkKdTreeSelector(const vtkKdTreeSelector&) VTK_DELETE_FUNCTION; void operator=(const vtkKdTreeSelector&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Selection/vtkLinearSelector.h b/Filters/Selection/vtkLinearSelector.h index f691e6e2f648341846b08feeec0105bc788a553a..82900baae81232d0bccc22a73f489b409edf087d 100644 --- a/Filters/Selection/vtkLinearSelector.h +++ b/Filters/Selection/vtkLinearSelector.h @@ -92,7 +92,7 @@ class VTKFILTERSSELECTION_EXPORT vtkLinearSelector : public vtkSelectionAlgorith void SeekIntersectingCells(vtkDataSet* input, vtkIdTypeArray* outIndices); private: - vtkLinearSelector(const vtkLinearSelector&); // Not implemented + vtkLinearSelector(const vtkLinearSelector&) VTK_DELETE_FUNCTION; void operator =(const vtkLinearSelector&) VTK_DELETE_FUNCTION; // Description: diff --git a/Filters/Sources/vtkArcSource.h b/Filters/Sources/vtkArcSource.h index 45f615a8bfaf3ff9f427b8bee597596c44310805..bc2a2e39ba7e6bfc72cff2aca214499c49776f31 100644 --- a/Filters/Sources/vtkArcSource.h +++ b/Filters/Sources/vtkArcSource.h @@ -133,7 +133,7 @@ protected: int OutputPointsPrecision; private: - vtkArcSource(const vtkArcSource&); // Not implemented. + vtkArcSource(const vtkArcSource&) VTK_DELETE_FUNCTION; void operator=(const vtkArcSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkArrowSource.h b/Filters/Sources/vtkArrowSource.h index dfef1359c4f371c46ffb4fa8bdd63094feb4be99..7bdef85a574f933caff1297717e525a9a7aa9663 100644 --- a/Filters/Sources/vtkArrowSource.h +++ b/Filters/Sources/vtkArrowSource.h @@ -88,7 +88,7 @@ protected: private: - vtkArrowSource(const vtkArrowSource&); // Not implemented. + vtkArrowSource(const vtkArrowSource&) VTK_DELETE_FUNCTION; void operator=(const vtkArrowSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkButtonSource.h b/Filters/Sources/vtkButtonSource.h index 96463a584cc23d366919cc6da14814bbf91dafa2..c4287923ae18e574122c71f50867b19ce945ade7 100644 --- a/Filters/Sources/vtkButtonSource.h +++ b/Filters/Sources/vtkButtonSource.h @@ -102,7 +102,7 @@ protected: int TwoSided; private: - vtkButtonSource(const vtkButtonSource&); // Not implemented. + vtkButtonSource(const vtkButtonSource&) VTK_DELETE_FUNCTION; void operator=(const vtkButtonSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkConeSource.h b/Filters/Sources/vtkConeSource.h index 8e87d537efd664f939a00167efaad8bb03e84035..ecd2d3f59d3a19570c808ee87ea042209e311ffb 100644 --- a/Filters/Sources/vtkConeSource.h +++ b/Filters/Sources/vtkConeSource.h @@ -112,7 +112,7 @@ protected: int OutputPointsPrecision; private: - vtkConeSource(const vtkConeSource&); // Not implemented. + vtkConeSource(const vtkConeSource&) VTK_DELETE_FUNCTION; void operator=(const vtkConeSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkCubeSource.h b/Filters/Sources/vtkCubeSource.h index 680e69a17508d5a4e384216156a51620bd4e8536..6ee1bc576a6c720ec45d6524b5ad41cdd5aae74f 100644 --- a/Filters/Sources/vtkCubeSource.h +++ b/Filters/Sources/vtkCubeSource.h @@ -76,7 +76,7 @@ protected: double Center[3]; int OutputPointsPrecision; private: - vtkCubeSource(const vtkCubeSource&); // Not implemented. + vtkCubeSource(const vtkCubeSource&) VTK_DELETE_FUNCTION; void operator=(const vtkCubeSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkCylinderSource.h b/Filters/Sources/vtkCylinderSource.h index 0a96bb06540efd3e630ea380484bc92b6540cba0..9a3956de212d1de6e0e0864c324bdd500bd9eff4 100644 --- a/Filters/Sources/vtkCylinderSource.h +++ b/Filters/Sources/vtkCylinderSource.h @@ -83,7 +83,7 @@ protected: int OutputPointsPrecision; private: - vtkCylinderSource(const vtkCylinderSource&); // Not implemented. + vtkCylinderSource(const vtkCylinderSource&) VTK_DELETE_FUNCTION; void operator=(const vtkCylinderSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkDiagonalMatrixSource.h b/Filters/Sources/vtkDiagonalMatrixSource.h index 195d0ed168a11f3b65ade78ad8ae69bb52edfc6d..64b7d89ea5e4ffc87754e6da0477b1e59d5e4a22 100644 --- a/Filters/Sources/vtkDiagonalMatrixSource.h +++ b/Filters/Sources/vtkDiagonalMatrixSource.h @@ -90,7 +90,7 @@ protected: vtkInformationVector*); private: - vtkDiagonalMatrixSource(const vtkDiagonalMatrixSource&); // Not implemented + vtkDiagonalMatrixSource(const vtkDiagonalMatrixSource&) VTK_DELETE_FUNCTION; void operator=(const vtkDiagonalMatrixSource&) VTK_DELETE_FUNCTION; vtkArray* GenerateDenseArray(); diff --git a/Filters/Sources/vtkDiskSource.h b/Filters/Sources/vtkDiskSource.h index bd4dff98d3b5a8e9b1bd68f512ee2adcebf6e8ef..ee294a4d89bb588fc21cb7edef0406c1e6d6ab50 100644 --- a/Filters/Sources/vtkDiskSource.h +++ b/Filters/Sources/vtkDiskSource.h @@ -73,7 +73,7 @@ protected: int OutputPointsPrecision; private: - vtkDiskSource(const vtkDiskSource&); // Not implemented. + vtkDiskSource(const vtkDiskSource&) VTK_DELETE_FUNCTION; void operator=(const vtkDiskSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkEllipseArcSource.h b/Filters/Sources/vtkEllipseArcSource.h index 8f6164d47116770ede2c1e3914c99e9ed3056e3e..f7025ed1e580af1fa4768899b3d4a93305f6fec3 100644 --- a/Filters/Sources/vtkEllipseArcSource.h +++ b/Filters/Sources/vtkEllipseArcSource.h @@ -103,7 +103,7 @@ protected: int OutputPointsPrecision; private: - vtkEllipseArcSource(const vtkEllipseArcSource&); // Not implemented. + vtkEllipseArcSource(const vtkEllipseArcSource&) VTK_DELETE_FUNCTION; void operator=(const vtkEllipseArcSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkEllipticalButtonSource.h b/Filters/Sources/vtkEllipticalButtonSource.h index 973d072e46b55c5a43f9a65386d9a1760401f564..f4a602ab2bf61815973d31cbe89bdf0d4be96a63 100644 --- a/Filters/Sources/vtkEllipticalButtonSource.h +++ b/Filters/Sources/vtkEllipticalButtonSource.h @@ -137,7 +137,7 @@ private: void IntersectEllipseWithLine(double a2, double b2, double dX, double dY, double& xe, double& ye); - vtkEllipticalButtonSource(const vtkEllipticalButtonSource&); // Not implemented. + vtkEllipticalButtonSource(const vtkEllipticalButtonSource&) VTK_DELETE_FUNCTION; void operator=(const vtkEllipticalButtonSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkFrustumSource.h b/Filters/Sources/vtkFrustumSource.h index 9e3036c58b4d89e3f96cda1bd5a5f0140c36349d..76ab7a567bf30a2283b18b134879f12e999d7ccd 100644 --- a/Filters/Sources/vtkFrustumSource.h +++ b/Filters/Sources/vtkFrustumSource.h @@ -97,7 +97,7 @@ protected: int OutputPointsPrecision; private: - vtkFrustumSource(const vtkFrustumSource&); // Not implemented. + vtkFrustumSource(const vtkFrustumSource&) VTK_DELETE_FUNCTION; void operator=(const vtkFrustumSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkGlyphSource2D.h b/Filters/Sources/vtkGlyphSource2D.h index c8f5e503a1f1bcb4f2d522c10ab111e3b9e5436d..33de377c95c78b5f836b8fee8b0ddc20b3ae97ac 100644 --- a/Filters/Sources/vtkGlyphSource2D.h +++ b/Filters/Sources/vtkGlyphSource2D.h @@ -192,7 +192,7 @@ protected: vtkCellArray *polys, vtkUnsignedCharArray *colors); private: - vtkGlyphSource2D(const vtkGlyphSource2D&); // Not implemented. + vtkGlyphSource2D(const vtkGlyphSource2D&) VTK_DELETE_FUNCTION; void operator=(const vtkGlyphSource2D&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkGraphToPolyData.h b/Filters/Sources/vtkGraphToPolyData.h index 5eb2e3e75472f6ae48958270f72d3d10acfe67e1..99ae0b91c343a7401039f6b8a0936fe03cbcdc32 100644 --- a/Filters/Sources/vtkGraphToPolyData.h +++ b/Filters/Sources/vtkGraphToPolyData.h @@ -80,7 +80,7 @@ protected: int FillInputPortInformation(int port, vtkInformation* info); private: - vtkGraphToPolyData(const vtkGraphToPolyData&); // Not implemented. + vtkGraphToPolyData(const vtkGraphToPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphToPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkHyperOctreeFractalSource.h b/Filters/Sources/vtkHyperOctreeFractalSource.h index a3fb790f90de712c7b2465b8c0dfed605f334612..d231cde44e4cd073d48ababb18e18c5ef9bfa027 100644 --- a/Filters/Sources/vtkHyperOctreeFractalSource.h +++ b/Filters/Sources/vtkHyperOctreeFractalSource.h @@ -136,7 +136,7 @@ protected: double SpanThreshold; private: - vtkHyperOctreeFractalSource(const vtkHyperOctreeFractalSource&); // Not implemented. + vtkHyperOctreeFractalSource(const vtkHyperOctreeFractalSource&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperOctreeFractalSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkHyperTreeGridSource.h b/Filters/Sources/vtkHyperTreeGridSource.h index 0dd663e4cc99a3be2a9ca28a2a34c2da23a2287c..792e03a52805ed6a958f732855999faeb0cfa87a 100644 --- a/Filters/Sources/vtkHyperTreeGridSource.h +++ b/Filters/Sources/vtkHyperTreeGridSource.h @@ -257,7 +257,7 @@ protected: vtkHyperTreeGrid* Output; private: - vtkHyperTreeGridSource(const vtkHyperTreeGridSource&); // Not implemented. + vtkHyperTreeGridSource(const vtkHyperTreeGridSource&) VTK_DELETE_FUNCTION; void operator=(const vtkHyperTreeGridSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkLineSource.h b/Filters/Sources/vtkLineSource.h index 7f02c9899e941105be078de227ac36f10d83b50b..73f8adcca38737833d2cc5365123d6812f5e016c 100644 --- a/Filters/Sources/vtkLineSource.h +++ b/Filters/Sources/vtkLineSource.h @@ -83,7 +83,7 @@ protected: vtkPoints* Points; private: - vtkLineSource(const vtkLineSource&); // Not implemented. + vtkLineSource(const vtkLineSource&) VTK_DELETE_FUNCTION; void operator=(const vtkLineSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkOutlineCornerFilter.h b/Filters/Sources/vtkOutlineCornerFilter.h index 292096519079b9a09d6e8e3a82a1dc363b3c3b97..b027f78ec2afd838d0fe65134f47cdebfe74069e 100644 --- a/Filters/Sources/vtkOutlineCornerFilter.h +++ b/Filters/Sources/vtkOutlineCornerFilter.h @@ -51,7 +51,7 @@ protected: double CornerFactor; private: - vtkOutlineCornerFilter(const vtkOutlineCornerFilter&); // Not implemented. + vtkOutlineCornerFilter(const vtkOutlineCornerFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkOutlineCornerFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkOutlineCornerSource.h b/Filters/Sources/vtkOutlineCornerSource.h index 941e8a7de8bcee2668ebf31d610f5ff5176c7ef7..03b879bb8443a686f2f454f41f443a6f81e01ec8 100644 --- a/Filters/Sources/vtkOutlineCornerSource.h +++ b/Filters/Sources/vtkOutlineCornerSource.h @@ -55,7 +55,7 @@ protected: double CornerFactor; int OutputPointsPrecision; private: - vtkOutlineCornerSource(const vtkOutlineCornerSource&); // Not implemented. + vtkOutlineCornerSource(const vtkOutlineCornerSource&) VTK_DELETE_FUNCTION; void operator=(const vtkOutlineCornerSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkOutlineSource.h b/Filters/Sources/vtkOutlineSource.h index 6b5e7172156e824f7927b62bec592581dec78cd2..e51e38ea0e872e418f1a624d45ad6b70827c08c8 100644 --- a/Filters/Sources/vtkOutlineSource.h +++ b/Filters/Sources/vtkOutlineSource.h @@ -86,7 +86,7 @@ protected: double Corners[24]; private: - vtkOutlineSource(const vtkOutlineSource&); // Not implemented. + vtkOutlineSource(const vtkOutlineSource&) VTK_DELETE_FUNCTION; void operator=(const vtkOutlineSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkParametricFunctionSource.h b/Filters/Sources/vtkParametricFunctionSource.h index c23c31395d98fb4e9b8b732d83d93613387a3fb1..35e55c90fd064bc2f591bc1d1ca6da01a922314d 100644 --- a/Filters/Sources/vtkParametricFunctionSource.h +++ b/Filters/Sources/vtkParametricFunctionSource.h @@ -203,7 +203,7 @@ private: // void MakeTriangles ( vtkCellArray * strips, int PtsU, int PtsV ); - vtkParametricFunctionSource(const vtkParametricFunctionSource&); // Not implemented. + vtkParametricFunctionSource(const vtkParametricFunctionSource&) VTK_DELETE_FUNCTION; void operator=(const vtkParametricFunctionSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkPlaneSource.h b/Filters/Sources/vtkPlaneSource.h index cae8354314724da94e55c3682c7bd17f73dd5039..945ad1300159b568f863b14615dc81a65650d4f9 100644 --- a/Filters/Sources/vtkPlaneSource.h +++ b/Filters/Sources/vtkPlaneSource.h @@ -138,7 +138,7 @@ protected: int UpdatePlane(double v1[3], double v2[3]); private: - vtkPlaneSource(const vtkPlaneSource&); // Not implemented. + vtkPlaneSource(const vtkPlaneSource&) VTK_DELETE_FUNCTION; void operator=(const vtkPlaneSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkPlatonicSolidSource.h b/Filters/Sources/vtkPlatonicSolidSource.h index 153d66fdd6d2ea4cce030650fc44ad3c27622bec..6214380929a386e947d34f9ec0f6643560f4adc4 100644 --- a/Filters/Sources/vtkPlatonicSolidSource.h +++ b/Filters/Sources/vtkPlatonicSolidSource.h @@ -70,7 +70,7 @@ protected: int OutputPointsPrecision; private: - vtkPlatonicSolidSource(const vtkPlatonicSolidSource&); // Not implemented. + vtkPlatonicSolidSource(const vtkPlatonicSolidSource&) VTK_DELETE_FUNCTION; void operator=(const vtkPlatonicSolidSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkPointSource.h b/Filters/Sources/vtkPointSource.h index 79b27073b77a588a48867bcbe266f9c98d457b39..d1e53db697ef113001962be3f44d058c7bfd8d38 100644 --- a/Filters/Sources/vtkPointSource.h +++ b/Filters/Sources/vtkPointSource.h @@ -85,7 +85,7 @@ protected: int OutputPointsPrecision; private: - vtkPointSource(const vtkPointSource&); // Not implemented. + vtkPointSource(const vtkPointSource&) VTK_DELETE_FUNCTION; void operator=(const vtkPointSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkPolyLineSource.h b/Filters/Sources/vtkPolyLineSource.h index d9e76096bef45b8ced725bda4aac55aafcb0fd0e..c44fd61dea91e05bd3f661214fc12651539640ab 100644 --- a/Filters/Sources/vtkPolyLineSource.h +++ b/Filters/Sources/vtkPolyLineSource.h @@ -67,7 +67,7 @@ protected: int Closed; private: - vtkPolyLineSource(const vtkPolyLineSource&); // Not implemented. + vtkPolyLineSource(const vtkPolyLineSource&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyLineSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkProgrammableDataObjectSource.h b/Filters/Sources/vtkProgrammableDataObjectSource.h index 38433dc2ccb5c1661a9c8d5e760199a4ba73195d..8e3c23955d1feed8756c3b2652a1eb1cff046c12 100644 --- a/Filters/Sources/vtkProgrammableDataObjectSource.h +++ b/Filters/Sources/vtkProgrammableDataObjectSource.h @@ -73,7 +73,7 @@ protected: ProgrammableMethodCallbackType ExecuteMethodArgDelete; void *ExecuteMethodArg; private: - vtkProgrammableDataObjectSource(const vtkProgrammableDataObjectSource&); // Not implemented. + vtkProgrammableDataObjectSource(const vtkProgrammableDataObjectSource&) VTK_DELETE_FUNCTION; void operator=(const vtkProgrammableDataObjectSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkProgrammableSource.h b/Filters/Sources/vtkProgrammableSource.h index f4ab6294f9f1f14d1d50b17ebca7db969b430588..7a5c43910f140f7bd083320fd327c95f50277e0b 100644 --- a/Filters/Sources/vtkProgrammableSource.h +++ b/Filters/Sources/vtkProgrammableSource.h @@ -113,7 +113,7 @@ protected: int RequestedDataType; private: - vtkProgrammableSource(const vtkProgrammableSource&); // Not implemented. + vtkProgrammableSource(const vtkProgrammableSource&) VTK_DELETE_FUNCTION; void operator=(const vtkProgrammableSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkRectangularButtonSource.h b/Filters/Sources/vtkRectangularButtonSource.h index c5a9acf131ebcbc89488355f67016f8e1a441684..86ebadaa1440b7e9654b40d01f24b998d664009a 100644 --- a/Filters/Sources/vtkRectangularButtonSource.h +++ b/Filters/Sources/vtkRectangularButtonSource.h @@ -125,7 +125,7 @@ protected: int OutputPointsPrecision; private: - vtkRectangularButtonSource(const vtkRectangularButtonSource&); // Not implemented. + vtkRectangularButtonSource(const vtkRectangularButtonSource&) VTK_DELETE_FUNCTION; void operator=(const vtkRectangularButtonSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkRegularPolygonSource.h b/Filters/Sources/vtkRegularPolygonSource.h index b4f15d6a217b61e7d46f68c349d1de47da0c1a20..699c167d49a710784639385ece51ad1b3cd00ffc 100644 --- a/Filters/Sources/vtkRegularPolygonSource.h +++ b/Filters/Sources/vtkRegularPolygonSource.h @@ -94,7 +94,7 @@ protected: int OutputPointsPrecision; private: - vtkRegularPolygonSource(const vtkRegularPolygonSource&); // Not implemented. + vtkRegularPolygonSource(const vtkRegularPolygonSource&) VTK_DELETE_FUNCTION; void operator=(const vtkRegularPolygonSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkSelectionSource.h b/Filters/Sources/vtkSelectionSource.h index 94e94cfe5e75ffa2d34f5cb5604ca832be2b876c..c63e3db4d54bca96b4f522ff14a324051c36ffc8 100644 --- a/Filters/Sources/vtkSelectionSource.h +++ b/Filters/Sources/vtkSelectionSource.h @@ -153,7 +153,7 @@ protected: char *QueryString; private: - vtkSelectionSource(const vtkSelectionSource&); // Not implemented. + vtkSelectionSource(const vtkSelectionSource&) VTK_DELETE_FUNCTION; void operator=(const vtkSelectionSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkSphereSource.h b/Filters/Sources/vtkSphereSource.h index 4d80d78afaa9536046b820d1e432ae81b1283d35..85384ea710b0460325d881d20af70f85bfa0030f 100644 --- a/Filters/Sources/vtkSphereSource.h +++ b/Filters/Sources/vtkSphereSource.h @@ -125,7 +125,7 @@ protected: int OutputPointsPrecision; private: - vtkSphereSource(const vtkSphereSource&); // Not implemented. + vtkSphereSource(const vtkSphereSource&) VTK_DELETE_FUNCTION; void operator=(const vtkSphereSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkSuperquadricSource.h b/Filters/Sources/vtkSuperquadricSource.h index b4ad7eeacadafe72c2b88ad612bc55a7e0158255..a847090083f331c10177f2e511a34f9670d31b63 100644 --- a/Filters/Sources/vtkSuperquadricSource.h +++ b/Filters/Sources/vtkSuperquadricSource.h @@ -151,7 +151,7 @@ protected: int OutputPointsPrecision; private: - vtkSuperquadricSource(const vtkSuperquadricSource&); // Not implemented. + vtkSuperquadricSource(const vtkSuperquadricSource&) VTK_DELETE_FUNCTION; void operator=(const vtkSuperquadricSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkTessellatedBoxSource.h b/Filters/Sources/vtkTessellatedBoxSource.h index 64c76e7d9b86aea1c9f67dfbdfcf961137d9c43d..07d8fc8d636a853118516db97e1a8b8c08666d5b 100644 --- a/Filters/Sources/vtkTessellatedBoxSource.h +++ b/Filters/Sources/vtkTessellatedBoxSource.h @@ -139,7 +139,7 @@ protected: int OutputPointsPrecision; private: - vtkTessellatedBoxSource(const vtkTessellatedBoxSource&); // Not implemented. + vtkTessellatedBoxSource(const vtkTessellatedBoxSource&) VTK_DELETE_FUNCTION; void operator=(const vtkTessellatedBoxSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkTextSource.h b/Filters/Sources/vtkTextSource.h index fd904362d20f2f8c0db0c42e133f322d0176a0e8..e01f0e37d988136597f6d757a717cda685ea75df 100644 --- a/Filters/Sources/vtkTextSource.h +++ b/Filters/Sources/vtkTextSource.h @@ -85,7 +85,7 @@ protected: double BackgroundColor[4]; int OutputPointsPrecision; private: - vtkTextSource(const vtkTextSource&); // Not implemented. + vtkTextSource(const vtkTextSource&) VTK_DELETE_FUNCTION; void operator=(const vtkTextSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Sources/vtkTexturedSphereSource.h b/Filters/Sources/vtkTexturedSphereSource.h index 18c8835af5970faba9a541ed83ccda1c3e371870..3494d33417b6fa231c338b26e65ab1e94dfacb84 100644 --- a/Filters/Sources/vtkTexturedSphereSource.h +++ b/Filters/Sources/vtkTexturedSphereSource.h @@ -84,7 +84,7 @@ protected: int OutputPointsPrecision; private: - vtkTexturedSphereSource(const vtkTexturedSphereSource&); // Not implemented. + vtkTexturedSphereSource(const vtkTexturedSphereSource&) VTK_DELETE_FUNCTION; void operator=(const vtkTexturedSphereSource&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkAutoCorrelativeStatistics.h b/Filters/Statistics/vtkAutoCorrelativeStatistics.h index 5eb40ac239ba6b559de58fdea421d6f9a2b96431..57d7d562b47e91b395e2bd61be6a4f8637d2b749 100644 --- a/Filters/Statistics/vtkAutoCorrelativeStatistics.h +++ b/Filters/Statistics/vtkAutoCorrelativeStatistics.h @@ -111,7 +111,7 @@ protected: vtkIdType SliceCardinality; private: - vtkAutoCorrelativeStatistics( const vtkAutoCorrelativeStatistics& ); // Not implemented + vtkAutoCorrelativeStatistics( const vtkAutoCorrelativeStatistics& ) VTK_DELETE_FUNCTION; void operator = ( const vtkAutoCorrelativeStatistics& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkBivariateLinearTableThreshold.h b/Filters/Statistics/vtkBivariateLinearTableThreshold.h index c5ef15ae0204da78d2930e4b5ef087a45bb218e0..d41e2e8eb05f2fae5bfd9ee6b2318f02b9c2800e 100644 --- a/Filters/Statistics/vtkBivariateLinearTableThreshold.h +++ b/Filters/Statistics/vtkBivariateLinearTableThreshold.h @@ -197,7 +197,7 @@ protected: // Determine if x,y is between ANY TWO of the specified lines. int ThresholdBetween(double x, double y); private: - vtkBivariateLinearTableThreshold(const vtkBivariateLinearTableThreshold&); // Not implemented + vtkBivariateLinearTableThreshold(const vtkBivariateLinearTableThreshold&) VTK_DELETE_FUNCTION; void operator=(const vtkBivariateLinearTableThreshold&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkComputeQuartiles.h b/Filters/Statistics/vtkComputeQuartiles.h index 192a60b96427f0608e943fec9a7f7f6039c75c50..0168038f08aea3efb1dd3b266456b6564dd1e69a 100644 --- a/Filters/Statistics/vtkComputeQuartiles.h +++ b/Filters/Statistics/vtkComputeQuartiles.h @@ -63,7 +63,7 @@ protected: private: void operator=(const vtkComputeQuartiles&) VTK_DELETE_FUNCTION; - vtkComputeQuartiles(const vtkComputeQuartiles&); // Not implemented + vtkComputeQuartiles(const vtkComputeQuartiles&) VTK_DELETE_FUNCTION; int GetInputFieldAssociation(); vtkFieldData* GetInputFieldData(vtkDataObject* input); diff --git a/Filters/Statistics/vtkContingencyStatistics.h b/Filters/Statistics/vtkContingencyStatistics.h index 708e43cce5348d7aaa6eb301789adc3165236d86..226ae8d93780a22d5ce86605375fd4b00c0510bf 100644 --- a/Filters/Statistics/vtkContingencyStatistics.h +++ b/Filters/Statistics/vtkContingencyStatistics.h @@ -112,7 +112,7 @@ protected: AssessFunctor*& dfunc ); private: - vtkContingencyStatistics(const vtkContingencyStatistics&); // Not implemented + vtkContingencyStatistics(const vtkContingencyStatistics&) VTK_DELETE_FUNCTION; void operator=(const vtkContingencyStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkCorrelativeStatistics.h b/Filters/Statistics/vtkCorrelativeStatistics.h index 575248158f436f133e6ed88a89c6f969ec8c9256..d01e5fd2b71dd832d0426a86e226878c522634c6 100644 --- a/Filters/Statistics/vtkCorrelativeStatistics.h +++ b/Filters/Statistics/vtkCorrelativeStatistics.h @@ -102,7 +102,7 @@ protected: AssessFunctor*& dfunc ); private: - vtkCorrelativeStatistics(const vtkCorrelativeStatistics&); // Not implemented + vtkCorrelativeStatistics(const vtkCorrelativeStatistics&) VTK_DELETE_FUNCTION; void operator=(const vtkCorrelativeStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkDescriptiveStatistics.h b/Filters/Statistics/vtkDescriptiveStatistics.h index e0488e1d485576033f8ff7211f011453ad886bdf..ddebd38ef56ea943560b3beb76befd3a1f616fd3 100644 --- a/Filters/Statistics/vtkDescriptiveStatistics.h +++ b/Filters/Statistics/vtkDescriptiveStatistics.h @@ -145,7 +145,7 @@ protected: int SignedDeviations; private: - vtkDescriptiveStatistics( const vtkDescriptiveStatistics& ); // Not implemented + vtkDescriptiveStatistics( const vtkDescriptiveStatistics& ) VTK_DELETE_FUNCTION; void operator = ( const vtkDescriptiveStatistics& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkExtractFunctionalBagPlot.h b/Filters/Statistics/vtkExtractFunctionalBagPlot.h index 94dbdec2088c5b00736152de2defb2b39cfa938f..31a08ad0f7e9dc69c2cd467c8cf971a6dffe1521 100644 --- a/Filters/Statistics/vtkExtractFunctionalBagPlot.h +++ b/Filters/Statistics/vtkExtractFunctionalBagPlot.h @@ -62,7 +62,7 @@ protected: int PUser; private: - vtkExtractFunctionalBagPlot( const vtkExtractFunctionalBagPlot& ); // Not implemented. + vtkExtractFunctionalBagPlot( const vtkExtractFunctionalBagPlot& ) VTK_DELETE_FUNCTION; void operator = ( const vtkExtractFunctionalBagPlot& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkHighestDensityRegionsStatistics.h b/Filters/Statistics/vtkHighestDensityRegionsStatistics.h index 07a3550303f731a98504d9146ba38c13e140eee8..04e021e8530ff6edc6bb02330729907e98d7f268 100644 --- a/Filters/Statistics/vtkHighestDensityRegionsStatistics.h +++ b/Filters/Statistics/vtkHighestDensityRegionsStatistics.h @@ -135,7 +135,7 @@ private : double ComputeSmoothGaussianKernel(int dimension, double khx, double khy); private: - vtkHighestDensityRegionsStatistics(const vtkHighestDensityRegionsStatistics&); // Not implemented + vtkHighestDensityRegionsStatistics(const vtkHighestDensityRegionsStatistics&) VTK_DELETE_FUNCTION; void operator = (const vtkHighestDensityRegionsStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkKMeansDistanceFunctor.h b/Filters/Statistics/vtkKMeansDistanceFunctor.h index a677c2bad5116295f8fe7c8255ee7b923dcd4c00..3b891d4193f2522b710d75067a4839503c528391 100644 --- a/Filters/Statistics/vtkKMeansDistanceFunctor.h +++ b/Filters/Statistics/vtkKMeansDistanceFunctor.h @@ -89,7 +89,7 @@ protected: vtkTable* CenterUpdates; // Used to hold online computation of next iteration's cluster center coords. private: - vtkKMeansDistanceFunctor( const vtkKMeansDistanceFunctor& ); // Not implemented. + vtkKMeansDistanceFunctor( const vtkKMeansDistanceFunctor& ) VTK_DELETE_FUNCTION; void operator = ( const vtkKMeansDistanceFunctor& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkKMeansDistanceFunctorCalculator.h b/Filters/Statistics/vtkKMeansDistanceFunctorCalculator.h index 101bde660a2fa8e9205ce6241308922ae0d93986..7e8270bd24b0244dfac597a80b7bf18b1bfa1a33 100644 --- a/Filters/Statistics/vtkKMeansDistanceFunctorCalculator.h +++ b/Filters/Statistics/vtkKMeansDistanceFunctorCalculator.h @@ -58,7 +58,7 @@ protected: vtkFunctionParser* FunctionParser; private: - vtkKMeansDistanceFunctorCalculator( const vtkKMeansDistanceFunctorCalculator& ); // Not implemented. + vtkKMeansDistanceFunctorCalculator( const vtkKMeansDistanceFunctorCalculator& ) VTK_DELETE_FUNCTION; void operator = ( const vtkKMeansDistanceFunctorCalculator& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkKMeansStatistics.h b/Filters/Statistics/vtkKMeansStatistics.h index 84ec361bd60875187960e4d724e9a306388f267c..fe0b116a82655dbb0550c22087c8fbac5935ad5c 100644 --- a/Filters/Statistics/vtkKMeansStatistics.h +++ b/Filters/Statistics/vtkKMeansStatistics.h @@ -242,7 +242,7 @@ protected: vtkKMeansDistanceFunctor* DistanceFunctor; private: - vtkKMeansStatistics( const vtkKMeansStatistics& ); // Not implemented + vtkKMeansStatistics( const vtkKMeansStatistics& ) VTK_DELETE_FUNCTION; void operator=( const vtkKMeansStatistics& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkMultiCorrelativeStatistics.h b/Filters/Statistics/vtkMultiCorrelativeStatistics.h index 31b15cd9bf24324ee364db0d94a9186309e48fe1..6002481327a168d79cbcd770f5034d96cbfdf2bd 100644 --- a/Filters/Statistics/vtkMultiCorrelativeStatistics.h +++ b/Filters/Statistics/vtkMultiCorrelativeStatistics.h @@ -148,7 +148,7 @@ protected: bool MedianAbsoluteDeviation; private: - vtkMultiCorrelativeStatistics( const vtkMultiCorrelativeStatistics& ); // Not implemented + vtkMultiCorrelativeStatistics( const vtkMultiCorrelativeStatistics& ) VTK_DELETE_FUNCTION; void operator = ( const vtkMultiCorrelativeStatistics& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkOrderStatistics.h b/Filters/Statistics/vtkOrderStatistics.h index 53667244d744de2d65635f959b017ddb2bbe7b28..46cbb5dbc25bfca6be16ec049b205bd75cadd7cd 100644 --- a/Filters/Statistics/vtkOrderStatistics.h +++ b/Filters/Statistics/vtkOrderStatistics.h @@ -142,7 +142,7 @@ protected: vtkIdType MaximumHistogramSize; private: - vtkOrderStatistics(const vtkOrderStatistics&); // Not implemented + vtkOrderStatistics(const vtkOrderStatistics&) VTK_DELETE_FUNCTION; void operator=(const vtkOrderStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkPCAStatistics.h b/Filters/Statistics/vtkPCAStatistics.h index 5850c939fc1951312713f3de3f287e35e83edbfe..ba1b1ff0dd7b5ed1720ce53555d7ab3d45506a12 100644 --- a/Filters/Statistics/vtkPCAStatistics.h +++ b/Filters/Statistics/vtkPCAStatistics.h @@ -260,7 +260,7 @@ protected: static const char* NormalizationSchemeEnumNames[NUM_NORMALIZATION_SCHEMES + 1]; private: - vtkPCAStatistics( const vtkPCAStatistics& ); // Not implemented + vtkPCAStatistics( const vtkPCAStatistics& ) VTK_DELETE_FUNCTION; void operator = ( const vtkPCAStatistics& ) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkStatisticsAlgorithm.h b/Filters/Statistics/vtkStatisticsAlgorithm.h index a34d9a604658c57ece5da3048e0b075ee1961faa..0de9fa327127b1db64665ab9218e2d0175c28926 100644 --- a/Filters/Statistics/vtkStatisticsAlgorithm.h +++ b/Filters/Statistics/vtkStatisticsAlgorithm.h @@ -298,7 +298,7 @@ protected: vtkStatisticsAlgorithmPrivate* Internals; private: - vtkStatisticsAlgorithm(const vtkStatisticsAlgorithm&); // Not implemented + vtkStatisticsAlgorithm(const vtkStatisticsAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkStatisticsAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkStrahlerMetric.h b/Filters/Statistics/vtkStrahlerMetric.h index e22361f14adc2f9a06685b609e29084101994378..84adc4e29599baa5e12a624b50a78a474af2b6f0 100644 --- a/Filters/Statistics/vtkStrahlerMetric.h +++ b/Filters/Statistics/vtkStrahlerMetric.h @@ -84,7 +84,7 @@ protected: float CalculateStrahler(vtkIdType root, vtkFloatArray *metric, vtkTree *graph); private: - vtkStrahlerMetric(const vtkStrahlerMetric&); // Not implemented. + vtkStrahlerMetric(const vtkStrahlerMetric&) VTK_DELETE_FUNCTION; void operator=(const vtkStrahlerMetric&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Statistics/vtkStreamingStatistics.h b/Filters/Statistics/vtkStreamingStatistics.h index 23ba8dff5a7223df92710665c5a5614fd15ba0c2..24e8d142f51109e905c2d88063a2cadafc8efae4 100644 --- a/Filters/Statistics/vtkStreamingStatistics.h +++ b/Filters/Statistics/vtkStreamingStatistics.h @@ -79,7 +79,7 @@ protected: vtkInformationVector* ); private: - vtkStreamingStatistics( const vtkStreamingStatistics& ); // Not implemented + vtkStreamingStatistics( const vtkStreamingStatistics& ) VTK_DELETE_FUNCTION; void operator = ( const vtkStreamingStatistics& ) VTK_DELETE_FUNCTION; // Internal statistics algorithm to care for and feed diff --git a/Filters/StatisticsGnuR/vtkContingencyStatisticsGnuR.h b/Filters/StatisticsGnuR/vtkContingencyStatisticsGnuR.h index 1eef1ce89b9db831adda5a87b2697e9d9f79142e..63c07595368cce2de83084f60e7fff2b64628ba4 100644 --- a/Filters/StatisticsGnuR/vtkContingencyStatisticsGnuR.h +++ b/Filters/StatisticsGnuR/vtkContingencyStatisticsGnuR.h @@ -61,7 +61,7 @@ protected: virtual void CalculatePValues(vtkTable*); private: - vtkContingencyStatisticsGnuR(const vtkContingencyStatisticsGnuR&); // Not implemented + vtkContingencyStatisticsGnuR(const vtkContingencyStatisticsGnuR&) VTK_DELETE_FUNCTION; void operator=(const vtkContingencyStatisticsGnuR&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/StatisticsGnuR/vtkCorrelativeStatisticsGnuR.h b/Filters/StatisticsGnuR/vtkCorrelativeStatisticsGnuR.h index ee4376073104086cbd517f0fdb93606725c9903d..716c7c76517e0de857623d20c51f2faa57435900 100644 --- a/Filters/StatisticsGnuR/vtkCorrelativeStatisticsGnuR.h +++ b/Filters/StatisticsGnuR/vtkCorrelativeStatisticsGnuR.h @@ -61,7 +61,7 @@ protected: virtual vtkDoubleArray* CalculatePValues(vtkDoubleArray*); private: - vtkCorrelativeStatisticsGnuR(const vtkCorrelativeStatisticsGnuR&); // Not implemented + vtkCorrelativeStatisticsGnuR(const vtkCorrelativeStatisticsGnuR&) VTK_DELETE_FUNCTION; void operator=(const vtkCorrelativeStatisticsGnuR&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/StatisticsGnuR/vtkDescriptiveStatisticsGnuR.h b/Filters/StatisticsGnuR/vtkDescriptiveStatisticsGnuR.h index cef0aad085b8149ceff99bc4afcb97230b823ed6..fd581c58a06f85088be7f1e038ff1febe9a338b4 100644 --- a/Filters/StatisticsGnuR/vtkDescriptiveStatisticsGnuR.h +++ b/Filters/StatisticsGnuR/vtkDescriptiveStatisticsGnuR.h @@ -59,7 +59,7 @@ protected: virtual vtkDoubleArray* CalculatePValues(vtkDoubleArray*); private: - vtkDescriptiveStatisticsGnuR(const vtkDescriptiveStatisticsGnuR&); // Not implemented + vtkDescriptiveStatisticsGnuR(const vtkDescriptiveStatisticsGnuR&) VTK_DELETE_FUNCTION; void operator=(const vtkDescriptiveStatisticsGnuR&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/StatisticsGnuR/vtkPCAStatisticsGnuR.h b/Filters/StatisticsGnuR/vtkPCAStatisticsGnuR.h index 7cce8374a32142f7c2ac607d6c1a810405b9817f..814bc23b531315b7deed203041f84ae65da1736c 100644 --- a/Filters/StatisticsGnuR/vtkPCAStatisticsGnuR.h +++ b/Filters/StatisticsGnuR/vtkPCAStatisticsGnuR.h @@ -64,7 +64,7 @@ protected: virtual vtkDoubleArray* CalculatePValues(vtkIdTypeArray*, vtkDoubleArray*); private: - vtkPCAStatisticsGnuR(const vtkPCAStatisticsGnuR&); // Not implemented + vtkPCAStatisticsGnuR(const vtkPCAStatisticsGnuR&) VTK_DELETE_FUNCTION; void operator=(const vtkPCAStatisticsGnuR&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/StatisticsGnuR/vtkRAdapter.h b/Filters/StatisticsGnuR/vtkRAdapter.h index 366f70978aadfeca8ac99efdefc83bc66c6239c4..44e7f90282e1e2a8853c99e592572fb3c4c78b84 100644 --- a/Filters/StatisticsGnuR/vtkRAdapter.h +++ b/Filters/StatisticsGnuR/vtkRAdapter.h @@ -117,7 +117,7 @@ protected: private: - vtkRAdapter(const vtkRAdapter&); // Not implemented + vtkRAdapter(const vtkRAdapter&) VTK_DELETE_FUNCTION; void operator=(const vtkRAdapter&) VTK_DELETE_FUNCTION; vtkDataArrayCollection* vdac; // Collection of vtkDataArrays that have been converted from R. diff --git a/Filters/StatisticsGnuR/vtkRCalculatorFilter.h b/Filters/StatisticsGnuR/vtkRCalculatorFilter.h index 324a01b9163418da4656549724f3263f4797919a..c07311a742f68ee03e273f5449047569c6d16fa5 100644 --- a/Filters/StatisticsGnuR/vtkRCalculatorFilter.h +++ b/Filters/StatisticsGnuR/vtkRCalculatorFilter.h @@ -177,7 +177,7 @@ protected: private: - vtkRCalculatorFilter(const vtkRCalculatorFilter&); // Not implemented. + vtkRCalculatorFilter(const vtkRCalculatorFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkRCalculatorFilter&) VTK_DELETE_FUNCTION; // Implementation details diff --git a/Filters/StatisticsGnuR/vtkRInterface.h b/Filters/StatisticsGnuR/vtkRInterface.h index de5a046cf658d548e6e54ff40629f842ceda1f9f..c9988770e8574aca486d1714941d6937b1460745 100644 --- a/Filters/StatisticsGnuR/vtkRInterface.h +++ b/Filters/StatisticsGnuR/vtkRInterface.h @@ -120,7 +120,7 @@ protected: private: int FillOutputBuffer(); - vtkRInterface(const vtkRInterface&); // Not implemented + vtkRInterface(const vtkRInterface&) VTK_DELETE_FUNCTION; void operator=(const vtkRInterface&) VTK_DELETE_FUNCTION; vtkImplementationRSingleton* rs; diff --git a/Filters/StatisticsGnuR/vtkRRandomTableSource.h b/Filters/StatisticsGnuR/vtkRRandomTableSource.h index aba4ac42c13aab6721a2941a9c2a263dfc85b945..b35870b209e724d410c1667bd2a7bd87eab13d67 100644 --- a/Filters/StatisticsGnuR/vtkRRandomTableSource.h +++ b/Filters/StatisticsGnuR/vtkRRandomTableSource.h @@ -220,7 +220,7 @@ protected: vtkInformationVector*); private: - vtkRRandomTableSource(const vtkRRandomTableSource&); // Not implemented + vtkRRandomTableSource(const vtkRRandomTableSource&) VTK_DELETE_FUNCTION; void operator=(const vtkRRandomTableSource&) VTK_DELETE_FUNCTION; int NumberOfRows; diff --git a/Filters/Texture/vtkImplicitTextureCoords.h b/Filters/Texture/vtkImplicitTextureCoords.h index 6355823ddbc42e80529b5fd3dc0f3b3bcaa331a2..48cc187493ecab4a2968c733d92ba9cecde01492 100644 --- a/Filters/Texture/vtkImplicitTextureCoords.h +++ b/Filters/Texture/vtkImplicitTextureCoords.h @@ -95,7 +95,7 @@ protected: vtkImplicitFunction *TFunction; int FlipTexture; private: - vtkImplicitTextureCoords(const vtkImplicitTextureCoords&); // Not implemented. + vtkImplicitTextureCoords(const vtkImplicitTextureCoords&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitTextureCoords&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Texture/vtkTextureMapToCylinder.h b/Filters/Texture/vtkTextureMapToCylinder.h index 8c08c23365d15823ae0b3a82a232d87e948845fc..4f5d92fd8a888143ce628fac9923ed9323783bbb 100644 --- a/Filters/Texture/vtkTextureMapToCylinder.h +++ b/Filters/Texture/vtkTextureMapToCylinder.h @@ -96,7 +96,7 @@ protected: int PreventSeam; private: - vtkTextureMapToCylinder(const vtkTextureMapToCylinder&); // Not implemented. + vtkTextureMapToCylinder(const vtkTextureMapToCylinder&) VTK_DELETE_FUNCTION; void operator=(const vtkTextureMapToCylinder&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Texture/vtkTextureMapToPlane.h b/Filters/Texture/vtkTextureMapToPlane.h index 9f4b37f9c6c210e51e63461bde977d75ba102460..c9f16f34710d84eba96b30b041f7b7400fd88bd3 100644 --- a/Filters/Texture/vtkTextureMapToPlane.h +++ b/Filters/Texture/vtkTextureMapToPlane.h @@ -105,7 +105,7 @@ protected: int AutomaticPlaneGeneration; private: - vtkTextureMapToPlane(const vtkTextureMapToPlane&); // Not implemented. + vtkTextureMapToPlane(const vtkTextureMapToPlane&) VTK_DELETE_FUNCTION; void operator=(const vtkTextureMapToPlane&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Texture/vtkTextureMapToSphere.h b/Filters/Texture/vtkTextureMapToSphere.h index ae236a8ddcc417ac5715e6e866fc471cef1740e7..627b8aff55d931bc9b11d246831e574974a35ed6 100644 --- a/Filters/Texture/vtkTextureMapToSphere.h +++ b/Filters/Texture/vtkTextureMapToSphere.h @@ -87,7 +87,7 @@ protected: int PreventSeam; private: - vtkTextureMapToSphere(const vtkTextureMapToSphere&); // Not implemented. + vtkTextureMapToSphere(const vtkTextureMapToSphere&) VTK_DELETE_FUNCTION; void operator=(const vtkTextureMapToSphere&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Texture/vtkThresholdTextureCoords.h b/Filters/Texture/vtkThresholdTextureCoords.h index 68606316280952203a4182eebe3196f210370ca5..73c40ff1db0734cf1b516922db6010867c4a4ca5 100644 --- a/Filters/Texture/vtkThresholdTextureCoords.h +++ b/Filters/Texture/vtkThresholdTextureCoords.h @@ -100,7 +100,7 @@ protected: int Between(double s) {return ( s >= this->LowerThreshold ? ( s <= this->UpperThreshold ? 1 : 0 ) : 0 );}; private: - vtkThresholdTextureCoords(const vtkThresholdTextureCoords&); // Not implemented. + vtkThresholdTextureCoords(const vtkThresholdTextureCoords&) VTK_DELETE_FUNCTION; void operator=(const vtkThresholdTextureCoords&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Texture/vtkTransformTextureCoords.h b/Filters/Texture/vtkTransformTextureCoords.h index cd95516046682e8ed29885ee165c0cedb00d6b64..f742a49e601194db2ce446eacb61b8fb3ed5bdd0 100644 --- a/Filters/Texture/vtkTransformTextureCoords.h +++ b/Filters/Texture/vtkTransformTextureCoords.h @@ -106,7 +106,7 @@ protected: int FlipS; //boolean indicates whether to flip texture around s-axis int FlipT; //boolean indicates whether to flip texture around t-axis private: - vtkTransformTextureCoords(const vtkTransformTextureCoords&); // Not implemented. + vtkTransformTextureCoords(const vtkTransformTextureCoords&) VTK_DELETE_FUNCTION; void operator=(const vtkTransformTextureCoords&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Texture/vtkTriangularTCoords.h b/Filters/Texture/vtkTriangularTCoords.h index 71f52c1181ee45a992163fedc41d911d4d25188c..85837aa7fbc4aa510e92111971b531a65231813f 100644 --- a/Filters/Texture/vtkTriangularTCoords.h +++ b/Filters/Texture/vtkTriangularTCoords.h @@ -46,7 +46,7 @@ protected: // Usual data generation method int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkTriangularTCoords(const vtkTriangularTCoords&); // Not implemented. + vtkTriangularTCoords(const vtkTriangularTCoords&) VTK_DELETE_FUNCTION; void operator=(const vtkTriangularTCoords&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Verdict/vtkCellQuality.h b/Filters/Verdict/vtkCellQuality.h index 1e6ad4e3d7e2864ed78864f366050c860018786d..bc50af2662c094f9f3adf18d24763ea82e1bbd9a 100644 --- a/Filters/Verdict/vtkCellQuality.h +++ b/Filters/Verdict/vtkCellQuality.h @@ -363,7 +363,7 @@ private: vtkIdList* PointIds; vtkPoints* Points; - vtkCellQuality(const vtkCellQuality&); // Not implemented + vtkCellQuality(const vtkCellQuality&) VTK_DELETE_FUNCTION; void operator=(const vtkCellQuality&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Verdict/vtkMatrixMathFilter.h b/Filters/Verdict/vtkMatrixMathFilter.h index 0ac2a3830c8bb12505bb2276fec2a5c115d49f38..74c2eccae120b601f9b4cc8e0179d7e8a92b003d 100644 --- a/Filters/Verdict/vtkMatrixMathFilter.h +++ b/Filters/Verdict/vtkMatrixMathFilter.h @@ -84,7 +84,7 @@ protected: int Operation; private: - vtkMatrixMathFilter(const vtkMatrixMathFilter&); // Not implemented + vtkMatrixMathFilter(const vtkMatrixMathFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkMatrixMathFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Filters/Verdict/vtkMeshQuality.h b/Filters/Verdict/vtkMeshQuality.h index 88a84507f19b048482f3e36d29135ebe05b0a865..81e73320cc3e073c67689ae26e08b9ea04e479fa 100644 --- a/Filters/Verdict/vtkMeshQuality.h +++ b/Filters/Verdict/vtkMeshQuality.h @@ -891,7 +891,7 @@ protected: static double CurrentTriNormal[3]; private: - vtkMeshQuality( const vtkMeshQuality& ); // Not implemented. + vtkMeshQuality( const vtkMeshQuality& ) VTK_DELETE_FUNCTION; void operator = ( const vtkMeshQuality& ) VTK_DELETE_FUNCTION; }; diff --git a/GUISupport/Qt/vtkEventQtSlotConnect.h b/GUISupport/Qt/vtkEventQtSlotConnect.h index c6fd5c53df2c6254616df4aa3b2bf5fbd851a4b0..e3b8031f4ab4657563d9ced3d3ce75a47f9e7eea 100644 --- a/GUISupport/Qt/vtkEventQtSlotConnect.h +++ b/GUISupport/Qt/vtkEventQtSlotConnect.h @@ -94,7 +94,7 @@ class VTKGUISUPPORTQT_EXPORT vtkEventQtSlotConnect : public vtkObject ~vtkEventQtSlotConnect(); private: - vtkEventQtSlotConnect(const vtkEventQtSlotConnect&); // Not implemented + vtkEventQtSlotConnect(const vtkEventQtSlotConnect&) VTK_DELETE_FUNCTION; void operator=(const vtkEventQtSlotConnect&) VTK_DELETE_FUNCTION; }; diff --git a/GUISupport/Qt/vtkQtAnnotationLayersModelAdapter.h b/GUISupport/Qt/vtkQtAnnotationLayersModelAdapter.h index 54dca49feb6a91fcf302d9c9b2734935abd95696..06b688e825e64386b9a4e143799e02b2e7af2df7 100644 --- a/GUISupport/Qt/vtkQtAnnotationLayersModelAdapter.h +++ b/GUISupport/Qt/vtkQtAnnotationLayersModelAdapter.h @@ -93,7 +93,7 @@ private: vtkAnnotationLayers* Annotations; - vtkQtAnnotationLayersModelAdapter(const vtkQtAnnotationLayersModelAdapter &); // Not implemented + vtkQtAnnotationLayersModelAdapter(const vtkQtAnnotationLayersModelAdapter &) VTK_DELETE_FUNCTION; void operator=(const vtkQtAnnotationLayersModelAdapter&) VTK_DELETE_FUNCTION; }; diff --git a/GUISupport/Qt/vtkQtTableModelAdapter.h b/GUISupport/Qt/vtkQtTableModelAdapter.h index 9973941070977c27011f6c06876d44c26d495a5c..6fee02282e877c532e19cbe3aa81db6b92c90c08 100644 --- a/GUISupport/Qt/vtkQtTableModelAdapter.h +++ b/GUISupport/Qt/vtkQtTableModelAdapter.h @@ -138,7 +138,7 @@ private: class vtkInternal; vtkInternal* Internal; - vtkQtTableModelAdapter(const vtkQtTableModelAdapter &); // Not implemented + vtkQtTableModelAdapter(const vtkQtTableModelAdapter &) VTK_DELETE_FUNCTION; void operator=(const vtkQtTableModelAdapter&) VTK_DELETE_FUNCTION; }; diff --git a/GUISupport/Qt/vtkQtTreeModelAdapter.h b/GUISupport/Qt/vtkQtTreeModelAdapter.h index f2b6fbd9563c0a8868345a3e934961c0bcce1e83..b94c69a17573fa1ba25d16b2d0dadb7826d31781 100644 --- a/GUISupport/Qt/vtkQtTreeModelAdapter.h +++ b/GUISupport/Qt/vtkQtTreeModelAdapter.h @@ -110,7 +110,7 @@ protected: QHash IndexToDecoration; private: - vtkQtTreeModelAdapter(const vtkQtTreeModelAdapter &); // Not implemented + vtkQtTreeModelAdapter(const vtkQtTreeModelAdapter &) VTK_DELETE_FUNCTION; void operator=(const vtkQtTreeModelAdapter&) VTK_DELETE_FUNCTION; }; diff --git a/GUISupport/Qt/vtkTDxQtUnixDevices.h b/GUISupport/Qt/vtkTDxQtUnixDevices.h index a053fcf967fb5111582891a325393795dfd63ef7..24350aa63e5c87a21a8114c9240046ef097f8287 100644 --- a/GUISupport/Qt/vtkTDxQtUnixDevices.h +++ b/GUISupport/Qt/vtkTDxQtUnixDevices.h @@ -55,7 +55,7 @@ protected: vtkTDxQtUnixDevicesPrivate *Private; private: - vtkTDxQtUnixDevices(const vtkTDxQtUnixDevices&); // Not implemented. + vtkTDxQtUnixDevices(const vtkTDxQtUnixDevices&) VTK_DELETE_FUNCTION; void operator=(const vtkTDxQtUnixDevices&) VTK_DELETE_FUNCTION; }; diff --git a/GUISupport/QtSQL/vtkQtSQLDatabase.h b/GUISupport/QtSQL/vtkQtSQLDatabase.h index 2243486ddd04662d8dee778863a46a1ba73901a4..68563e12ed9269fc0e000456ca37799c30ad6dd4 100644 --- a/GUISupport/QtSQL/vtkQtSQLDatabase.h +++ b/GUISupport/QtSQL/vtkQtSQLDatabase.h @@ -168,7 +168,7 @@ private: // Used to assign unique identifiers for database instances static int id; - vtkQtSQLDatabase(const vtkQtSQLDatabase &); // Not implemented. + vtkQtSQLDatabase(const vtkQtSQLDatabase &) VTK_DELETE_FUNCTION; void operator=(const vtkQtSQLDatabase &) VTK_DELETE_FUNCTION; }; diff --git a/GUISupport/QtSQL/vtkQtSQLQuery.h b/GUISupport/QtSQL/vtkQtSQLQuery.h index 14eff3d603ca86d1f465349a1e7cc23402ad3003..3987db9d2c96fffb7798c2ae396f24d89bb36043 100644 --- a/GUISupport/QtSQL/vtkQtSQLQuery.h +++ b/GUISupport/QtSQL/vtkQtSQLQuery.h @@ -90,7 +90,7 @@ private: char* LastErrorText; - vtkQtSQLQuery(const vtkQtSQLQuery &); // Not implemented. + vtkQtSQLQuery(const vtkQtSQLQuery &) VTK_DELETE_FUNCTION; void operator=(const vtkQtSQLQuery &) VTK_DELETE_FUNCTION; }; diff --git a/GUISupport/QtSQL/vtkQtTimePointUtility.h b/GUISupport/QtSQL/vtkQtTimePointUtility.h index a3bac547007c6f1e8d7e6b05861bf403d7d90fdb..db9c332a78a977ec423214c95edfa34a24087b09 100644 --- a/GUISupport/QtSQL/vtkQtTimePointUtility.h +++ b/GUISupport/QtSQL/vtkQtTimePointUtility.h @@ -44,7 +44,7 @@ protected: ~vtkQtTimePointUtility() {} private: - vtkQtTimePointUtility(const vtkQtTimePointUtility&); // Not implemented. + vtkQtTimePointUtility(const vtkQtTimePointUtility&) VTK_DELETE_FUNCTION; void operator=(const vtkQtTimePointUtility&) VTK_DELETE_FUNCTION; }; diff --git a/GUISupport/QtWebkit/vtkQtRichTextView.h b/GUISupport/QtWebkit/vtkQtRichTextView.h index 72f30b381dcc9021b48299c9671f1b278f605562..f5e3025e5509e8c4b2b4130bf9fc2f5c41863ba9 100644 --- a/GUISupport/QtWebkit/vtkQtRichTextView.h +++ b/GUISupport/QtWebkit/vtkQtRichTextView.h @@ -115,7 +115,7 @@ protected: ~vtkQtRichTextView(); private: - vtkQtRichTextView(const vtkQtRichTextView&); // Not implemented. + vtkQtRichTextView(const vtkQtRichTextView&) VTK_DELETE_FUNCTION; void operator=(const vtkQtRichTextView&) VTK_DELETE_FUNCTION; char* ContentColumnName; diff --git a/Geovis/Core/vtkCompassRepresentation.h b/Geovis/Core/vtkCompassRepresentation.h index 7ee73dc32efb4cec2ff6abd60379fd0b263f1ff0..46f201c8b7b02d94c34ea964db23fd36db2fc8c4 100644 --- a/Geovis/Core/vtkCompassRepresentation.h +++ b/Geovis/Core/vtkCompassRepresentation.h @@ -193,7 +193,7 @@ protected: double Distance; private: - vtkCompassRepresentation(const vtkCompassRepresentation&); //Not implemented + vtkCompassRepresentation(const vtkCompassRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkCompassRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkCompassWidget.h b/Geovis/Core/vtkCompassWidget.h index b7c28a2ba0df23c80534be21e700652a5d0efab7..b4b81e22ee8497c7d28bed84ccf22602708c5f6a 100644 --- a/Geovis/Core/vtkCompassWidget.h +++ b/Geovis/Core/vtkCompassWidget.h @@ -124,7 +124,7 @@ protected: double StartTime; private: - vtkCompassWidget(const vtkCompassWidget&); //Not implemented + vtkCompassWidget(const vtkCompassWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkCompassWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoAdaptiveArcs.h b/Geovis/Core/vtkGeoAdaptiveArcs.h index e4b41568cb814576ae558dbbf0a2ded04a2c2853..eeb481013f36acae766ddc1b2c4a40355680d55c 100644 --- a/Geovis/Core/vtkGeoAdaptiveArcs.h +++ b/Geovis/Core/vtkGeoAdaptiveArcs.h @@ -91,7 +91,7 @@ protected: vtkDoubleArray* InputLongitude; private: - vtkGeoAdaptiveArcs(const vtkGeoAdaptiveArcs&); // Not implemented. + vtkGeoAdaptiveArcs(const vtkGeoAdaptiveArcs&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoAdaptiveArcs&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoAlignedImageRepresentation.h b/Geovis/Core/vtkGeoAlignedImageRepresentation.h index 81ba8b29e2fb194c49ab9160a8c0df22329f333d..ffe4d7d010bde140b3f3c8597e69e550ccb04f74 100644 --- a/Geovis/Core/vtkGeoAlignedImageRepresentation.h +++ b/Geovis/Core/vtkGeoAlignedImageRepresentation.h @@ -86,7 +86,7 @@ protected: vtkGeoTreeNodeCache* Cache; private: - vtkGeoAlignedImageRepresentation(const vtkGeoAlignedImageRepresentation&); // Not implemented + vtkGeoAlignedImageRepresentation(const vtkGeoAlignedImageRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoAlignedImageRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoAlignedImageSource.h b/Geovis/Core/vtkGeoAlignedImageSource.h index 27c390686ab2f5be656648a4fcdfb57fbff87265..a15d264fe5c1cad7c28c15132b0fb1ee4182720e 100644 --- a/Geovis/Core/vtkGeoAlignedImageSource.h +++ b/Geovis/Core/vtkGeoAlignedImageSource.h @@ -93,7 +93,7 @@ protected: vtkProgressObserver* ProgressObserver; private: - vtkGeoAlignedImageSource(const vtkGeoAlignedImageSource&); // Not implemented. + vtkGeoAlignedImageSource(const vtkGeoAlignedImageSource&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoAlignedImageSource&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoArcs.h b/Geovis/Core/vtkGeoArcs.h index 2e6204f4dfd981dbfbc06a180f96c17c43e045d5..c21ea6ff96c947a68f088a22d0a88e58d3604084 100644 --- a/Geovis/Core/vtkGeoArcs.h +++ b/Geovis/Core/vtkGeoArcs.h @@ -70,7 +70,7 @@ protected: int NumberOfSubdivisions; private: - vtkGeoArcs(const vtkGeoArcs&); // Not implemented. + vtkGeoArcs(const vtkGeoArcs&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoArcs&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoAssignCoordinates.h b/Geovis/Core/vtkGeoAssignCoordinates.h index 4d2dab01b88f341867336c662eda3ccd47250024..006b23a53115db32ef0ec78c2974406fdd005c45 100644 --- a/Geovis/Core/vtkGeoAssignCoordinates.h +++ b/Geovis/Core/vtkGeoAssignCoordinates.h @@ -92,7 +92,7 @@ private: bool CoordinatesInArrays; vtkAbstractTransform* Transform; - vtkGeoAssignCoordinates(const vtkGeoAssignCoordinates&); // Not implemented. + vtkGeoAssignCoordinates(const vtkGeoAssignCoordinates&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoAssignCoordinates&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoCamera.h b/Geovis/Core/vtkGeoCamera.h index 8225d1973139793bd9a0839f1b3fa0a26c96e6ca..a86b0f2e26d2099dff340ede8ec4f8b050379c89 100644 --- a/Geovis/Core/vtkGeoCamera.h +++ b/Geovis/Core/vtkGeoCamera.h @@ -208,7 +208,7 @@ protected: double Position[3]; private: - vtkGeoCamera(const vtkGeoCamera&); // Not implemented. + vtkGeoCamera(const vtkGeoCamera&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoCamera&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoFileImageSource.h b/Geovis/Core/vtkGeoFileImageSource.h index a04d95ec6435585b29c9db6e98523999c92ec553..ee2eec73834d1a47af402e0aea5ec0d87a1b7c9e 100644 --- a/Geovis/Core/vtkGeoFileImageSource.h +++ b/Geovis/Core/vtkGeoFileImageSource.h @@ -63,7 +63,7 @@ protected: bool ReadImage(int level, int id, vtkGeoImageNode* node); private: - vtkGeoFileImageSource(const vtkGeoFileImageSource&); // Not implemented + vtkGeoFileImageSource(const vtkGeoFileImageSource&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoFileImageSource&) VTK_DELETE_FUNCTION; char* Path; diff --git a/Geovis/Core/vtkGeoFileTerrainSource.h b/Geovis/Core/vtkGeoFileTerrainSource.h index dda11d46314857d80e27b085ce062dc133e48fa5..66b150b01cef57220e02f523fc850f35b230d638 100644 --- a/Geovis/Core/vtkGeoFileTerrainSource.h +++ b/Geovis/Core/vtkGeoFileTerrainSource.h @@ -63,7 +63,7 @@ protected: bool ReadModel(int level, int id, vtkGeoTerrainNode* node); private: - vtkGeoFileTerrainSource(const vtkGeoFileTerrainSource&); // Not implemented + vtkGeoFileTerrainSource(const vtkGeoFileTerrainSource&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoFileTerrainSource&) VTK_DELETE_FUNCTION; char* Path; diff --git a/Geovis/Core/vtkGeoGlobeSource.h b/Geovis/Core/vtkGeoGlobeSource.h index efbd22739f5dc7631ed05993b283d8d93cb18147..4c338fce8521de19ca42a4d4865d47d5cafdf505 100644 --- a/Geovis/Core/vtkGeoGlobeSource.h +++ b/Geovis/Core/vtkGeoGlobeSource.h @@ -51,7 +51,7 @@ protected: ~vtkGeoGlobeSource(); private: - vtkGeoGlobeSource(const vtkGeoGlobeSource&); // Not implemented + vtkGeoGlobeSource(const vtkGeoGlobeSource&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoGlobeSource&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoGraticule.h b/Geovis/Core/vtkGeoGraticule.h index 9254a37446e3171e36f335f835ad0d3ab3b6ab81..1281d1634a63f24fcf9945fefcab430154589cef 100644 --- a/Geovis/Core/vtkGeoGraticule.h +++ b/Geovis/Core/vtkGeoGraticule.h @@ -113,7 +113,7 @@ protected: int ComputeLineLevel( int ticId, int baseLevel, const double* levelIncrements ); private: - vtkGeoGraticule( const vtkGeoGraticule& ); // Not implemented. + vtkGeoGraticule( const vtkGeoGraticule& ) VTK_DELETE_FUNCTION; void operator = ( const vtkGeoGraticule& ) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoImageNode.h b/Geovis/Core/vtkGeoImageNode.h index 1b7b7d7326df850d2454f60dfa4daf068a1445ac..ca4bf99f6bc92d85ad6a61e6c43b72cfeb190b7b 100644 --- a/Geovis/Core/vtkGeoImageNode.h +++ b/Geovis/Core/vtkGeoImageNode.h @@ -97,7 +97,7 @@ protected: vtkSmartPointer Texture; private: - vtkGeoImageNode(const vtkGeoImageNode&); // Not implemented. + vtkGeoImageNode(const vtkGeoImageNode&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoImageNode&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoInteractorStyle.h b/Geovis/Core/vtkGeoInteractorStyle.h index 798465e04077e345a264a7922e8f534da33f4fd5..a2036abcbc92426f4ce3d238a45517ef75747ed8 100644 --- a/Geovis/Core/vtkGeoInteractorStyle.h +++ b/Geovis/Core/vtkGeoInteractorStyle.h @@ -151,7 +151,7 @@ protected: vtkSmartPointer EventCommand; private: - vtkGeoInteractorStyle(const vtkGeoInteractorStyle&); // Not implemented. + vtkGeoInteractorStyle(const vtkGeoInteractorStyle&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoInteractorStyle&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoProjection.h b/Geovis/Core/vtkGeoProjection.h index 520bb47c54fa483ec70de72926ea757db2a6412c..68f0567d8020188f1278f3a0aa3d39a57d08ccb2 100644 --- a/Geovis/Core/vtkGeoProjection.h +++ b/Geovis/Core/vtkGeoProjection.h @@ -130,7 +130,7 @@ protected: unsigned long ProjectionMTime; private: - vtkGeoProjection( const vtkGeoProjection& ); // Not implemented. + vtkGeoProjection( const vtkGeoProjection& ) VTK_DELETE_FUNCTION; void operator = ( const vtkGeoProjection& ) VTK_DELETE_FUNCTION; class vtkInternals; diff --git a/Geovis/Core/vtkGeoProjectionSource.h b/Geovis/Core/vtkGeoProjectionSource.h index 86d93ae6af5e73f31351db3ba05fea590dd0c93f..c4f79524b0ccc8dfbc50d60e548b5a68d0e52283 100644 --- a/Geovis/Core/vtkGeoProjectionSource.h +++ b/Geovis/Core/vtkGeoProjectionSource.h @@ -74,7 +74,7 @@ protected: vtkAbstractTransform* Transform; private: - vtkGeoProjectionSource(const vtkGeoProjectionSource&); // Not implemented + vtkGeoProjectionSource(const vtkGeoProjectionSource&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoProjectionSource&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoRandomGraphSource.h b/Geovis/Core/vtkGeoRandomGraphSource.h index a1da3b1ec9a569a18ea96c398fc8cfbbf87c5a70..5f1a3d529090f8f4ed6b9afcf358821ec7eb843b 100644 --- a/Geovis/Core/vtkGeoRandomGraphSource.h +++ b/Geovis/Core/vtkGeoRandomGraphSource.h @@ -57,7 +57,7 @@ protected: vtkInformationVector*); private: - vtkGeoRandomGraphSource(const vtkGeoRandomGraphSource&); // Not implemented + vtkGeoRandomGraphSource(const vtkGeoRandomGraphSource&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoRandomGraphSource&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoSampleArcs.h b/Geovis/Core/vtkGeoSampleArcs.h index 6ebe6144529d7226d5af58a1c8d52455bd15a824..4b823a4757a67f35e4e625d4c2d8f4fef543b36a 100644 --- a/Geovis/Core/vtkGeoSampleArcs.h +++ b/Geovis/Core/vtkGeoSampleArcs.h @@ -94,7 +94,7 @@ protected: int OutputCoordinateSystem; private: - vtkGeoSampleArcs(const vtkGeoSampleArcs&); // Not implemented. + vtkGeoSampleArcs(const vtkGeoSampleArcs&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoSampleArcs&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoSource.h b/Geovis/Core/vtkGeoSource.h index 4dd7a8584edbb2ee8ee9f0a717de143919a6795b..2020a2dc79453b3319a0d542fe11642b410cf5f7 100644 --- a/Geovis/Core/vtkGeoSource.h +++ b/Geovis/Core/vtkGeoSource.h @@ -109,7 +109,7 @@ protected: implementation* Implementation; private: - vtkGeoSource(const vtkGeoSource&); // Not implemented + vtkGeoSource(const vtkGeoSource&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoSource&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoSphereTransform.h b/Geovis/Core/vtkGeoSphereTransform.h index d4536b68f69d6c60c977bfb49a66b4d93a477bcf..975c4c0b81fc0fcea25eb2da8cedbb453a6b79c8 100644 --- a/Geovis/Core/vtkGeoSphereTransform.h +++ b/Geovis/Core/vtkGeoSphereTransform.h @@ -85,7 +85,7 @@ protected: double BaseAltitude; private: - vtkGeoSphereTransform( const vtkGeoSphereTransform& ); // Not implemented. + vtkGeoSphereTransform( const vtkGeoSphereTransform& ) VTK_DELETE_FUNCTION; void operator = ( const vtkGeoSphereTransform& ) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoTerrain.h b/Geovis/Core/vtkGeoTerrain.h index 13513ea1b6f948597652010ffff1b7b8a44ad1bd..5927a3d08db830c8d6494d4343dffc304ea11af9 100644 --- a/Geovis/Core/vtkGeoTerrain.h +++ b/Geovis/Core/vtkGeoTerrain.h @@ -118,7 +118,7 @@ protected: int MaxLevel; private: - vtkGeoTerrain(const vtkGeoTerrain&); // Not implemented + vtkGeoTerrain(const vtkGeoTerrain&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoTerrain&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoTerrain2D.h b/Geovis/Core/vtkGeoTerrain2D.h index a33eb08428eb07cefc0188121a39adfac7e446c9..0970c8eb52c83d6780f669afe855788620f8e7ab 100644 --- a/Geovis/Core/vtkGeoTerrain2D.h +++ b/Geovis/Core/vtkGeoTerrain2D.h @@ -89,7 +89,7 @@ protected: double PixelSize; private: - vtkGeoTerrain2D(const vtkGeoTerrain2D&); // Not implemented + vtkGeoTerrain2D(const vtkGeoTerrain2D&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoTerrain2D&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoTerrainNode.h b/Geovis/Core/vtkGeoTerrainNode.h index be6be9d33e34cd1fac7e878c1156a8d511df684a..ad152b4f8567d071277d9bd5bb76f1991465e344 100644 --- a/Geovis/Core/vtkGeoTerrainNode.h +++ b/Geovis/Core/vtkGeoTerrainNode.h @@ -130,7 +130,7 @@ protected: float Coverage; private: - vtkGeoTerrainNode(const vtkGeoTerrainNode&); // Not implemented. + vtkGeoTerrainNode(const vtkGeoTerrainNode&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoTerrainNode&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoTransform.h b/Geovis/Core/vtkGeoTransform.h index 42faf00a7eefa0d129aedd0e2160106392bdf8ab..afeb5096267f00debd0a4ce4594297e883fcc4e9 100644 --- a/Geovis/Core/vtkGeoTransform.h +++ b/Geovis/Core/vtkGeoTransform.h @@ -83,7 +83,7 @@ protected: vtkGeoProjection* DestinationProjection; private: - vtkGeoTransform( const vtkGeoTransform& ); // Not implemented. + vtkGeoTransform( const vtkGeoTransform& ) VTK_DELETE_FUNCTION; void operator = ( const vtkGeoTransform& ) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoTreeNode.h b/Geovis/Core/vtkGeoTreeNode.h index c3b4723b355f372093866fc01e481891b37fd666..864244db93d2aac1618ade7ceabc7c1e74753f5c 100644 --- a/Geovis/Core/vtkGeoTreeNode.h +++ b/Geovis/Core/vtkGeoTreeNode.h @@ -165,7 +165,7 @@ protected: vtkGeoTreeNode* Newer; private: - vtkGeoTreeNode(const vtkGeoTreeNode&); // Not implemented. + vtkGeoTreeNode(const vtkGeoTreeNode&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoTreeNode&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGeoTreeNodeCache.h b/Geovis/Core/vtkGeoTreeNodeCache.h index 29877185e4fffc521c3f15be4dad765340fcbf4c..21bec9123efc65b6140d27359f89cc0c90d03d57 100644 --- a/Geovis/Core/vtkGeoTreeNodeCache.h +++ b/Geovis/Core/vtkGeoTreeNodeCache.h @@ -90,7 +90,7 @@ protected: vtkSmartPointer Oldest; private: - vtkGeoTreeNodeCache(const vtkGeoTreeNodeCache&); // Not implemented + vtkGeoTreeNodeCache(const vtkGeoTreeNodeCache&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoTreeNodeCache&) VTK_DELETE_FUNCTION; }; diff --git a/Geovis/Core/vtkGlobeSource.h b/Geovis/Core/vtkGlobeSource.h index 12e772b9865b447f4013f99fbc129ebc6a76bdf3..17ea1e5631969ccf03091b811be94aeb2d16ebce 100644 --- a/Geovis/Core/vtkGlobeSource.h +++ b/Geovis/Core/vtkGlobeSource.h @@ -148,7 +148,7 @@ protected: int QuadrilateralTessellation; private: - vtkGlobeSource(const vtkGlobeSource&); // Not implemented. + vtkGlobeSource(const vtkGlobeSource&) VTK_DELETE_FUNCTION; void operator=(const vtkGlobeSource&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ADIOS/vtkADIOSReader.h b/IO/ADIOS/vtkADIOSReader.h index ea33e78022c460847f7cee1f4d6a384abe0916a0..e9d1b9f6d8b4344cbe4b01777e401e57e5dcbcfe 100644 --- a/IO/ADIOS/vtkADIOSReader.h +++ b/IO/ADIOS/vtkADIOSReader.h @@ -234,7 +234,7 @@ protected: int RequestPiece; private: - vtkADIOSReader(const vtkADIOSReader&); // Not implemented. + vtkADIOSReader(const vtkADIOSReader&) VTK_DELETE_FUNCTION; void operator=(const vtkADIOSReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ADIOS/vtkADIOSWriter.h b/IO/ADIOS/vtkADIOSWriter.h index 57aa546b32ace6c3519a858bfc373acad7281a4b..fe6d46083d8c3a690e9c2097e1b359ee3e80945b 100644 --- a/IO/ADIOS/vtkADIOSWriter.h +++ b/IO/ADIOS/vtkADIOSWriter.h @@ -193,7 +193,7 @@ private: template bool DefineAndWrite(vtkDataObject *input); - vtkADIOSWriter(const vtkADIOSWriter&); // Not implemented. + vtkADIOSWriter(const vtkADIOSWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkADIOSWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/AMR/vtkAMRBaseParticlesReader.h b/IO/AMR/vtkAMRBaseParticlesReader.h index 21069729094f246c3bdc49f07402dabfd30d95d8..71f5898d99cc81a7a4ee0deb1aa76e1593d36968 100644 --- a/IO/AMR/vtkAMRBaseParticlesReader.h +++ b/IO/AMR/vtkAMRBaseParticlesReader.h @@ -191,7 +191,7 @@ protected: char *FileName; private: - vtkAMRBaseParticlesReader( const vtkAMRBaseParticlesReader& ); // Not implemented + vtkAMRBaseParticlesReader( const vtkAMRBaseParticlesReader& ) VTK_DELETE_FUNCTION; void operator=(const vtkAMRBaseParticlesReader& ) VTK_DELETE_FUNCTION; }; diff --git a/IO/AMR/vtkAMRBaseReader.h b/IO/AMR/vtkAMRBaseReader.h index 415151ebb91c871eb17fb6877933591b176d71dd..e38a97942cc59f70a409e7facff57593a1dfcbf8 100644 --- a/IO/AMR/vtkAMRBaseReader.h +++ b/IO/AMR/vtkAMRBaseReader.h @@ -257,7 +257,7 @@ protected: std::vector BlockMap; private: - vtkAMRBaseReader( const vtkAMRBaseReader& ); // Not implemented + vtkAMRBaseReader( const vtkAMRBaseReader& ) VTK_DELETE_FUNCTION; void operator=( const vtkAMRBaseReader& ) VTK_DELETE_FUNCTION; }; diff --git a/IO/AMR/vtkAMRDataSetCache.h b/IO/AMR/vtkAMRDataSetCache.h index 3181ed749599db8eea3a27ca007bbaab9e40d2d1..95aa8e33be7bce4e941933075d0faf2d1efee536 100644 --- a/IO/AMR/vtkAMRDataSetCache.h +++ b/IO/AMR/vtkAMRDataSetCache.h @@ -94,7 +94,7 @@ protected: AMRCacheType Cache; private: - vtkAMRDataSetCache( const vtkAMRDataSetCache& ); // Not implemented + vtkAMRDataSetCache( const vtkAMRDataSetCache& ) VTK_DELETE_FUNCTION; void operator=( const vtkAMRDataSetCache& ) VTK_DELETE_FUNCTION; }; diff --git a/IO/AMR/vtkAMREnzoParticlesReader.h b/IO/AMR/vtkAMREnzoParticlesReader.h index c1d670d5660efbeb8048d5f437dedd2530a117ab..e94842f709ad1437df984958d127d609f45b7b39 100644 --- a/IO/AMR/vtkAMREnzoParticlesReader.h +++ b/IO/AMR/vtkAMREnzoParticlesReader.h @@ -85,7 +85,7 @@ protected: vtkEnzoReaderInternal *Internal; private: - vtkAMREnzoParticlesReader( const vtkAMREnzoParticlesReader& ); // Not implemented + vtkAMREnzoParticlesReader( const vtkAMREnzoParticlesReader& ) VTK_DELETE_FUNCTION; void operator=( const vtkAMREnzoParticlesReader& ) VTK_DELETE_FUNCTION; }; diff --git a/IO/AMR/vtkAMREnzoReader.h b/IO/AMR/vtkAMREnzoReader.h index cb6d23341a4e66e06c1795fb2997230cc9643821..8aaf40ce4de5223fe74b3cf92e6d6aae6c66f073 100644 --- a/IO/AMR/vtkAMREnzoReader.h +++ b/IO/AMR/vtkAMREnzoReader.h @@ -122,7 +122,7 @@ protected: bool IsReady; private: - vtkAMREnzoReader( const vtkAMREnzoReader& ); // Not Implemented + vtkAMREnzoReader( const vtkAMREnzoReader& ) VTK_DELETE_FUNCTION; void operator=(const vtkAMREnzoReader& ) VTK_DELETE_FUNCTION; vtkEnzoReaderInternal *Internal; diff --git a/IO/AMR/vtkAMRFlashParticlesReader.h b/IO/AMR/vtkAMRFlashParticlesReader.h index 8488801e15f11a7484854ebdba95a18fc3783c5d..0ae747db212338d44f7666ce33874afe9af9b391 100644 --- a/IO/AMR/vtkAMRFlashParticlesReader.h +++ b/IO/AMR/vtkAMRFlashParticlesReader.h @@ -64,7 +64,7 @@ protected: vtkFlashReaderInternal *Internal; private: - vtkAMRFlashParticlesReader( const vtkAMRFlashParticlesReader& ); // Not implemented + vtkAMRFlashParticlesReader( const vtkAMRFlashParticlesReader& ) VTK_DELETE_FUNCTION; void operator=(const vtkAMRFlashParticlesReader& ) VTK_DELETE_FUNCTION; }; diff --git a/IO/AMR/vtkAMRFlashReader.h b/IO/AMR/vtkAMRFlashReader.h index e1c47c52295f6741511c55e7333619b76fa224c4..a1daafba116e81fcaceefb4e17bed603a048efaa 100644 --- a/IO/AMR/vtkAMRFlashReader.h +++ b/IO/AMR/vtkAMRFlashReader.h @@ -83,7 +83,7 @@ protected: bool IsReady; private: - vtkAMRFlashReader( const vtkAMRFlashReader& ); // Not implemented + vtkAMRFlashReader( const vtkAMRFlashReader& ) VTK_DELETE_FUNCTION; void operator=(const vtkAMRFlashReader& ) VTK_DELETE_FUNCTION; void ComputeStats(vtkFlashReaderInternal* internal, std::vector& numBlocks, double min[3]); diff --git a/IO/Core/vtkAbstractParticleWriter.h b/IO/Core/vtkAbstractParticleWriter.h index 516f3a2011ea49219d65ebb576ee76a7a168771e..a3d2a0c2b31d219e6333614a0bf28ae388418200 100644 --- a/IO/Core/vtkAbstractParticleWriter.h +++ b/IO/Core/vtkAbstractParticleWriter.h @@ -79,7 +79,7 @@ protected: char *FileName; private: - vtkAbstractParticleWriter(const vtkAbstractParticleWriter&); // Not implemented. + vtkAbstractParticleWriter(const vtkAbstractParticleWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkAbstractParticleWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkAbstractPolyDataReader.h b/IO/Core/vtkAbstractPolyDataReader.h index c0e71f20957c992631925b5698d2888630e75acf..57df084d8def06399fc149496032e39e68296b73 100644 --- a/IO/Core/vtkAbstractPolyDataReader.h +++ b/IO/Core/vtkAbstractPolyDataReader.h @@ -47,7 +47,7 @@ protected: char *FileName; private: - vtkAbstractPolyDataReader(const vtkAbstractPolyDataReader&); // Not implemented. + vtkAbstractPolyDataReader(const vtkAbstractPolyDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkAbstractPolyDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkArrayDataReader.h b/IO/Core/vtkArrayDataReader.h index f303c85d8ca21240c3d1a258509adc9fd705376b..f3fe2f922e3fcf1150557076c6c271b1cd5a6cc9 100644 --- a/IO/Core/vtkArrayDataReader.h +++ b/IO/Core/vtkArrayDataReader.h @@ -85,7 +85,7 @@ protected: bool ReadFromInputString; private: - vtkArrayDataReader(const vtkArrayDataReader&); // Not implemented + vtkArrayDataReader(const vtkArrayDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkArrayDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkArrayDataWriter.h b/IO/Core/vtkArrayDataWriter.h index b33b400cba4bdebc71fb6ed96d4dadfd7d14ecd3..1781de026f9ab5afc25ef2178bacb6a15732b141 100644 --- a/IO/Core/vtkArrayDataWriter.h +++ b/IO/Core/vtkArrayDataWriter.h @@ -127,7 +127,7 @@ protected: vtkStdString OutputString; private: - vtkArrayDataWriter(const vtkArrayDataWriter&); // Not implemented. + vtkArrayDataWriter(const vtkArrayDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkArrayDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkArrayReader.h b/IO/Core/vtkArrayReader.h index 969568a867e4c9699deac161f8badde9a14b5cd1..3b50ce113bc7f0e0bb88d078d67cc7fc44cb2c67 100644 --- a/IO/Core/vtkArrayReader.h +++ b/IO/Core/vtkArrayReader.h @@ -88,7 +88,7 @@ protected: bool ReadFromInputString; private: - vtkArrayReader(const vtkArrayReader&); // Not implemented + vtkArrayReader(const vtkArrayReader&) VTK_DELETE_FUNCTION; void operator=(const vtkArrayReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkArrayWriter.h b/IO/Core/vtkArrayWriter.h index a01b4c1994a78f29ecbd748d7427d3252c1363ff..a9b39ab33f1c9fe36bc32f7c2730cae0d0448832 100644 --- a/IO/Core/vtkArrayWriter.h +++ b/IO/Core/vtkArrayWriter.h @@ -128,7 +128,7 @@ protected: vtkStdString OutputString; private: - vtkArrayWriter(const vtkArrayWriter&); // Not implemented. + vtkArrayWriter(const vtkArrayWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkArrayWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkBase64InputStream.h b/IO/Core/vtkBase64InputStream.h index 67f0daaf80e4ba9d52b7ed5cc59f9a7af9505b8d..f0f73d0c0c09cbe57e3bd7d02df4d0c738dff68d 100644 --- a/IO/Core/vtkBase64InputStream.h +++ b/IO/Core/vtkBase64InputStream.h @@ -64,7 +64,7 @@ protected: int DecodeTriplet(unsigned char& c0, unsigned char& c1, unsigned char& c2); private: - vtkBase64InputStream(const vtkBase64InputStream&); // Not implemented. + vtkBase64InputStream(const vtkBase64InputStream&) VTK_DELETE_FUNCTION; void operator=(const vtkBase64InputStream&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkBase64OutputStream.h b/IO/Core/vtkBase64OutputStream.h index d519dbb25c937123036e5bd07428bb92e6609196..dbf5f8331447b9e68b8b12f3639ab3d612f007fd 100644 --- a/IO/Core/vtkBase64OutputStream.h +++ b/IO/Core/vtkBase64OutputStream.h @@ -61,7 +61,7 @@ protected: int EncodeEnding(unsigned char c0); private: - vtkBase64OutputStream(const vtkBase64OutputStream&); // Not implemented. + vtkBase64OutputStream(const vtkBase64OutputStream&) VTK_DELETE_FUNCTION; void operator=(const vtkBase64OutputStream&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkBase64Utilities.h b/IO/Core/vtkBase64Utilities.h index 7f9c8718b53c50784ab1ad3ab8a56e849e6083cc..6044c39ac5d6cb7a6a946c21f36a5e694ea72a64 100644 --- a/IO/Core/vtkBase64Utilities.h +++ b/IO/Core/vtkBase64Utilities.h @@ -118,7 +118,7 @@ protected: ~vtkBase64Utilities() {} private: - vtkBase64Utilities(const vtkBase64Utilities&); // Not implemented. + vtkBase64Utilities(const vtkBase64Utilities&) VTK_DELETE_FUNCTION; void operator=(const vtkBase64Utilities&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkDataCompressor.h b/IO/Core/vtkDataCompressor.h index f9e061af3fe6b7382a65c6630c8fac0bf213ea1d..d68f84e604867fee7f14f6ae6b18fccf8d88ac15 100644 --- a/IO/Core/vtkDataCompressor.h +++ b/IO/Core/vtkDataCompressor.h @@ -92,7 +92,7 @@ protected: unsigned char* uncompressedData, size_t uncompressedSize)=0; private: - vtkDataCompressor(const vtkDataCompressor&); // Not implemented. + vtkDataCompressor(const vtkDataCompressor&) VTK_DELETE_FUNCTION; void operator=(const vtkDataCompressor&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkDelimitedTextWriter.h b/IO/Core/vtkDelimitedTextWriter.h index ead27da91c9359535a52c53625f4d2e309b2e339..8cb8777232ba393400b894022bd30bb04ec37f84 100644 --- a/IO/Core/vtkDelimitedTextWriter.h +++ b/IO/Core/vtkDelimitedTextWriter.h @@ -97,7 +97,7 @@ protected: ostream* Stream; private: - vtkDelimitedTextWriter(const vtkDelimitedTextWriter&); // Not implemented. + vtkDelimitedTextWriter(const vtkDelimitedTextWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkDelimitedTextWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkGlobFileNames.h b/IO/Core/vtkGlobFileNames.h index 705be117384c0b8277a88bd600095b4f2f09837b..144f1a01073a711de77f3a2160a0da68ea5e365f 100644 --- a/IO/Core/vtkGlobFileNames.h +++ b/IO/Core/vtkGlobFileNames.h @@ -107,7 +107,7 @@ private: vtkStringArray *FileNames; // VTK array of files private: - vtkGlobFileNames(const vtkGlobFileNames&); // Not implemented. + vtkGlobFileNames(const vtkGlobFileNames&) VTK_DELETE_FUNCTION; void operator=(const vtkGlobFileNames&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkInputStream.h b/IO/Core/vtkInputStream.h index bfb951a8ee8be55a1981089fa4c30b7a60cfeb56..3cf6b4a68b7c66c7c23242da03e77e39a519ff24 100644 --- a/IO/Core/vtkInputStream.h +++ b/IO/Core/vtkInputStream.h @@ -74,7 +74,7 @@ protected: vtkTypeInt64 StreamStartPosition; private: - vtkInputStream(const vtkInputStream&); // Not implemented. + vtkInputStream(const vtkInputStream&) VTK_DELETE_FUNCTION; void operator=(const vtkInputStream&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkJavaScriptDataWriter.h b/IO/Core/vtkJavaScriptDataWriter.h index cf7f7bc978d05915758696d946afb00b9128a1fd..b5affed789b785a46678ec4a89e3e42d000e5757 100644 --- a/IO/Core/vtkJavaScriptDataWriter.h +++ b/IO/Core/vtkJavaScriptDataWriter.h @@ -88,7 +88,7 @@ protected: bool IncludeFieldNames; ostream* OutputStream; private: - vtkJavaScriptDataWriter(const vtkJavaScriptDataWriter&); // Not implemented. + vtkJavaScriptDataWriter(const vtkJavaScriptDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkJavaScriptDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkOutputStream.h b/IO/Core/vtkOutputStream.h index 65e32764bebf5577d4fb33c0d6e5312b2c0a6683..fa5122d415b409fdc153abdf05c731124cfb221b 100644 --- a/IO/Core/vtkOutputStream.h +++ b/IO/Core/vtkOutputStream.h @@ -65,7 +65,7 @@ protected: int WriteStream(const char* data, size_t length); private: - vtkOutputStream(const vtkOutputStream&); // Not implemented. + vtkOutputStream(const vtkOutputStream&) VTK_DELETE_FUNCTION; void operator=(const vtkOutputStream&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkSortFileNames.h b/IO/Core/vtkSortFileNames.h index 9686acadd9f5768bc2a0c7f0f2852d5c03893ee8..789522d59e9487a943394420f78c33f4d6662bed 100644 --- a/IO/Core/vtkSortFileNames.h +++ b/IO/Core/vtkSortFileNames.h @@ -139,7 +139,7 @@ protected: private: - vtkSortFileNames(const vtkSortFileNames&); // Not implemented. + vtkSortFileNames(const vtkSortFileNames&) VTK_DELETE_FUNCTION; void operator=(const vtkSortFileNames&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkTextCodec.cxx b/IO/Core/vtkTextCodec.cxx index 0e5c86ca92ec312ea3e77850ac9afef937027fe7..44df00721948fcffa2210b4384262c484af14d3c 100644 --- a/IO/Core/vtkTextCodec.cxx +++ b/IO/Core/vtkTextCodec.cxx @@ -61,7 +61,7 @@ namespace ~vtkUnicodeStringOutputIterator(); private: - vtkUnicodeStringOutputIterator(const vtkUnicodeStringOutputIterator&); // Not implemented + vtkUnicodeStringOutputIterator(const vtkUnicodeStringOutputIterator&) VTK_DELETE_FUNCTION; const vtkUnicodeStringOutputIterator& operator=(const vtkUnicodeStringOutputIterator&) VTK_DELETE_FUNCTION; vtkUnicodeString& OutputString; diff --git a/IO/Core/vtkTextCodec.h b/IO/Core/vtkTextCodec.h index aea1b6cb69e238f07cd5c259899b1828672aeed1..5b069130ce77ae31ef53c7f950d79707c0d8f56f 100644 --- a/IO/Core/vtkTextCodec.h +++ b/IO/Core/vtkTextCodec.h @@ -97,7 +97,7 @@ protected: ~vtkTextCodec(); private: - vtkTextCodec(const vtkTextCodec &); // Not implemented. + vtkTextCodec(const vtkTextCodec &) VTK_DELETE_FUNCTION; void operator=(const vtkTextCodec &) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkTextCodecFactory.h b/IO/Core/vtkTextCodecFactory.h index 6d44fe1ea10238885d0dce444a6e5688f0c88b7a..3d11e16914bc0ef9cd5d21e168409eb1c0f73714 100644 --- a/IO/Core/vtkTextCodecFactory.h +++ b/IO/Core/vtkTextCodecFactory.h @@ -82,7 +82,7 @@ protected: ~vtkTextCodecFactory(); private: - vtkTextCodecFactory(const vtkTextCodecFactory &); // Not implemented. + vtkTextCodecFactory(const vtkTextCodecFactory &) VTK_DELETE_FUNCTION; void operator=(const vtkTextCodecFactory &) VTK_DELETE_FUNCTION; // Description; diff --git a/IO/Core/vtkWriter.h b/IO/Core/vtkWriter.h index c5c8e80a664fe43f0c5a999dc576c95b0b1f1951..bf5bdf839ab16c0f38907e221e0246684388fd71 100644 --- a/IO/Core/vtkWriter.h +++ b/IO/Core/vtkWriter.h @@ -85,7 +85,7 @@ protected: virtual void WriteData() = 0; //internal method subclasses must respond to vtkTimeStamp WriteTime; private: - vtkWriter(const vtkWriter&); // Not implemented. + vtkWriter(const vtkWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Core/vtkZLibDataCompressor.h b/IO/Core/vtkZLibDataCompressor.h index 2b042bb8e5fc2402e66d0e9defd31059b98ddd53..8fd48d705cf2ed3ab45c4405daac1c789eb545fa 100644 --- a/IO/Core/vtkZLibDataCompressor.h +++ b/IO/Core/vtkZLibDataCompressor.h @@ -59,7 +59,7 @@ protected: unsigned char* uncompressedData, size_t uncompressedSize); private: - vtkZLibDataCompressor(const vtkZLibDataCompressor&); // Not implemented. + vtkZLibDataCompressor(const vtkZLibDataCompressor&) VTK_DELETE_FUNCTION; void operator=(const vtkZLibDataCompressor&) VTK_DELETE_FUNCTION; }; diff --git a/IO/EnSight/vtkEnSight6BinaryReader.h b/IO/EnSight/vtkEnSight6BinaryReader.h index bbc237339db08841c8a3d46acd674ed6f3d4cce3..0c340d1e48834da79b42f9835786e965748fe3ce 100644 --- a/IO/EnSight/vtkEnSight6BinaryReader.h +++ b/IO/EnSight/vtkEnSight6BinaryReader.h @@ -166,7 +166,7 @@ protected: ifstream *IFile; private: - vtkEnSight6BinaryReader(const vtkEnSight6BinaryReader&); // Not implemented. + vtkEnSight6BinaryReader(const vtkEnSight6BinaryReader&) VTK_DELETE_FUNCTION; void operator=(const vtkEnSight6BinaryReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/EnSight/vtkEnSight6Reader.h b/IO/EnSight/vtkEnSight6Reader.h index 5c4df0bc4d95e9e92138dfd7b3321e93897b29cd..5cb1e9c2761b56ad597281fc00279b26cbd9c10e 100644 --- a/IO/EnSight/vtkEnSight6Reader.h +++ b/IO/EnSight/vtkEnSight6Reader.h @@ -129,7 +129,7 @@ protected: vtkPoints* UnstructuredPoints; vtkIdTypeArray* UnstructuredNodeIds; // matching of node ids to point ids private: - vtkEnSight6Reader(const vtkEnSight6Reader&); // Not implemented. + vtkEnSight6Reader(const vtkEnSight6Reader&) VTK_DELETE_FUNCTION; void operator=(const vtkEnSight6Reader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/EnSight/vtkEnSightGoldBinaryReader.h b/IO/EnSight/vtkEnSightGoldBinaryReader.h index b9219386d8cf722137b1cd925bfc0e4ac8893f16..0e84d1c2119baa181633b5d62ee81cb57a4e1453 100644 --- a/IO/EnSight/vtkEnSightGoldBinaryReader.h +++ b/IO/EnSight/vtkEnSightGoldBinaryReader.h @@ -212,7 +212,7 @@ protected: private: int SizeOfInt; - vtkEnSightGoldBinaryReader(const vtkEnSightGoldBinaryReader&); // Not implemented. + vtkEnSightGoldBinaryReader(const vtkEnSightGoldBinaryReader&) VTK_DELETE_FUNCTION; void operator=(const vtkEnSightGoldBinaryReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/EnSight/vtkEnSightGoldReader.h b/IO/EnSight/vtkEnSightGoldReader.h index 5606d301fae11ebb6c1c645f60a8f1c11e9af450..16827e5032700c5a8979b081617569746990ea5e 100644 --- a/IO/EnSight/vtkEnSightGoldReader.h +++ b/IO/EnSight/vtkEnSightGoldReader.h @@ -170,7 +170,7 @@ protected: FileOffsetMapInternal *FileOffsets; private: - vtkEnSightGoldReader(const vtkEnSightGoldReader&); // Not implemented. + vtkEnSightGoldReader(const vtkEnSightGoldReader&) VTK_DELETE_FUNCTION; void operator=(const vtkEnSightGoldReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/EnSight/vtkEnSightMasterServerReader.h b/IO/EnSight/vtkEnSightMasterServerReader.h index 61180ed3acc6cd0c74c135e44eb34df383a47f62..d416e1c46f0d711cece3246d5150cf6fcbbe39f8 100644 --- a/IO/EnSight/vtkEnSightMasterServerReader.h +++ b/IO/EnSight/vtkEnSightMasterServerReader.h @@ -60,7 +60,7 @@ protected: int CurrentPiece; private: - vtkEnSightMasterServerReader(const vtkEnSightMasterServerReader&); // Not implemented. + vtkEnSightMasterServerReader(const vtkEnSightMasterServerReader&) VTK_DELETE_FUNCTION; void operator=(const vtkEnSightMasterServerReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/EnSight/vtkEnSightReader.h b/IO/EnSight/vtkEnSightReader.h index ed6cf1b214294e926470ce073fa2a86471a43d81..b3918be59ba3b60c1646d9cacde8fb91269d28ce 100644 --- a/IO/EnSight/vtkEnSightReader.h +++ b/IO/EnSight/vtkEnSightReader.h @@ -329,7 +329,7 @@ protected: double ActualTimeValue; private: - vtkEnSightReader(const vtkEnSightReader&); // Not implemented. + vtkEnSightReader(const vtkEnSightReader&) VTK_DELETE_FUNCTION; void operator=(const vtkEnSightReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/EnSight/vtkGenericEnSightReader.h b/IO/EnSight/vtkGenericEnSightReader.h index d3a4e231d38ab66315f8be13e5e871679c708ed6..9b874651b2e5c4bfc19742de457cd42298349de0 100644 --- a/IO/EnSight/vtkGenericEnSightReader.h +++ b/IO/EnSight/vtkGenericEnSightReader.h @@ -362,7 +362,7 @@ protected: TranslationTableType *TranslationTable; private: - vtkGenericEnSightReader(const vtkGenericEnSightReader&); // Not implemented. + vtkGenericEnSightReader(const vtkGenericEnSightReader&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericEnSightReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Exodus/vtkCPExodusIIElementBlock.h b/IO/Exodus/vtkCPExodusIIElementBlock.h index 459ae3a513dded83a4afbdfcb6e08cae12bc3baf..87cfe4a0077cb8dd709fd3a4d869401a0c75c0ee 100644 --- a/IO/Exodus/vtkCPExodusIIElementBlock.h +++ b/IO/Exodus/vtkCPExodusIIElementBlock.h @@ -72,7 +72,7 @@ protected: ~vtkCPExodusIIElementBlockImpl(); private: - vtkCPExodusIIElementBlockImpl(const vtkCPExodusIIElementBlockImpl &); // Not implemented. + vtkCPExodusIIElementBlockImpl(const vtkCPExodusIIElementBlockImpl &) VTK_DELETE_FUNCTION; void operator=(const vtkCPExodusIIElementBlockImpl &) VTK_DELETE_FUNCTION; // Convert between Exodus node ids and VTK point ids. diff --git a/IO/Exodus/vtkCPExodusIIElementBlockCellIterator.h b/IO/Exodus/vtkCPExodusIIElementBlockCellIterator.h index dce9c502214507fb82439b19dcc0226fb59c335d..dce82435c6604dec0291bf34b5ad6fb65718b3e2 100644 --- a/IO/Exodus/vtkCPExodusIIElementBlockCellIterator.h +++ b/IO/Exodus/vtkCPExodusIIElementBlockCellIterator.h @@ -53,7 +53,7 @@ protected: void SetStorage(vtkCPExodusIIElementBlock *eb); private: - vtkCPExodusIIElementBlockCellIterator(const vtkCPExodusIIElementBlockCellIterator &); // Not implemented. + vtkCPExodusIIElementBlockCellIterator(const vtkCPExodusIIElementBlockCellIterator &) VTK_DELETE_FUNCTION; void operator=(const vtkCPExodusIIElementBlockCellIterator &) VTK_DELETE_FUNCTION; vtkSmartPointer Storage; diff --git a/IO/Exodus/vtkCPExodusIIInSituReader.h b/IO/Exodus/vtkCPExodusIIInSituReader.h index 14aa11841b1f1281395b96b3e333d90c93c8ed69..a4d5e70c93c5bad2c94943af5c9db82275284a1c 100644 --- a/IO/Exodus/vtkCPExodusIIInSituReader.h +++ b/IO/Exodus/vtkCPExodusIIInSituReader.h @@ -78,7 +78,7 @@ protected: vtkInformationVector *); private: - vtkCPExodusIIInSituReader(const vtkCPExodusIIInSituReader &); // Not implemented. + vtkCPExodusIIInSituReader(const vtkCPExodusIIInSituReader &) VTK_DELETE_FUNCTION; void operator=(const vtkCPExodusIIInSituReader &) VTK_DELETE_FUNCTION; bool ExOpen(); diff --git a/IO/Exodus/vtkCPExodusIIResultsArrayTemplate.h b/IO/Exodus/vtkCPExodusIIResultsArrayTemplate.h index a55bbefaab744f036a02c4dff06c0955842933cf..4a45d715edbc8cd5f37a3bae5d7a9f7243d495ca 100644 --- a/IO/Exodus/vtkCPExodusIIResultsArrayTemplate.h +++ b/IO/Exodus/vtkCPExodusIIResultsArrayTemplate.h @@ -110,7 +110,7 @@ protected: std::vector Arrays; private: - vtkCPExodusIIResultsArrayTemplate(const vtkCPExodusIIResultsArrayTemplate &); // Not implemented. + vtkCPExodusIIResultsArrayTemplate(const vtkCPExodusIIResultsArrayTemplate &) VTK_DELETE_FUNCTION; void operator=(const vtkCPExodusIIResultsArrayTemplate &) VTK_DELETE_FUNCTION; vtkIdType Lookup(const Scalar &val, vtkIdType startIndex); diff --git a/IO/Exodus/vtkExodusIICache.h b/IO/Exodus/vtkExodusIICache.h index f64f4c604a7b5280e6b62e0bbc2598b3895cafc0..751e599ad5d5a081b051a55250632f5c6ad33a08 100644 --- a/IO/Exodus/vtkExodusIICache.h +++ b/IO/Exodus/vtkExodusIICache.h @@ -203,7 +203,7 @@ protected: vtkExodusIICacheLRU LRU; private: - vtkExodusIICache( const vtkExodusIICache& ); // Not implemented + vtkExodusIICache( const vtkExodusIICache& ) VTK_DELETE_FUNCTION; void operator = ( const vtkExodusIICache& ) VTK_DELETE_FUNCTION; }; #endif // vtkExodusIICache_h diff --git a/IO/Exodus/vtkExodusIIReader.h b/IO/Exodus/vtkExodusIIReader.h index 8ef7209d7067c9984f6b604219d502f2a0e4fc0a..df8cd43f61f1dff4ac43cd566a9d1ac5dd231036 100644 --- a/IO/Exodus/vtkExodusIIReader.h +++ b/IO/Exodus/vtkExodusIIReader.h @@ -746,7 +746,7 @@ protected: friend class vtkPExodusIIReader; private: - vtkExodusIIReader(const vtkExodusIIReader&); // Not implemented + vtkExodusIIReader(const vtkExodusIIReader&) VTK_DELETE_FUNCTION; void operator=(const vtkExodusIIReader&) VTK_DELETE_FUNCTION; void AddDisplacements(vtkUnstructuredGrid* output); diff --git a/IO/Exodus/vtkExodusIIReaderParser.h b/IO/Exodus/vtkExodusIIReaderParser.h index b58f25bab8416b3a1eeeacaeac44fe0ff00a54b1..4f092bf2f5c5cf8cb706d12221ee7e3c42715ed7 100644 --- a/IO/Exodus/vtkExodusIIReaderParser.h +++ b/IO/Exodus/vtkExodusIIReaderParser.h @@ -160,7 +160,7 @@ protected: bool InMaterialAssignments; private: - vtkExodusIIReaderParser(const vtkExodusIIReaderParser&); // Not implemented + vtkExodusIIReaderParser(const vtkExodusIIReaderParser&) VTK_DELETE_FUNCTION; void operator=(const vtkExodusIIReaderParser&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Exodus/vtkExodusIIReaderPrivate.h b/IO/Exodus/vtkExodusIIReaderPrivate.h index 2f1d5f28059631ba10b7bf449b8a6300584b996a..1783403cbad78117ac64aff65f8334e0c0da72fa 100644 --- a/IO/Exodus/vtkExodusIIReaderPrivate.h +++ b/IO/Exodus/vtkExodusIIReaderPrivate.h @@ -830,7 +830,7 @@ protected: vtkMutableDirectedGraph* SIL; private: - vtkExodusIIReaderPrivate( const vtkExodusIIReaderPrivate& ); // Not implemented. + vtkExodusIIReaderPrivate( const vtkExodusIIReaderPrivate& ) VTK_DELETE_FUNCTION; void operator = ( const vtkExodusIIReaderPrivate& ) VTK_DELETE_FUNCTION; }; diff --git a/IO/Exodus/vtkExodusIIWriter.h b/IO/Exodus/vtkExodusIIWriter.h index 5a180664d424fc894a204a4cad9b8923937d17fe..f40b6436528aa13f977647792729d9b4a7500dcc 100644 --- a/IO/Exodus/vtkExodusIIWriter.h +++ b/IO/Exodus/vtkExodusIIWriter.h @@ -347,7 +347,7 @@ protected: int WritePointData (int timestep, vtkDataArray *buffer); private: - vtkExodusIIWriter (const vtkExodusIIWriter&); // Not Implemented + vtkExodusIIWriter (const vtkExodusIIWriter&) VTK_DELETE_FUNCTION; void operator= (const vtkExodusIIWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Exodus/vtkModelMetadata.h b/IO/Exodus/vtkModelMetadata.h index 368c44299151b7906e60bfa262e555a3ec7952af..4aedc41fc071c7f1a97105ca4211b808b9b63d4a 100644 --- a/IO/Exodus/vtkModelMetadata.h +++ b/IO/Exodus/vtkModelMetadata.h @@ -753,7 +753,7 @@ private: int AllVariablesDefinedInAllBlocks; private: - vtkModelMetadata(const vtkModelMetadata&); // Not implemented + vtkModelMetadata(const vtkModelMetadata&) VTK_DELETE_FUNCTION; void operator=(const vtkModelMetadata&) VTK_DELETE_FUNCTION; }; #endif diff --git a/IO/Export/vtkExporter.h b/IO/Export/vtkExporter.h index 59863c7e13ec42c8f180a5180638462b1fb8ec01..65f06ca36a2e03ac1453065e3d7130997ed6efd2 100644 --- a/IO/Export/vtkExporter.h +++ b/IO/Export/vtkExporter.h @@ -102,7 +102,7 @@ protected: void (*EndWriteArgDelete)(void *); void *EndWriteArg; private: - vtkExporter(const vtkExporter&); // Not implemented. + vtkExporter(const vtkExporter&) VTK_DELETE_FUNCTION; void operator=(const vtkExporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkGL2PSExporter.h b/IO/Export/vtkGL2PSExporter.h index 40742ccabe6533feb2e64c0b7aafed48daa7ed5a..49971f505ad15988f496281bd23eed20b6fd9a09 100644 --- a/IO/Export/vtkGL2PSExporter.h +++ b/IO/Export/vtkGL2PSExporter.h @@ -314,7 +314,7 @@ protected: float LineWidthFactor; private: - vtkGL2PSExporter(const vtkGL2PSExporter&); // Not implemented + vtkGL2PSExporter(const vtkGL2PSExporter&) VTK_DELETE_FUNCTION; void operator=(const vtkGL2PSExporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkIVExporter.h b/IO/Export/vtkIVExporter.h index 3ac667e325f5279bd43bea4843c3b3e2696ddff4..1f02c887cee25527f5e4c22c63244ae9a4b46aeb 100644 --- a/IO/Export/vtkIVExporter.h +++ b/IO/Export/vtkIVExporter.h @@ -57,7 +57,7 @@ protected: FILE *fp); char *FileName; private: - vtkIVExporter(const vtkIVExporter&); // Not implemented. + vtkIVExporter(const vtkIVExporter&) VTK_DELETE_FUNCTION; void operator=(const vtkIVExporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkOBJExporter.h b/IO/Export/vtkOBJExporter.h index 46252c993857e60f59194c49dd29893e1e14bd08..7eef3063780ad478d4db722adb8d8d0cfa7d279f 100644 --- a/IO/Export/vtkOBJExporter.h +++ b/IO/Export/vtkOBJExporter.h @@ -52,7 +52,7 @@ protected: void WriteAnActor(vtkActor *anActor, FILE *fpObj, FILE *fpMat, int &id); char *FilePrefix; private: - vtkOBJExporter(const vtkOBJExporter&); // Not implemented. + vtkOBJExporter(const vtkOBJExporter&) VTK_DELETE_FUNCTION; void operator=(const vtkOBJExporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkOOGLExporter.h b/IO/Export/vtkOOGLExporter.h index 34df6c534add13e8c279d3cff966b5124784995f..110184d5f4b7c352301529dda26fc30d3f9ccdf5 100644 --- a/IO/Export/vtkOOGLExporter.h +++ b/IO/Export/vtkOOGLExporter.h @@ -53,7 +53,7 @@ protected: char *FileName; private: - vtkOOGLExporter(const vtkOOGLExporter&); // Not implemented + vtkOOGLExporter(const vtkOOGLExporter&) VTK_DELETE_FUNCTION; void operator=(const vtkOOGLExporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkPOVExporter.h b/IO/Export/vtkPOVExporter.h index 01f8dd9a6787817fd0d2f2d646d009a3b8010996..4602cc0555dd7cb4886209373396ffa570202f11 100644 --- a/IO/Export/vtkPOVExporter.h +++ b/IO/Export/vtkPOVExporter.h @@ -115,7 +115,7 @@ protected: FILE *FilePtr; private: - vtkPOVExporter(const vtkPOVExporter&); // Not implemented. + vtkPOVExporter(const vtkPOVExporter&) VTK_DELETE_FUNCTION; void operator=(const vtkPOVExporter&) VTK_DELETE_FUNCTION; vtkPOVInternals *Internals; diff --git a/IO/Export/vtkRIBExporter.h b/IO/Export/vtkRIBExporter.h index 1868523a2e87bf8cb1f22b25c98b9a461dae4f6f..a13d4c2e3acf4985c2dd024f504d1c305d45c9c0 100644 --- a/IO/Export/vtkRIBExporter.h +++ b/IO/Export/vtkRIBExporter.h @@ -159,7 +159,7 @@ protected: FILE *FilePtr; char *TexturePrefix; private: - vtkRIBExporter(const vtkRIBExporter&); // Not implemented. + vtkRIBExporter(const vtkRIBExporter&) VTK_DELETE_FUNCTION; void operator=(const vtkRIBExporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkRIBLight.h b/IO/Export/vtkRIBLight.h index 39305d51f28126e97ed1a7e51ebe84ad9a4aa79f..3cb17c916fc0830c6855a9fc08d04a096bcad42b 100644 --- a/IO/Export/vtkRIBLight.h +++ b/IO/Export/vtkRIBLight.h @@ -48,7 +48,7 @@ protected: vtkLight *Light; int Shadows; private: - vtkRIBLight(const vtkRIBLight&); // Not implemented. + vtkRIBLight(const vtkRIBLight&) VTK_DELETE_FUNCTION; void operator=(const vtkRIBLight&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkRIBProperty.h b/IO/Export/vtkRIBProperty.h index b393c0f19ff11ec481827120c4fed1433e31a7b6..18b5ded74d187629f4be5207879f1460f2d16e55 100644 --- a/IO/Export/vtkRIBProperty.h +++ b/IO/Export/vtkRIBProperty.h @@ -106,7 +106,7 @@ protected: bool SurfaceShaderUsesDefaultParameters; private: - vtkRIBProperty(const vtkRIBProperty&); // Not implemented. + vtkRIBProperty(const vtkRIBProperty&) VTK_DELETE_FUNCTION; void operator=(const vtkRIBProperty&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkVRMLExporter.h b/IO/Export/vtkVRMLExporter.h index f7b8f6049bbf282663015cb1e143849310f911ad..ad44e30b7bec79679bdecfc1b98823546da44127 100644 --- a/IO/Export/vtkVRMLExporter.h +++ b/IO/Export/vtkVRMLExporter.h @@ -76,7 +76,7 @@ protected: FILE *FilePointer; double Speed; private: - vtkVRMLExporter(const vtkVRMLExporter&); // Not implemented. + vtkVRMLExporter(const vtkVRMLExporter&) VTK_DELETE_FUNCTION; void operator=(const vtkVRMLExporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkX3DExporter.h b/IO/Export/vtkX3DExporter.h index 064b18711c52828a97b34b148fb86c2fd28178dd..f3a72e817a17c7dcf98139562e0cd19b5563d4e3 100644 --- a/IO/Export/vtkX3DExporter.h +++ b/IO/Export/vtkX3DExporter.h @@ -119,7 +119,7 @@ protected: private: - vtkX3DExporter(const vtkX3DExporter&); // Not implemented. + vtkX3DExporter(const vtkX3DExporter&) VTK_DELETE_FUNCTION; void operator=(const vtkX3DExporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkX3DExporterFIWriter.cxx b/IO/Export/vtkX3DExporterFIWriter.cxx index f8a9897f7a7c3ed158363ff8117560c8d367e0b5..2a213b55563b4c8abfa9c98c299209ce4b9c15fe 100644 --- a/IO/Export/vtkX3DExporterFIWriter.cxx +++ b/IO/Export/vtkX3DExporterFIWriter.cxx @@ -90,7 +90,7 @@ private: int WriteToOutputString; - vtkX3DExporterFIByteWriter(const vtkX3DExporterFIByteWriter&); // Not implemented + vtkX3DExporterFIByteWriter(const vtkX3DExporterFIByteWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkX3DExporterFIByteWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkX3DExporterFIWriter.h b/IO/Export/vtkX3DExporterFIWriter.h index 31d2749a062a62899f8329d7e377c82b4af0ef88..6a3463772bab160b952a40deb72cc52697aafd11 100644 --- a/IO/Export/vtkX3DExporterFIWriter.h +++ b/IO/Export/vtkX3DExporterFIWriter.h @@ -93,7 +93,7 @@ private: int Fastest; - vtkX3DExporterFIWriter(const vtkX3DExporterFIWriter&); // Not implemented. + vtkX3DExporterFIWriter(const vtkX3DExporterFIWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkX3DExporterFIWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkX3DExporterJavaHelper.h b/IO/Export/vtkX3DExporterJavaHelper.h index c4a6ebc1f256ae4a553a90c86c901de7dbb42e0a..a6138a27dff32db366c790eb0e8c6e6a0231fa5d 100644 --- a/IO/Export/vtkX3DExporterJavaHelper.h +++ b/IO/Export/vtkX3DExporterJavaHelper.h @@ -46,7 +46,7 @@ protected: static char* FastInfosetJarLocation; private: - vtkX3DExporterJavaHelper(const vtkX3DExporterJavaHelper&); // Not implemented. + vtkX3DExporterJavaHelper(const vtkX3DExporterJavaHelper&) VTK_DELETE_FUNCTION; void operator=(const vtkX3DExporterJavaHelper&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Export/vtkX3DExporterWriter.h b/IO/Export/vtkX3DExporterWriter.h index f99db50808a8e9a4b61ff1d6e67887bed4eb2747..4aa6094e304ec0404ee1df0c191b38e212de5df1 100644 --- a/IO/Export/vtkX3DExporterWriter.h +++ b/IO/Export/vtkX3DExporterWriter.h @@ -168,7 +168,7 @@ protected: int WriteToOutputString; private: - vtkX3DExporterWriter(const vtkX3DExporterWriter&); // Not implemented. + vtkX3DExporterWriter(const vtkX3DExporterWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkX3DExporterWriter&) VTK_DELETE_FUNCTION; }; #endif diff --git a/IO/Export/vtkX3DExporterXMLWriter.h b/IO/Export/vtkX3DExporterXMLWriter.h index 7ca647597e0ed9a61f1ae07af871276d8f873a23..7cb38ec91ecd6146943d4ca870e8f7b08d707af6 100644 --- a/IO/Export/vtkX3DExporterXMLWriter.h +++ b/IO/Export/vtkX3DExporterXMLWriter.h @@ -79,7 +79,7 @@ private: ostream *OutputStream; vtkX3DExporterXMLNodeInfoStack* InfoStack; - vtkX3DExporterXMLWriter(const vtkX3DExporterXMLWriter&); // Not implemented. + vtkX3DExporterXMLWriter(const vtkX3DExporterXMLWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkX3DExporterXMLWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ExportOpenGL/vtkOpenGLGL2PSExporter.h b/IO/ExportOpenGL/vtkOpenGLGL2PSExporter.h index 9568aa9c812e1002998f940cc21f57c2380e3d25..3ded6995d25c99b921ee0e0fbfa65a238a865be9 100644 --- a/IO/ExportOpenGL/vtkOpenGLGL2PSExporter.h +++ b/IO/ExportOpenGL/vtkOpenGLGL2PSExporter.h @@ -153,7 +153,7 @@ protected: vtkNew PixelData; private: - vtkOpenGLGL2PSExporter(const vtkOpenGLGL2PSExporter&); // Not implemented + vtkOpenGLGL2PSExporter(const vtkOpenGLGL2PSExporter&) VTK_DELETE_FUNCTION; void operator=(const vtkOpenGLGL2PSExporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ExportOpenGL2/vtkOpenGLGL2PSExporter.h b/IO/ExportOpenGL2/vtkOpenGLGL2PSExporter.h index 3e1148ecbdf3e7b536633bb4f09c4786baf4e935..bd5b6f5cac8375a527c954b90455d5d518b2d4c8 100644 --- a/IO/ExportOpenGL2/vtkOpenGLGL2PSExporter.h +++ b/IO/ExportOpenGL2/vtkOpenGLGL2PSExporter.h @@ -43,7 +43,7 @@ protected: bool CaptureVectorProps(); private: - vtkOpenGLGL2PSExporter(const vtkOpenGLGL2PSExporter &); // Not implemented. + vtkOpenGLGL2PSExporter(const vtkOpenGLGL2PSExporter &) VTK_DELETE_FUNCTION; void operator=(const vtkOpenGLGL2PSExporter &) VTK_DELETE_FUNCTION; }; diff --git a/IO/FFMPEG/vtkFFMPEGWriter.h b/IO/FFMPEG/vtkFFMPEGWriter.h index fb4961bdfc0fdd957765f9c92c5bef442498ee0f..fd1c6cf925cc491d273f7aebca2bee8d8b6d66f7 100644 --- a/IO/FFMPEG/vtkFFMPEGWriter.h +++ b/IO/FFMPEG/vtkFFMPEGWriter.h @@ -92,7 +92,7 @@ protected: bool Compression; private: - vtkFFMPEGWriter(const vtkFFMPEGWriter&); // Not implemented + vtkFFMPEGWriter(const vtkFFMPEGWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkFFMPEGWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/GDAL/vtkGDAL.h b/IO/GDAL/vtkGDAL.h index 7616b1520a0e0b78f6b58765c22083c96ca5a17f..54bb095b3a6f2c88ec70b2fa942bd865221ded13 100644 --- a/IO/GDAL/vtkGDAL.h +++ b/IO/GDAL/vtkGDAL.h @@ -36,7 +36,7 @@ class VTKIOGDAL_EXPORT vtkGDAL : public vtkObject private: vtkGDAL(); // Static class ~vtkGDAL(); - vtkGDAL(const vtkGDAL&); // Not implemented. + vtkGDAL(const vtkGDAL&) VTK_DELETE_FUNCTION; void operator=(const vtkGDAL&) VTK_DELETE_FUNCTION; }; diff --git a/IO/GDAL/vtkGDALRasterReader.h b/IO/GDAL/vtkGDALRasterReader.h index 90c252a87d4ed138169c3adaae949bb30986d783..81b09de62fed708531a419d846267d5261e390ae 100644 --- a/IO/GDAL/vtkGDALRasterReader.h +++ b/IO/GDAL/vtkGDALRasterReader.h @@ -113,7 +113,7 @@ protected: vtkGDALRasterReaderInternal* Implementation; private: - vtkGDALRasterReader(const vtkGDALRasterReader&); // Not implemented. + vtkGDALRasterReader(const vtkGDALRasterReader&) VTK_DELETE_FUNCTION; void operator=(const vtkGDALRasterReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/GDAL/vtkGDALVectorReader.h b/IO/GDAL/vtkGDALVectorReader.h index 49b8178227d001ddd71df53337b4fa1b8d56c4cc..3e35d3a215499049c4a6c6755bfea4133fc96f97 100644 --- a/IO/GDAL/vtkGDALVectorReader.h +++ b/IO/GDAL/vtkGDALVectorReader.h @@ -127,7 +127,7 @@ protected: std::map LayersProjection; private: - vtkGDALVectorReader(const vtkGDALVectorReader&); // Not implemented. + vtkGDALVectorReader(const vtkGDALVectorReader&) VTK_DELETE_FUNCTION; void operator=(const vtkGDALVectorReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/GeoJSON/vtkGeoJSONFeature.h b/IO/GeoJSON/vtkGeoJSONFeature.h index 3c4ec79cdbc324aa2db4d22d9c5d388a9602d3e1..fa82ced678db1ee8f66c2d4e49294503018d4668 100644 --- a/IO/GeoJSON/vtkGeoJSONFeature.h +++ b/IO/GeoJSON/vtkGeoJSONFeature.h @@ -115,7 +115,7 @@ protected: void InsertFeatureProperties(vtkPolyData *outputData); private: - vtkGeoJSONFeature(const vtkGeoJSONFeature&); //Not implemented + vtkGeoJSONFeature(const vtkGeoJSONFeature&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoJSONFeature&) VTK_DELETE_FUNCTION; }; diff --git a/IO/GeoJSON/vtkGeoJSONReader.h b/IO/GeoJSON/vtkGeoJSONReader.h index 633091e5e3e34676c2d9a4076c5deaf6986d202d..fef34b33792c25dd7f832ade1546c066103f2d4d 100644 --- a/IO/GeoJSON/vtkGeoJSONReader.h +++ b/IO/GeoJSON/vtkGeoJSONReader.h @@ -97,7 +97,7 @@ private: class GeoJSONReaderInternal; GeoJSONReaderInternal *Internal; - vtkGeoJSONReader(const vtkGeoJSONReader&); // Not implemented + vtkGeoJSONReader(const vtkGeoJSONReader&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoJSONReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/GeoJSON/vtkGeoJSONWriter.h b/IO/GeoJSON/vtkGeoJSONWriter.h index 8d8f0c4cb3c1ad47f6725661490a5f3fd947134e..e7519475a08819a37e88a31e4b2635f0bbb1ce13 100644 --- a/IO/GeoJSON/vtkGeoJSONWriter.h +++ b/IO/GeoJSON/vtkGeoJSONWriter.h @@ -107,7 +107,7 @@ protected: char* FileName; private: - vtkGeoJSONWriter(const vtkGeoJSONWriter&); // Not implemented. + vtkGeoJSONWriter(const vtkGeoJSONWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoJSONWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkAVSucdReader.h b/IO/Geometry/vtkAVSucdReader.h index 36c8e7249be61cf39819c55408218a8fa22e353d..8e01d3ac1938b197007501623e5f21d4abd04acb 100644 --- a/IO/Geometry/vtkAVSucdReader.h +++ b/IO/Geometry/vtkAVSucdReader.h @@ -193,7 +193,7 @@ private: const idMapping& nodeMap, idMapping& cellMap); - vtkAVSucdReader(const vtkAVSucdReader&); // Not implemented. + vtkAVSucdReader(const vtkAVSucdReader&) VTK_DELETE_FUNCTION; void operator=(const vtkAVSucdReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkBYUReader.h b/IO/Geometry/vtkBYUReader.h index 482a332de1811ac7ce958dde1a52a68615e493ae..a35be9481f52a1e68ca054b3db575cd4b242556f 100644 --- a/IO/Geometry/vtkBYUReader.h +++ b/IO/Geometry/vtkBYUReader.h @@ -112,7 +112,7 @@ protected: void ReadScalarFile(int numPts, vtkInformation *outInfo); void ReadTextureFile(int numPts, vtkInformation *outInfo); private: - vtkBYUReader(const vtkBYUReader&); // Not implemented. + vtkBYUReader(const vtkBYUReader&) VTK_DELETE_FUNCTION; void operator=(const vtkBYUReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkBYUWriter.h b/IO/Geometry/vtkBYUWriter.h index 2d7b8b7098c7a0cf98bdaef63cc95afd9bb2d706..9875ee03056fce4c340355f51be93036ab0872dc 100644 --- a/IO/Geometry/vtkBYUWriter.h +++ b/IO/Geometry/vtkBYUWriter.h @@ -104,7 +104,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkBYUWriter(const vtkBYUWriter&); // Not implemented. + vtkBYUWriter(const vtkBYUWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkBYUWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkCGMWriter.h b/IO/Geometry/vtkCGMWriter.h index 48a60fd9b273a83fe7866b9e4565f0f4aaf66c96..83b708dc3114ac1410dc024f829cf3e88010aca7 100644 --- a/IO/Geometry/vtkCGMWriter.h +++ b/IO/Geometry/vtkCGMWriter.h @@ -117,7 +117,7 @@ protected: int Sort; private: - vtkCGMWriter(const vtkCGMWriter&); // Not implemented. + vtkCGMWriter(const vtkCGMWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkCGMWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkChacoReader.h b/IO/Geometry/vtkChacoReader.h index 345f57eaf4e20efe3dde71290b6c77b711d15292..b415649bbdad0adc8d8551a9b9dea270ab46e31e 100644 --- a/IO/Geometry/vtkChacoReader.h +++ b/IO/Geometry/vtkChacoReader.h @@ -216,7 +216,7 @@ protected: vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkChacoReader(const vtkChacoReader&); // Not implemented + vtkChacoReader(const vtkChacoReader&) VTK_DELETE_FUNCTION; void operator=(const vtkChacoReader&) VTK_DELETE_FUNCTION; double ReadVal(FILE *infile, int *end_flag); diff --git a/IO/Geometry/vtkFLUENTReader.h b/IO/Geometry/vtkFLUENTReader.h index 62840b49c4eb2033389ebda0da926fb99ed69444..57e5ddeafb6baefa0ddc5fcf0abacc6761fb9009 100644 --- a/IO/Geometry/vtkFLUENTReader.h +++ b/IO/Geometry/vtkFLUENTReader.h @@ -227,7 +227,7 @@ protected: int NumberOfVectors; private: - vtkFLUENTReader(const vtkFLUENTReader&); // Not implemented. + vtkFLUENTReader(const vtkFLUENTReader&) VTK_DELETE_FUNCTION; void operator=(const vtkFLUENTReader&) VTK_DELETE_FUNCTION; }; #endif diff --git a/IO/Geometry/vtkFacetWriter.h b/IO/Geometry/vtkFacetWriter.h index 7077d841954a3f68aa97fab4cdb79a9f52a67d29..bcbbe21a2a67aeaf7ce3c2229c553b289261f874 100644 --- a/IO/Geometry/vtkFacetWriter.h +++ b/IO/Geometry/vtkFacetWriter.h @@ -77,7 +77,7 @@ protected: ostream *OutputStream; private: - vtkFacetWriter(const vtkFacetWriter&); // Not implemented. + vtkFacetWriter(const vtkFacetWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkFacetWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkGAMBITReader.h b/IO/Geometry/vtkGAMBITReader.h index 15cc1e81dcdbb5daec79cb513562158e8c99c4c5..3cb2ace7074f7ceab3bdd53af7041ccc1c6b1128 100644 --- a/IO/Geometry/vtkGAMBITReader.h +++ b/IO/Geometry/vtkGAMBITReader.h @@ -101,7 +101,7 @@ private: void ReadMaterialTypes(vtkUnstructuredGrid *output); void ReadBoundaryConditionSets(vtkUnstructuredGrid *output); - vtkGAMBITReader(const vtkGAMBITReader&); // Not implemented. + vtkGAMBITReader(const vtkGAMBITReader&) VTK_DELETE_FUNCTION; void operator=(const vtkGAMBITReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkGaussianCubeReader.h b/IO/Geometry/vtkGaussianCubeReader.h index 44cf78a257245c4702f8be27f4ec6079e6721112..e2c97ce112a62fea735b9101a3448be40122a252 100644 --- a/IO/Geometry/vtkGaussianCubeReader.h +++ b/IO/Geometry/vtkGaussianCubeReader.h @@ -56,7 +56,7 @@ protected: virtual int FillOutputPortInformation(int, vtkInformation*); private: - vtkGaussianCubeReader(const vtkGaussianCubeReader&); // Not implemented. + vtkGaussianCubeReader(const vtkGaussianCubeReader&) VTK_DELETE_FUNCTION; void operator=(const vtkGaussianCubeReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkIVWriter.h b/IO/Geometry/vtkIVWriter.h index b0a0072bd78122a88cd26372f04dfa89066bcc56..93dcb2960180d3ae69aaec499e0b19241b013bc8 100644 --- a/IO/Geometry/vtkIVWriter.h +++ b/IO/Geometry/vtkIVWriter.h @@ -65,7 +65,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkIVWriter(const vtkIVWriter&); // Not implemented. + vtkIVWriter(const vtkIVWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkIVWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkMCubesReader.h b/IO/Geometry/vtkMCubesReader.h index 2aa843e25536de8fe8f80429c9ace79e6f1321ad..14ae133a8224ef9187eb9e5f7bbd3b98c4d7cf73 100644 --- a/IO/Geometry/vtkMCubesReader.h +++ b/IO/Geometry/vtkMCubesReader.h @@ -148,7 +148,7 @@ protected: int Normals; private: - vtkMCubesReader(const vtkMCubesReader&); // Not implemented. + vtkMCubesReader(const vtkMCubesReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMCubesReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkMCubesWriter.h b/IO/Geometry/vtkMCubesWriter.h index 0dae1b466d8e2a611bb4c517339eb3a5ed185075..248e7f673b6ce677e1713726b2fa0ce37c00744b 100644 --- a/IO/Geometry/vtkMCubesWriter.h +++ b/IO/Geometry/vtkMCubesWriter.h @@ -78,7 +78,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkMCubesWriter(const vtkMCubesWriter&); // Not implemented. + vtkMCubesWriter(const vtkMCubesWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkMCubesWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkMFIXReader.h b/IO/Geometry/vtkMFIXReader.h index fb7e03110ba025b9e2c119a314199e6cd0dac70e..ea825852c8d5240951a582f8e5d0c4f362e170cc 100644 --- a/IO/Geometry/vtkMFIXReader.h +++ b/IO/Geometry/vtkMFIXReader.h @@ -230,7 +230,7 @@ protected: // into a file for a certain variable. private: - vtkMFIXReader(const vtkMFIXReader&); // Not implemented. + vtkMFIXReader(const vtkMFIXReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMFIXReader&) VTK_DELETE_FUNCTION; void MakeMesh(vtkUnstructuredGrid *output); diff --git a/IO/Geometry/vtkMoleculeReaderBase.h b/IO/Geometry/vtkMoleculeReaderBase.h index cb4558c0ed1856e6c6e31103755d4f2ce222978f..9e33a9daeb2f9c884345359b20f22fe5bbb57664 100644 --- a/IO/Geometry/vtkMoleculeReaderBase.h +++ b/IO/Geometry/vtkMoleculeReaderBase.h @@ -88,7 +88,7 @@ protected: virtual void ReadSpecificMolecule(FILE* fp) = 0; private: - vtkMoleculeReaderBase(const vtkMoleculeReaderBase&); // Not implemented. + vtkMoleculeReaderBase(const vtkMoleculeReaderBase&) VTK_DELETE_FUNCTION; void operator=(const vtkMoleculeReaderBase&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkOBJReader.h b/IO/Geometry/vtkOBJReader.h index 6021f82b33795fe30b89719f8dccdef112b765c4..6887a5292d5a92e9b240962319727bb257884aa5 100644 --- a/IO/Geometry/vtkOBJReader.h +++ b/IO/Geometry/vtkOBJReader.h @@ -38,7 +38,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkOBJReader(const vtkOBJReader&); // Not implemented. + vtkOBJReader(const vtkOBJReader&) VTK_DELETE_FUNCTION; void operator=(const vtkOBJReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkOpenFOAMReader.cxx b/IO/Geometry/vtkOpenFOAMReader.cxx index a6a968f295f238e426c9fd57308375d1eb1e4b46..9387707e3813043185eb20ea3a320477d34c05c5 100644 --- a/IO/Geometry/vtkOpenFOAMReader.cxx +++ b/IO/Geometry/vtkOpenFOAMReader.cxx @@ -245,7 +245,7 @@ private: vtkOpenFOAMReaderPrivate(); ~vtkOpenFOAMReaderPrivate(); - vtkOpenFOAMReaderPrivate(const vtkOpenFOAMReaderPrivate &); // Not implemented. + vtkOpenFOAMReaderPrivate(const vtkOpenFOAMReaderPrivate &) VTK_DELETE_FUNCTION; void operator=(const vtkOpenFOAMReaderPrivate &) VTK_DELETE_FUNCTION; // clear mesh construction diff --git a/IO/Geometry/vtkOpenFOAMReader.h b/IO/Geometry/vtkOpenFOAMReader.h index 3882b8f6ca84b19e106e76d3f468af7d19ed6adb..a5c142425dca1861b365f5e1ab0427234738fc67 100644 --- a/IO/Geometry/vtkOpenFOAMReader.h +++ b/IO/Geometry/vtkOpenFOAMReader.h @@ -303,7 +303,7 @@ protected: private: vtkOpenFOAMReader *Parent; - vtkOpenFOAMReader(const vtkOpenFOAMReader&); // Not implemented. + vtkOpenFOAMReader(const vtkOpenFOAMReader&) VTK_DELETE_FUNCTION; void operator=(const vtkOpenFOAMReader&) VTK_DELETE_FUNCTION; int GetNumberOfSelectionArrays(vtkDataArraySelection *); diff --git a/IO/Geometry/vtkPDBReader.h b/IO/Geometry/vtkPDBReader.h index 64f07d599b47268549afd3f1d20c2dbebc076fe1..94883b2aaacfccdcedf56c2227002cd981250fad 100644 --- a/IO/Geometry/vtkPDBReader.h +++ b/IO/Geometry/vtkPDBReader.h @@ -42,7 +42,7 @@ protected: void ReadSpecificMolecule(FILE* fp); private: - vtkPDBReader(const vtkPDBReader&); // Not implemented. + vtkPDBReader(const vtkPDBReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPDBReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkPTSReader.h b/IO/Geometry/vtkPTSReader.h index 7525c714935429ef2844ee919889acd0f3006bb4..5237edeb8a4fcba6b8f1534c21b4e825aace3000 100644 --- a/IO/Geometry/vtkPTSReader.h +++ b/IO/Geometry/vtkPTSReader.h @@ -104,7 +104,7 @@ protected: bool IncludeColorAndLuminance; private: - vtkPTSReader(const vtkPTSReader&); // Not implemented. + vtkPTSReader(const vtkPTSReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPTSReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkParticleReader.h b/IO/Geometry/vtkParticleReader.h index fc5069f40f82e86b74e13ab98e9675a01c103dd7..e7f3d7e321f9d6573db0cea8223b05d58c6818ec 100644 --- a/IO/Geometry/vtkParticleReader.h +++ b/IO/Geometry/vtkParticleReader.h @@ -180,7 +180,7 @@ protected: size_t NumberOfPoints; private: - vtkParticleReader(const vtkParticleReader&); // Not implemented. + vtkParticleReader(const vtkParticleReader&) VTK_DELETE_FUNCTION; void operator=(const vtkParticleReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkProStarReader.h b/IO/Geometry/vtkProStarReader.h index 385d99804e7e46418fa94b86801f408a95d7cfc8..72ffb3df9fcbd5fd6921fbdf2caaa43c5487e328 100644 --- a/IO/Geometry/vtkProStarReader.h +++ b/IO/Geometry/vtkProStarReader.h @@ -104,7 +104,7 @@ private: bool ReadVrtFile(vtkUnstructuredGrid *output, idMapping& pointMapping); bool ReadCelFile(vtkUnstructuredGrid *output, const idMapping& pointMapping); - vtkProStarReader(const vtkProStarReader&); // Not implemented. + vtkProStarReader(const vtkProStarReader&) VTK_DELETE_FUNCTION; void operator=(const vtkProStarReader&) VTK_DELETE_FUNCTION; }; #endif diff --git a/IO/Geometry/vtkSTLReader.h b/IO/Geometry/vtkSTLReader.h index d0fa7720389d20b710802d34fc9f90c8c2ce49ca..ae77b00a14a87dc0cac94176a7c4da86b6cd9822 100644 --- a/IO/Geometry/vtkSTLReader.h +++ b/IO/Geometry/vtkSTLReader.h @@ -91,7 +91,7 @@ protected: vtkFloatArray* scalars=0); int GetSTLFileType(const char *filename); private: - vtkSTLReader(const vtkSTLReader&); // Not implemented. + vtkSTLReader(const vtkSTLReader&) VTK_DELETE_FUNCTION; void operator=(const vtkSTLReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkSTLWriter.h b/IO/Geometry/vtkSTLWriter.h index ba49f65b6b9e1075eda66c865f64b6e392fe4317..dace878ef6d36c7741e2a403047a773ef5f6f65d 100644 --- a/IO/Geometry/vtkSTLWriter.h +++ b/IO/Geometry/vtkSTLWriter.h @@ -84,7 +84,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkSTLWriter(const vtkSTLWriter&); // Not implemented. + vtkSTLWriter(const vtkSTLWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkSTLWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkTecplotReader.cxx b/IO/Geometry/vtkTecplotReader.cxx index 347b27f6a21ef81efd0f09a4ed8043a9c923bce2..eefa88521167a32533f11ef1abcf929c9c9b12a0 100644 --- a/IO/Geometry/vtkTecplotReader.cxx +++ b/IO/Geometry/vtkTecplotReader.cxx @@ -398,7 +398,7 @@ public: private: - vtkTecplotReaderInternal( const vtkTecplotReaderInternal & ); // Not implemented. + vtkTecplotReaderInternal( const vtkTecplotReaderInternal & ) VTK_DELETE_FUNCTION; void operator = ( const vtkTecplotReaderInternal & ) VTK_DELETE_FUNCTION; }; // ==========================================================================// diff --git a/IO/Geometry/vtkTecplotReader.h b/IO/Geometry/vtkTecplotReader.h index 38bd67b6f456a9b005724f1b3095febd08e8066e..b73f9cebec15bb983766c46381fa4386248f18a2 100644 --- a/IO/Geometry/vtkTecplotReader.h +++ b/IO/Geometry/vtkTecplotReader.h @@ -263,7 +263,7 @@ protected: private: - vtkTecplotReader( const vtkTecplotReader & ); // Not implemented. + vtkTecplotReader( const vtkTecplotReader & ) VTK_DELETE_FUNCTION; void operator = ( const vtkTecplotReader & ) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkUGFacetReader.h b/IO/Geometry/vtkUGFacetReader.h index 74954344d41a0eaf7bd0bd39b542c39d7c8b8862..a98b9f7aaabaf2a8b7444ed7b9e863b89186464e 100644 --- a/IO/Geometry/vtkUGFacetReader.h +++ b/IO/Geometry/vtkUGFacetReader.h @@ -92,7 +92,7 @@ protected: int Merging; vtkIncrementalPointLocator *Locator; private: - vtkUGFacetReader(const vtkUGFacetReader&); // Not implemented. + vtkUGFacetReader(const vtkUGFacetReader&) VTK_DELETE_FUNCTION; void operator=(const vtkUGFacetReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Geometry/vtkWindBladeReader.h b/IO/Geometry/vtkWindBladeReader.h index e7da11a4710856bc5e302fef963218f21cef7d46..5a54a6bbf27c6f4e263c85a5000443d090ec6a02 100644 --- a/IO/Geometry/vtkWindBladeReader.h +++ b/IO/Geometry/vtkWindBladeReader.h @@ -258,7 +258,7 @@ protected: private: WindBladeReaderInternal * Internal; - vtkWindBladeReader(const vtkWindBladeReader&); // Not implemented. + vtkWindBladeReader(const vtkWindBladeReader&) VTK_DELETE_FUNCTION; void operator=(const vtkWindBladeReader&) VTK_DELETE_FUNCTION; }; #endif diff --git a/IO/Geometry/vtkXYZMolReader.h b/IO/Geometry/vtkXYZMolReader.h index 3fa307d1161a6f3a47873db2d07db8849b070875..618fb6313fa44efab0cf623f1a60ad62f84d9368 100644 --- a/IO/Geometry/vtkXYZMolReader.h +++ b/IO/Geometry/vtkXYZMolReader.h @@ -73,7 +73,7 @@ protected: int MaxTimeStep; private: - vtkXYZMolReader(const vtkXYZMolReader&); // Not implemented. + vtkXYZMolReader(const vtkXYZMolReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXYZMolReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkBMPReader.h b/IO/Image/vtkBMPReader.h index 9556c54fe0a9d8ca0f628f43753c0df6025e4591..6864c81440590d185612b50acba4b6b1174a1f91 100644 --- a/IO/Image/vtkBMPReader.h +++ b/IO/Image/vtkBMPReader.h @@ -101,7 +101,7 @@ protected: virtual void ExecuteInformation(); virtual void ExecuteDataWithInformation(vtkDataObject *out, vtkInformation* outInfo); private: - vtkBMPReader(const vtkBMPReader&); // Not implemented. + vtkBMPReader(const vtkBMPReader&) VTK_DELETE_FUNCTION; void operator=(const vtkBMPReader&) VTK_DELETE_FUNCTION; }; #endif diff --git a/IO/Image/vtkBMPWriter.h b/IO/Image/vtkBMPWriter.h index 96ad4cf8044620faac1434d46b35ebd51925bb2b..808f4e6fc75645433d16294d7956c7ad27414e1f 100644 --- a/IO/Image/vtkBMPWriter.h +++ b/IO/Image/vtkBMPWriter.h @@ -40,7 +40,7 @@ protected: virtual void WriteFile(ofstream *file, vtkImageData *data, int ext[6], int wExt[6]); virtual void WriteFileHeader(ofstream *, vtkImageData *, int wExt[6]); private: - vtkBMPWriter(const vtkBMPWriter&); // Not implemented. + vtkBMPWriter(const vtkBMPWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkBMPWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkDEMReader.h b/IO/Image/vtkDEMReader.h index 6355d801220fea3c1512a8b1590c4b31cc8d4827..ce6fd1f8b0d5d4db838736da1e9d7f0005432004 100644 --- a/IO/Image/vtkDEMReader.h +++ b/IO/Image/vtkDEMReader.h @@ -162,7 +162,7 @@ protected: vtkInformationVector* outputVector); private: - vtkDEMReader(const vtkDEMReader&); // Not implemented. + vtkDEMReader(const vtkDEMReader&) VTK_DELETE_FUNCTION; void operator=(const vtkDEMReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkDICOMImageReader.h b/IO/Image/vtkDICOMImageReader.h index 09d93b0f3e705dc414f348cf2adb2c210cf5b46b..ebaa05575ea8260889cce9531420e0855b72d12c 100644 --- a/IO/Image/vtkDICOMImageReader.h +++ b/IO/Image/vtkDICOMImageReader.h @@ -213,7 +213,7 @@ protected: int GetNumberOfDICOMFileNames(); const char* GetDICOMFileName(int index); private: - vtkDICOMImageReader(const vtkDICOMImageReader&); // Not implemented. + vtkDICOMImageReader(const vtkDICOMImageReader&) VTK_DELETE_FUNCTION; void operator=(const vtkDICOMImageReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkGESignaReader.h b/IO/Image/vtkGESignaReader.h index ba93827631b35e42904f5d2e4a6d02827c10e8e4..3e3efed5bca4d9d077d236eb5748ab0ae64879ea 100644 --- a/IO/Image/vtkGESignaReader.h +++ b/IO/Image/vtkGESignaReader.h @@ -65,7 +65,7 @@ protected: virtual void ExecuteDataWithInformation(vtkDataObject *out, vtkInformation* outInfo); private: - vtkGESignaReader(const vtkGESignaReader&); // Not implemented. + vtkGESignaReader(const vtkGESignaReader&) VTK_DELETE_FUNCTION; void operator=(const vtkGESignaReader&) VTK_DELETE_FUNCTION; }; #endif diff --git a/IO/Image/vtkImageExport.h b/IO/Image/vtkImageExport.h index c78ae9937c3dff7c449fc41d0e27fb74b5b4e427..fc6ff8fece0177a11744c856b7fa6abd1d2b11f0 100644 --- a/IO/Image/vtkImageExport.h +++ b/IO/Image/vtkImageExport.h @@ -171,7 +171,7 @@ protected: unsigned long LastPipelineMTime; private: - vtkImageExport(const vtkImageExport&); // Not implemented. + vtkImageExport(const vtkImageExport&) VTK_DELETE_FUNCTION; void operator=(const vtkImageExport&) VTK_DELETE_FUNCTION; static void UpdateInformationCallbackFunction(void*); diff --git a/IO/Image/vtkImageImport.h b/IO/Image/vtkImageImport.h index 6f96761bdb5728ce83750757f2faa02264e8923a..0cff91dc68fd2c96bb8f0e844464729d504a8cfb 100644 --- a/IO/Image/vtkImageImport.h +++ b/IO/Image/vtkImageImport.h @@ -282,7 +282,7 @@ protected: virtual void ExecuteDataWithInformation(vtkDataObject *d, vtkInformation* outInfo); private: - vtkImageImport(const vtkImageImport&); // Not implemented. + vtkImageImport(const vtkImageImport&) VTK_DELETE_FUNCTION; void operator=(const vtkImageImport&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkImageImportExecutive.h b/IO/Image/vtkImageImportExecutive.h index 682c6665700e77b206f775f47352e4e8bc8649e9..23d3af04fe37f58acf3c566953b6cddb2bbd974a 100644 --- a/IO/Image/vtkImageImportExecutive.h +++ b/IO/Image/vtkImageImportExecutive.h @@ -41,7 +41,7 @@ protected: ~vtkImageImportExecutive() {} private: - vtkImageImportExecutive(const vtkImageImportExecutive&); // Not implemented. + vtkImageImportExecutive(const vtkImageImportExecutive&) VTK_DELETE_FUNCTION; void operator=(const vtkImageImportExecutive&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkImageReader.h b/IO/Image/vtkImageReader.h index f66e83dd441a9ea4dba3049fbb03c00daed76bdc..fcc9ff1eec9d354255a826ec99b6f20f208d0a9e 100644 --- a/IO/Image/vtkImageReader.h +++ b/IO/Image/vtkImageReader.h @@ -100,7 +100,7 @@ protected: void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo); private: - vtkImageReader(const vtkImageReader&); // Not implemented. + vtkImageReader(const vtkImageReader&) VTK_DELETE_FUNCTION; void operator=(const vtkImageReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkImageReader2.h b/IO/Image/vtkImageReader2.h index add514e674e69588286550c3fa7bc007b0696194..eaecd8d8b31f9cf2c6b493c8247acef956627851 100644 --- a/IO/Image/vtkImageReader2.h +++ b/IO/Image/vtkImageReader2.h @@ -276,7 +276,7 @@ protected: virtual void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo); virtual void ComputeDataIncrements(); private: - vtkImageReader2(const vtkImageReader2&); // Not implemented. + vtkImageReader2(const vtkImageReader2&) VTK_DELETE_FUNCTION; void operator=(const vtkImageReader2&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkImageReader2Collection.h b/IO/Image/vtkImageReader2Collection.h index e3b8b5dca63a2c87f31e2b8bb4f2efda78a0e1ad..aa35fce03b3dbc4541c208e168dc22dc724ba53e 100644 --- a/IO/Image/vtkImageReader2Collection.h +++ b/IO/Image/vtkImageReader2Collection.h @@ -57,7 +57,7 @@ private: void AddItem(vtkObject *o) { this->vtkCollection::AddItem(o); }; private: - vtkImageReader2Collection(const vtkImageReader2Collection&); // Not implemented. + vtkImageReader2Collection(const vtkImageReader2Collection&) VTK_DELETE_FUNCTION; void operator=(const vtkImageReader2Collection&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkImageReader2Factory.h b/IO/Image/vtkImageReader2Factory.h index 56feb8becac080a45075ac27672f62029a8dc179..74059eb428d67eda804f2b3fceabf4c0f944448e 100644 --- a/IO/Image/vtkImageReader2Factory.h +++ b/IO/Image/vtkImageReader2Factory.h @@ -72,7 +72,7 @@ protected: private: static vtkImageReader2Collection* AvailableReaders; - vtkImageReader2Factory(const vtkImageReader2Factory&); // Not implemented. + vtkImageReader2Factory(const vtkImageReader2Factory&) VTK_DELETE_FUNCTION; void operator=(const vtkImageReader2Factory&) VTK_DELETE_FUNCTION; friend class vtkImageReader2FactoryCleanup; diff --git a/IO/Image/vtkImageWriter.h b/IO/Image/vtkImageWriter.h index f183e0f7935ec5306bc17ad28ccf6c9a616e9073..e4ff871277e06769ac2b0ef541fcc25ac0010709 100644 --- a/IO/Image/vtkImageWriter.h +++ b/IO/Image/vtkImageWriter.h @@ -106,7 +106,7 @@ protected: int FilesDeleted; private: - vtkImageWriter(const vtkImageWriter&); // Not implemented. + vtkImageWriter(const vtkImageWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkImageWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkJPEGReader.h b/IO/Image/vtkJPEGReader.h index d7bb82f99e1571a85f957a7269db89dea26a288a..ffaf3993d6f828820301c56812ab7061f9735036 100644 --- a/IO/Image/vtkJPEGReader.h +++ b/IO/Image/vtkJPEGReader.h @@ -61,7 +61,7 @@ protected: virtual void ExecuteInformation(); virtual void ExecuteDataWithInformation(vtkDataObject *out, vtkInformation *outInfo); private: - vtkJPEGReader(const vtkJPEGReader&); // Not implemented. + vtkJPEGReader(const vtkJPEGReader&) VTK_DELETE_FUNCTION; void operator=(const vtkJPEGReader&) VTK_DELETE_FUNCTION; }; #endif diff --git a/IO/Image/vtkJPEGWriter.h b/IO/Image/vtkJPEGWriter.h index c956ace5bd66fec3dceb12d76e2011fae1fb7ad9..81a4b0f7e0151cbe4e32c1a41ee201d4b719fdd6 100644 --- a/IO/Image/vtkJPEGWriter.h +++ b/IO/Image/vtkJPEGWriter.h @@ -78,7 +78,7 @@ private: FILE *TempFP; private: - vtkJPEGWriter(const vtkJPEGWriter&); // Not implemented. + vtkJPEGWriter(const vtkJPEGWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkJPEGWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkJSONImageWriter.h b/IO/Image/vtkJSONImageWriter.h index 8ec15d2c9f976342266b2c1bf8d96256778bbefe..96569590772e1e6c32a643bc574609196f75d7e0 100644 --- a/IO/Image/vtkJSONImageWriter.h +++ b/IO/Image/vtkJSONImageWriter.h @@ -62,7 +62,7 @@ protected: vtkInformationVector* outputVector); private: - vtkJSONImageWriter(const vtkJSONImageWriter&); // Not implemented. + vtkJSONImageWriter(const vtkJSONImageWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkJSONImageWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkMRCReader.h b/IO/Image/vtkMRCReader.h index 5cee25214c1246fe772c647c9ac02e90a2be26f8..6a61a346c6b4ec036e14addb379e092626541d70 100644 --- a/IO/Image/vtkMRCReader.h +++ b/IO/Image/vtkMRCReader.h @@ -53,7 +53,7 @@ protected: char* FileName; private: - vtkMRCReader(const vtkMRCReader&); // Not implemented + vtkMRCReader(const vtkMRCReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMRCReader&) VTK_DELETE_FUNCTION; class vtkInternal; vtkInternal* Internals; diff --git a/IO/Image/vtkMedicalImageProperties.h b/IO/Image/vtkMedicalImageProperties.h index 2f6fa2998e98a8e7855bfa1265df70ea0512aecf..6568a9c74653d043bd32c728ae8a34d6064a792b 100644 --- a/IO/Image/vtkMedicalImageProperties.h +++ b/IO/Image/vtkMedicalImageProperties.h @@ -408,7 +408,7 @@ protected: vtkMedicalImagePropertiesInternals *Internals; private: - vtkMedicalImageProperties(const vtkMedicalImageProperties&); // Not implemented. + vtkMedicalImageProperties(const vtkMedicalImageProperties&) VTK_DELETE_FUNCTION; void operator=(const vtkMedicalImageProperties&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkMedicalImageReader2.h b/IO/Image/vtkMedicalImageReader2.h index eef7a388a1b9f0cd8cef4d764f7370d80af37c43..7c4ebf57df5c25eb03ee90ead4c76f455aae4533 100644 --- a/IO/Image/vtkMedicalImageReader2.h +++ b/IO/Image/vtkMedicalImageReader2.h @@ -66,7 +66,7 @@ protected: vtkMedicalImageProperties *MedicalImageProperties; private: - vtkMedicalImageReader2(const vtkMedicalImageReader2&); // Not implemented. + vtkMedicalImageReader2(const vtkMedicalImageReader2&) VTK_DELETE_FUNCTION; void operator=(const vtkMedicalImageReader2&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkMetaImageReader.h b/IO/Image/vtkMetaImageReader.h index 8bfe63eb4e6aa7cb61102531e0c010985884f8a8..d0c29810ba9d12bc2ec90ce1fee7cfeec8f8cb34 100644 --- a/IO/Image/vtkMetaImageReader.h +++ b/IO/Image/vtkMetaImageReader.h @@ -177,7 +177,7 @@ protected: vtkInformationVector * outputVector); private: - vtkMetaImageReader(const vtkMetaImageReader&); // Not implemented. + vtkMetaImageReader(const vtkMetaImageReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMetaImageReader&) VTK_DELETE_FUNCTION; vtkmetaio::MetaImage *MetaImagePtr; diff --git a/IO/Image/vtkMetaImageWriter.h b/IO/Image/vtkMetaImageWriter.h index 913e7ed0b2ee9d14e429505391fc5a885fe78bad..81ea474c034eff404bedbf01e7837d00b467e956 100644 --- a/IO/Image/vtkMetaImageWriter.h +++ b/IO/Image/vtkMetaImageWriter.h @@ -107,7 +107,7 @@ protected: bool Compress; private: - vtkMetaImageWriter(const vtkMetaImageWriter&); // Not implemented. + vtkMetaImageWriter(const vtkMetaImageWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkMetaImageWriter&) VTK_DELETE_FUNCTION; vtkmetaio::MetaImage * MetaImagePtr; diff --git a/IO/Image/vtkNIFTIImageHeader.h b/IO/Image/vtkNIFTIImageHeader.h index 939b0ab3b5b2fbafa21d625dfbcf5163f5aa3849..dac53c433ad385725520f0481b09d69a58a7410f 100644 --- a/IO/Image/vtkNIFTIImageHeader.h +++ b/IO/Image/vtkNIFTIImageHeader.h @@ -376,7 +376,7 @@ protected: void SetStringValue(char *x, const char *y, size_t n); private: - vtkNIFTIImageHeader(const vtkNIFTIImageHeader&); // Not implemented. + vtkNIFTIImageHeader(const vtkNIFTIImageHeader&) VTK_DELETE_FUNCTION; void operator=(const vtkNIFTIImageHeader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkNIFTIImageReader.h b/IO/Image/vtkNIFTIImageReader.h index fe089ca9910c4b2a6bfe89f2c521f25d946d2897..692c52cdbc6e7b558c7b1b6a573e95f27cdde7a5 100644 --- a/IO/Image/vtkNIFTIImageReader.h +++ b/IO/Image/vtkNIFTIImageReader.h @@ -219,7 +219,7 @@ protected: bool PlanarRGB; private: - vtkNIFTIImageReader(const vtkNIFTIImageReader&); // Not implemented. + vtkNIFTIImageReader(const vtkNIFTIImageReader&) VTK_DELETE_FUNCTION; void operator=(const vtkNIFTIImageReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkNIFTIImageWriter.h b/IO/Image/vtkNIFTIImageWriter.h index 1d5187f2d2f989494920343129086b40bd02d1a1..d6cf3e5ec7c7b7cc10f3c411494754852e1ef627 100644 --- a/IO/Image/vtkNIFTIImageWriter.h +++ b/IO/Image/vtkNIFTIImageWriter.h @@ -184,7 +184,7 @@ protected: bool PlanarRGB; private: - vtkNIFTIImageWriter(const vtkNIFTIImageWriter&); // Not implemented. + vtkNIFTIImageWriter(const vtkNIFTIImageWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkNIFTIImageWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkNrrdReader.h b/IO/Image/vtkNrrdReader.h index e460cdb390bd1fe9c95588253fd2e2d796e66d04..547ca1cac93b5da8271eb313e8653f6dca0652ea 100644 --- a/IO/Image/vtkNrrdReader.h +++ b/IO/Image/vtkNrrdReader.h @@ -75,7 +75,7 @@ protected: int Encoding; private: - vtkNrrdReader(const vtkNrrdReader &); // Not implemented. + vtkNrrdReader(const vtkNrrdReader &) VTK_DELETE_FUNCTION; void operator=(const vtkNrrdReader &) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkPNGReader.h b/IO/Image/vtkPNGReader.h index b7cae73776987edfabeb1f6eb892197cc59f754f..9320bf2fa87b2e5ea5f9cd3b524a3a62cbbe3cfc 100644 --- a/IO/Image/vtkPNGReader.h +++ b/IO/Image/vtkPNGReader.h @@ -85,7 +85,7 @@ protected: private: - vtkPNGReader(const vtkPNGReader&); // Not implemented. + vtkPNGReader(const vtkPNGReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPNGReader&) VTK_DELETE_FUNCTION; class vtkInternals; diff --git a/IO/Image/vtkPNGWriter.h b/IO/Image/vtkPNGWriter.h index d25d6b75c96e91491daadb05c5a7accc5b42c0ca..8ea6630c9651ed83259b715ca0610702d7439485 100644 --- a/IO/Image/vtkPNGWriter.h +++ b/IO/Image/vtkPNGWriter.h @@ -95,7 +95,7 @@ protected: private: - vtkPNGWriter(const vtkPNGWriter&); // Not implemented. + vtkPNGWriter(const vtkPNGWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkPNGWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkPNMReader.h b/IO/Image/vtkPNMReader.h index 212e67ddc34b44438559ae9febf033a4a6b95e79..fcfd0493abe00b68a35d21aeef576ec8c0eeca3e 100644 --- a/IO/Image/vtkPNMReader.h +++ b/IO/Image/vtkPNMReader.h @@ -63,7 +63,7 @@ protected: ~vtkPNMReader() {} void ExecuteInformation(); private: - vtkPNMReader(const vtkPNMReader&); // Not implemented. + vtkPNMReader(const vtkPNMReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPNMReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkPNMWriter.h b/IO/Image/vtkPNMWriter.h index 5bc65593425a525737b45967ff4a7c8b500d247e..2f7eeb2ad367a6b33dda65b38d033939815a0b10 100644 --- a/IO/Image/vtkPNMWriter.h +++ b/IO/Image/vtkPNMWriter.h @@ -40,7 +40,7 @@ protected: virtual void WriteFileHeader( ofstream *, vtkImageData *, int wExt[6]); private: - vtkPNMWriter(const vtkPNMWriter&); // Not implemented. + vtkPNMWriter(const vtkPNMWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkPNMWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkPostScriptWriter.h b/IO/Image/vtkPostScriptWriter.h index 2df7a3ccf6dd3a99990a1575b823a732b40bb9c5..15dfb09911015f79f92e01e434bc277ecdacd6c6 100644 --- a/IO/Image/vtkPostScriptWriter.h +++ b/IO/Image/vtkPostScriptWriter.h @@ -42,7 +42,7 @@ protected: virtual void WriteFileHeader(ofstream *, vtkImageData *, int wExt[6]); virtual void WriteFileTrailer(ofstream *, vtkImageData *); private: - vtkPostScriptWriter(const vtkPostScriptWriter&); // Not implemented. + vtkPostScriptWriter(const vtkPostScriptWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkPostScriptWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkSLCReader.h b/IO/Image/vtkSLCReader.h index bee8257975b0081d1975cac4d892117c268f97c8..e5912f040fd8b3314dd380935f2a30ce5e51db60 100644 --- a/IO/Image/vtkSLCReader.h +++ b/IO/Image/vtkSLCReader.h @@ -73,7 +73,7 @@ protected: unsigned char *Decode8BitData( unsigned char *in_ptr, int size ); int Error; private: - vtkSLCReader(const vtkSLCReader&); // Not implemented. + vtkSLCReader(const vtkSLCReader&) VTK_DELETE_FUNCTION; void operator=(const vtkSLCReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkTIFFReader.h b/IO/Image/vtkTIFFReader.h index d6be896b47b9a48daf249417ba0689b1ac849818..4543f107dbfb8159ca80f3cea354288859553a84 100644 --- a/IO/Image/vtkTIFFReader.h +++ b/IO/Image/vtkTIFFReader.h @@ -93,7 +93,7 @@ protected: virtual void ExecuteDataWithInformation(vtkDataObject *out, vtkInformation *outInfo); private: - vtkTIFFReader(const vtkTIFFReader&); // Not implemented. + vtkTIFFReader(const vtkTIFFReader&) VTK_DELETE_FUNCTION; void operator=(const vtkTIFFReader&) VTK_DELETE_FUNCTION; // Description: diff --git a/IO/Image/vtkTIFFWriter.h b/IO/Image/vtkTIFFWriter.h index b8005a86c453af6b49baf43100337e253853d1d5..87e575d57f9922f5ccb183b16ace96114dfe8895 100644 --- a/IO/Image/vtkTIFFWriter.h +++ b/IO/Image/vtkTIFFWriter.h @@ -74,7 +74,7 @@ protected: double YResolution; private: - vtkTIFFWriter(const vtkTIFFWriter&); // Not implemented. + vtkTIFFWriter(const vtkTIFFWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkTIFFWriter&) VTK_DELETE_FUNCTION; template void WriteVolume(T *buffer); diff --git a/IO/Image/vtkVolume16Reader.h b/IO/Image/vtkVolume16Reader.h index b2df5725afca1a923e870c419691f8ee0d2aeb83..d7c1f5c61c9c79efaa3c5551f9d35c5115ebcf96 100644 --- a/IO/Image/vtkVolume16Reader.h +++ b/IO/Image/vtkVolume16Reader.h @@ -142,7 +142,7 @@ protected: int skip, int swapBytes); private: - vtkVolume16Reader(const vtkVolume16Reader&); // Not implemented. + vtkVolume16Reader(const vtkVolume16Reader&) VTK_DELETE_FUNCTION; void operator=(const vtkVolume16Reader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Image/vtkVolumeReader.h b/IO/Image/vtkVolumeReader.h index 602d63397288d326e259e3b64f1cf3f60bfcd233..c6b7c52f23b5f87ed14105ae1d946f96a28c6d12 100644 --- a/IO/Image/vtkVolumeReader.h +++ b/IO/Image/vtkVolumeReader.h @@ -90,7 +90,7 @@ protected: double DataSpacing[3]; double DataOrigin[3]; private: - vtkVolumeReader(const vtkVolumeReader&); // Not implemented. + vtkVolumeReader(const vtkVolumeReader&) VTK_DELETE_FUNCTION; void operator=(const vtkVolumeReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Import/vtk3DSImporter.h b/IO/Import/vtk3DSImporter.h index 1f6ad3740fc0ffcc04d0d28667347b8a905186af..707e7238f813d1dbbce0a5c1ca4ad73163817efc 100644 --- a/IO/Import/vtk3DSImporter.h +++ b/IO/Import/vtk3DSImporter.h @@ -77,7 +77,7 @@ protected: FILE *FileFD; int ComputeNormals; private: - vtk3DSImporter(const vtk3DSImporter&); // Not implemented. + vtk3DSImporter(const vtk3DSImporter&) VTK_DELETE_FUNCTION; void operator=(const vtk3DSImporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Import/vtkImporter.h b/IO/Import/vtkImporter.h index 62460ee362722c276c3b80553a38bd1f53104f0f..e7c98a13bade57ec06f89682b76b1c98800c3616 100644 --- a/IO/Import/vtkImporter.h +++ b/IO/Import/vtkImporter.h @@ -94,7 +94,7 @@ protected: virtual void ReadData(); private: - vtkImporter(const vtkImporter&); // Not implemented. + vtkImporter(const vtkImporter&) VTK_DELETE_FUNCTION; void operator=(const vtkImporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Import/vtkOBJImporter.h b/IO/Import/vtkOBJImporter.h index b7afba76fbb694b467e1befa03f6f02c62e2a5eb..da251ddbe5e5cb57aea693b33a34c97f914abe08 100644 --- a/IO/Import/vtkOBJImporter.h +++ b/IO/Import/vtkOBJImporter.h @@ -80,7 +80,7 @@ protected: vtkSmartPointer Impl; private: - vtkOBJImporter(const vtkOBJImporter&); // Not implemented. + vtkOBJImporter(const vtkOBJImporter&) VTK_DELETE_FUNCTION; void operator=(const vtkOBJImporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Import/vtkOBJImporterInternals.h b/IO/Import/vtkOBJImporterInternals.h index 7f0e4042b935b6694de311124fde39a67dce43cb..a87c490a6bb7a7a9ea6e99b9b1a7814629bfadaa 100644 --- a/IO/Import/vtkOBJImporterInternals.h +++ b/IO/Import/vtkOBJImporterInternals.h @@ -146,7 +146,7 @@ protected: int SuccessParsingFiles; private: - vtkOBJPolyDataProcessor(const vtkOBJPolyDataProcessor&); // Not implemented. + vtkOBJPolyDataProcessor(const vtkOBJPolyDataProcessor&) VTK_DELETE_FUNCTION; void operator=(const vtkOBJPolyDataProcessor&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Import/vtkVRMLImporter.h b/IO/Import/vtkVRMLImporter.h index 6afbd71b54f57249b6e7e3c5e57529901a6fc6c3..357041f84c7fc631b9dec1cc8ecbe7cbcd719faf 100644 --- a/IO/Import/vtkVRMLImporter.h +++ b/IO/Import/vtkVRMLImporter.h @@ -167,7 +167,7 @@ private: vtkPolyDataMapper* CurrentMapper; private: - vtkVRMLImporter(const vtkVRMLImporter&); // Not implemented. + vtkVRMLImporter(const vtkVRMLImporter&) VTK_DELETE_FUNCTION; void operator=(const vtkVRMLImporter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Import/vtkVRMLImporter_Yacc.h b/IO/Import/vtkVRMLImporter_Yacc.h index b802a2c3ae2766af6e7bef31e74fc7729eda8f8e..dc353513ec43c495d0dbb4aa836c95c543af39d4 100644 --- a/IO/Import/vtkVRMLImporter_Yacc.h +++ b/IO/Import/vtkVRMLImporter_Yacc.h @@ -121,7 +121,7 @@ public: typedef unsigned char YY_CHAR; typedef int yy_state_type; private: - vtkVRMLYaccData(const vtkVRMLYaccData&); // Not implemented + vtkVRMLYaccData(const vtkVRMLYaccData&) VTK_DELETE_FUNCTION; vtkVRMLYaccData& operator=(const vtkVRMLYaccData&) VTK_DELETE_FUNCTION; public: // Parser variables and functions: diff --git a/IO/Infovis/vtkBiomTableReader.h b/IO/Infovis/vtkBiomTableReader.h index bda9120ac805321b111a78800c75bc3d05486635..80c2ccb5ea0065a0960de4115fead17e521b35e9 100644 --- a/IO/Infovis/vtkBiomTableReader.h +++ b/IO/Infovis/vtkBiomTableReader.h @@ -73,7 +73,7 @@ private: int NumberOfColumns; int DataType; bool Sparse; - vtkBiomTableReader(const vtkBiomTableReader&); // Not implemented. + vtkBiomTableReader(const vtkBiomTableReader&) VTK_DELETE_FUNCTION; void operator=(const vtkBiomTableReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkChacoGraphReader.h b/IO/Infovis/vtkChacoGraphReader.h index 8b6c8f197b4688b4f8fbd345549f14a99599e33a..530d4e79fe244ce0a2c16fd55438980055a90860 100644 --- a/IO/Infovis/vtkChacoGraphReader.h +++ b/IO/Infovis/vtkChacoGraphReader.h @@ -72,7 +72,7 @@ protected: private: char* FileName; - vtkChacoGraphReader(const vtkChacoGraphReader&); // Not implemented. + vtkChacoGraphReader(const vtkChacoGraphReader&) VTK_DELETE_FUNCTION; void operator=(const vtkChacoGraphReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkDIMACSGraphReader.h b/IO/Infovis/vtkDIMACSGraphReader.h index 57cd5a755b1699ba58e5d31b310ca6118abfc550..fb7091fc1a8bf2363ec099ff2713501027d36562 100644 --- a/IO/Infovis/vtkDIMACSGraphReader.h +++ b/IO/Infovis/vtkDIMACSGraphReader.h @@ -117,7 +117,7 @@ private: int numEdges; vtkStdString dimacsProblemStr; - vtkDIMACSGraphReader(const vtkDIMACSGraphReader&); // Not implemented. + vtkDIMACSGraphReader(const vtkDIMACSGraphReader&) VTK_DELETE_FUNCTION; void operator=(const vtkDIMACSGraphReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkDIMACSGraphWriter.h b/IO/Infovis/vtkDIMACSGraphWriter.h index 6959c3274792a84a7bb59206a0fbe6910471e0d7..9c7c081334a74179a2313222bf55a83bf3144853 100644 --- a/IO/Infovis/vtkDIMACSGraphWriter.h +++ b/IO/Infovis/vtkDIMACSGraphWriter.h @@ -71,7 +71,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkDIMACSGraphWriter(const vtkDIMACSGraphWriter&); // Not implemented. + vtkDIMACSGraphWriter(const vtkDIMACSGraphWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkDIMACSGraphWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkDelimitedTextReader.h b/IO/Infovis/vtkDelimitedTextReader.h index e100db401e22e17a1e36db8c4496924a8d2ea5ae..b13e2594e90261b89929dc1d3f82557d0ce0c51d 100644 --- a/IO/Infovis/vtkDelimitedTextReader.h +++ b/IO/Infovis/vtkDelimitedTextReader.h @@ -292,7 +292,7 @@ protected: vtkTypeUInt32 ReplacementCharacter; private: - vtkDelimitedTextReader(const vtkDelimitedTextReader&); // Not implemented + vtkDelimitedTextReader(const vtkDelimitedTextReader&) VTK_DELETE_FUNCTION; void operator=(const vtkDelimitedTextReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkFixedWidthTextReader.h b/IO/Infovis/vtkFixedWidthTextReader.h index 6c438ba35fadf1c6cfeea90af2c2f86856761bed..1988105adafd44bbbb279eda2a2afcceab99ee8f 100644 --- a/IO/Infovis/vtkFixedWidthTextReader.h +++ b/IO/Infovis/vtkFixedWidthTextReader.h @@ -99,7 +99,7 @@ public: int FieldWidth; private: - vtkFixedWidthTextReader(const vtkFixedWidthTextReader&); // Not implemented + vtkFixedWidthTextReader(const vtkFixedWidthTextReader&) VTK_DELETE_FUNCTION; void operator=(const vtkFixedWidthTextReader&) VTK_DELETE_FUNCTION; vtkCommand *TableErrorObserver; }; diff --git a/IO/Infovis/vtkISIReader.h b/IO/Infovis/vtkISIReader.h index 06a174da5ed4d8d01bd5b541e8d27a2bafda79ee..e34fdb6688628895dc2dc15c70030f25610f08b0 100644 --- a/IO/Infovis/vtkISIReader.h +++ b/IO/Infovis/vtkISIReader.h @@ -74,7 +74,7 @@ public: int MaxRecords; private: - vtkISIReader(const vtkISIReader&); // Not implemented + vtkISIReader(const vtkISIReader&) VTK_DELETE_FUNCTION; void operator=(const vtkISIReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkMultiNewickTreeReader.h b/IO/Infovis/vtkMultiNewickTreeReader.h index 54dd1d6a4cfc87004a2ae63b3cb0d5d04ebd68d4..aa81945cd152293e6f17df03daabfc50c244a1b0 100644 --- a/IO/Infovis/vtkMultiNewickTreeReader.h +++ b/IO/Infovis/vtkMultiNewickTreeReader.h @@ -59,7 +59,7 @@ protected: virtual int FillOutputPortInformation(int, vtkInformation*); private: - vtkMultiNewickTreeReader(const vtkMultiNewickTreeReader&); // Not implemented. + vtkMultiNewickTreeReader(const vtkMultiNewickTreeReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMultiNewickTreeReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkNewickTreeReader.h b/IO/Infovis/vtkNewickTreeReader.h index 9975641791c0de6101ccc19a4f5a303724810164..6d8be131388958d8dd12b4bca7a6f9a0b9846288 100644 --- a/IO/Infovis/vtkNewickTreeReader.h +++ b/IO/Infovis/vtkNewickTreeReader.h @@ -68,7 +68,7 @@ protected: vtkIdType BuildTree(char *buffer, vtkMutableDirectedGraph *g, vtkDoubleArray *weights, vtkStringArray *names, vtkIdType parent); private: - vtkNewickTreeReader(const vtkNewickTreeReader&); // Not implemented. + vtkNewickTreeReader(const vtkNewickTreeReader&) VTK_DELETE_FUNCTION; void operator=(const vtkNewickTreeReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkNewickTreeWriter.h b/IO/Infovis/vtkNewickTreeWriter.h index 38aaf9849701894f77c706205b8f23627e44ff80..7dab114cb9c7afa597142ea94e6dcb7914c8c5c5 100644 --- a/IO/Infovis/vtkNewickTreeWriter.h +++ b/IO/Infovis/vtkNewickTreeWriter.h @@ -76,7 +76,7 @@ protected: vtkAbstractArray *NodeNameArray; private: - vtkNewickTreeWriter(const vtkNewickTreeWriter&); // Not implemented. + vtkNewickTreeWriter(const vtkNewickTreeWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkNewickTreeWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkPhyloXMLTreeReader.h b/IO/Infovis/vtkPhyloXMLTreeReader.h index b380aa93feaa6f7f2392fb007d8927e650576a45..1e5bf7eb6649f4c4c81e12e47e32adba05d96af1 100644 --- a/IO/Infovis/vtkPhyloXMLTreeReader.h +++ b/IO/Infovis/vtkPhyloXMLTreeReader.h @@ -146,7 +146,7 @@ private: vtkIdType NumberOfNodes; bool HasBranchColor; vtkSmartPointer ColoredVertices; - vtkPhyloXMLTreeReader(const vtkPhyloXMLTreeReader&); // Not implemented. + vtkPhyloXMLTreeReader(const vtkPhyloXMLTreeReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPhyloXMLTreeReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkPhyloXMLTreeWriter.h b/IO/Infovis/vtkPhyloXMLTreeWriter.h index fa1f58b72ee4f2248dfe8c119225df0a21881fc9..5dbb91ac55c6aba7a3d5a403bb4fe6fffa62f8ca 100644 --- a/IO/Infovis/vtkPhyloXMLTreeWriter.h +++ b/IO/Infovis/vtkPhyloXMLTreeWriter.h @@ -140,7 +140,7 @@ protected: vtkSmartPointer Blacklist; private: - vtkPhyloXMLTreeWriter(const vtkPhyloXMLTreeWriter&); // Not implemented. + vtkPhyloXMLTreeWriter(const vtkPhyloXMLTreeWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkPhyloXMLTreeWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkRISReader.h b/IO/Infovis/vtkRISReader.h index 345da58bcac8798939885ee2ef5085edf9981083..9b8577a8be6b57dcfc96bec372c6f64a53c3e17c 100644 --- a/IO/Infovis/vtkRISReader.h +++ b/IO/Infovis/vtkRISReader.h @@ -76,7 +76,7 @@ public: int MaxRecords; private: - vtkRISReader(const vtkRISReader&); // Not implemented + vtkRISReader(const vtkRISReader&) VTK_DELETE_FUNCTION; void operator=(const vtkRISReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkTulipReader.h b/IO/Infovis/vtkTulipReader.h index 53bd0e80c507500a1e486cde9634cf2196be673f..a4d69fb7d90caaea64c616d3ce93e9eaa82970da 100644 --- a/IO/Infovis/vtkTulipReader.h +++ b/IO/Infovis/vtkTulipReader.h @@ -94,7 +94,7 @@ protected: private: char* FileName; - vtkTulipReader(const vtkTulipReader&); // Not implemented. + vtkTulipReader(const vtkTulipReader&) VTK_DELETE_FUNCTION; void operator=(const vtkTulipReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkXGMLReader.h b/IO/Infovis/vtkXGMLReader.h index 2283497f9d85e6ad3829bcf2a1b6935e5150565c..916e0c8a087b96ce2c1b2e04f0692deec57daf27 100644 --- a/IO/Infovis/vtkXGMLReader.h +++ b/IO/Infovis/vtkXGMLReader.h @@ -58,7 +58,7 @@ protected: private: char* FileName; - vtkXGMLReader(const vtkXGMLReader&); // Not implemented. + vtkXGMLReader(const vtkXGMLReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXGMLReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Infovis/vtkXMLTreeReader.h b/IO/Infovis/vtkXMLTreeReader.h index 2c16ddda1398a38a88e5209a7ffb309be953d89e..36eb53562a11bd486cdcbe216a645ac72c8b3a6a 100644 --- a/IO/Infovis/vtkXMLTreeReader.h +++ b/IO/Infovis/vtkXMLTreeReader.h @@ -173,7 +173,7 @@ protected: vtkInformationVector*); private: - vtkXMLTreeReader(const vtkXMLTreeReader&); // Not implemented + vtkXMLTreeReader(const vtkXMLTreeReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLTreeReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/LSDyna/vtkLSDynaPart.h b/IO/LSDyna/vtkLSDynaPart.h index 3e17f0300299f8aa0b562fc3c1cc5b1ac4dc12d1..949972fcb14aaac8eb53053e0a9097b4a24d6c48 100644 --- a/IO/LSDyna/vtkLSDynaPart.h +++ b/IO/LSDyna/vtkLSDynaPart.h @@ -190,7 +190,7 @@ protected: InternalCurrentPointInfo *CurrentPointPropInfo; private: - vtkLSDynaPart( const vtkLSDynaPart& ); // Not implemented. + vtkLSDynaPart( const vtkLSDynaPart& ) VTK_DELETE_FUNCTION; void operator = ( const vtkLSDynaPart& ) VTK_DELETE_FUNCTION; }; diff --git a/IO/LSDyna/vtkLSDynaPartCollection.h b/IO/LSDyna/vtkLSDynaPartCollection.h index 4cb48768a5d9fba47b7c5098e26c43d89f73c5bb..75cc01899639f584527b670f660c1ee0394d727b 100644 --- a/IO/LSDyna/vtkLSDynaPartCollection.h +++ b/IO/LSDyna/vtkLSDynaPartCollection.h @@ -165,7 +165,7 @@ protected: vtkLSDynaPart** parts, const vtkIdType numParts); private: - vtkLSDynaPartCollection( const vtkLSDynaPartCollection& ); // Not implemented. + vtkLSDynaPartCollection( const vtkLSDynaPartCollection& ) VTK_DELETE_FUNCTION; void operator = ( const vtkLSDynaPartCollection& ) VTK_DELETE_FUNCTION; LSDynaMetaData *MetaData; diff --git a/IO/LSDyna/vtkLSDynaReader.h b/IO/LSDyna/vtkLSDynaReader.h index 0bd5def0826e860d7627e32b23755acd23d49125..61c003f69c2ea57efd0044075393e9f40f8e52d6 100644 --- a/IO/LSDyna/vtkLSDynaReader.h +++ b/IO/LSDyna/vtkLSDynaReader.h @@ -591,7 +591,7 @@ private: template int FillPartSizes(); - vtkLSDynaReader( const vtkLSDynaReader& ); // Not implemented. + vtkLSDynaReader( const vtkLSDynaReader& ) VTK_DELETE_FUNCTION; void operator = ( const vtkLSDynaReader& ) VTK_DELETE_FUNCTION; }; diff --git a/IO/LSDyna/vtkLSDynaSummaryParser.h b/IO/LSDyna/vtkLSDynaSummaryParser.h index eaf278c9655d090400916bed610df726f4a35969..89ea92c61d27946efd2862fc53b3d8b3df513047 100644 --- a/IO/LSDyna/vtkLSDynaSummaryParser.h +++ b/IO/LSDyna/vtkLSDynaSummaryParser.h @@ -55,7 +55,7 @@ protected: int InName; private: - vtkLSDynaSummaryParser( const vtkLSDynaSummaryParser& ); // Not implemented. + vtkLSDynaSummaryParser( const vtkLSDynaSummaryParser& ) VTK_DELETE_FUNCTION; void operator = ( const vtkLSDynaSummaryParser& ) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkCompositeDataReader.h b/IO/Legacy/vtkCompositeDataReader.h index 3359465ee5c042d574602ac53533c2d72200720f..8d3b66b9e92e08222ea7f59a7ccbe4f6ddf66afc 100644 --- a/IO/Legacy/vtkCompositeDataReader.h +++ b/IO/Legacy/vtkCompositeDataReader.h @@ -80,7 +80,7 @@ protected: vtkDataObject* ReadChild(); private: - vtkCompositeDataReader(const vtkCompositeDataReader&); // Not implemented. + vtkCompositeDataReader(const vtkCompositeDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkCompositeDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkCompositeDataWriter.h b/IO/Legacy/vtkCompositeDataWriter.h index abc1f1a3b88e06f3957c8d82a4889c283f794a10..fa35c3c613c3c16929f031dad3c40616b1b6d9f8 100644 --- a/IO/Legacy/vtkCompositeDataWriter.h +++ b/IO/Legacy/vtkCompositeDataWriter.h @@ -64,7 +64,7 @@ protected: bool WriteBlock(ostream* fp, vtkDataObject* block); private: - vtkCompositeDataWriter(const vtkCompositeDataWriter&); // Not implemented + vtkCompositeDataWriter(const vtkCompositeDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkCompositeDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkDataObjectReader.h b/IO/Legacy/vtkDataObjectReader.h index b4c8b65f8cc549163811a26a8444c5dd639db855..c818cfcfa1bde666a768e97995839233b75d1723 100644 --- a/IO/Legacy/vtkDataObjectReader.h +++ b/IO/Legacy/vtkDataObjectReader.h @@ -54,7 +54,7 @@ protected: vtkInformationVector *); virtual int FillOutputPortInformation(int, vtkInformation*); private: - vtkDataObjectReader(const vtkDataObjectReader&); // Not implemented. + vtkDataObjectReader(const vtkDataObjectReader&) VTK_DELETE_FUNCTION; void operator=(const vtkDataObjectReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkDataObjectWriter.h b/IO/Legacy/vtkDataObjectWriter.h index 3e8ce343651f8cfb39bff12463b9189187030eff..019f202ea0d11f0bc48a5b3e9186fe6dbfd1b87f 100644 --- a/IO/Legacy/vtkDataObjectWriter.h +++ b/IO/Legacy/vtkDataObjectWriter.h @@ -70,7 +70,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkDataObjectWriter(const vtkDataObjectWriter&); // Not implemented. + vtkDataObjectWriter(const vtkDataObjectWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkDataObjectWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkDataReader.h b/IO/Legacy/vtkDataReader.h index b2d1926ab8ea39e08724b98dd62692bb80d31039..7e53e3ba9ee2873d25c243476e9499404e8ca8f2 100644 --- a/IO/Legacy/vtkDataReader.h +++ b/IO/Legacy/vtkDataReader.h @@ -438,7 +438,7 @@ protected: { return 1; } private: - vtkDataReader(const vtkDataReader&); // Not implemented. + vtkDataReader(const vtkDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkDataReader&) VTK_DELETE_FUNCTION; void ConvertGhostLevelsToGhostType( diff --git a/IO/Legacy/vtkDataSetReader.h b/IO/Legacy/vtkDataSetReader.h index 2b2daa5628b30d46653325a77e959bfeb40935a8..8ed60126e54c6f7f8df34f1a3c832f312baf434a 100644 --- a/IO/Legacy/vtkDataSetReader.h +++ b/IO/Legacy/vtkDataSetReader.h @@ -85,7 +85,7 @@ protected: vtkInformationVector *); private: - vtkDataSetReader(const vtkDataSetReader&); // Not implemented. + vtkDataSetReader(const vtkDataSetReader&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkDataSetWriter.h b/IO/Legacy/vtkDataSetWriter.h index dc766b3930fe46b6fa897d3f69126f248dc1f76e..7b82318fbde7d02a6e8adc7dfc2f4bd68b24dea6 100644 --- a/IO/Legacy/vtkDataSetWriter.h +++ b/IO/Legacy/vtkDataSetWriter.h @@ -45,7 +45,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkDataSetWriter(const vtkDataSetWriter&); // Not implemented. + vtkDataSetWriter(const vtkDataSetWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkDataSetWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkDataWriter.h b/IO/Legacy/vtkDataWriter.h index c7aa1aed255f4f419b317d2e643d8b94b56ad72c..ce2607dd8f247d637ef9875dc15c3b8f0288ef8b 100644 --- a/IO/Legacy/vtkDataWriter.h +++ b/IO/Legacy/vtkDataWriter.h @@ -249,7 +249,7 @@ protected: int WriteEdgeFlagsData(ostream *fp, vtkDataArray *edgeFlags, int num); private: - vtkDataWriter(const vtkDataWriter&); // Not implemented. + vtkDataWriter(const vtkDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkGenericDataObjectReader.h b/IO/Legacy/vtkGenericDataObjectReader.h index bce8d5e5af83e51169b005329c7386b306cf3fff..30077add4c22d347fce932b09205c84cc58cdb21 100644 --- a/IO/Legacy/vtkGenericDataObjectReader.h +++ b/IO/Legacy/vtkGenericDataObjectReader.h @@ -95,7 +95,7 @@ protected: vtkInformationVector *); private: - vtkGenericDataObjectReader(const vtkGenericDataObjectReader&); // Not implemented. + vtkGenericDataObjectReader(const vtkGenericDataObjectReader&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericDataObjectReader&) VTK_DELETE_FUNCTION; template diff --git a/IO/Legacy/vtkGenericDataObjectWriter.h b/IO/Legacy/vtkGenericDataObjectWriter.h index 484e966d96f944a2b62259e060b5c93fd79a63ac..972fcd3cf4bf9341d2bceb2540ff5c8a6be7928b 100644 --- a/IO/Legacy/vtkGenericDataObjectWriter.h +++ b/IO/Legacy/vtkGenericDataObjectWriter.h @@ -38,7 +38,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkGenericDataObjectWriter(const vtkGenericDataObjectWriter&); // Not implemented. + vtkGenericDataObjectWriter(const vtkGenericDataObjectWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericDataObjectWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkGraphReader.h b/IO/Legacy/vtkGraphReader.h index 922d34afaea721de987f744e9a155d6fdef618ed..e59c1562c445d830eb3536b3ff20d4179e369d4d 100644 --- a/IO/Legacy/vtkGraphReader.h +++ b/IO/Legacy/vtkGraphReader.h @@ -73,7 +73,7 @@ protected: virtual int FillOutputPortInformation(int, vtkInformation*); private: - vtkGraphReader(const vtkGraphReader&); // Not implemented. + vtkGraphReader(const vtkGraphReader&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkGraphWriter.h b/IO/Legacy/vtkGraphWriter.h index 79c19b55209a88cb100a50fd1771e98981f6ad41..c83ea4c740f4b80929b689e779baaa25fa411348 100644 --- a/IO/Legacy/vtkGraphWriter.h +++ b/IO/Legacy/vtkGraphWriter.h @@ -48,7 +48,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkGraphWriter(const vtkGraphWriter&); // Not implemented. + vtkGraphWriter(const vtkGraphWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkPolyDataReader.h b/IO/Legacy/vtkPolyDataReader.h index 80b08098a973903413bd0441f0d0a0915d002be2..d603d7c96baa7d35045fef34064d84f11143ae90 100644 --- a/IO/Legacy/vtkPolyDataReader.h +++ b/IO/Legacy/vtkPolyDataReader.h @@ -62,7 +62,7 @@ protected: int FillOutputPortInformation(int, vtkInformation*); private: - vtkPolyDataReader(const vtkPolyDataReader&); // Not implemented. + vtkPolyDataReader(const vtkPolyDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkPolyDataWriter.h b/IO/Legacy/vtkPolyDataWriter.h index cb1fca8314433711b0878ebeea2d4fda374fe00a..e522b49dabfdba224a6e4a2ea04905d988f47129 100644 --- a/IO/Legacy/vtkPolyDataWriter.h +++ b/IO/Legacy/vtkPolyDataWriter.h @@ -48,7 +48,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkPolyDataWriter(const vtkPolyDataWriter&); // Not implemented. + vtkPolyDataWriter(const vtkPolyDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkRectilinearGridReader.h b/IO/Legacy/vtkRectilinearGridReader.h index b59ba1c18f06923958918ee43eaf2c4581712577..e642c46b572f8abcc53f396164ff1e33e0fc5c30 100644 --- a/IO/Legacy/vtkRectilinearGridReader.h +++ b/IO/Legacy/vtkRectilinearGridReader.h @@ -62,7 +62,7 @@ protected: virtual int FillOutputPortInformation(int, vtkInformation*); private: - vtkRectilinearGridReader(const vtkRectilinearGridReader&); // Not implemented. + vtkRectilinearGridReader(const vtkRectilinearGridReader&) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearGridReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkRectilinearGridWriter.h b/IO/Legacy/vtkRectilinearGridWriter.h index 6d72d774c30d6db1d12e39fe5380bc1ded02a347..f169ddb06e988a8d3b92193e099b79d73071379a 100644 --- a/IO/Legacy/vtkRectilinearGridWriter.h +++ b/IO/Legacy/vtkRectilinearGridWriter.h @@ -49,7 +49,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkRectilinearGridWriter(const vtkRectilinearGridWriter&); // Not implemented. + vtkRectilinearGridWriter(const vtkRectilinearGridWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearGridWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkSimplePointsReader.h b/IO/Legacy/vtkSimplePointsReader.h index 14ca73e98323b1333d20e69cb288d8f422470142..80333a59cedd0cd61bee522fe23bfd6da22a4744 100644 --- a/IO/Legacy/vtkSimplePointsReader.h +++ b/IO/Legacy/vtkSimplePointsReader.h @@ -49,7 +49,7 @@ protected: vtkInformationVector**, vtkInformationVector*); private: - vtkSimplePointsReader(const vtkSimplePointsReader&); // Not implemented. + vtkSimplePointsReader(const vtkSimplePointsReader&) VTK_DELETE_FUNCTION; void operator=(const vtkSimplePointsReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkSimplePointsWriter.h b/IO/Legacy/vtkSimplePointsWriter.h index 524d5879e1ae1fcfe4c183543bb8458028069cfc..dd87d21d50a9b7fbe7b4d6b76e6a55b1758e27df 100644 --- a/IO/Legacy/vtkSimplePointsWriter.h +++ b/IO/Legacy/vtkSimplePointsWriter.h @@ -44,7 +44,7 @@ protected: int DecimalPrecision; private: - vtkSimplePointsWriter(const vtkSimplePointsWriter&); // Not implemented. + vtkSimplePointsWriter(const vtkSimplePointsWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkSimplePointsWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkStructuredGridReader.h b/IO/Legacy/vtkStructuredGridReader.h index 98b403fdab999802e2b78e82dc63695068cc543c..3ba2918a8ba92845a69147564e350ffbc4907618 100644 --- a/IO/Legacy/vtkStructuredGridReader.h +++ b/IO/Legacy/vtkStructuredGridReader.h @@ -62,7 +62,7 @@ protected: virtual int FillOutputPortInformation(int, vtkInformation*); private: - vtkStructuredGridReader(const vtkStructuredGridReader&); // Not implemented. + vtkStructuredGridReader(const vtkStructuredGridReader&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredGridReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkStructuredGridWriter.h b/IO/Legacy/vtkStructuredGridWriter.h index 6b1cb1465a5629ab91e9697a9619c26f877c8484..2f5e815fc4e1226d94da4685b07cda16a1c112b5 100644 --- a/IO/Legacy/vtkStructuredGridWriter.h +++ b/IO/Legacy/vtkStructuredGridWriter.h @@ -49,7 +49,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkStructuredGridWriter(const vtkStructuredGridWriter&); // Not implemented. + vtkStructuredGridWriter(const vtkStructuredGridWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredGridWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkStructuredPointsReader.h b/IO/Legacy/vtkStructuredPointsReader.h index 8f15433482c4af453f9671b74d1c119a7d1172a7..d1a5831eaed558a7571ef8c6b36234205a894d4c 100644 --- a/IO/Legacy/vtkStructuredPointsReader.h +++ b/IO/Legacy/vtkStructuredPointsReader.h @@ -65,7 +65,7 @@ protected: virtual int FillOutputPortInformation(int, vtkInformation *); private: - vtkStructuredPointsReader(const vtkStructuredPointsReader&); // Not implemented. + vtkStructuredPointsReader(const vtkStructuredPointsReader&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredPointsReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkStructuredPointsWriter.h b/IO/Legacy/vtkStructuredPointsWriter.h index f578eecf2422f211a0641146691177b19df428f7..c1ecab3b756a56381b633f226ef7fd9bc623ee8c 100644 --- a/IO/Legacy/vtkStructuredPointsWriter.h +++ b/IO/Legacy/vtkStructuredPointsWriter.h @@ -48,7 +48,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkStructuredPointsWriter(const vtkStructuredPointsWriter&); // Not implemented. + vtkStructuredPointsWriter(const vtkStructuredPointsWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkStructuredPointsWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkTableReader.h b/IO/Legacy/vtkTableReader.h index b587f0f7280e1017f5fac0cd6d81c1010ca3b162..4cdf8930e6fcfecfbd5878bc8b67abcd1903e1b2 100644 --- a/IO/Legacy/vtkTableReader.h +++ b/IO/Legacy/vtkTableReader.h @@ -61,7 +61,7 @@ protected: virtual int FillOutputPortInformation(int, vtkInformation*); private: - vtkTableReader(const vtkTableReader&); // Not implemented. + vtkTableReader(const vtkTableReader&) VTK_DELETE_FUNCTION; void operator=(const vtkTableReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkTableWriter.h b/IO/Legacy/vtkTableWriter.h index 095749759a65ccf6cc34941cd3dca71ccdc68983..bf0bf550979892d220d27a7258fd98aeeecd1535 100644 --- a/IO/Legacy/vtkTableWriter.h +++ b/IO/Legacy/vtkTableWriter.h @@ -47,7 +47,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkTableWriter(const vtkTableWriter&); // Not implemented. + vtkTableWriter(const vtkTableWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkTableWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkTreeReader.h b/IO/Legacy/vtkTreeReader.h index c479de1bcb5b136364c9d572b4b1b1553b92569e..fb5942545f7478228790d0d3d02739273220b657 100644 --- a/IO/Legacy/vtkTreeReader.h +++ b/IO/Legacy/vtkTreeReader.h @@ -61,7 +61,7 @@ protected: virtual int FillOutputPortInformation(int, vtkInformation*); private: - vtkTreeReader(const vtkTreeReader&); // Not implemented. + vtkTreeReader(const vtkTreeReader&) VTK_DELETE_FUNCTION; void operator=(const vtkTreeReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkTreeWriter.h b/IO/Legacy/vtkTreeWriter.h index 12c57f5ff204ac4a1fc6e8fe959be4c2609d6523..f3d6c7e0f99a49cef71afaba73f3210c0cb4418b 100644 --- a/IO/Legacy/vtkTreeWriter.h +++ b/IO/Legacy/vtkTreeWriter.h @@ -48,7 +48,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkTreeWriter(const vtkTreeWriter&); // Not implemented. + vtkTreeWriter(const vtkTreeWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkTreeWriter&) VTK_DELETE_FUNCTION; void WriteEdges(ostream& Stream, vtkTree* Tree); diff --git a/IO/Legacy/vtkUnstructuredGridReader.h b/IO/Legacy/vtkUnstructuredGridReader.h index 1d20dce8b26a4dda980392347e6b817834add1e9..5f6fecac21ceed7fa02a1e40b6013151ce53d07d 100644 --- a/IO/Legacy/vtkUnstructuredGridReader.h +++ b/IO/Legacy/vtkUnstructuredGridReader.h @@ -61,7 +61,7 @@ protected: virtual int FillOutputPortInformation(int, vtkInformation*); private: - vtkUnstructuredGridReader(const vtkUnstructuredGridReader&); // Not implemented. + vtkUnstructuredGridReader(const vtkUnstructuredGridReader&) VTK_DELETE_FUNCTION; void operator=(const vtkUnstructuredGridReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Legacy/vtkUnstructuredGridWriter.h b/IO/Legacy/vtkUnstructuredGridWriter.h index ea8e754cac46c7a56c4189b69fb5fd6050d32812..32d7aaeaee5b45c61739fa972e300d597c657155 100644 --- a/IO/Legacy/vtkUnstructuredGridWriter.h +++ b/IO/Legacy/vtkUnstructuredGridWriter.h @@ -50,7 +50,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkUnstructuredGridWriter(const vtkUnstructuredGridWriter&); // Not implemented. + vtkUnstructuredGridWriter(const vtkUnstructuredGridWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkUnstructuredGridWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MINC/vtkMINCImageAttributes.h b/IO/MINC/vtkMINCImageAttributes.h index 253a35fef16fe30d0b26a8666dd9b61a006529e4..97e68bf9cd5db4be9306f8c74ba27e84a4701b48 100644 --- a/IO/MINC/vtkMINCImageAttributes.h +++ b/IO/MINC/vtkMINCImageAttributes.h @@ -294,7 +294,7 @@ protected: int ValidateAttributes; private: - vtkMINCImageAttributes(const vtkMINCImageAttributes&); // Not implemented + vtkMINCImageAttributes(const vtkMINCImageAttributes&) VTK_DELETE_FUNCTION; void operator=(const vtkMINCImageAttributes&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MINC/vtkMINCImageReader.h b/IO/MINC/vtkMINCImageReader.h index 0b27741faef4894dc4125681bea15c6179efa755..57fe0cdc35a473ab7de4719ae0b53745c1314cc3 100644 --- a/IO/MINC/vtkMINCImageReader.h +++ b/IO/MINC/vtkMINCImageReader.h @@ -182,7 +182,7 @@ protected: virtual void ExecuteDataWithInformation(vtkDataObject *out, vtkInformation *outInfo); private: - vtkMINCImageReader(const vtkMINCImageReader&); // Not implemented + vtkMINCImageReader(const vtkMINCImageReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMINCImageReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MINC/vtkMINCImageWriter.h b/IO/MINC/vtkMINCImageWriter.h index 43cb47d6ce216d8d9e233584a2b150e9297e2a7f..490847d767f825f9f80d56d3d2adc25ae53ff7e8 100644 --- a/IO/MINC/vtkMINCImageWriter.h +++ b/IO/MINC/vtkMINCImageWriter.h @@ -213,7 +213,7 @@ protected: vtkInformationVector* outputVector); private: - vtkMINCImageWriter(const vtkMINCImageWriter&); // Not implemented + vtkMINCImageWriter(const vtkMINCImageWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkMINCImageWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MINC/vtkMNIObjectReader.h b/IO/MINC/vtkMNIObjectReader.h index b389415afcfab7e3ac2d1e45130a1afc184b2cd2..4e2101cb7aa1b70fc3c96ce537d855f2e57f1df0 100644 --- a/IO/MINC/vtkMNIObjectReader.h +++ b/IO/MINC/vtkMNIObjectReader.h @@ -141,7 +141,7 @@ protected: vtkInformationVector* outInfo); private: - vtkMNIObjectReader(const vtkMNIObjectReader&); // Not implemented + vtkMNIObjectReader(const vtkMNIObjectReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMNIObjectReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MINC/vtkMNIObjectWriter.h b/IO/MINC/vtkMNIObjectWriter.h index 0469fa9a6c462bd0295e2b6271e7d78d5f274d33..79f60efeab2c426ad4052469ccb5c788c37e0363 100644 --- a/IO/MINC/vtkMNIObjectWriter.h +++ b/IO/MINC/vtkMNIObjectWriter.h @@ -164,7 +164,7 @@ protected: void CloseFile(ostream *fp); private: - vtkMNIObjectWriter(const vtkMNIObjectWriter&); // Not implemented + vtkMNIObjectWriter(const vtkMNIObjectWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkMNIObjectWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MINC/vtkMNITagPointReader.h b/IO/MINC/vtkMNITagPointReader.h index 256164790b728a9c43ec24b3d70abb8f84007841..06d8d990f92e58fef5f4ee35d006947a7a84484e 100644 --- a/IO/MINC/vtkMNITagPointReader.h +++ b/IO/MINC/vtkMNITagPointReader.h @@ -177,7 +177,7 @@ protected: vtkInformationVector* outInfo); private: - vtkMNITagPointReader(const vtkMNITagPointReader&); // Not implemented + vtkMNITagPointReader(const vtkMNITagPointReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMNITagPointReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MINC/vtkMNITagPointWriter.h b/IO/MINC/vtkMNITagPointWriter.h index eaa9dd3df1745974e13940887a0a7e1e8d20597b..aff157b347b8984430ed673c147a2ff09da737ea 100644 --- a/IO/MINC/vtkMNITagPointWriter.h +++ b/IO/MINC/vtkMNITagPointWriter.h @@ -168,7 +168,7 @@ protected: void CloseFile(ostream *fp); private: - vtkMNITagPointWriter(const vtkMNITagPointWriter&); // Not implemented + vtkMNITagPointWriter(const vtkMNITagPointWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkMNITagPointWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MINC/vtkMNITransformReader.h b/IO/MINC/vtkMNITransformReader.h index ca1f53d3d2046765cd0a25a61fd9e581f2abe1b8..fb1a9a737c10858f437ac547a4df503375a646cd 100644 --- a/IO/MINC/vtkMNITransformReader.h +++ b/IO/MINC/vtkMNITransformReader.h @@ -151,7 +151,7 @@ protected: vtkInformationVector* outInfo); private: - vtkMNITransformReader(const vtkMNITransformReader&); // Not implemented + vtkMNITransformReader(const vtkMNITransformReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMNITransformReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MINC/vtkMNITransformWriter.h b/IO/MINC/vtkMNITransformWriter.h index b7da947fdbc7aaf30efcdc74056efc4f87afac2c..22d03817d72067f588591490deda4e4ea5d0c86c 100644 --- a/IO/MINC/vtkMNITransformWriter.h +++ b/IO/MINC/vtkMNITransformWriter.h @@ -144,7 +144,7 @@ protected: vtkInformationVector* outInfo); private: - vtkMNITransformWriter(const vtkMNITransformWriter&); // Not implemented + vtkMNITransformWriter(const vtkMNITransformWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkMNITransformWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MPIImage/vtkMPIImageReader.h b/IO/MPIImage/vtkMPIImageReader.h index 9cb1eb289f26f6a3b445b62e5b427d8d65ac7c63..df421542b4760ded7c38a815af059893397a833b 100644 --- a/IO/MPIImage/vtkMPIImageReader.h +++ b/IO/MPIImage/vtkMPIImageReader.h @@ -115,7 +115,7 @@ protected: vtkInformation *outInfo); private: - vtkMPIImageReader(const vtkMPIImageReader &); // Not implemented + vtkMPIImageReader(const vtkMPIImageReader &) VTK_DELETE_FUNCTION; void operator=(const vtkMPIImageReader &) VTK_DELETE_FUNCTION; }; diff --git a/IO/MPIImage/vtkPNrrdReader.h b/IO/MPIImage/vtkPNrrdReader.h index 5db812159cc688ca8ead53575a968e9a449bcfaf..a345c7598b842de0333cdac63dcc854ba2114932 100644 --- a/IO/MPIImage/vtkPNrrdReader.h +++ b/IO/MPIImage/vtkPNrrdReader.h @@ -110,7 +110,7 @@ protected: vtkMultiProcessController *Controller; private: - vtkPNrrdReader(const vtkPNrrdReader &); // Not implemented. + vtkPNrrdReader(const vtkPNrrdReader &) VTK_DELETE_FUNCTION; void operator=(const vtkPNrrdReader &) VTK_DELETE_FUNCTION; }; diff --git a/IO/MPIParallel/vtkMPIMultiBlockPLOT3DReader.h b/IO/MPIParallel/vtkMPIMultiBlockPLOT3DReader.h index cdd89e6a84b1e9672d13461119c651a2ecb6739b..1dbb8a754fea1daf8917d60c62539974a602fbfa 100644 --- a/IO/MPIParallel/vtkMPIMultiBlockPLOT3DReader.h +++ b/IO/MPIParallel/vtkMPIMultiBlockPLOT3DReader.h @@ -68,7 +68,7 @@ protected: const vtkMultiBlockPLOT3DReaderRecord& currentRecord); bool UseMPIIO; private: - vtkMPIMultiBlockPLOT3DReader(const vtkMPIMultiBlockPLOT3DReader&); // Not implemented. + vtkMPIMultiBlockPLOT3DReader(const vtkMPIMultiBlockPLOT3DReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMPIMultiBlockPLOT3DReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MPIParallel/vtkPWindBladeReader.h b/IO/MPIParallel/vtkPWindBladeReader.h index 63b2ec9dc33174c82ae27604d7cdec74635fac5c..52bc0bb6a3943016e57d3d8f20929bde83551612 100644 --- a/IO/MPIParallel/vtkPWindBladeReader.h +++ b/IO/MPIParallel/vtkPWindBladeReader.h @@ -62,7 +62,7 @@ protected: private: PWindBladeReaderInternal * PInternal; - vtkPWindBladeReader(const vtkPWindBladeReader &); // Not implemented. + vtkPWindBladeReader(const vtkPWindBladeReader &) VTK_DELETE_FUNCTION; void operator=(const vtkPWindBladeReader &) VTK_DELETE_FUNCTION; }; diff --git a/IO/Movie/vtkAVIWriter.h b/IO/Movie/vtkAVIWriter.h index c6dd37211a171509a346e2e7a8eab1e57117966e..77ef821c22174076381d2fc375c3c5c8093ee126 100644 --- a/IO/Movie/vtkAVIWriter.h +++ b/IO/Movie/vtkAVIWriter.h @@ -95,7 +95,7 @@ protected: char *CompressorFourCC; private: - vtkAVIWriter(const vtkAVIWriter&); // Not implemented + vtkAVIWriter(const vtkAVIWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkAVIWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Movie/vtkGenericMovieWriter.h b/IO/Movie/vtkGenericMovieWriter.h index 53d0ac186b2ac4c56d2b5a84fe7b41e4518484fa..feddb6bb0843d5f94fe1b10a8b4f508bf3547eb3 100644 --- a/IO/Movie/vtkGenericMovieWriter.h +++ b/IO/Movie/vtkGenericMovieWriter.h @@ -73,7 +73,7 @@ protected: int Error; private: - vtkGenericMovieWriter(const vtkGenericMovieWriter&); // Not implemented + vtkGenericMovieWriter(const vtkGenericMovieWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkGenericMovieWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Movie/vtkMPEG2Writer.h b/IO/Movie/vtkMPEG2Writer.h index 6185844c34407a7aec465e24ec37a4a2939443db..da9d5c93156f33e6d2b2c0ec0ed61cc62cc18c0b 100644 --- a/IO/Movie/vtkMPEG2Writer.h +++ b/IO/Movie/vtkMPEG2Writer.h @@ -78,7 +78,7 @@ protected: MPEG2_structure* MPEGStructure; private: - vtkMPEG2Writer(const vtkMPEG2Writer&); // Not implemented + vtkMPEG2Writer(const vtkMPEG2Writer&) VTK_DELETE_FUNCTION; void operator=(const vtkMPEG2Writer&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Movie/vtkOggTheoraWriter.h b/IO/Movie/vtkOggTheoraWriter.h index 8c78b79d7ededa6abe04a9ba03935c1563446cab..76578db199bc84493d3eb917d4c1471ccb02c83d 100644 --- a/IO/Movie/vtkOggTheoraWriter.h +++ b/IO/Movie/vtkOggTheoraWriter.h @@ -75,7 +75,7 @@ protected: int Subsampling; private: - vtkOggTheoraWriter(const vtkOggTheoraWriter&); // Not implemented + vtkOggTheoraWriter(const vtkOggTheoraWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkOggTheoraWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MySQL/vtkMySQLDatabase.h b/IO/MySQL/vtkMySQLDatabase.h index 1e375e865769a35bf069905c68f451f85d291003..7d6239d9afb5ff9c52f1b0ae0ab8f7b602493fd6 100644 --- a/IO/MySQL/vtkMySQLDatabase.h +++ b/IO/MySQL/vtkMySQLDatabase.h @@ -202,7 +202,7 @@ private: vtkMySQLDatabasePrivate* const Private; - vtkMySQLDatabase(const vtkMySQLDatabase &); // Not implemented. + vtkMySQLDatabase(const vtkMySQLDatabase &) VTK_DELETE_FUNCTION; void operator=(const vtkMySQLDatabase &) VTK_DELETE_FUNCTION; }; diff --git a/IO/MySQL/vtkMySQLQuery.h b/IO/MySQL/vtkMySQLQuery.h index 1fd625e2656f97df6e3d2930d11ffc66cd8e214b..eddce2f4f05eb69c02c32876926fa401ad20ca52 100644 --- a/IO/MySQL/vtkMySQLQuery.h +++ b/IO/MySQL/vtkMySQLQuery.h @@ -148,7 +148,7 @@ protected: vtkSetStringMacro(LastErrorText); private: - vtkMySQLQuery(const vtkMySQLQuery &); // Not implemented. + vtkMySQLQuery(const vtkMySQLQuery &) VTK_DELETE_FUNCTION; void operator=(const vtkMySQLQuery &) VTK_DELETE_FUNCTION; vtkMySQLQueryInternals *Internals; diff --git a/IO/MySQL/vtkMySQLToTableReader.h b/IO/MySQL/vtkMySQLToTableReader.h index 8c87c2a108eb47683a4ff430e6e08f5c48a9702a..c387c9b793f42a681791b6a3041f5e49680f9a91 100644 --- a/IO/MySQL/vtkMySQLToTableReader.h +++ b/IO/MySQL/vtkMySQLToTableReader.h @@ -39,7 +39,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkMySQLToTableReader(const vtkMySQLToTableReader&); // Not implemented. + vtkMySQLToTableReader(const vtkMySQLToTableReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMySQLToTableReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/MySQL/vtkTableToMySQLWriter.h b/IO/MySQL/vtkTableToMySQLWriter.h index 26e43bcdc5fef69d7af0e2337997e0a10ca74279..72711f955f9c6f2472c044d83a717cb6347fc1cb 100644 --- a/IO/MySQL/vtkTableToMySQLWriter.h +++ b/IO/MySQL/vtkTableToMySQLWriter.h @@ -47,7 +47,7 @@ protected: vtkTable *Input; private: - vtkTableToMySQLWriter(const vtkTableToMySQLWriter&); // Not implemented. + vtkTableToMySQLWriter(const vtkTableToMySQLWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkTableToMySQLWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/NetCDF/vtkMPASReader.h b/IO/NetCDF/vtkMPASReader.h index 9896357a42042c5c5758c6f7fde5ecfca0e7548e..e069f3fe552cea1d57680d96bc5a8d81ff4830cb 100644 --- a/IO/NetCDF/vtkMPASReader.h +++ b/IO/NetCDF/vtkMPASReader.h @@ -337,7 +337,7 @@ class VTKIONETCDF_EXPORT vtkMPASReader : public vtkUnstructuredGridAlgorithm void LoadTimeFieldData(vtkUnstructuredGrid *dataset); private: - vtkMPASReader(const vtkMPASReader&); // Not implemented. + vtkMPASReader(const vtkMPASReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMPASReader&) VTK_DELETE_FUNCTION; class Internal; diff --git a/IO/NetCDF/vtkNetCDFCAMReader.h b/IO/NetCDF/vtkNetCDFCAMReader.h index 3e18a0525dcd05ac1965ebb6a82d94fd3d707c30..da185af14258090d6fd7946bfc5dc5d9017f717e 100644 --- a/IO/NetCDF/vtkNetCDFCAMReader.h +++ b/IO/NetCDF/vtkNetCDFCAMReader.h @@ -94,7 +94,7 @@ protected: int & beginCellLevel, int & endCellLevel, int & beginCell, int & endCell); private: - vtkNetCDFCAMReader(const vtkNetCDFCAMReader&); // Not implemented. + vtkNetCDFCAMReader(const vtkNetCDFCAMReader&) VTK_DELETE_FUNCTION; void operator=(const vtkNetCDFCAMReader&) VTK_DELETE_FUNCTION; // Description: diff --git a/IO/NetCDF/vtkNetCDFCFReader.h b/IO/NetCDF/vtkNetCDFCFReader.h index d637439546146927819685f06bf7b3f952ef6ad7..240de03a58cc4ce0b0d8e26d31b7ca143c04196c 100644 --- a/IO/NetCDF/vtkNetCDFCFReader.h +++ b/IO/NetCDF/vtkNetCDFCFReader.h @@ -286,7 +286,7 @@ protected: private: - vtkNetCDFCFReader(const vtkNetCDFCFReader &); // Not implemented + vtkNetCDFCFReader(const vtkNetCDFCFReader &) VTK_DELETE_FUNCTION; void operator=(const vtkNetCDFCFReader &) VTK_DELETE_FUNCTION; }; diff --git a/IO/NetCDF/vtkNetCDFPOPReader.h b/IO/NetCDF/vtkNetCDFPOPReader.h index 692b95ab7743dbae30b9cf126ac3ce58d34c1d15..e78d1079e03c30e3da756cd9863be91ca4ee2cb6 100644 --- a/IO/NetCDF/vtkNetCDFPOPReader.h +++ b/IO/NetCDF/vtkNetCDFPOPReader.h @@ -92,7 +92,7 @@ protected: int Stride[3]; private: - vtkNetCDFPOPReader(const vtkNetCDFPOPReader&); // Not implemented. + vtkNetCDFPOPReader(const vtkNetCDFPOPReader&) VTK_DELETE_FUNCTION; void operator=(const vtkNetCDFPOPReader&) VTK_DELETE_FUNCTION; vtkNetCDFPOPReaderInternal* Internals; diff --git a/IO/NetCDF/vtkNetCDFReader.h b/IO/NetCDF/vtkNetCDFReader.h index ba97ace81c661fa833b7ee55a997026b845418b3..f5f303a0b1dfd3d8dd53e5231c88ded17560b48d 100644 --- a/IO/NetCDF/vtkNetCDFReader.h +++ b/IO/NetCDF/vtkNetCDFReader.h @@ -222,7 +222,7 @@ protected: vtkDataSet *output); private: - vtkNetCDFReader(const vtkNetCDFReader &); // Not implemented + vtkNetCDFReader(const vtkNetCDFReader &) VTK_DELETE_FUNCTION; void operator=(const vtkNetCDFReader &) VTK_DELETE_FUNCTION; int UpdateExtent[6]; diff --git a/IO/NetCDF/vtkSLACParticleReader.cxx b/IO/NetCDF/vtkSLACParticleReader.cxx index f1f3afc998f0aaf79bb14e9d213e91976dfbff73..692860cb331981488cb3c1d4e35e0394f378207b 100644 --- a/IO/NetCDF/vtkSLACParticleReader.cxx +++ b/IO/NetCDF/vtkSLACParticleReader.cxx @@ -151,7 +151,7 @@ protected: int fd; private: vtkSLACParticleReaderAutoCloseNetCDF(); // Not implemented - vtkSLACParticleReaderAutoCloseNetCDF(const vtkSLACParticleReaderAutoCloseNetCDF &); // Not implemented + vtkSLACParticleReaderAutoCloseNetCDF(const vtkSLACParticleReaderAutoCloseNetCDF &) VTK_DELETE_FUNCTION; void operator=(const vtkSLACParticleReaderAutoCloseNetCDF &) VTK_DELETE_FUNCTION; }; diff --git a/IO/NetCDF/vtkSLACParticleReader.h b/IO/NetCDF/vtkSLACParticleReader.h index 7e8e6d555b95d9a903ab828e8d7e9addf0850ce7..5d1fc1feda2824f13752c089615fa82c3ea3d015 100644 --- a/IO/NetCDF/vtkSLACParticleReader.h +++ b/IO/NetCDF/vtkSLACParticleReader.h @@ -82,7 +82,7 @@ protected: int expectedNumComponents); private: - vtkSLACParticleReader(const vtkSLACParticleReader &); // Not implemented + vtkSLACParticleReader(const vtkSLACParticleReader &) VTK_DELETE_FUNCTION; void operator=(const vtkSLACParticleReader &) VTK_DELETE_FUNCTION; }; diff --git a/IO/NetCDF/vtkSLACReader.h b/IO/NetCDF/vtkSLACReader.h index 227117baa34b7698159e9aa66ba75239c47bc789..3aef73d3a1e7d6dbdd50d7ee71ec175d7020a8fb 100644 --- a/IO/NetCDF/vtkSLACReader.h +++ b/IO/NetCDF/vtkSLACReader.h @@ -370,7 +370,7 @@ protected: virtual int MeshUpToDate(); private: - vtkSLACReader(const vtkSLACReader &); // Not implemented + vtkSLACReader(const vtkSLACReader &) VTK_DELETE_FUNCTION; void operator=(const vtkSLACReader &) VTK_DELETE_FUNCTION; }; diff --git a/IO/ODBC/vtkODBCDatabase.h b/IO/ODBC/vtkODBCDatabase.h index 9865d1ee50c71687f20d4374b326f84033c69877..4aabe0196e35b150a784630e46712c49e76411cf 100644 --- a/IO/ODBC/vtkODBCDatabase.h +++ b/IO/ODBC/vtkODBCDatabase.h @@ -201,7 +201,7 @@ private: char *DatabaseType; - vtkODBCDatabase(const vtkODBCDatabase &); // Not implemented. + vtkODBCDatabase(const vtkODBCDatabase &) VTK_DELETE_FUNCTION; void operator=(const vtkODBCDatabase &) VTK_DELETE_FUNCTION; }; diff --git a/IO/ODBC/vtkODBCQuery.h b/IO/ODBC/vtkODBCQuery.h index afd1a8e621972a9a2e2f2c2068b5af6368d04c5c..be67a9595ff4f0a348b9e0fcfb9ea5bc2f334116 100644 --- a/IO/ODBC/vtkODBCQuery.h +++ b/IO/ODBC/vtkODBCQuery.h @@ -147,7 +147,7 @@ protected: char *QueryText; private: - vtkODBCQuery(const vtkODBCQuery &); // Not implemented. + vtkODBCQuery(const vtkODBCQuery &) VTK_DELETE_FUNCTION; void operator=(const vtkODBCQuery &) VTK_DELETE_FUNCTION; void ClearCurrentRow(); diff --git a/IO/PLY/vtkPLYReader.h b/IO/PLY/vtkPLYReader.h index a2f739c58fc0ca4bbacbc33e9d1d3c704e6d4d59..65f901da7f972ee410141646389b0b83012313ab 100644 --- a/IO/PLY/vtkPLYReader.h +++ b/IO/PLY/vtkPLYReader.h @@ -53,7 +53,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkPLYReader(const vtkPLYReader&); // Not implemented. + vtkPLYReader(const vtkPLYReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPLYReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/PLY/vtkPLYWriter.h b/IO/PLY/vtkPLYWriter.h index 8a29fc4fda7e5781916ba5f83674b0fd8aba30b2..2302f9d151d939ca1bcb2028b63ab1dfbd19e4a6 100644 --- a/IO/PLY/vtkPLYWriter.h +++ b/IO/PLY/vtkPLYWriter.h @@ -181,7 +181,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkPLYWriter(const vtkPLYWriter&); // Not implemented. + vtkPLYWriter(const vtkPLYWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkPLYWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Parallel/vtkEnSightWriter.h b/IO/Parallel/vtkEnSightWriter.h index 3dcbd1a0a142a56f8e0030f4d93e0f36553a02de..79fc16c22930be94a9fe94a32d4a4611b8ff0c5c 100644 --- a/IO/Parallel/vtkEnSightWriter.h +++ b/IO/Parallel/vtkEnSightWriter.h @@ -149,7 +149,7 @@ protected: int GhostLevel; vtkUnstructuredGrid* TmpInput; - vtkEnSightWriter(const vtkEnSightWriter&); // Not implemented. + vtkEnSightWriter(const vtkEnSightWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkEnSightWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Parallel/vtkMultiBlockPLOT3DReader.h b/IO/Parallel/vtkMultiBlockPLOT3DReader.h index 9cde34e429b917c6045c3bfaffcf624ffb29b137..66f7594df77910ca8a9bd52915e5308f8732f462 100644 --- a/IO/Parallel/vtkMultiBlockPLOT3DReader.h +++ b/IO/Parallel/vtkMultiBlockPLOT3DReader.h @@ -366,7 +366,7 @@ protected: vtkMultiProcessController *Controller; private: - vtkMultiBlockPLOT3DReader(const vtkMultiBlockPLOT3DReader&); // Not implemented. + vtkMultiBlockPLOT3DReader(const vtkMultiBlockPLOT3DReader&) VTK_DELETE_FUNCTION; void operator=(const vtkMultiBlockPLOT3DReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Parallel/vtkPChacoReader.h b/IO/Parallel/vtkPChacoReader.h index 1335dbc31cf541f9fe5ff3cc87215225c82addd7..ef24ba3aa4e943355f7a299e2212812864bf6c7c 100644 --- a/IO/Parallel/vtkPChacoReader.h +++ b/IO/Parallel/vtkPChacoReader.h @@ -57,7 +57,7 @@ protected: vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkPChacoReader(const vtkPChacoReader&); // Not implemented + vtkPChacoReader(const vtkPChacoReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPChacoReader&) VTK_DELETE_FUNCTION; void SetUpEmptyGrid(vtkUnstructuredGrid *output); diff --git a/IO/Parallel/vtkPDataSetReader.h b/IO/Parallel/vtkPDataSetReader.h index b244493d13d5559184db80d686988cd439a8dc84..55428813fac5ba3b207bba86fd2f9ae84168fa9f 100644 --- a/IO/Parallel/vtkPDataSetReader.h +++ b/IO/Parallel/vtkPDataSetReader.h @@ -102,7 +102,7 @@ protected: int **PieceExtents; private: - vtkPDataSetReader(const vtkPDataSetReader&); // Not implemented + vtkPDataSetReader(const vtkPDataSetReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPDataSetReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Parallel/vtkPDataSetWriter.h b/IO/Parallel/vtkPDataSetWriter.h index 6fac0408d4e7a4249a05cea5c5eaa699f372e372..7d8f918248f276031806ed292cac3666d2c75d9c 100644 --- a/IO/Parallel/vtkPDataSetWriter.h +++ b/IO/Parallel/vtkPDataSetWriter.h @@ -117,7 +117,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkPDataSetWriter(const vtkPDataSetWriter&); // Not implemented + vtkPDataSetWriter(const vtkPDataSetWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkPDataSetWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Parallel/vtkPImageWriter.h b/IO/Parallel/vtkPImageWriter.h index f109c01940659c2fc2648fd37ca7d679739e69de..d4a113a9a9c9856e49ccbbf951b509b3ff88c120 100644 --- a/IO/Parallel/vtkPImageWriter.h +++ b/IO/Parallel/vtkPImageWriter.h @@ -53,7 +53,7 @@ protected: vtkPipelineSize *SizeEstimator; private: - vtkPImageWriter(const vtkPImageWriter&); // Not implemented. + vtkPImageWriter(const vtkPImageWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkPImageWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Parallel/vtkPOpenFOAMReader.h b/IO/Parallel/vtkPOpenFOAMReader.h index e8c8cb621d043ce32d7085dd1507f62df9a873a0..e1fadd59c9452b5e4a19bf8f809a3943581b995a 100644 --- a/IO/Parallel/vtkPOpenFOAMReader.h +++ b/IO/Parallel/vtkPOpenFOAMReader.h @@ -69,7 +69,7 @@ private: int NumProcesses; int ProcessId; - vtkPOpenFOAMReader(const vtkPOpenFOAMReader &); // Not implemented. + vtkPOpenFOAMReader(const vtkPOpenFOAMReader &) VTK_DELETE_FUNCTION; void operator=(const vtkPOpenFOAMReader &) VTK_DELETE_FUNCTION; void GatherMetaData(); diff --git a/IO/Parallel/vtkPSLACReader.h b/IO/Parallel/vtkPSLACReader.h index 3aa73d758d45b18d7bc5b66b5eb9234bd68098db..b990f7182f2ce42c51edd71b55a21a88c610d6be 100644 --- a/IO/Parallel/vtkPSLACReader.h +++ b/IO/Parallel/vtkPSLACReader.h @@ -127,7 +127,7 @@ protected: int RequestedPieceCache; private: - vtkPSLACReader(const vtkPSLACReader &); // Not implemented + vtkPSLACReader(const vtkPSLACReader &) VTK_DELETE_FUNCTION; void operator=(const vtkPSLACReader &) VTK_DELETE_FUNCTION; }; diff --git a/IO/Parallel/vtkPlot3DMetaReader.h b/IO/Parallel/vtkPlot3DMetaReader.h index 1382077c5db50fb932e0e7cdad3fbadeabeb94fa..848826b921bdcfe79d94547c4272e7ac60476ddb 100644 --- a/IO/Parallel/vtkPlot3DMetaReader.h +++ b/IO/Parallel/vtkPlot3DMetaReader.h @@ -126,7 +126,7 @@ protected: void AddFunctions(Json::Value* val); private: - vtkPlot3DMetaReader(const vtkPlot3DMetaReader&); // Not implemented. + vtkPlot3DMetaReader(const vtkPlot3DMetaReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPlot3DMetaReader&) VTK_DELETE_FUNCTION; vtkMultiBlockPLOT3DReader* Reader; diff --git a/IO/ParallelExodus/vtkPExodusIIReader.h b/IO/ParallelExodus/vtkPExodusIIReader.h index b343e4c83445ba30f8e77b8be1b0447a4c6dff1a..266447178e2ff617775b1826e92ddda97fe69a55 100644 --- a/IO/ParallelExodus/vtkPExodusIIReader.h +++ b/IO/ParallelExodus/vtkPExodusIIReader.h @@ -162,7 +162,7 @@ protected: int RequestData( vtkInformation*, vtkInformationVector**, vtkInformationVector* ); private: - vtkPExodusIIReader( const vtkPExodusIIReader& ); // Not implemented + vtkPExodusIIReader( const vtkPExodusIIReader& ) VTK_DELETE_FUNCTION; void operator = ( const vtkPExodusIIReader& ) VTK_DELETE_FUNCTION; }; diff --git a/IO/ParallelExodus/vtkPExodusIIWriter.h b/IO/ParallelExodus/vtkPExodusIIWriter.h index 27762af824515895e6a24ee87c286ed51d37f9e4..edbec963bee5c1faf288c9fc4fdba6ebee178b24 100644 --- a/IO/ParallelExodus/vtkPExodusIIWriter.h +++ b/IO/ParallelExodus/vtkPExodusIIWriter.h @@ -96,7 +96,7 @@ protected: virtual int GlobalContinueExecuting(int localContinue); private: - vtkPExodusIIWriter (const vtkPExodusIIWriter&); // Not Implemented + vtkPExodusIIWriter (const vtkPExodusIIWriter&) VTK_DELETE_FUNCTION; void operator= (const vtkPExodusIIWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ParallelLSDyna/vtkPLSDynaReader.h b/IO/ParallelLSDyna/vtkPLSDynaReader.h index 5bf3a9278d6eacc28c28e0634e59cc5015965296..4d5e892d0654f0fa4f5ccff68e6ce475fadf1802 100644 --- a/IO/ParallelLSDyna/vtkPLSDynaReader.h +++ b/IO/ParallelLSDyna/vtkPLSDynaReader.h @@ -148,7 +148,7 @@ protected: private: - vtkPLSDynaReader( const vtkPLSDynaReader& ); // Not implemented. + vtkPLSDynaReader( const vtkPLSDynaReader& ) VTK_DELETE_FUNCTION; void operator = ( const vtkPLSDynaReader& ) VTK_DELETE_FUNCTION; void GetPartRanges(vtkIdType* mins,vtkIdType* maxs); diff --git a/IO/ParallelNetCDF/vtkPNetCDFPOPReader.h b/IO/ParallelNetCDF/vtkPNetCDFPOPReader.h index a7193d567016a7a44d294b13ac0ffc80d809a86d..6de387285ec1f82b199c25c2265e914f31ec2946 100644 --- a/IO/ParallelNetCDF/vtkPNetCDFPOPReader.h +++ b/IO/ParallelNetCDF/vtkPNetCDFPOPReader.h @@ -109,7 +109,7 @@ protected: vtkMPIController *Controller; private: - vtkPNetCDFPOPReader(const vtkPNetCDFPOPReader&); // Not implemented. + vtkPNetCDFPOPReader(const vtkPNetCDFPOPReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPNetCDFPOPReader&) VTK_DELETE_FUNCTION; vtkPNetCDFPOPReaderInternal* Internals; diff --git a/IO/ParallelXML/vtkXMLPDataSetWriter.h b/IO/ParallelXML/vtkXMLPDataSetWriter.h index 59e5d4e4e377d1b509831ffbf88d65a67ce7fd25..a1f350a6a41f16da44d907ab9ebc303a04a5e686 100644 --- a/IO/ParallelXML/vtkXMLPDataSetWriter.h +++ b/IO/ParallelXML/vtkXMLPDataSetWriter.h @@ -56,7 +56,7 @@ protected: vtkXMLWriter* CreatePieceWriter(int index); private: - vtkXMLPDataSetWriter(const vtkXMLPDataSetWriter&); // Not implemented. + vtkXMLPDataSetWriter(const vtkXMLPDataSetWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPDataSetWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ParallelXML/vtkXMLPDataWriter.h b/IO/ParallelXML/vtkXMLPDataWriter.h index 1a286f6a1b8e03df986943162a513fe27e49683c..328b4dd7c7f7d2d2c432f3915f04918704c63cbd 100644 --- a/IO/ParallelXML/vtkXMLPDataWriter.h +++ b/IO/ParallelXML/vtkXMLPDataWriter.h @@ -129,7 +129,7 @@ protected: // execution. vtkGetMacro(ContinuingExecution, bool); private: - vtkXMLPDataWriter(const vtkXMLPDataWriter&); // Not implemented. + vtkXMLPDataWriter(const vtkXMLPDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPDataWriter&) VTK_DELETE_FUNCTION; // Description: diff --git a/IO/ParallelXML/vtkXMLPHierarchicalBoxDataWriter.h b/IO/ParallelXML/vtkXMLPHierarchicalBoxDataWriter.h index e3b54ff22922e2d302de44d1e5043cf08ed5b548..2fd3bbad6afc199d4cb44ae7ad96b1423f0b4ee9 100644 --- a/IO/ParallelXML/vtkXMLPHierarchicalBoxDataWriter.h +++ b/IO/ParallelXML/vtkXMLPHierarchicalBoxDataWriter.h @@ -37,7 +37,7 @@ protected: ~vtkXMLPHierarchicalBoxDataWriter(); private: - vtkXMLPHierarchicalBoxDataWriter(const vtkXMLPHierarchicalBoxDataWriter&); // Not implemented. + vtkXMLPHierarchicalBoxDataWriter(const vtkXMLPHierarchicalBoxDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPHierarchicalBoxDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ParallelXML/vtkXMLPImageDataWriter.h b/IO/ParallelXML/vtkXMLPImageDataWriter.h index fc0bf2a9a0fc15ce7b6354498a821ce235ae13c3..fcf0f6cb44f9adfef5073a48825277a79a42bca3 100644 --- a/IO/ParallelXML/vtkXMLPImageDataWriter.h +++ b/IO/ParallelXML/vtkXMLPImageDataWriter.h @@ -58,7 +58,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkXMLPImageDataWriter(const vtkXMLPImageDataWriter&); // Not implemented. + vtkXMLPImageDataWriter(const vtkXMLPImageDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPImageDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ParallelXML/vtkXMLPMultiBlockDataWriter.h b/IO/ParallelXML/vtkXMLPMultiBlockDataWriter.h index 843e2f4f1718ed1ee0adbf18a30991ed873dd611..61deab0de04163b6c6b5067bc2b2c6c68befa740 100644 --- a/IO/ParallelXML/vtkXMLPMultiBlockDataWriter.h +++ b/IO/ParallelXML/vtkXMLPMultiBlockDataWriter.h @@ -124,7 +124,7 @@ protected: int NumberOfPieces; private: - vtkXMLPMultiBlockDataWriter(const vtkXMLPMultiBlockDataWriter&); // Not implemented. + vtkXMLPMultiBlockDataWriter(const vtkXMLPMultiBlockDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPMultiBlockDataWriter&) VTK_DELETE_FUNCTION; class vtkInternal; diff --git a/IO/ParallelXML/vtkXMLPPolyDataWriter.h b/IO/ParallelXML/vtkXMLPPolyDataWriter.h index 9cbe0051facb4014f35c0bb441f7c28fbdf17975..88f56a9fe3554e2198211ab946c451bbbe92e734 100644 --- a/IO/ParallelXML/vtkXMLPPolyDataWriter.h +++ b/IO/ParallelXML/vtkXMLPPolyDataWriter.h @@ -57,7 +57,7 @@ protected: vtkXMLUnstructuredDataWriter* CreateUnstructuredPieceWriter(); private: - vtkXMLPPolyDataWriter(const vtkXMLPPolyDataWriter&); // Not implemented. + vtkXMLPPolyDataWriter(const vtkXMLPPolyDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPPolyDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ParallelXML/vtkXMLPRectilinearGridWriter.h b/IO/ParallelXML/vtkXMLPRectilinearGridWriter.h index 16ad6a24d8f03cadd686e1cda0e8fbc93f67e22e..b4f9450bbb76856c8c05020dbb16418781e250f1 100644 --- a/IO/ParallelXML/vtkXMLPRectilinearGridWriter.h +++ b/IO/ParallelXML/vtkXMLPRectilinearGridWriter.h @@ -59,7 +59,7 @@ protected: void WritePData(vtkIndent indent); private: - vtkXMLPRectilinearGridWriter(const vtkXMLPRectilinearGridWriter&); // Not implemented. + vtkXMLPRectilinearGridWriter(const vtkXMLPRectilinearGridWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPRectilinearGridWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ParallelXML/vtkXMLPStructuredDataWriter.h b/IO/ParallelXML/vtkXMLPStructuredDataWriter.h index 71ff0e5368346ec07447d3b8c31230bd2eb9e5cf..0db12e1ee11c6ceeba329a2e9b170d1adc21b029 100644 --- a/IO/ParallelXML/vtkXMLPStructuredDataWriter.h +++ b/IO/ParallelXML/vtkXMLPStructuredDataWriter.h @@ -49,7 +49,7 @@ protected: virtual int WritePiece(int index); private: - vtkXMLPStructuredDataWriter(const vtkXMLPStructuredDataWriter&); // Not implemented. + vtkXMLPStructuredDataWriter(const vtkXMLPStructuredDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPStructuredDataWriter&) VTK_DELETE_FUNCTION; typedef std::map > ExtentsType; diff --git a/IO/ParallelXML/vtkXMLPStructuredGridWriter.h b/IO/ParallelXML/vtkXMLPStructuredGridWriter.h index 7b646e10735f5d16150b1636c75e375125fc980c..650f6e52a69d99bc374d74637257e83ef5b641b7 100644 --- a/IO/ParallelXML/vtkXMLPStructuredGridWriter.h +++ b/IO/ParallelXML/vtkXMLPStructuredGridWriter.h @@ -59,7 +59,7 @@ protected: void WritePData(vtkIndent indent); private: - vtkXMLPStructuredGridWriter(const vtkXMLPStructuredGridWriter&); // Not implemented. + vtkXMLPStructuredGridWriter(const vtkXMLPStructuredGridWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPStructuredGridWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ParallelXML/vtkXMLPUniformGridAMRWriter.h b/IO/ParallelXML/vtkXMLPUniformGridAMRWriter.h index e0b00d7ca7c3a06a487cd165061a64bca18b1388..e91e4dc3543b8d48cf4b3e620afc9ef1df049147 100644 --- a/IO/ParallelXML/vtkXMLPUniformGridAMRWriter.h +++ b/IO/ParallelXML/vtkXMLPUniformGridAMRWriter.h @@ -63,7 +63,7 @@ protected: vtkMultiProcessController* Controller; private: - vtkXMLPUniformGridAMRWriter(const vtkXMLPUniformGridAMRWriter&); // Not implemented. + vtkXMLPUniformGridAMRWriter(const vtkXMLPUniformGridAMRWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPUniformGridAMRWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ParallelXML/vtkXMLPUnstructuredDataWriter.h b/IO/ParallelXML/vtkXMLPUnstructuredDataWriter.h index e64fba095fcb82f8b796f793a1888eba2a0e13d7..be86ceb46e34b4afba49beccd5e2000cd52cae4d 100644 --- a/IO/ParallelXML/vtkXMLPUnstructuredDataWriter.h +++ b/IO/ParallelXML/vtkXMLPUnstructuredDataWriter.h @@ -42,7 +42,7 @@ protected: vtkXMLWriter* CreatePieceWriter(int index); void WritePData(vtkIndent indent); private: - vtkXMLPUnstructuredDataWriter(const vtkXMLPUnstructuredDataWriter&); // Not implemented. + vtkXMLPUnstructuredDataWriter(const vtkXMLPUnstructuredDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPUnstructuredDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/ParallelXML/vtkXMLPUnstructuredGridWriter.h b/IO/ParallelXML/vtkXMLPUnstructuredGridWriter.h index 05a5df58538669d4fd4003a60752919886888bce..965e50af6c81a5635c3560fef063dca2d81a8d4d 100644 --- a/IO/ParallelXML/vtkXMLPUnstructuredGridWriter.h +++ b/IO/ParallelXML/vtkXMLPUnstructuredGridWriter.h @@ -58,7 +58,7 @@ protected: vtkXMLUnstructuredDataWriter* CreateUnstructuredPieceWriter(); private: - vtkXMLPUnstructuredGridWriter(const vtkXMLPUnstructuredGridWriter&); // Not implemented. + vtkXMLPUnstructuredGridWriter(const vtkXMLPUnstructuredGridWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPUnstructuredGridWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/PostgreSQL/vtkPostgreSQLDatabase.h b/IO/PostgreSQL/vtkPostgreSQLDatabase.h index 0c25f0adbe80164d2c167abcb4cd5fd8792b27bd..724dfaa8fbe3d510c307e0914dcf0fd83133e118 100644 --- a/IO/PostgreSQL/vtkPostgreSQLDatabase.h +++ b/IO/PostgreSQL/vtkPostgreSQLDatabase.h @@ -214,7 +214,7 @@ protected: char* LastErrorText; private: - vtkPostgreSQLDatabase( const vtkPostgreSQLDatabase& ); // Not implemented. + vtkPostgreSQLDatabase( const vtkPostgreSQLDatabase& ) VTK_DELETE_FUNCTION; void operator = ( const vtkPostgreSQLDatabase& ) VTK_DELETE_FUNCTION; }; diff --git a/IO/PostgreSQL/vtkPostgreSQLQuery.h b/IO/PostgreSQL/vtkPostgreSQLQuery.h index b5871f5f748dc797de253ae2335ae7551b019321..a09bb72df7f7844c6995e7cdcb69261977014b7c 100644 --- a/IO/PostgreSQL/vtkPostgreSQLQuery.h +++ b/IO/PostgreSQL/vtkPostgreSQLQuery.h @@ -120,7 +120,7 @@ protected: friend class vtkPostgreSQLDatabase; private: - vtkPostgreSQLQuery( const vtkPostgreSQLQuery& ); // Not implemented. + vtkPostgreSQLQuery( const vtkPostgreSQLQuery& ) VTK_DELETE_FUNCTION; void operator = ( const vtkPostgreSQLQuery& ) VTK_DELETE_FUNCTION; }; diff --git a/IO/PostgreSQL/vtkPostgreSQLToTableReader.h b/IO/PostgreSQL/vtkPostgreSQLToTableReader.h index 0f84876cc791ff4a46a230e743fc5bd38bc4d4b4..c0061a90fbc956fd5c8497fe9f9af9c0972bcbe1 100644 --- a/IO/PostgreSQL/vtkPostgreSQLToTableReader.h +++ b/IO/PostgreSQL/vtkPostgreSQLToTableReader.h @@ -39,7 +39,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkPostgreSQLToTableReader(const vtkPostgreSQLToTableReader&); // Not implemented. + vtkPostgreSQLToTableReader(const vtkPostgreSQLToTableReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPostgreSQLToTableReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/PostgreSQL/vtkTableToPostgreSQLWriter.h b/IO/PostgreSQL/vtkTableToPostgreSQLWriter.h index 0225de582d4b08f0cd6f38c3a5bcec9980b5f708..6cb439da3cf3b8a7c04f8d7131de0fef13522e41 100644 --- a/IO/PostgreSQL/vtkTableToPostgreSQLWriter.h +++ b/IO/PostgreSQL/vtkTableToPostgreSQLWriter.h @@ -47,7 +47,7 @@ protected: vtkTable *Input; private: - vtkTableToPostgreSQLWriter(const vtkTableToPostgreSQLWriter&); // Not implemented. + vtkTableToPostgreSQLWriter(const vtkTableToPostgreSQLWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkTableToPostgreSQLWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/SQL/vtkDatabaseToTableReader.h b/IO/SQL/vtkDatabaseToTableReader.h index 0942db4b85d3a608c808393fc45208f8cfd14831..5cb278be8936138ca7ac2ddaa1c2c3b1184edc00 100644 --- a/IO/SQL/vtkDatabaseToTableReader.h +++ b/IO/SQL/vtkDatabaseToTableReader.h @@ -58,7 +58,7 @@ protected: std::string TableName; private: - vtkDatabaseToTableReader(const vtkDatabaseToTableReader&); // Not implemented. + vtkDatabaseToTableReader(const vtkDatabaseToTableReader&) VTK_DELETE_FUNCTION; void operator=(const vtkDatabaseToTableReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/SQL/vtkRowQuery.h b/IO/SQL/vtkRowQuery.h index b6ed5055a5b5bec7b3ccd22dc713884268805903..4400cd4204bc79c85ab066057fafb04fc4353eb9 100644 --- a/IO/SQL/vtkRowQuery.h +++ b/IO/SQL/vtkRowQuery.h @@ -129,7 +129,7 @@ protected: ~vtkRowQuery(); bool CaseSensitiveFieldNames; private: - vtkRowQuery(const vtkRowQuery &); // Not implemented. + vtkRowQuery(const vtkRowQuery &) VTK_DELETE_FUNCTION; void operator=(const vtkRowQuery &) VTK_DELETE_FUNCTION; }; diff --git a/IO/SQL/vtkRowQueryToTable.h b/IO/SQL/vtkRowQueryToTable.h index de28fd4c9b8f288f2229ad716231841db2454afb..ac482ba66202f2b904eb3fe36046c887201d479c 100644 --- a/IO/SQL/vtkRowQueryToTable.h +++ b/IO/SQL/vtkRowQueryToTable.h @@ -68,7 +68,7 @@ protected: vtkInformationVector*); private: - vtkRowQueryToTable(const vtkRowQueryToTable&); // Not implemented + vtkRowQueryToTable(const vtkRowQueryToTable&) VTK_DELETE_FUNCTION; void operator=(const vtkRowQueryToTable&) VTK_DELETE_FUNCTION; }; diff --git a/IO/SQL/vtkSQLDatabase.h b/IO/SQL/vtkSQLDatabase.h index ce25b788abb9a30e6024451b2b990711cacbcb03..349df3fcd94ad3706939af7a9757a99f75f0bc22 100644 --- a/IO/SQL/vtkSQLDatabase.h +++ b/IO/SQL/vtkSQLDatabase.h @@ -225,7 +225,7 @@ protected: virtual bool ParseURL( const char* url ) = 0; private: - vtkSQLDatabase(const vtkSQLDatabase &); // Not implemented. + vtkSQLDatabase(const vtkSQLDatabase &) VTK_DELETE_FUNCTION; void operator=(const vtkSQLDatabase &) VTK_DELETE_FUNCTION; // Description; diff --git a/IO/SQL/vtkSQLDatabaseGraphSource.h b/IO/SQL/vtkSQLDatabaseGraphSource.h index adbdfdccfea81480f6318f60883681a523381ba2..070b4d4e365a767df8ed0775598b6b6d07cd5e1b 100644 --- a/IO/SQL/vtkSQLDatabaseGraphSource.h +++ b/IO/SQL/vtkSQLDatabaseGraphSource.h @@ -93,7 +93,7 @@ protected: char* EdgePedigreeIdArrayName; private: - vtkSQLDatabaseGraphSource(const vtkSQLDatabaseGraphSource&); // Not implemented + vtkSQLDatabaseGraphSource(const vtkSQLDatabaseGraphSource&) VTK_DELETE_FUNCTION; void operator=(const vtkSQLDatabaseGraphSource&) VTK_DELETE_FUNCTION; // Description: diff --git a/IO/SQL/vtkSQLDatabaseSchema.h b/IO/SQL/vtkSQLDatabaseSchema.h index fca4467b4bbc42021787aaac2853fe13cbb020f8..0154b5058bc90258e36b4f47e5eef03b0f4f1e63 100644 --- a/IO/SQL/vtkSQLDatabaseSchema.h +++ b/IO/SQL/vtkSQLDatabaseSchema.h @@ -381,7 +381,7 @@ class VTKIOSQL_EXPORT vtkSQLDatabaseSchema : public vtkObject class vtkSQLDatabaseSchemaInternals* Internals; private: - vtkSQLDatabaseSchema(const vtkSQLDatabaseSchema &); // Not implemented. + vtkSQLDatabaseSchema(const vtkSQLDatabaseSchema &) VTK_DELETE_FUNCTION; void operator=(const vtkSQLDatabaseSchema &) VTK_DELETE_FUNCTION; }; diff --git a/IO/SQL/vtkSQLDatabaseTableSource.h b/IO/SQL/vtkSQLDatabaseTableSource.h index da522a08f51eacec5a053bf0bda96f50494396dd..ed7af8746bf88c702e1a1564514b98fe95b7c5f7 100644 --- a/IO/SQL/vtkSQLDatabaseTableSource.h +++ b/IO/SQL/vtkSQLDatabaseTableSource.h @@ -71,7 +71,7 @@ protected: vtkInformationVector*); private: - vtkSQLDatabaseTableSource(const vtkSQLDatabaseTableSource&); // Not implemented + vtkSQLDatabaseTableSource(const vtkSQLDatabaseTableSource&) VTK_DELETE_FUNCTION; void operator=(const vtkSQLDatabaseTableSource&) VTK_DELETE_FUNCTION; char* PedigreeIdArrayName; diff --git a/IO/SQL/vtkSQLGraphReader.h b/IO/SQL/vtkSQLGraphReader.h index ff092334e8f379b96a864419c8dddf4bc78f970a..4843ed4de5a855e8e0ffdfc16a14547cd6e844a7 100644 --- a/IO/SQL/vtkSQLGraphReader.h +++ b/IO/SQL/vtkSQLGraphReader.h @@ -147,7 +147,7 @@ protected: vtkInformationVector*); private: - vtkSQLGraphReader(const vtkSQLGraphReader&); // Not implemented + vtkSQLGraphReader(const vtkSQLGraphReader&) VTK_DELETE_FUNCTION; void operator=(const vtkSQLGraphReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/SQL/vtkSQLQuery.h b/IO/SQL/vtkSQLQuery.h index c8cf2f3cb8bceae94eefc6f5729e9f4fa410a6fa..f45ddd887ba0877ad389d9088b830a843947eb15 100644 --- a/IO/SQL/vtkSQLQuery.h +++ b/IO/SQL/vtkSQLQuery.h @@ -201,7 +201,7 @@ protected: bool Active; private: - vtkSQLQuery(const vtkSQLQuery &); // Not implemented. + vtkSQLQuery(const vtkSQLQuery &) VTK_DELETE_FUNCTION; void operator=(const vtkSQLQuery &) VTK_DELETE_FUNCTION; }; diff --git a/IO/SQL/vtkSQLiteDatabase.h b/IO/SQL/vtkSQLiteDatabase.h index d2b487ec7d915330d60cc0676ce6b488d157a387..b0b5e4047a1287350eca618ed4012fa5ee27053c 100644 --- a/IO/SQL/vtkSQLiteDatabase.h +++ b/IO/SQL/vtkSQLiteDatabase.h @@ -157,7 +157,7 @@ private: vtkStdString TempURL; - vtkSQLiteDatabase(const vtkSQLiteDatabase &); // Not implemented. + vtkSQLiteDatabase(const vtkSQLiteDatabase &) VTK_DELETE_FUNCTION; void operator=(const vtkSQLiteDatabase &) VTK_DELETE_FUNCTION; }; diff --git a/IO/SQL/vtkSQLiteQuery.h b/IO/SQL/vtkSQLiteQuery.h index fbb1be6c1a0d39ca694deaa61120fabc2a3ceb7d..436280ae2b4da082c73f9009dea491505a79b97f 100644 --- a/IO/SQL/vtkSQLiteQuery.h +++ b/IO/SQL/vtkSQLiteQuery.h @@ -151,7 +151,7 @@ protected: vtkSetStringMacro(LastErrorText); private: - vtkSQLiteQuery(const vtkSQLiteQuery &); // Not implemented. + vtkSQLiteQuery(const vtkSQLiteQuery &) VTK_DELETE_FUNCTION; void operator=(const vtkSQLiteQuery &) VTK_DELETE_FUNCTION; vtk_sqlite3_stmt *Statement; diff --git a/IO/SQL/vtkSQLiteToTableReader.h b/IO/SQL/vtkSQLiteToTableReader.h index db76fe987c96f430ec4fb7a49670d80fe09a28b3..426d4d154b03f716992a526abeb1ef35ca5717b0 100644 --- a/IO/SQL/vtkSQLiteToTableReader.h +++ b/IO/SQL/vtkSQLiteToTableReader.h @@ -39,7 +39,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkSQLiteToTableReader(const vtkSQLiteToTableReader&); // Not implemented. + vtkSQLiteToTableReader(const vtkSQLiteToTableReader&) VTK_DELETE_FUNCTION; void operator=(const vtkSQLiteToTableReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/SQL/vtkTableToDatabaseWriter.h b/IO/SQL/vtkTableToDatabaseWriter.h index 5ecee710fd7fb1b29286a55bdf090d4cf41d8720..628f1d32cc472c516b1e5edaa8b8a9d31f14a3b7 100644 --- a/IO/SQL/vtkTableToDatabaseWriter.h +++ b/IO/SQL/vtkTableToDatabaseWriter.h @@ -69,7 +69,7 @@ protected: std::string TableName; private: - vtkTableToDatabaseWriter(const vtkTableToDatabaseWriter&); // Not implemented. + vtkTableToDatabaseWriter(const vtkTableToDatabaseWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkTableToDatabaseWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/SQL/vtkTableToSQLiteWriter.h b/IO/SQL/vtkTableToSQLiteWriter.h index 09aa1b013053e86d3661abc3c2c61f4647e280a2..f48244814c0f796f955eef8d75c8c54fb6e5db70 100644 --- a/IO/SQL/vtkTableToSQLiteWriter.h +++ b/IO/SQL/vtkTableToSQLiteWriter.h @@ -47,7 +47,7 @@ protected: vtkTable *Input; private: - vtkTableToSQLiteWriter(const vtkTableToSQLiteWriter&); // Not implemented. + vtkTableToSQLiteWriter(const vtkTableToSQLiteWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkTableToSQLiteWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/TecplotTable/vtkTecplotTableReader.h b/IO/TecplotTable/vtkTecplotTableReader.h index 5ada6a836a532dca0836f014bb16a8e6ab0112e6..9f0c4aa8db283199eef4b2613d3d6d7f343908c2 100644 --- a/IO/TecplotTable/vtkTecplotTableReader.h +++ b/IO/TecplotTable/vtkTecplotTableReader.h @@ -116,7 +116,7 @@ protected: vtkStdString LastError; private: - vtkTecplotTableReader(const vtkTecplotTableReader&); // Not implemented + vtkTecplotTableReader(const vtkTecplotTableReader&) VTK_DELETE_FUNCTION; void operator=(const vtkTecplotTableReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/VPIC/vtkVPICReader.h b/IO/VPIC/vtkVPICReader.h index c6ccd40fd1864b4bc32b5f590142e813d03a4f72..f1964c4b7c4f382a52477d7b73e9241a6a3e634f 100644 --- a/IO/VPIC/vtkVPICReader.h +++ b/IO/VPIC/vtkVPICReader.h @@ -159,7 +159,7 @@ protected: private: - vtkVPICReader(const vtkVPICReader&); // Not implemented. + vtkVPICReader(const vtkVPICReader&) VTK_DELETE_FUNCTION; void operator=(const vtkVPICReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Video/vtkMILVideoSource.h b/IO/Video/vtkMILVideoSource.h index 5bf64923f3ff8d325c79c146c3292de33a92eb0d..88694f99af7bcb1cdda1c4698b26b2e577832a7e 100644 --- a/IO/Video/vtkMILVideoSource.h +++ b/IO/Video/vtkMILVideoSource.h @@ -270,7 +270,7 @@ protected: double NextFramePeriod; private: - vtkMILVideoSource(const vtkMILVideoSource&); // Not implemented. + vtkMILVideoSource(const vtkMILVideoSource&) VTK_DELETE_FUNCTION; void operator=(const vtkMILVideoSource&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Video/vtkVideoSource.h b/IO/Video/vtkVideoSource.h index 2aee22e13ab1169edc81fdbc19a8cfcc9124f383..3b287c471bc34af71bac387d13e685b97cd2c33d 100644 --- a/IO/Video/vtkVideoSource.h +++ b/IO/Video/vtkVideoSource.h @@ -298,7 +298,7 @@ protected: int start, int count); private: - vtkVideoSource(const vtkVideoSource&); // Not implemented. + vtkVideoSource(const vtkVideoSource&) VTK_DELETE_FUNCTION; void operator=(const vtkVideoSource&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Video/vtkWin32VideoSource.h b/IO/Video/vtkWin32VideoSource.h index 8ea97dcc6a26129ee237e092f1b2fcca8d7cb603..f940e2b92a2faf3eef741919b0cae2803c0c86e1 100644 --- a/IO/Video/vtkWin32VideoSource.h +++ b/IO/Video/vtkWin32VideoSource.h @@ -117,7 +117,7 @@ protected: void DoVFWFormatCheck(); private: - vtkWin32VideoSource(const vtkWin32VideoSource&); // Not implemented. + vtkWin32VideoSource(const vtkWin32VideoSource&) VTK_DELETE_FUNCTION; void operator=(const vtkWin32VideoSource&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/Testing/Cxx/TestXML.cxx b/IO/XML/Testing/Cxx/TestXML.cxx index 43cb0cdf0d09c47c37d323bb84ddd06b65d4a9bd..5e55aa06a61088bcc1de919ba3a97d9f04bcdeea 100644 --- a/IO/XML/Testing/Cxx/TestXML.cxx +++ b/IO/XML/Testing/Cxx/TestXML.cxx @@ -33,7 +33,7 @@ protected: void EndElement(const char*) {} private: - vtkMyXML(const vtkMyXML&); // Not implemented + vtkMyXML(const vtkMyXML&) VTK_DELETE_FUNCTION; void operator=(const vtkMyXML&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkRTXMLPolyDataReader.h b/IO/XML/vtkRTXMLPolyDataReader.h index 889213c4cbaba768527715ee38428f8648b68b33..0bd0abded13ec4de54ecdb6048ca26e79152089a 100644 --- a/IO/XML/vtkRTXMLPolyDataReader.h +++ b/IO/XML/vtkRTXMLPolyDataReader.h @@ -81,7 +81,7 @@ protected: vtkRTXMLPolyDataReaderInternals* Internal; private: - vtkRTXMLPolyDataReader(const vtkRTXMLPolyDataReader&); // Not implemented. + vtkRTXMLPolyDataReader(const vtkRTXMLPolyDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkRTXMLPolyDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLCompositeDataReader.h b/IO/XML/vtkXMLCompositeDataReader.h index f076572c48895bfc2c8360a3b4a8e989fb153ac0..25cbe0146c26389a7caa71c4e69627f444d1fc58 100644 --- a/IO/XML/vtkXMLCompositeDataReader.h +++ b/IO/XML/vtkXMLCompositeDataReader.h @@ -98,7 +98,7 @@ protected: int ShouldReadDataSet(unsigned int datasetIndex); private: - vtkXMLCompositeDataReader(const vtkXMLCompositeDataReader&); // Not implemented. + vtkXMLCompositeDataReader(const vtkXMLCompositeDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLCompositeDataReader&) VTK_DELETE_FUNCTION; vtkXMLCompositeDataReaderInternals* Internal; diff --git a/IO/XML/vtkXMLCompositeDataWriter.h b/IO/XML/vtkXMLCompositeDataWriter.h index 421f2728b1c6080038c36a1685802b9949e44087..c6994b3e415dfea4abfdcd90d3e13a5e3a13cd19 100644 --- a/IO/XML/vtkXMLCompositeDataWriter.h +++ b/IO/XML/vtkXMLCompositeDataWriter.h @@ -181,7 +181,7 @@ protected: virtual void RemoveWrittenFiles(const char* SubDirectory); private: - vtkXMLCompositeDataWriter(const vtkXMLCompositeDataWriter&); // Not implemented. + vtkXMLCompositeDataWriter(const vtkXMLCompositeDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLCompositeDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLDataReader.h b/IO/XML/vtkXMLDataReader.h index 173bc9719e7ae699a5041a380b5a284a64346012..3d0e3b4dcb9f6393e21f79406790ff7671020b31 100644 --- a/IO/XML/vtkXMLDataReader.h +++ b/IO/XML/vtkXMLDataReader.h @@ -135,7 +135,7 @@ protected: int CellDataNeedToReadTimeStep(vtkXMLDataElement *eNested); private: - vtkXMLDataReader(const vtkXMLDataReader&); // Not implemented. + vtkXMLDataReader(const vtkXMLDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLDataReader&) VTK_DELETE_FUNCTION; void ConvertGhostLevelsToGhostType( diff --git a/IO/XML/vtkXMLDataSetWriter.h b/IO/XML/vtkXMLDataSetWriter.h index 5754872bdfee5a29e53f1ed0507c2be0f54f8e85..d815cb7526e483f20a31babe26ae7c0637432edd 100644 --- a/IO/XML/vtkXMLDataSetWriter.h +++ b/IO/XML/vtkXMLDataSetWriter.h @@ -74,7 +74,7 @@ protected: private: - vtkXMLDataSetWriter(const vtkXMLDataSetWriter&); // Not implemented. + vtkXMLDataSetWriter(const vtkXMLDataSetWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLDataSetWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLFileReadTester.h b/IO/XML/vtkXMLFileReadTester.h index a3cf975aa89c807620e077587481aaa3c724c611..737e6ea2853179b59e404dd6194792a7aa10e47c 100644 --- a/IO/XML/vtkXMLFileReadTester.h +++ b/IO/XML/vtkXMLFileReadTester.h @@ -72,7 +72,7 @@ protected: vtkSetStringMacro(FileVersion); private: - vtkXMLFileReadTester(const vtkXMLFileReadTester&); // Not implemented. + vtkXMLFileReadTester(const vtkXMLFileReadTester&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLFileReadTester&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLGenericDataObjectReader.h b/IO/XML/vtkXMLGenericDataObjectReader.h index e83e8f59b239e8af88e332bcee6d5bfe374817ea..23c2590c21d48e86f0cec26d3e2563e5133b8336 100644 --- a/IO/XML/vtkXMLGenericDataObjectReader.h +++ b/IO/XML/vtkXMLGenericDataObjectReader.h @@ -103,7 +103,7 @@ protected: vtkXMLReader *Reader; // actual reader private: - vtkXMLGenericDataObjectReader(const vtkXMLGenericDataObjectReader&); // Not implemented. + vtkXMLGenericDataObjectReader(const vtkXMLGenericDataObjectReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLGenericDataObjectReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLHierarchicalBoxDataFileConverter.h b/IO/XML/vtkXMLHierarchicalBoxDataFileConverter.h index e793f6ac2967c353bd97aa36d79f9d3fb5c45685..3774ac9bd71724c2fc6ca7db637841228542b1a1 100644 --- a/IO/XML/vtkXMLHierarchicalBoxDataFileConverter.h +++ b/IO/XML/vtkXMLHierarchicalBoxDataFileConverter.h @@ -64,7 +64,7 @@ protected: vtkSetStringMacro(FilePath); private: - vtkXMLHierarchicalBoxDataFileConverter(const vtkXMLHierarchicalBoxDataFileConverter&); // Not implemented. + vtkXMLHierarchicalBoxDataFileConverter(const vtkXMLHierarchicalBoxDataFileConverter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLHierarchicalBoxDataFileConverter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLHierarchicalBoxDataReader.h b/IO/XML/vtkXMLHierarchicalBoxDataReader.h index 092cf8226eef528e5808fdbafa4bc95e87a9bccb..bc606beef80361fc3914ff8ac80c7c5d59a7abb1 100644 --- a/IO/XML/vtkXMLHierarchicalBoxDataReader.h +++ b/IO/XML/vtkXMLHierarchicalBoxDataReader.h @@ -42,7 +42,7 @@ protected: ~vtkXMLHierarchicalBoxDataReader(); private: - vtkXMLHierarchicalBoxDataReader(const vtkXMLHierarchicalBoxDataReader&); // Not implemented. + vtkXMLHierarchicalBoxDataReader(const vtkXMLHierarchicalBoxDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLHierarchicalBoxDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLHierarchicalBoxDataWriter.h b/IO/XML/vtkXMLHierarchicalBoxDataWriter.h index 9eb4fe2d7025433cdee2512c94cc31eeb4db560f..cce585c294fcf542177289088c6b25b05855c254 100644 --- a/IO/XML/vtkXMLHierarchicalBoxDataWriter.h +++ b/IO/XML/vtkXMLHierarchicalBoxDataWriter.h @@ -41,7 +41,7 @@ protected: ~vtkXMLHierarchicalBoxDataWriter(); private: - vtkXMLHierarchicalBoxDataWriter(const vtkXMLHierarchicalBoxDataWriter&); // Not implemented. + vtkXMLHierarchicalBoxDataWriter(const vtkXMLHierarchicalBoxDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLHierarchicalBoxDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLHierarchicalDataReader.h b/IO/XML/vtkXMLHierarchicalDataReader.h index 3785998bf46c19a520a941b7dfe625ad10da0636..d9251bfe9ab7251f67e911bc3ac6e8b61265ee90 100644 --- a/IO/XML/vtkXMLHierarchicalDataReader.h +++ b/IO/XML/vtkXMLHierarchicalDataReader.h @@ -49,7 +49,7 @@ protected: } private: - vtkXMLHierarchicalDataReader(const vtkXMLHierarchicalDataReader&); // Not implemented. + vtkXMLHierarchicalDataReader(const vtkXMLHierarchicalDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLHierarchicalDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLHyperOctreeReader.h b/IO/XML/vtkXMLHyperOctreeReader.h index 143c785e1a78b57c96985214d7eae93e9028aa68..9b99044f83882b296d21ec240d413c482a403f87 100644 --- a/IO/XML/vtkXMLHyperOctreeReader.h +++ b/IO/XML/vtkXMLHyperOctreeReader.h @@ -83,7 +83,7 @@ protected: int ArrayIndex; private: - vtkXMLHyperOctreeReader(const vtkXMLHyperOctreeReader&); // Not implemented. + vtkXMLHyperOctreeReader(const vtkXMLHyperOctreeReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLHyperOctreeReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLHyperOctreeWriter.h b/IO/XML/vtkXMLHyperOctreeWriter.h index 69bf1ab365e97216ea40f4d96cb16cea748f2c4b..140b1ef02ad2c0b2e4c648d58a7f44ec51e66bcc 100644 --- a/IO/XML/vtkXMLHyperOctreeWriter.h +++ b/IO/XML/vtkXMLHyperOctreeWriter.h @@ -86,7 +86,7 @@ protected: OffsetsManagerGroup * CellDataOM; private: - vtkXMLHyperOctreeWriter(const vtkXMLHyperOctreeWriter&); // Not implemented. + vtkXMLHyperOctreeWriter(const vtkXMLHyperOctreeWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLHyperOctreeWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLImageDataReader.h b/IO/XML/vtkXMLImageDataReader.h index cbdfef4796015793f8fab14d0dc095edea9fca9d..2859ab5cfab246629fcb725401c2484a52b45d2d 100644 --- a/IO/XML/vtkXMLImageDataReader.h +++ b/IO/XML/vtkXMLImageDataReader.h @@ -69,7 +69,7 @@ protected: private: - vtkXMLImageDataReader(const vtkXMLImageDataReader&); // Not implemented. + vtkXMLImageDataReader(const vtkXMLImageDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLImageDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLImageDataWriter.h b/IO/XML/vtkXMLImageDataWriter.h index bd5e6ff0ff4528f61a6e6b5e9589dda3a2a0537c..cd9492e965895c48f7517cc2f5eff6a8f64d6e12 100644 --- a/IO/XML/vtkXMLImageDataWriter.h +++ b/IO/XML/vtkXMLImageDataWriter.h @@ -58,7 +58,7 @@ protected: const char* GetDataSetName(); private: - vtkXMLImageDataWriter(const vtkXMLImageDataWriter&); // Not implemented. + vtkXMLImageDataWriter(const vtkXMLImageDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLImageDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLMultiBlockDataReader.h b/IO/XML/vtkXMLMultiBlockDataReader.h index b000d06129703e1775a9a529a258f3ff3ef6e40b..f558aad98b13f6c945354c35a90ac508ca07fc8d 100644 --- a/IO/XML/vtkXMLMultiBlockDataReader.h +++ b/IO/XML/vtkXMLMultiBlockDataReader.h @@ -67,7 +67,7 @@ protected: unsigned int& dataSetIndex); private: - vtkXMLMultiBlockDataReader(const vtkXMLMultiBlockDataReader&); // Not implemented. + vtkXMLMultiBlockDataReader(const vtkXMLMultiBlockDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLMultiBlockDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLMultiBlockDataWriter.h b/IO/XML/vtkXMLMultiBlockDataWriter.h index 93c0e632bbb4a91e6961ddc76b7b3e19847f65e8..b3b3dbcc1f85eca3592561930a504c784cf3fb21 100644 --- a/IO/XML/vtkXMLMultiBlockDataWriter.h +++ b/IO/XML/vtkXMLMultiBlockDataWriter.h @@ -46,7 +46,7 @@ protected: vtkXMLDataElement* parent, int &writerIdx); private: - vtkXMLMultiBlockDataWriter(const vtkXMLMultiBlockDataWriter&); // Not implemented. + vtkXMLMultiBlockDataWriter(const vtkXMLMultiBlockDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLMultiBlockDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLMultiGroupDataReader.h b/IO/XML/vtkXMLMultiGroupDataReader.h index e1bc9ae2874f51e52b22345857a698a79ccb4dcf..d4fa74a2e0e81341847c987269447fcf1b136fb4 100644 --- a/IO/XML/vtkXMLMultiGroupDataReader.h +++ b/IO/XML/vtkXMLMultiGroupDataReader.h @@ -41,7 +41,7 @@ protected: } private: - vtkXMLMultiGroupDataReader(const vtkXMLMultiGroupDataReader&); // Not implemented. + vtkXMLMultiGroupDataReader(const vtkXMLMultiGroupDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLMultiGroupDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLPDataReader.h b/IO/XML/vtkXMLPDataReader.h index 30f2ae4f63c368ab035d93de935c8669c5436a3f..d07fb6ad261343ed310d212c4276f65967acbfe0 100644 --- a/IO/XML/vtkXMLPDataReader.h +++ b/IO/XML/vtkXMLPDataReader.h @@ -108,7 +108,7 @@ protected: vtkCallbackCommand* PieceProgressObserver; private: - vtkXMLPDataReader(const vtkXMLPDataReader&); // Not implemented. + vtkXMLPDataReader(const vtkXMLPDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLPImageDataReader.h b/IO/XML/vtkXMLPImageDataReader.h index d9a5b8bb6d42db5e230a24210201d34de0c6f030..d1e5ac338442102d0b35108be705db89b01b6623 100644 --- a/IO/XML/vtkXMLPImageDataReader.h +++ b/IO/XML/vtkXMLPImageDataReader.h @@ -69,7 +69,7 @@ protected: virtual int FillOutputPortInformation(int, vtkInformation*); private: - vtkXMLPImageDataReader(const vtkXMLPImageDataReader&); // Not implemented. + vtkXMLPImageDataReader(const vtkXMLPImageDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPImageDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLPPolyDataReader.h b/IO/XML/vtkXMLPPolyDataReader.h index 3a5dcab49428f16e37ef1e42a753dcf1fb07f82e..c3c94369f5d6497ab0de13bd91a84ad15fef3deb 100644 --- a/IO/XML/vtkXMLPPolyDataReader.h +++ b/IO/XML/vtkXMLPPolyDataReader.h @@ -75,7 +75,7 @@ protected: vtkIdType StartPoly; private: - vtkXMLPPolyDataReader(const vtkXMLPPolyDataReader&); // Not implemented. + vtkXMLPPolyDataReader(const vtkXMLPPolyDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPPolyDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLPRectilinearGridReader.h b/IO/XML/vtkXMLPRectilinearGridReader.h index 79006994480cb8b31526d1b4cdac94e49f42f889..a353bab020f3cd7f47c8765de3ee8ffabf3f4967 100644 --- a/IO/XML/vtkXMLPRectilinearGridReader.h +++ b/IO/XML/vtkXMLPRectilinearGridReader.h @@ -65,7 +65,7 @@ protected: vtkXMLDataElement* PCoordinatesElement; private: - vtkXMLPRectilinearGridReader(const vtkXMLPRectilinearGridReader&); // Not implemented. + vtkXMLPRectilinearGridReader(const vtkXMLPRectilinearGridReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPRectilinearGridReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLPStructuredDataReader.h b/IO/XML/vtkXMLPStructuredDataReader.h index 76cbe863450af8c38c1ab19f93092623f5a6a3bc..6d7da9a34a6ff22cf680bcd46809b4a5e895e636 100644 --- a/IO/XML/vtkXMLPStructuredDataReader.h +++ b/IO/XML/vtkXMLPStructuredDataReader.h @@ -94,7 +94,7 @@ protected: vtkInformationVector *outputVector); private: - vtkXMLPStructuredDataReader(const vtkXMLPStructuredDataReader&); // Not implemented. + vtkXMLPStructuredDataReader(const vtkXMLPStructuredDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPStructuredDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLPStructuredGridReader.h b/IO/XML/vtkXMLPStructuredGridReader.h index 7538f98cc59516d8b0124365c1ec4bc4e8602b88..f27bcd600e8f6defa27340afcc13eb7ccacc9af7 100644 --- a/IO/XML/vtkXMLPStructuredGridReader.h +++ b/IO/XML/vtkXMLPStructuredGridReader.h @@ -66,7 +66,7 @@ protected: vtkXMLDataElement* PPointsElement; private: - vtkXMLPStructuredGridReader(const vtkXMLPStructuredGridReader&); // Not implemented. + vtkXMLPStructuredGridReader(const vtkXMLPStructuredGridReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPStructuredGridReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLPUnstructuredDataReader.h b/IO/XML/vtkXMLPUnstructuredDataReader.h index ccad96bbd7338b69b7648c633b695992b5db1e18..cd3327bf85a77fb796bce5fbe1b05255c07fe27a 100644 --- a/IO/XML/vtkXMLPUnstructuredDataReader.h +++ b/IO/XML/vtkXMLPUnstructuredDataReader.h @@ -96,7 +96,7 @@ protected: vtkXMLDataElement* PPointsElement; private: - vtkXMLPUnstructuredDataReader(const vtkXMLPUnstructuredDataReader&); // Not implemented. + vtkXMLPUnstructuredDataReader(const vtkXMLPUnstructuredDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPUnstructuredDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLPUnstructuredGridReader.h b/IO/XML/vtkXMLPUnstructuredGridReader.h index a1dcf376a42a25f5723a143aa0a395f77a11b47f..bc57b4918df8dca4384a26d35f310bb657b89696 100644 --- a/IO/XML/vtkXMLPUnstructuredGridReader.h +++ b/IO/XML/vtkXMLPUnstructuredGridReader.h @@ -66,7 +66,7 @@ protected: vtkIdType StartCell; private: - vtkXMLPUnstructuredGridReader(const vtkXMLPUnstructuredGridReader&); // Not implemented. + vtkXMLPUnstructuredGridReader(const vtkXMLPUnstructuredGridReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPUnstructuredGridReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLPolyDataReader.h b/IO/XML/vtkXMLPolyDataReader.h index c730373d8a56695d57231a855e18091e2b207118..8c9e0d8c1c9ebe94a0ceeaf8ccc29032405ca754 100644 --- a/IO/XML/vtkXMLPolyDataReader.h +++ b/IO/XML/vtkXMLPolyDataReader.h @@ -106,7 +106,7 @@ protected: unsigned long PolysOffset; private: - vtkXMLPolyDataReader(const vtkXMLPolyDataReader&); // Not implemented. + vtkXMLPolyDataReader(const vtkXMLPolyDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPolyDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLPolyDataWriter.h b/IO/XML/vtkXMLPolyDataWriter.h index 5ac47f83c6c47081e9a530c2c7d6539a17bc5e02..d40af03f3edfd9669a029af8474b1edbd73c7376 100644 --- a/IO/XML/vtkXMLPolyDataWriter.h +++ b/IO/XML/vtkXMLPolyDataWriter.h @@ -81,7 +81,7 @@ protected: OffsetsManagerArray *PolysOM; private: - vtkXMLPolyDataWriter(const vtkXMLPolyDataWriter&); // Not implemented. + vtkXMLPolyDataWriter(const vtkXMLPolyDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLPolyDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLReader.h b/IO/XML/vtkXMLReader.h index 1a5840c1577379970ff8c0fb6171056c4f80b6d1..ca6051cee9dd056af0847f3849acf6992a995fb9 100644 --- a/IO/XML/vtkXMLReader.h +++ b/IO/XML/vtkXMLReader.h @@ -328,7 +328,7 @@ private: vtkInformation* CurrentOutputInformation; private: - vtkXMLReader(const vtkXMLReader&); // Not implemented. + vtkXMLReader(const vtkXMLReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLReader&) VTK_DELETE_FUNCTION; vtkCommand *ReaderErrorObserver; diff --git a/IO/XML/vtkXMLRectilinearGridReader.h b/IO/XML/vtkXMLRectilinearGridReader.h index 9931f130fbf3f46951e8b39a92f1ed9a77e78bd2..74e6118184b1adf9bbcc940916f0c6b2a39bb997 100644 --- a/IO/XML/vtkXMLRectilinearGridReader.h +++ b/IO/XML/vtkXMLRectilinearGridReader.h @@ -63,7 +63,7 @@ protected: vtkXMLDataElement** CoordinateElements; private: - vtkXMLRectilinearGridReader(const vtkXMLRectilinearGridReader&); // Not implemented. + vtkXMLRectilinearGridReader(const vtkXMLRectilinearGridReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLRectilinearGridReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLRectilinearGridWriter.h b/IO/XML/vtkXMLRectilinearGridWriter.h index 6e9a53dbe469c5518bef065368f516d9ef628cec..774d7217e956403762912f202ddd40093d4897c4 100644 --- a/IO/XML/vtkXMLRectilinearGridWriter.h +++ b/IO/XML/vtkXMLRectilinearGridWriter.h @@ -68,7 +68,7 @@ protected: virtual void DeletePositionArrays(); private: - vtkXMLRectilinearGridWriter(const vtkXMLRectilinearGridWriter&); // Not implemented. + vtkXMLRectilinearGridWriter(const vtkXMLRectilinearGridWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLRectilinearGridWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLStructuredDataReader.h b/IO/XML/vtkXMLStructuredDataReader.h index 51ad282387c55685a85cf7061b7d5c9591f5ce52..97628b5d30d5854d5c667cdf8b230ee2129df7c9 100644 --- a/IO/XML/vtkXMLStructuredDataReader.h +++ b/IO/XML/vtkXMLStructuredDataReader.h @@ -110,7 +110,7 @@ protected: vtkAbstractArray* array, FieldType type); private: - vtkXMLStructuredDataReader(const vtkXMLStructuredDataReader&); // Not implemented. + vtkXMLStructuredDataReader(const vtkXMLStructuredDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLStructuredDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLStructuredDataWriter.h b/IO/XML/vtkXMLStructuredDataWriter.h index 6ab960fa784eef33047082b799d7947868e21eaa..d9bafc0932d55e3ec6914a69bb2306fadbaeacdd 100644 --- a/IO/XML/vtkXMLStructuredDataWriter.h +++ b/IO/XML/vtkXMLStructuredDataWriter.h @@ -112,7 +112,7 @@ protected: OffsetsManagerArray *CellDataOM; private: - vtkXMLStructuredDataWriter(const vtkXMLStructuredDataWriter&); // Not implemented. + vtkXMLStructuredDataWriter(const vtkXMLStructuredDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLStructuredDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLStructuredGridReader.h b/IO/XML/vtkXMLStructuredGridReader.h index f19a57ab3b6b04d67ab7ee3029cc42a1b25bf508..ba05141a8aca457c82a9bf8a30e6df66d20884f6 100644 --- a/IO/XML/vtkXMLStructuredGridReader.h +++ b/IO/XML/vtkXMLStructuredGridReader.h @@ -62,7 +62,7 @@ protected: vtkXMLDataElement** PointElements; private: - vtkXMLStructuredGridReader(const vtkXMLStructuredGridReader&); // Not implemented. + vtkXMLStructuredGridReader(const vtkXMLStructuredGridReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLStructuredGridReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLStructuredGridWriter.h b/IO/XML/vtkXMLStructuredGridWriter.h index 3b15a7d2b3f760361954d3958100be4f0e780f80..f6d8739807c4383857de71ea7784533ada5f1479 100644 --- a/IO/XML/vtkXMLStructuredGridWriter.h +++ b/IO/XML/vtkXMLStructuredGridWriter.h @@ -68,7 +68,7 @@ protected: virtual void DeletePositionArrays(); private: - vtkXMLStructuredGridWriter(const vtkXMLStructuredGridWriter&); // Not implemented. + vtkXMLStructuredGridWriter(const vtkXMLStructuredGridWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLStructuredGridWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLUniformGridAMRReader.h b/IO/XML/vtkXMLUniformGridAMRReader.h index 384bd6e0e19a87321a791341bc84b03b6ebc7ac7..838245b30d9dc7a868162913ca26a68127dda2fb 100644 --- a/IO/XML/vtkXMLUniformGridAMRReader.h +++ b/IO/XML/vtkXMLUniformGridAMRReader.h @@ -108,7 +108,7 @@ protected: unsigned int MaximumLevelsToReadByDefault; private: - vtkXMLUniformGridAMRReader(const vtkXMLUniformGridAMRReader&); // Not implemented. + vtkXMLUniformGridAMRReader(const vtkXMLUniformGridAMRReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLUniformGridAMRReader&) VTK_DELETE_FUNCTION; char* OutputDataType; diff --git a/IO/XML/vtkXMLUniformGridAMRWriter.h b/IO/XML/vtkXMLUniformGridAMRWriter.h index 3671b007c4f936650ffe84dda6bb9fe229a9e831..448a6eed326ecb727904f972f310204585b379ab 100644 --- a/IO/XML/vtkXMLUniformGridAMRWriter.h +++ b/IO/XML/vtkXMLUniformGridAMRWriter.h @@ -55,7 +55,7 @@ protected: vtkXMLDataElement* parent, int &writerIdx); private: - vtkXMLUniformGridAMRWriter(const vtkXMLUniformGridAMRWriter&); // Not implemented. + vtkXMLUniformGridAMRWriter(const vtkXMLUniformGridAMRWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLUniformGridAMRWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLUnstructuredDataReader.h b/IO/XML/vtkXMLUnstructuredDataReader.h index 5cb1b29e6a4e90ceb2cfef873cc74a2fc980ec7f..76a83aa5dd84b1d9529eda90b2b1ac592eb08145 100644 --- a/IO/XML/vtkXMLUnstructuredDataReader.h +++ b/IO/XML/vtkXMLUnstructuredDataReader.h @@ -127,7 +127,7 @@ protected: private: - vtkXMLUnstructuredDataReader(const vtkXMLUnstructuredDataReader&); // Not implemented. + vtkXMLUnstructuredDataReader(const vtkXMLUnstructuredDataReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLUnstructuredDataReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLUnstructuredDataWriter.h b/IO/XML/vtkXMLUnstructuredDataWriter.h index 6fbe59a5db12554d1c74a48f18604e1d5aa4d6e7..9a0d61b98bb2eba3533278a2b9dff72de1a71c3f 100644 --- a/IO/XML/vtkXMLUnstructuredDataWriter.h +++ b/IO/XML/vtkXMLUnstructuredDataWriter.h @@ -166,7 +166,7 @@ protected: vtkIdTypeArray* FaceOffsets; private: - vtkXMLUnstructuredDataWriter(const vtkXMLUnstructuredDataWriter&); // Not implemented. + vtkXMLUnstructuredDataWriter(const vtkXMLUnstructuredDataWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLUnstructuredDataWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLUnstructuredGridReader.h b/IO/XML/vtkXMLUnstructuredGridReader.h index 809b3861fa694348b5c4e03e8d90ca23c31b671b..a27d1d6ed479ded8dbd9788b5f8d59e1d162e20a 100644 --- a/IO/XML/vtkXMLUnstructuredGridReader.h +++ b/IO/XML/vtkXMLUnstructuredGridReader.h @@ -81,7 +81,7 @@ protected: unsigned long CellsOffset; private: - vtkXMLUnstructuredGridReader(const vtkXMLUnstructuredGridReader&); // Not implemented. + vtkXMLUnstructuredGridReader(const vtkXMLUnstructuredGridReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLUnstructuredGridReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLUnstructuredGridWriter.h b/IO/XML/vtkXMLUnstructuredGridWriter.h index 9e448e71e244366bee976ad301d4b893b9378a61..59c2e40a76b1a49a2a9c59e9267aba092859f728 100644 --- a/IO/XML/vtkXMLUnstructuredGridWriter.h +++ b/IO/XML/vtkXMLUnstructuredGridWriter.h @@ -75,7 +75,7 @@ protected: OffsetsManagerArray *CellsOM; //one per piece private: - vtkXMLUnstructuredGridWriter(const vtkXMLUnstructuredGridWriter&); // Not implemented. + vtkXMLUnstructuredGridWriter(const vtkXMLUnstructuredGridWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLUnstructuredGridWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XML/vtkXMLWriter.h b/IO/XML/vtkXMLWriter.h index a98b5c358f5b8bebd7a41d32d45b20b6d8988c7d..2615aaabd88be5c595ac480b4bbb0b3b85ea0e5d 100644 --- a/IO/XML/vtkXMLWriter.h +++ b/IO/XML/vtkXMLWriter.h @@ -450,7 +450,7 @@ protected: friend class vtkXMLWriterHelper; private: - vtkXMLWriter(const vtkXMLWriter&); // Not implemented. + vtkXMLWriter(const vtkXMLWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XMLParser/vtkXMLDataParser.h b/IO/XMLParser/vtkXMLDataParser.h index 2c81a67277f2408cdf5aeae29f5881bcc9ea7029..740d3eb726ef60470d352a7fcdc2cc28db7b9414 100644 --- a/IO/XMLParser/vtkXMLDataParser.h +++ b/IO/XMLParser/vtkXMLDataParser.h @@ -237,7 +237,7 @@ protected: int AttributesEncoding; private: - vtkXMLDataParser(const vtkXMLDataParser&); // Not implemented. + vtkXMLDataParser(const vtkXMLDataParser&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLDataParser&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XMLParser/vtkXMLParser.h b/IO/XMLParser/vtkXMLParser.h index 61a5cb82bb25647a20e0c4af8a7d8854924a8cb5..f9ddf7b12f6572f9b6457ac6513e89fa340f1f47 100644 --- a/IO/XMLParser/vtkXMLParser.h +++ b/IO/XMLParser/vtkXMLParser.h @@ -185,7 +185,7 @@ protected: int IgnoreCharacterData; private: - vtkXMLParser(const vtkXMLParser&); // Not implemented. + vtkXMLParser(const vtkXMLParser&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLParser&) VTK_DELETE_FUNCTION; }; diff --git a/IO/XMLParser/vtkXMLUtilities.h b/IO/XMLParser/vtkXMLUtilities.h index 4b80bfa9eb46c5e8b8099dc2d6b46c3c61f578ce..b7a3c1f38912658af68f2de0eeeddc7c65c60c5c 100644 --- a/IO/XMLParser/vtkXMLUtilities.h +++ b/IO/XMLParser/vtkXMLUtilities.h @@ -131,7 +131,7 @@ protected: vtkXMLDataElement *pool); private: - vtkXMLUtilities(const vtkXMLUtilities&); // Not implemented + vtkXMLUtilities(const vtkXMLUtilities&) VTK_DELETE_FUNCTION; void operator=(const vtkXMLUtilities&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Xdmf2/vtkSILBuilder.h b/IO/Xdmf2/vtkSILBuilder.h index e2496e2b9ea4fb27c42b9a12d81e81c12a6180a3..356900b37a8400fc4b2f56f8e255a3f9058ce26b 100644 --- a/IO/Xdmf2/vtkSILBuilder.h +++ b/IO/Xdmf2/vtkSILBuilder.h @@ -68,7 +68,7 @@ protected: vtkIdType RootVertex; private: - vtkSILBuilder(const vtkSILBuilder&); // Not implemented. + vtkSILBuilder(const vtkSILBuilder&) VTK_DELETE_FUNCTION; void operator=(const vtkSILBuilder&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Xdmf2/vtkXdmfDataArray.h b/IO/Xdmf2/vtkXdmfDataArray.h index 6c26aa88509ef9580eb5e15195f8bb775bfd2b98..35a0a6708e3aaaf1493b3cb529d023cbc5aed578 100644 --- a/IO/Xdmf2/vtkXdmfDataArray.h +++ b/IO/Xdmf2/vtkXdmfDataArray.h @@ -62,7 +62,7 @@ protected: private: vtkDataArray *vtkArray; xdmf2::XdmfArray *Array; - vtkXdmfDataArray(const vtkXdmfDataArray&); // Not implemented + vtkXdmfDataArray(const vtkXdmfDataArray&) VTK_DELETE_FUNCTION; void operator=(const vtkXdmfDataArray&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Xdmf2/vtkXdmfReader.cxx b/IO/Xdmf2/vtkXdmfReader.cxx index f3be4cc9d52908d0cd8a16b78067fd82f39b2845..2d5cdff29883770d00a272bf5e9522f29cf75c9f 100644 --- a/IO/Xdmf2/vtkXdmfReader.cxx +++ b/IO/Xdmf2/vtkXdmfReader.cxx @@ -85,7 +85,7 @@ private: int ParsingComplete() { return this->Done; } int Valid; int Done; - vtkXdmfReaderTester(const vtkXdmfReaderTester&); // Not implemented + vtkXdmfReaderTester(const vtkXdmfReaderTester&) VTK_DELETE_FUNCTION; void operator=(const vtkXdmfReaderTester&) VTK_DELETE_FUNCTION; }; vtkStandardNewMacro(vtkXdmfReaderTester); diff --git a/IO/Xdmf2/vtkXdmfReader.h b/IO/Xdmf2/vtkXdmfReader.h index 9c86eeb2d977d56db1283829ef3ef9f2e888d075..9fe713a6c3c81281ccf133bc36fd83c9e50a69f4 100644 --- a/IO/Xdmf2/vtkXdmfReader.h +++ b/IO/Xdmf2/vtkXdmfReader.h @@ -211,7 +211,7 @@ private: int ChooseTimeStep(vtkInformation* outInfo); private: - vtkXdmfReader(const vtkXdmfReader&); // Not implemented + vtkXdmfReader(const vtkXdmfReader&) VTK_DELETE_FUNCTION; void operator=(const vtkXdmfReader&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Xdmf2/vtkXdmfWriter.h b/IO/Xdmf2/vtkXdmfWriter.h index 99f48fe98e53fc3b9051a278326ed50eb8bd1f42..2bcd4bd5191dcd7b7be01724b4d50da2c4b86359 100644 --- a/IO/Xdmf2/vtkXdmfWriter.h +++ b/IO/Xdmf2/vtkXdmfWriter.h @@ -190,7 +190,7 @@ protected: std::vector GeometryAtT0; private: - vtkXdmfWriter(const vtkXdmfWriter&); // Not implemented + vtkXdmfWriter(const vtkXdmfWriter&) VTK_DELETE_FUNCTION; void operator=(const vtkXdmfWriter&) VTK_DELETE_FUNCTION; }; diff --git a/IO/Xdmf3/vtkXdmf3Reader.h b/IO/Xdmf3/vtkXdmf3Reader.h index fc2b2ebce4d1185fc72719e08495d660db5bb591..c3c6205548fc2e9ebe9acd9c6a19659a3f8ee722 100644 --- a/IO/Xdmf3/vtkXdmf3Reader.h +++ b/IO/Xdmf3/vtkXdmf3Reader.h @@ -167,7 +167,7 @@ protected: vtkXdmf3ArraySelection* SetsCache; private: - vtkXdmf3Reader(const vtkXdmf3Reader&); // Not implemented + vtkXdmf3Reader(const vtkXdmf3Reader&) VTK_DELETE_FUNCTION; void operator=(const vtkXdmf3Reader&) VTK_DELETE_FUNCTION; bool FileSeriesAsTime; diff --git a/IO/Xdmf3/vtkXdmf3Writer.h b/IO/Xdmf3/vtkXdmf3Writer.h index 34850f699e97b17a4a927c18a0d4258d1d39bf40..0b43c4457410f010e04a91e0d266b324ebf142a7 100644 --- a/IO/Xdmf3/vtkXdmf3Writer.h +++ b/IO/Xdmf3/vtkXdmf3Writer.h @@ -85,7 +85,7 @@ protected: bool WriteAllTimeSteps; private: - vtkXdmf3Writer(const vtkXdmf3Writer&); // Not implemented + vtkXdmf3Writer(const vtkXdmf3Writer&) VTK_DELETE_FUNCTION; void operator=(const vtkXdmf3Writer&) VTK_DELETE_FUNCTION; class Internals; diff --git a/Imaging/Color/vtkImageHSIToRGB.h b/Imaging/Color/vtkImageHSIToRGB.h index 22898f1dada68c656c7422cd44b5ef7427215939..fcc11bacb67d5f804f8f849bf4dd4b6146049e2a 100644 --- a/Imaging/Color/vtkImageHSIToRGB.h +++ b/Imaging/Color/vtkImageHSIToRGB.h @@ -52,7 +52,7 @@ protected: void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int ext[6], int id); private: - vtkImageHSIToRGB(const vtkImageHSIToRGB&); // Not implemented. + vtkImageHSIToRGB(const vtkImageHSIToRGB&) VTK_DELETE_FUNCTION; void operator=(const vtkImageHSIToRGB&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Color/vtkImageHSVToRGB.h b/Imaging/Color/vtkImageHSVToRGB.h index 29f17ff0e37937eeb5d81a9aca9a36458238240c..2b667abe3ad48a2f113ff94887898312ff2ef2da 100644 --- a/Imaging/Color/vtkImageHSVToRGB.h +++ b/Imaging/Color/vtkImageHSVToRGB.h @@ -53,7 +53,7 @@ protected: void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int ext[6], int id); private: - vtkImageHSVToRGB(const vtkImageHSVToRGB&); // Not implemented. + vtkImageHSVToRGB(const vtkImageHSVToRGB&) VTK_DELETE_FUNCTION; void operator=(const vtkImageHSVToRGB&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Color/vtkImageLuminance.h b/Imaging/Color/vtkImageLuminance.h index 1bfa986b741872440f908ffd52c3a04cc17ba81d..41cf5344d9f72272d41d98f5db6f72a9a11ee325 100644 --- a/Imaging/Color/vtkImageLuminance.h +++ b/Imaging/Color/vtkImageLuminance.h @@ -40,7 +40,7 @@ protected: int outExt[6], int id); private: - vtkImageLuminance(const vtkImageLuminance&); // Not implemented. + vtkImageLuminance(const vtkImageLuminance&) VTK_DELETE_FUNCTION; void operator=(const vtkImageLuminance&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Color/vtkImageMapToRGBA.h b/Imaging/Color/vtkImageMapToRGBA.h index e13a5ed6ee1634e6c46dd8c3a5d40b8d91329515..d29b957ec317eb1da2b067112de38f30e57fa946 100644 --- a/Imaging/Color/vtkImageMapToRGBA.h +++ b/Imaging/Color/vtkImageMapToRGBA.h @@ -37,7 +37,7 @@ protected: vtkImageMapToRGBA() {} ~vtkImageMapToRGBA() {} private: - vtkImageMapToRGBA(const vtkImageMapToRGBA&); // Not implemented. + vtkImageMapToRGBA(const vtkImageMapToRGBA&) VTK_DELETE_FUNCTION; void operator=(const vtkImageMapToRGBA&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Color/vtkImageMapToWindowLevelColors.h b/Imaging/Color/vtkImageMapToWindowLevelColors.h index 4305ad475baaaa3ef6dabf9e5b80f5af2ef84176..17411929ccf6fa9ea53dcf18ee98d5580e799f8c 100644 --- a/Imaging/Color/vtkImageMapToWindowLevelColors.h +++ b/Imaging/Color/vtkImageMapToWindowLevelColors.h @@ -71,7 +71,7 @@ protected: double Level; private: - vtkImageMapToWindowLevelColors(const vtkImageMapToWindowLevelColors&); // Not implemented. + vtkImageMapToWindowLevelColors(const vtkImageMapToWindowLevelColors&) VTK_DELETE_FUNCTION; void operator=(const vtkImageMapToWindowLevelColors&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Color/vtkImageQuantizeRGBToIndex.h b/Imaging/Color/vtkImageQuantizeRGBToIndex.h index 101f3dfaaaf6e4efca2a8dd9352ed984c64ec343..2cae9727787443f161326c8b2669f0b6d5a6d083 100644 --- a/Imaging/Color/vtkImageQuantizeRGBToIndex.h +++ b/Imaging/Color/vtkImageQuantizeRGBToIndex.h @@ -85,7 +85,7 @@ protected: vtkInformationVector *); private: - vtkImageQuantizeRGBToIndex(const vtkImageQuantizeRGBToIndex&); // Not implemented. + vtkImageQuantizeRGBToIndex(const vtkImageQuantizeRGBToIndex&) VTK_DELETE_FUNCTION; void operator=(const vtkImageQuantizeRGBToIndex&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Color/vtkImageRGBToHSI.h b/Imaging/Color/vtkImageRGBToHSI.h index 54b7892ebc5e3144bf416b04bea5ae03dbceed32..2af48677d6e4f218305e6ac2f889fab488c6d04e 100644 --- a/Imaging/Color/vtkImageRGBToHSI.h +++ b/Imaging/Color/vtkImageRGBToHSI.h @@ -48,7 +48,7 @@ protected: int ext[6], int id); private: - vtkImageRGBToHSI(const vtkImageRGBToHSI&); // Not implemented. + vtkImageRGBToHSI(const vtkImageRGBToHSI&) VTK_DELETE_FUNCTION; void operator=(const vtkImageRGBToHSI&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Color/vtkImageRGBToHSV.h b/Imaging/Color/vtkImageRGBToHSV.h index 3c6a34cf941983619bbae41eff15865bde1dd820..5c32b53d94a2db942def36346aef1b13ecf9ed36 100644 --- a/Imaging/Color/vtkImageRGBToHSV.h +++ b/Imaging/Color/vtkImageRGBToHSV.h @@ -50,7 +50,7 @@ protected: void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int ext[6], int id); private: - vtkImageRGBToHSV(const vtkImageRGBToHSV&); // Not implemented. + vtkImageRGBToHSV(const vtkImageRGBToHSV&) VTK_DELETE_FUNCTION; void operator=(const vtkImageRGBToHSV&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Color/vtkImageRGBToYIQ.h b/Imaging/Color/vtkImageRGBToYIQ.h index 524648a36bb8d7aeb9c2a127f86f9b61614da1ee..8b8c5b855335c6f0d620745c3669824417732c2b 100644 --- a/Imaging/Color/vtkImageRGBToYIQ.h +++ b/Imaging/Color/vtkImageRGBToYIQ.h @@ -45,7 +45,7 @@ protected: void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int ext[6], int id); private: - vtkImageRGBToYIQ(const vtkImageRGBToYIQ&); // Not implemented. + vtkImageRGBToYIQ(const vtkImageRGBToYIQ&) VTK_DELETE_FUNCTION; void operator=(const vtkImageRGBToYIQ&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Color/vtkImageYIQToRGB.h b/Imaging/Color/vtkImageYIQToRGB.h index 71d4fd09bd9dca71e18aaf82f2cee16f4748f2e4..fd651cb31a27bc5eba2ce6793acc165b3edeb968 100644 --- a/Imaging/Color/vtkImageYIQToRGB.h +++ b/Imaging/Color/vtkImageYIQToRGB.h @@ -45,7 +45,7 @@ protected: void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int ext[6], int id); private: - vtkImageYIQToRGB(const vtkImageYIQToRGB&); // Not implemented. + vtkImageYIQToRGB(const vtkImageYIQToRGB&) VTK_DELETE_FUNCTION; void operator=(const vtkImageYIQToRGB&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkAbstractImageInterpolator.h b/Imaging/Core/vtkAbstractImageInterpolator.h index 60d6ba153e70579f33db0de8fdb743f3ee831072..5d2f51c0395cdb5f61e5ff53eec0780aee5d30d8 100644 --- a/Imaging/Core/vtkAbstractImageInterpolator.h +++ b/Imaging/Core/vtkAbstractImageInterpolator.h @@ -275,7 +275,7 @@ protected: private: - vtkAbstractImageInterpolator(const vtkAbstractImageInterpolator&); // Not implemented. + vtkAbstractImageInterpolator(const vtkAbstractImageInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkAbstractImageInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkExtractVOI.h b/Imaging/Core/vtkExtractVOI.h index a09bc4a54f38c90fa1a3a66c3f23c36a0292c351..2a81ce1f35b34b0b77b5181bf5f05ebe4c3dccfb 100644 --- a/Imaging/Core/vtkExtractVOI.h +++ b/Imaging/Core/vtkExtractVOI.h @@ -106,7 +106,7 @@ protected: vtkExtractStructuredGridHelper* Internal; private: - vtkExtractVOI(const vtkExtractVOI&); // Not implemented. + vtkExtractVOI(const vtkExtractVOI&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractVOI&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageAppendComponents.h b/Imaging/Core/vtkImageAppendComponents.h index 59f1ebc9941daef2505e61a545236d2156701737..9dd327ab79b5d3940cff6bc6ee7178666e622a05 100644 --- a/Imaging/Core/vtkImageAppendComponents.h +++ b/Imaging/Core/vtkImageAppendComponents.h @@ -78,7 +78,7 @@ protected: virtual int FillInputPortInformation(int, vtkInformation*); private: - vtkImageAppendComponents(const vtkImageAppendComponents&); // Not implemented. + vtkImageAppendComponents(const vtkImageAppendComponents&) VTK_DELETE_FUNCTION; void operator=(const vtkImageAppendComponents&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageBSplineCoefficients.h b/Imaging/Core/vtkImageBSplineCoefficients.h index aae3c0b8008d52ac7d0954f06e8ba8e72515a1f9..0981aabe959ee2ecce527171039876fcf4a5cf4b 100644 --- a/Imaging/Core/vtkImageBSplineCoefficients.h +++ b/Imaging/Core/vtkImageBSplineCoefficients.h @@ -147,7 +147,7 @@ protected: int Iteration; private: - vtkImageBSplineCoefficients(const vtkImageBSplineCoefficients&); // Not implemented. + vtkImageBSplineCoefficients(const vtkImageBSplineCoefficients&) VTK_DELETE_FUNCTION; void operator=(const vtkImageBSplineCoefficients&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageBSplineInternals.h b/Imaging/Core/vtkImageBSplineInternals.h index 8ad741fc0db6275b7ce74820d6bfc276ca7dea5d..16d325708326d32b419474f8b7cee3c3475bcc0d 100644 --- a/Imaging/Core/vtkImageBSplineInternals.h +++ b/Imaging/Core/vtkImageBSplineInternals.h @@ -82,7 +82,7 @@ protected: double data[], long size, long border, double pole, double tol); private: - vtkImageBSplineInternals(const vtkImageBSplineInternals&); // Not implemented. + vtkImageBSplineInternals(const vtkImageBSplineInternals&) VTK_DELETE_FUNCTION; void operator=(const vtkImageBSplineInternals&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageBSplineInterpolator.h b/Imaging/Core/vtkImageBSplineInterpolator.h index 8a11747c20598ad4211e75bea3c297a6b6b0df64..6d550c02afd59fa305d5715d7b1d4873b0243cb4 100644 --- a/Imaging/Core/vtkImageBSplineInterpolator.h +++ b/Imaging/Core/vtkImageBSplineInterpolator.h @@ -133,7 +133,7 @@ protected: float *KernelLookupTable; private: - vtkImageBSplineInterpolator(const vtkImageBSplineInterpolator&); // Not implemented. + vtkImageBSplineInterpolator(const vtkImageBSplineInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkImageBSplineInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageBlend.h b/Imaging/Core/vtkImageBlend.h index 7da68cce78f5478bdedd2ccd4e350885f73df469..5b9ae8148476abdf82c1805d98df485960d23e35 100644 --- a/Imaging/Core/vtkImageBlend.h +++ b/Imaging/Core/vtkImageBlend.h @@ -180,7 +180,7 @@ protected: int DataWasPassed; private: - vtkImageBlend(const vtkImageBlend&); // Not implemented. + vtkImageBlend(const vtkImageBlend&) VTK_DELETE_FUNCTION; void operator=(const vtkImageBlend&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageCacheFilter.h b/Imaging/Core/vtkImageCacheFilter.h index c0e0e6e0254dcece6a50c6b0cce0db54e1a56546..655a2b873033125f3147d0b4d6355f8434f0f3cc 100644 --- a/Imaging/Core/vtkImageCacheFilter.h +++ b/Imaging/Core/vtkImageCacheFilter.h @@ -50,7 +50,7 @@ protected: virtual void ExecuteData(vtkDataObject *); private: - vtkImageCacheFilter(const vtkImageCacheFilter&); // Not implemented. + vtkImageCacheFilter(const vtkImageCacheFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkImageCacheFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageCast.h b/Imaging/Core/vtkImageCast.h index c53f9ff1ce883f9e6130777323b4e9015bbaa873..7f85793788ffec070f0209284686f84f0f6272f0 100644 --- a/Imaging/Core/vtkImageCast.h +++ b/Imaging/Core/vtkImageCast.h @@ -85,7 +85,7 @@ protected: int ext[6], int id); private: - vtkImageCast(const vtkImageCast&); // Not implemented. + vtkImageCast(const vtkImageCast&) VTK_DELETE_FUNCTION; void operator=(const vtkImageCast&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageChangeInformation.h b/Imaging/Core/vtkImageChangeInformation.h index 9f1a60ad5c9c3d0c9490ff9077ede34ef161d187..9f0b1c6b1c940cc075aec13a353c532834acf19d 100644 --- a/Imaging/Core/vtkImageChangeInformation.h +++ b/Imaging/Core/vtkImageChangeInformation.h @@ -123,7 +123,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation *info); private: - vtkImageChangeInformation(const vtkImageChangeInformation&); // Not implemented. + vtkImageChangeInformation(const vtkImageChangeInformation&) VTK_DELETE_FUNCTION; void operator=(const vtkImageChangeInformation&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageClip.h b/Imaging/Core/vtkImageClip.h index a68fa3f793294c4a9ac318d474cc0ae8dcdc8c96..372052406b314d34863ce073af55919a7a9aa758 100644 --- a/Imaging/Core/vtkImageClip.h +++ b/Imaging/Core/vtkImageClip.h @@ -77,7 +77,7 @@ protected: vtkInformationVector *); private: - vtkImageClip(const vtkImageClip&); // Not implemented. + vtkImageClip(const vtkImageClip&) VTK_DELETE_FUNCTION; void operator=(const vtkImageClip&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageConstantPad.h b/Imaging/Core/vtkImageConstantPad.h index 08c6eac515c257da9f8b98422467d9c21fa7d6b2..0eea43cbe8608d6a73abfaf8b98bc8b75f6f4681 100644 --- a/Imaging/Core/vtkImageConstantPad.h +++ b/Imaging/Core/vtkImageConstantPad.h @@ -54,7 +54,7 @@ protected: vtkImageData ***inData, vtkImageData **outData, int ext[6], int id); private: - vtkImageConstantPad(const vtkImageConstantPad&); // Not implemented. + vtkImageConstantPad(const vtkImageConstantPad&) VTK_DELETE_FUNCTION; void operator=(const vtkImageConstantPad&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageDataStreamer.h b/Imaging/Core/vtkImageDataStreamer.h index e325044ed3caa693ec3626d8b3b35d207398bc50..2ba0aea788cc769fceb131ce136860f6e87222a8 100644 --- a/Imaging/Core/vtkImageDataStreamer.h +++ b/Imaging/Core/vtkImageDataStreamer.h @@ -58,7 +58,7 @@ protected: int NumberOfStreamDivisions; int CurrentDivision; private: - vtkImageDataStreamer(const vtkImageDataStreamer&); // Not implemented. + vtkImageDataStreamer(const vtkImageDataStreamer&) VTK_DELETE_FUNCTION; void operator=(const vtkImageDataStreamer&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageDecomposeFilter.h b/Imaging/Core/vtkImageDecomposeFilter.h index 2e4372719d4baf1ed088790e0c0d149b772fda1b..48cf26f277f797c1ab2d09beabdba24042c232e2 100644 --- a/Imaging/Core/vtkImageDecomposeFilter.h +++ b/Imaging/Core/vtkImageDecomposeFilter.h @@ -57,7 +57,7 @@ protected: private: - vtkImageDecomposeFilter(const vtkImageDecomposeFilter&); // Not implemented. + vtkImageDecomposeFilter(const vtkImageDecomposeFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkImageDecomposeFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageDifference.h b/Imaging/Core/vtkImageDifference.h index c005d818dea3388b4dff01c875dd9b9329c1bf88..c264414e9cd9045e4e20f549865699025942b0b4 100644 --- a/Imaging/Core/vtkImageDifference.h +++ b/Imaging/Core/vtkImageDifference.h @@ -130,7 +130,7 @@ protected: vtkImageDifferenceSMPThreadLocal *SMPThreadData; private: - vtkImageDifference(const vtkImageDifference&); // Not implemented. + vtkImageDifference(const vtkImageDifference&) VTK_DELETE_FUNCTION; void operator=(const vtkImageDifference&) VTK_DELETE_FUNCTION; friend class vtkImageDifferenceSMPFunctor; diff --git a/Imaging/Core/vtkImageExtractComponents.h b/Imaging/Core/vtkImageExtractComponents.h index 2020e71ecd669f223bc1d16f55aa4a972e6a0728..e0ff9032a7b256014e4ef1bf25b8d0397c5f7e8a 100644 --- a/Imaging/Core/vtkImageExtractComponents.h +++ b/Imaging/Core/vtkImageExtractComponents.h @@ -59,7 +59,7 @@ protected: void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int ext[6], int id); private: - vtkImageExtractComponents(const vtkImageExtractComponents&); // Not implemented. + vtkImageExtractComponents(const vtkImageExtractComponents&) VTK_DELETE_FUNCTION; void operator=(const vtkImageExtractComponents&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageFlip.h b/Imaging/Core/vtkImageFlip.h index 0add1b03a34fffbb570bfc7aaa473b29508b17f7..258fb4e2604662c3c174c5b8265e53c02a694e43 100644 --- a/Imaging/Core/vtkImageFlip.h +++ b/Imaging/Core/vtkImageFlip.h @@ -82,7 +82,7 @@ protected: int PreserveImageExtent; private: - vtkImageFlip(const vtkImageFlip&); // Not implemented. + vtkImageFlip(const vtkImageFlip&) VTK_DELETE_FUNCTION; void operator=(const vtkImageFlip&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageInterpolator.h b/Imaging/Core/vtkImageInterpolator.h index ff66e4697f6789545cb3f2406cd0651bb56e3a0e..957d3d0859994aea797bdd0c490bf3a62f69337b 100644 --- a/Imaging/Core/vtkImageInterpolator.h +++ b/Imaging/Core/vtkImageInterpolator.h @@ -114,7 +114,7 @@ protected: int InterpolationMode; private: - vtkImageInterpolator(const vtkImageInterpolator&); // Not implemented. + vtkImageInterpolator(const vtkImageInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkImageInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageIterateFilter.h b/Imaging/Core/vtkImageIterateFilter.h index 4696ec1ebe4e4ce28a85082d4dde6124b7540192..85c6a37d3dd0859322ad88b884bb8457bb10dce1 100644 --- a/Imaging/Core/vtkImageIterateFilter.h +++ b/Imaging/Core/vtkImageIterateFilter.h @@ -78,7 +78,7 @@ protected: vtkInformationVector* InputVector; vtkInformationVector* OutputVector; private: - vtkImageIterateFilter(const vtkImageIterateFilter&); // Not implemented. + vtkImageIterateFilter(const vtkImageIterateFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkImageIterateFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageMagnify.h b/Imaging/Core/vtkImageMagnify.h index a42a4987cea97557cd2b51371e036a18b08b0e30..d447c5181a91009fd721589573fe82eed02e0385 100644 --- a/Imaging/Core/vtkImageMagnify.h +++ b/Imaging/Core/vtkImageMagnify.h @@ -70,7 +70,7 @@ protected: void InternalRequestUpdateExtent(int *inExt, int *outExt); private: - vtkImageMagnify(const vtkImageMagnify&); // Not implemented. + vtkImageMagnify(const vtkImageMagnify&) VTK_DELETE_FUNCTION; void operator=(const vtkImageMagnify&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageMapToColors.h b/Imaging/Core/vtkImageMapToColors.h index d87b6fad028385d236a334c8603305df65e03c8d..9203e81fed7e1c7125fa9fd423f967135b58f5d0 100644 --- a/Imaging/Core/vtkImageMapToColors.h +++ b/Imaging/Core/vtkImageMapToColors.h @@ -101,7 +101,7 @@ protected: unsigned char NaNColor[4]; private: - vtkImageMapToColors(const vtkImageMapToColors&); // Not implemented. + vtkImageMapToColors(const vtkImageMapToColors&) VTK_DELETE_FUNCTION; void operator=(const vtkImageMapToColors&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageMask.h b/Imaging/Core/vtkImageMask.h index 7bd02d9ba34062464fbeb16f07551e4d1bbe2db8..c8d28cdf6198cd3d91ce45804a88480d4b729097 100644 --- a/Imaging/Core/vtkImageMask.h +++ b/Imaging/Core/vtkImageMask.h @@ -102,7 +102,7 @@ protected: int extent[6], int threadId); private: - vtkImageMask(const vtkImageMask&); // Not implemented. + vtkImageMask(const vtkImageMask&) VTK_DELETE_FUNCTION; void operator=(const vtkImageMask&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageMirrorPad.h b/Imaging/Core/vtkImageMirrorPad.h index 74805e89eea72a660b5a85f8a25efed967ccfd64..74e2440b82e3a70d61bad4dddeeeefd9f3b7cd81 100644 --- a/Imaging/Core/vtkImageMirrorPad.h +++ b/Imaging/Core/vtkImageMirrorPad.h @@ -42,7 +42,7 @@ protected: vtkImageData ***inData, vtkImageData **outData, int ext[6], int id); private: - vtkImageMirrorPad(const vtkImageMirrorPad&); // Not implemented. + vtkImageMirrorPad(const vtkImageMirrorPad&) VTK_DELETE_FUNCTION; void operator=(const vtkImageMirrorPad&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImagePadFilter.h b/Imaging/Core/vtkImagePadFilter.h index b086542e7b980dc7810069e255bd1d3ce0d32de4..472be8fea132f7ee317c200a3cc3f4950041d94e 100644 --- a/Imaging/Core/vtkImagePadFilter.h +++ b/Imaging/Core/vtkImagePadFilter.h @@ -64,7 +64,7 @@ protected: int wExt[6]); private: - vtkImagePadFilter(const vtkImagePadFilter&); // Not implemented. + vtkImagePadFilter(const vtkImagePadFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkImagePadFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImagePermute.h b/Imaging/Core/vtkImagePermute.h index 7b0691cff6e06a059544a2358def66e0a29d6475..6cc69d5570bd43573c8d54089b5e4953b031c40c 100644 --- a/Imaging/Core/vtkImagePermute.h +++ b/Imaging/Core/vtkImagePermute.h @@ -49,7 +49,7 @@ protected: int FilteredAxes[3]; private: - vtkImagePermute(const vtkImagePermute&); // Not implemented. + vtkImagePermute(const vtkImagePermute&) VTK_DELETE_FUNCTION; void operator=(const vtkImagePermute&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageResample.h b/Imaging/Core/vtkImageResample.h index c6ed6ab3a4d64bc7dc8fa0a05a19e5ce50466294..5c8f3327030eeba64fbf52ccb4224a29d55f3961 100644 --- a/Imaging/Core/vtkImageResample.h +++ b/Imaging/Core/vtkImageResample.h @@ -64,7 +64,7 @@ protected: virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkImageResample(const vtkImageResample&); // Not implemented. + vtkImageResample(const vtkImageResample&) VTK_DELETE_FUNCTION; void operator=(const vtkImageResample&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageResize.h b/Imaging/Core/vtkImageResize.h index 7addce51b5a36230c444d17c38f5cc3a2c95c11e..a1f5ccfb1a79e14d930ae96509643a19fb439dfb 100644 --- a/Imaging/Core/vtkImageResize.h +++ b/Imaging/Core/vtkImageResize.h @@ -158,7 +158,7 @@ protected: int Interpolate; private: - vtkImageResize(const vtkImageResize&); // Not implemented. + vtkImageResize(const vtkImageResize&) VTK_DELETE_FUNCTION; void operator=(const vtkImageResize&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageReslice.h b/Imaging/Core/vtkImageReslice.h index 25b22eaba513cc2f9dfb3febddcbd412b67f8fa7..c2c17801c46e22a251bf57a4039234c00320ac8b 100644 --- a/Imaging/Core/vtkImageReslice.h +++ b/Imaging/Core/vtkImageReslice.h @@ -480,7 +480,7 @@ protected: return this->OptimizedTransform; }; private: - vtkImageReslice(const vtkImageReslice&); // Not implemented. + vtkImageReslice(const vtkImageReslice&) VTK_DELETE_FUNCTION; void operator=(const vtkImageReslice&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageResliceToColors.h b/Imaging/Core/vtkImageResliceToColors.h index 7217269528b84e9d7b2cbcce6b734f3d50edbdc0..c9df08d5709c0278e9095751a89151c8031d0d55 100644 --- a/Imaging/Core/vtkImageResliceToColors.h +++ b/Imaging/Core/vtkImageResliceToColors.h @@ -95,7 +95,7 @@ protected: int idX, int idY, int idZ, int threadId); private: - vtkImageResliceToColors(const vtkImageResliceToColors&); // Not implemented. + vtkImageResliceToColors(const vtkImageResliceToColors&) VTK_DELETE_FUNCTION; void operator=(const vtkImageResliceToColors&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageShiftScale.h b/Imaging/Core/vtkImageShiftScale.h index 63fd217ce73073a98c3a2f14292816f2d3621dd3..496c6a1c9a30367b16065a605df399676d242e7f 100644 --- a/Imaging/Core/vtkImageShiftScale.h +++ b/Imaging/Core/vtkImageShiftScale.h @@ -102,7 +102,7 @@ protected: int outExt[6], int threadId); private: - vtkImageShiftScale(const vtkImageShiftScale&); // Not implemented. + vtkImageShiftScale(const vtkImageShiftScale&) VTK_DELETE_FUNCTION; void operator=(const vtkImageShiftScale&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageShrink3D.h b/Imaging/Core/vtkImageShrink3D.h index 9fae75ff6733d413fff9009bec100d8c1fde9efe..f342c96c9b850ea9220fff7192a3501c85d447ab 100644 --- a/Imaging/Core/vtkImageShrink3D.h +++ b/Imaging/Core/vtkImageShrink3D.h @@ -90,7 +90,7 @@ protected: void InternalRequestUpdateExtent(int *inExt, int *outExt); private: - vtkImageShrink3D(const vtkImageShrink3D&); // Not implemented. + vtkImageShrink3D(const vtkImageShrink3D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageShrink3D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageSincInterpolator.h b/Imaging/Core/vtkImageSincInterpolator.h index 25b7e0336121eea4ec2a56d5bbf865ce81e747a4..10ffb6b7c9a74766e1d03be9806eb333e4297e72 100644 --- a/Imaging/Core/vtkImageSincInterpolator.h +++ b/Imaging/Core/vtkImageSincInterpolator.h @@ -239,7 +239,7 @@ protected: int UseWindowParameter; private: - vtkImageSincInterpolator(const vtkImageSincInterpolator&); // Not implemented. + vtkImageSincInterpolator(const vtkImageSincInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkImageSincInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageStencilAlgorithm.h b/Imaging/Core/vtkImageStencilAlgorithm.h index e4759c09e89bc2dccad10bc01b566e937bb1f561..525f7fabe172d1d221cd967548435c66990a66dc 100644 --- a/Imaging/Core/vtkImageStencilAlgorithm.h +++ b/Imaging/Core/vtkImageStencilAlgorithm.h @@ -64,7 +64,7 @@ protected: virtual int FillOutputPortInformation(int, vtkInformation*); private: - vtkImageStencilAlgorithm(const vtkImageStencilAlgorithm&); // Not implemented. + vtkImageStencilAlgorithm(const vtkImageStencilAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkImageStencilAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageStencilData.h b/Imaging/Core/vtkImageStencilData.h index d5758e2e2538104720b8611328c9ff6a4d4489da..9371c525bd9d417e65096cb0cc81a3c936cf450c 100644 --- a/Imaging/Core/vtkImageStencilData.h +++ b/Imaging/Core/vtkImageStencilData.h @@ -191,7 +191,7 @@ protected: int **ExtentLists; private: - vtkImageStencilData(const vtkImageStencilData&); // Not implemented. + vtkImageStencilData(const vtkImageStencilData&) VTK_DELETE_FUNCTION; void operator=(const vtkImageStencilData&) VTK_DELETE_FUNCTION; friend class vtkImageStencilIteratorFriendship; @@ -253,7 +253,7 @@ protected: double Tolerance; private: - vtkImageStencilRaster(const vtkImageStencilRaster&); // Not implemented. + vtkImageStencilRaster(const vtkImageStencilRaster&) VTK_DELETE_FUNCTION; void operator=(const vtkImageStencilRaster&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageStencilSource.h b/Imaging/Core/vtkImageStencilSource.h index 2f53205a577a03bcf99768c6f2f8bc8298f4776a..e7b4401c5cb8cd7ccddc3125211ce73cfc8cfb12 100644 --- a/Imaging/Core/vtkImageStencilSource.h +++ b/Imaging/Core/vtkImageStencilSource.h @@ -93,7 +93,7 @@ protected: double OutputSpacing[3]; private: - vtkImageStencilSource(const vtkImageStencilSource&); // Not implemented. + vtkImageStencilSource(const vtkImageStencilSource&) VTK_DELETE_FUNCTION; void operator=(const vtkImageStencilSource&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageThreshold.h b/Imaging/Core/vtkImageThreshold.h index 1766a6e2d82740d6a7bd33d3c5120c9d90a91079..d45934b82abaec7bb6e2da43fd3c6656e8c8178b 100644 --- a/Imaging/Core/vtkImageThreshold.h +++ b/Imaging/Core/vtkImageThreshold.h @@ -121,7 +121,7 @@ protected: int extent[6], int id); private: - vtkImageThreshold(const vtkImageThreshold&); // Not implemented. + vtkImageThreshold(const vtkImageThreshold&) VTK_DELETE_FUNCTION; void operator=(const vtkImageThreshold&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageTranslateExtent.h b/Imaging/Core/vtkImageTranslateExtent.h index 2f9a1472ed5c7e2d61f78a3f8bc34b9f89159702..9faa2afde6b270287456a35bbe6faba28ba0cffa 100644 --- a/Imaging/Core/vtkImageTranslateExtent.h +++ b/Imaging/Core/vtkImageTranslateExtent.h @@ -47,7 +47,7 @@ protected: virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkImageTranslateExtent(const vtkImageTranslateExtent&); // Not implemented. + vtkImageTranslateExtent(const vtkImageTranslateExtent&) VTK_DELETE_FUNCTION; void operator=(const vtkImageTranslateExtent&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkImageWrapPad.h b/Imaging/Core/vtkImageWrapPad.h index 6b8cf175888deb193dc85d1dc2874e6d6dfb3a3d..fc4fadbbbff54bfa3faf7a9572dda97d774e67af 100644 --- a/Imaging/Core/vtkImageWrapPad.h +++ b/Imaging/Core/vtkImageWrapPad.h @@ -47,7 +47,7 @@ protected: vtkImageData ***inData, vtkImageData **outData, int ext[6], int id); private: - vtkImageWrapPad(const vtkImageWrapPad&); // Not implemented. + vtkImageWrapPad(const vtkImageWrapPad&) VTK_DELETE_FUNCTION; void operator=(const vtkImageWrapPad&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Core/vtkRTAnalyticSource.h b/Imaging/Core/vtkRTAnalyticSource.h index 065794011025f9fb39d621c25e66686d9c986549..9a7fd9a1373f2987717a2a3b6cb5d33fcc670cac 100644 --- a/Imaging/Core/vtkRTAnalyticSource.h +++ b/Imaging/Core/vtkRTAnalyticSource.h @@ -122,7 +122,7 @@ protected: int FillOutputPortInformation(int port, vtkInformation* info); private: - vtkRTAnalyticSource(const vtkRTAnalyticSource&); // Not implemented. + vtkRTAnalyticSource(const vtkRTAnalyticSource&) VTK_DELETE_FUNCTION; void operator=(const vtkRTAnalyticSource&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Fourier/vtkImageButterworthHighPass.h b/Imaging/Fourier/vtkImageButterworthHighPass.h index 10385083ab166d22577534eea2591bf3f5406021..cd2ee46a7eb1bbd26f6ef29b37cb3fe4c61d0c7a 100644 --- a/Imaging/Fourier/vtkImageButterworthHighPass.h +++ b/Imaging/Fourier/vtkImageButterworthHighPass.h @@ -71,7 +71,7 @@ protected: vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id); private: - vtkImageButterworthHighPass(const vtkImageButterworthHighPass&); // Not implemented. + vtkImageButterworthHighPass(const vtkImageButterworthHighPass&) VTK_DELETE_FUNCTION; void operator=(const vtkImageButterworthHighPass&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Fourier/vtkImageButterworthLowPass.h b/Imaging/Fourier/vtkImageButterworthLowPass.h index b71b24676d24cfe3a82da07dc7e77b508891da93..804136ab51ef02478398f2c7773f34b5e8953c5d 100644 --- a/Imaging/Fourier/vtkImageButterworthLowPass.h +++ b/Imaging/Fourier/vtkImageButterworthLowPass.h @@ -72,7 +72,7 @@ protected: vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id); private: - vtkImageButterworthLowPass(const vtkImageButterworthLowPass&); // Not implemented. + vtkImageButterworthLowPass(const vtkImageButterworthLowPass&) VTK_DELETE_FUNCTION; void operator=(const vtkImageButterworthLowPass&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Fourier/vtkImageFFT.h b/Imaging/Fourier/vtkImageFFT.h index 7f490ead08be615cf4476213dacdacb6db7b9d3e..aa9620ede3537680f2125754237371504628251e 100644 --- a/Imaging/Fourier/vtkImageFFT.h +++ b/Imaging/Fourier/vtkImageFFT.h @@ -55,7 +55,7 @@ protected: int outExt[6], int threadId); private: - vtkImageFFT(const vtkImageFFT&); // Not implemented. + vtkImageFFT(const vtkImageFFT&) VTK_DELETE_FUNCTION; void operator=(const vtkImageFFT&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Fourier/vtkImageFourierCenter.h b/Imaging/Fourier/vtkImageFourierCenter.h index 35875c4a0d19b432e26c225862a4cd1b19475013..3a14e8905924662d9fcf56bd021c036d669e4c3d 100644 --- a/Imaging/Fourier/vtkImageFourierCenter.h +++ b/Imaging/Fourier/vtkImageFourierCenter.h @@ -49,7 +49,7 @@ protected: int outExt[6], int threadId); private: - vtkImageFourierCenter(const vtkImageFourierCenter&); // Not implemented. + vtkImageFourierCenter(const vtkImageFourierCenter&) VTK_DELETE_FUNCTION; void operator=(const vtkImageFourierCenter&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Fourier/vtkImageFourierFilter.h b/Imaging/Fourier/vtkImageFourierFilter.h index 6f39f9185820f365fd2d79657b988196af2b8684..f94410cd8bf67043aeb9b2822b05bea834ca7afa 100644 --- a/Imaging/Fourier/vtkImageFourierFilter.h +++ b/Imaging/Fourier/vtkImageFourierFilter.h @@ -120,7 +120,7 @@ protected: vtkInformationVector* outputVector); private: - vtkImageFourierFilter(const vtkImageFourierFilter&); // Not implemented. + vtkImageFourierFilter(const vtkImageFourierFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkImageFourierFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Fourier/vtkImageIdealHighPass.h b/Imaging/Fourier/vtkImageIdealHighPass.h index 33643816c94b056ca71b1498adbeab9dfec28384..32c9faf1fefd666eb7641dd3486294613cf78033 100644 --- a/Imaging/Fourier/vtkImageIdealHighPass.h +++ b/Imaging/Fourier/vtkImageIdealHighPass.h @@ -66,7 +66,7 @@ protected: vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id); private: - vtkImageIdealHighPass(const vtkImageIdealHighPass&); // Not implemented. + vtkImageIdealHighPass(const vtkImageIdealHighPass&) VTK_DELETE_FUNCTION; void operator=(const vtkImageIdealHighPass&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Fourier/vtkImageIdealLowPass.h b/Imaging/Fourier/vtkImageIdealLowPass.h index 701a2701981f47e30d26649483d62e135ff3da49..4a3af1ccf133327dff4eaf09e39330a4f96bede7 100644 --- a/Imaging/Fourier/vtkImageIdealLowPass.h +++ b/Imaging/Fourier/vtkImageIdealLowPass.h @@ -67,7 +67,7 @@ protected: vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id); private: - vtkImageIdealLowPass(const vtkImageIdealLowPass&); // Not implemented. + vtkImageIdealLowPass(const vtkImageIdealLowPass&) VTK_DELETE_FUNCTION; void operator=(const vtkImageIdealLowPass&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Fourier/vtkImageRFFT.h b/Imaging/Fourier/vtkImageRFFT.h index 78f655b88bae008beca8c054f02d294cca4cdf45..c911fecdb1806c459240f41adbfaeb6e957536ca 100644 --- a/Imaging/Fourier/vtkImageRFFT.h +++ b/Imaging/Fourier/vtkImageRFFT.h @@ -62,7 +62,7 @@ protected: int outExt[6], int threadId); private: - vtkImageRFFT(const vtkImageRFFT&); // Not implemented. + vtkImageRFFT(const vtkImageRFFT&) VTK_DELETE_FUNCTION; void operator=(const vtkImageRFFT&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Fourier/vtkTableFFT.h b/Imaging/Fourier/vtkTableFFT.h index d6eb8474a227dc17b3992ecaebac5d6ad8326849..9ee43db10457e96349e2a432d8be791a8d988f69 100644 --- a/Imaging/Fourier/vtkTableFFT.h +++ b/Imaging/Fourier/vtkTableFFT.h @@ -60,7 +60,7 @@ protected: virtual vtkSmartPointer DoFFT(vtkDataArray *input); private: - vtkTableFFT(const vtkTableFFT &); // Not implemented + vtkTableFFT(const vtkTableFFT &) VTK_DELETE_FUNCTION; void operator=(const vtkTableFFT &) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageAnisotropicDiffusion2D.h b/Imaging/General/vtkImageAnisotropicDiffusion2D.h index 219d2e01b22c0e273cb8bd04f6ee62217637d2c4..a81b4aa6a296555034588bcf05ebb08821a1223f 100644 --- a/Imaging/General/vtkImageAnisotropicDiffusion2D.h +++ b/Imaging/General/vtkImageAnisotropicDiffusion2D.h @@ -114,7 +114,7 @@ protected: void Iterate(vtkImageData *in, vtkImageData *out, double ar0, double ar1, int *coreExtent, int count); private: - vtkImageAnisotropicDiffusion2D(const vtkImageAnisotropicDiffusion2D&); // Not implemented. + vtkImageAnisotropicDiffusion2D(const vtkImageAnisotropicDiffusion2D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageAnisotropicDiffusion2D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageAnisotropicDiffusion3D.h b/Imaging/General/vtkImageAnisotropicDiffusion3D.h index 1a119cd670a1f50623ac3b409d7f077da491e61e..c7c4900e8f72784d4151483f4c640f4534afa10f 100644 --- a/Imaging/General/vtkImageAnisotropicDiffusion3D.h +++ b/Imaging/General/vtkImageAnisotropicDiffusion3D.h @@ -115,7 +115,7 @@ protected: void Iterate(vtkImageData *in, vtkImageData *out, double ar0, double ar1, double ar3, int *coreExtent, int count); private: - vtkImageAnisotropicDiffusion3D(const vtkImageAnisotropicDiffusion3D&); // Not implemented. + vtkImageAnisotropicDiffusion3D(const vtkImageAnisotropicDiffusion3D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageAnisotropicDiffusion3D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageCheckerboard.h b/Imaging/General/vtkImageCheckerboard.h index b42e2237e5f1e69bbc9aa3357ad5b14983e6120b..01029f0fe201f15ea3ac10a51b68c2cb7bcdd87c 100644 --- a/Imaging/General/vtkImageCheckerboard.h +++ b/Imaging/General/vtkImageCheckerboard.h @@ -56,7 +56,7 @@ protected: int extent[6], int threadId); int NumberOfDivisions[3]; private: - vtkImageCheckerboard(const vtkImageCheckerboard&); // Not implemented. + vtkImageCheckerboard(const vtkImageCheckerboard&) VTK_DELETE_FUNCTION; void operator=(const vtkImageCheckerboard&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageCityBlockDistance.h b/Imaging/General/vtkImageCityBlockDistance.h index 5da3d8c711e3fd2d63b077fab7ddef7cd7f15738..304d6414b49a4ceea391b3021567e7bbcb39431d 100644 --- a/Imaging/General/vtkImageCityBlockDistance.h +++ b/Imaging/General/vtkImageCityBlockDistance.h @@ -55,7 +55,7 @@ protected: vtkInformation* outInfo); private: - vtkImageCityBlockDistance(const vtkImageCityBlockDistance&); // Not implemented. + vtkImageCityBlockDistance(const vtkImageCityBlockDistance&) VTK_DELETE_FUNCTION; void operator=(const vtkImageCityBlockDistance&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageConvolve.h b/Imaging/General/vtkImageConvolve.h index 21927777e1344f48031f469e7baed458eb1b39d2..f4d4eb665381b23c5182cee15428d6c8ee816f3c 100644 --- a/Imaging/General/vtkImageConvolve.h +++ b/Imaging/General/vtkImageConvolve.h @@ -90,7 +90,7 @@ protected: int KernelSize[3]; double Kernel[343]; private: - vtkImageConvolve(const vtkImageConvolve&); // Not implemented. + vtkImageConvolve(const vtkImageConvolve&) VTK_DELETE_FUNCTION; void operator=(const vtkImageConvolve&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageCorrelation.h b/Imaging/General/vtkImageCorrelation.h index 904d82d3cf790a6e94f968386ac04ea172a25b69..040dae8f9e951cac50d569e548e9a6e2015b91bf 100644 --- a/Imaging/General/vtkImageCorrelation.h +++ b/Imaging/General/vtkImageCorrelation.h @@ -70,7 +70,7 @@ protected: int extent[6], int threadId); private: - vtkImageCorrelation(const vtkImageCorrelation&); // Not implemented. + vtkImageCorrelation(const vtkImageCorrelation&) VTK_DELETE_FUNCTION; void operator=(const vtkImageCorrelation&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageEuclideanDistance.h b/Imaging/General/vtkImageEuclideanDistance.h index 66c138f59bd3fd9d2fd9a92af80b633d7a7cc3bd..dfca7e467d705605e3b56c2935f7b41fe8421da8 100644 --- a/Imaging/General/vtkImageEuclideanDistance.h +++ b/Imaging/General/vtkImageEuclideanDistance.h @@ -114,7 +114,7 @@ protected: vtkInformation* out); private: - vtkImageEuclideanDistance(const vtkImageEuclideanDistance&); // Not implemented. + vtkImageEuclideanDistance(const vtkImageEuclideanDistance&) VTK_DELETE_FUNCTION; void operator=(const vtkImageEuclideanDistance&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageEuclideanToPolar.h b/Imaging/General/vtkImageEuclideanToPolar.h index b84552070a4f5fbeba65c14fc9e368497b36622e..df4154db83444e82357cf8197696847baa30a6c2 100644 --- a/Imaging/General/vtkImageEuclideanToPolar.h +++ b/Imaging/General/vtkImageEuclideanToPolar.h @@ -48,7 +48,7 @@ protected: void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int ext[6], int id); private: - vtkImageEuclideanToPolar(const vtkImageEuclideanToPolar&); // Not implemented. + vtkImageEuclideanToPolar(const vtkImageEuclideanToPolar&) VTK_DELETE_FUNCTION; void operator=(const vtkImageEuclideanToPolar&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageGaussianSmooth.h b/Imaging/General/vtkImageGaussianSmooth.h index 7d8cc7aac1541254df13b12196674bba6519f0e2..a9d96f8e14a9346a6f730da82ac6ef55a57522cb 100644 --- a/Imaging/General/vtkImageGaussianSmooth.h +++ b/Imaging/General/vtkImageGaussianSmooth.h @@ -92,7 +92,7 @@ protected: int outExt[6], int id); private: - vtkImageGaussianSmooth(const vtkImageGaussianSmooth&); // Not implemented. + vtkImageGaussianSmooth(const vtkImageGaussianSmooth&) VTK_DELETE_FUNCTION; void operator=(const vtkImageGaussianSmooth&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageGradient.h b/Imaging/General/vtkImageGradient.h index 2361a2c1e46c69eb0676a9f0f831e41ee9ef5a5d..ff575e51831630cb2f29e8b2cde33f7e4d709f98 100644 --- a/Imaging/General/vtkImageGradient.h +++ b/Imaging/General/vtkImageGradient.h @@ -72,7 +72,7 @@ protected: int outExt[6], int threadId); private: - vtkImageGradient(const vtkImageGradient&); // Not implemented. + vtkImageGradient(const vtkImageGradient&) VTK_DELETE_FUNCTION; void operator=(const vtkImageGradient&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageGradientMagnitude.h b/Imaging/General/vtkImageGradientMagnitude.h index adec1e8c9723f6357d00d30101409958b8aab821..64e9a0b6959957912deb26be1cec62be5f563eab 100644 --- a/Imaging/General/vtkImageGradientMagnitude.h +++ b/Imaging/General/vtkImageGradientMagnitude.h @@ -65,7 +65,7 @@ protected: void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int extent[6], int id); private: - vtkImageGradientMagnitude(const vtkImageGradientMagnitude&); // Not implemented. + vtkImageGradientMagnitude(const vtkImageGradientMagnitude&) VTK_DELETE_FUNCTION; void operator=(const vtkImageGradientMagnitude&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageHybridMedian2D.h b/Imaging/General/vtkImageHybridMedian2D.h index 77feeee2304ee85067741239ce5442414f4d7a6b..f86ccda89d3c0e758ef5538ab6d072fb06c5485f 100644 --- a/Imaging/General/vtkImageHybridMedian2D.h +++ b/Imaging/General/vtkImageHybridMedian2D.h @@ -46,7 +46,7 @@ protected: vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id); private: - vtkImageHybridMedian2D(const vtkImageHybridMedian2D&); // Not implemented. + vtkImageHybridMedian2D(const vtkImageHybridMedian2D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageHybridMedian2D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageLaplacian.h b/Imaging/General/vtkImageLaplacian.h index 71ca8e9241070298f7a679be89f464805c9f2c73..138e758d8fb793febdf3ed7f31f841a2bf38951e 100644 --- a/Imaging/General/vtkImageLaplacian.h +++ b/Imaging/General/vtkImageLaplacian.h @@ -57,7 +57,7 @@ protected: int outExt[6], int id); private: - vtkImageLaplacian(const vtkImageLaplacian&); // Not implemented. + vtkImageLaplacian(const vtkImageLaplacian&) VTK_DELETE_FUNCTION; void operator=(const vtkImageLaplacian&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageMedian3D.h b/Imaging/General/vtkImageMedian3D.h index 6bab3da304626affd54942b28ce928bf7d86798b..c9564d473497eddc0fbf5c4521ae6d352f730711 100644 --- a/Imaging/General/vtkImageMedian3D.h +++ b/Imaging/General/vtkImageMedian3D.h @@ -57,7 +57,7 @@ protected: int extent[6], int id); private: - vtkImageMedian3D(const vtkImageMedian3D&); // Not implemented. + vtkImageMedian3D(const vtkImageMedian3D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageMedian3D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageNormalize.h b/Imaging/General/vtkImageNormalize.h index b24b1b931b38c9587eb412791bcfa44f55aa4425..a6b9c2b90968a27852306b9e2d73fdf304791c55 100644 --- a/Imaging/General/vtkImageNormalize.h +++ b/Imaging/General/vtkImageNormalize.h @@ -41,7 +41,7 @@ protected: void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int extent[6], int id); private: - vtkImageNormalize(const vtkImageNormalize&); // Not implemented. + vtkImageNormalize(const vtkImageNormalize&) VTK_DELETE_FUNCTION; void operator=(const vtkImageNormalize&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageRange3D.h b/Imaging/General/vtkImageRange3D.h index 6e0bca051ec839516bf4224135d3be075e6f6c19..1bd94258081273133c76972384ff3915adc6e98b 100644 --- a/Imaging/General/vtkImageRange3D.h +++ b/Imaging/General/vtkImageRange3D.h @@ -59,7 +59,7 @@ protected: vtkInformationVector *outputVector); private: - vtkImageRange3D(const vtkImageRange3D&); // Not implemented. + vtkImageRange3D(const vtkImageRange3D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageRange3D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageSeparableConvolution.h b/Imaging/General/vtkImageSeparableConvolution.h index 75e0bc9c4155350445e695f2dc67658bd95c5e72..0c93d2f17b62e18fac20a6e5ad9fa2e981ad85de 100644 --- a/Imaging/General/vtkImageSeparableConvolution.h +++ b/Imaging/General/vtkImageSeparableConvolution.h @@ -79,7 +79,7 @@ protected: vtkInformation* out); private: - vtkImageSeparableConvolution(const vtkImageSeparableConvolution&); // Not implemented. + vtkImageSeparableConvolution(const vtkImageSeparableConvolution&) VTK_DELETE_FUNCTION; void operator=(const vtkImageSeparableConvolution&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageSlab.h b/Imaging/General/vtkImageSlab.h index ddbcc772688719ec9f7332ad5799d040cf5b01bc..4812157c8c9b612815e68ef3109eb1222c3ea18f 100644 --- a/Imaging/General/vtkImageSlab.h +++ b/Imaging/General/vtkImageSlab.h @@ -124,7 +124,7 @@ protected: int TrapezoidIntegration; private: - vtkImageSlab(const vtkImageSlab&); // Not implemented. + vtkImageSlab(const vtkImageSlab&) VTK_DELETE_FUNCTION; void operator=(const vtkImageSlab&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageSlabReslice.h b/Imaging/General/vtkImageSlabReslice.h index 3b54802fd508a26b822f686ababe806081214f6b..0c7670b7d201ebc72595a8c63169a49bde3ccd38 100644 --- a/Imaging/General/vtkImageSlabReslice.h +++ b/Imaging/General/vtkImageSlabReslice.h @@ -99,7 +99,7 @@ protected: int NumBlendSamplePoints; private: - vtkImageSlabReslice(const vtkImageSlabReslice&); // Not implemented. + vtkImageSlabReslice(const vtkImageSlabReslice&) VTK_DELETE_FUNCTION; void operator=(const vtkImageSlabReslice&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageSobel2D.h b/Imaging/General/vtkImageSobel2D.h index 6a9f961f3931fab8d9e9c0969b02c1b248102d50..d39663eb10af29d6ee7852cf1a2463fbf328ed9d 100644 --- a/Imaging/General/vtkImageSobel2D.h +++ b/Imaging/General/vtkImageSobel2D.h @@ -47,7 +47,7 @@ protected: vtkInformationVector *outputVector); private: - vtkImageSobel2D(const vtkImageSobel2D&); // Not implemented. + vtkImageSobel2D(const vtkImageSobel2D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageSobel2D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageSobel3D.h b/Imaging/General/vtkImageSobel3D.h index 7d40971018295c13549743eee0ba9296adb40ee5..9de4ff148fc5d7528eaa92ea6540eb5dfa6a093b 100644 --- a/Imaging/General/vtkImageSobel3D.h +++ b/Imaging/General/vtkImageSobel3D.h @@ -50,7 +50,7 @@ protected: vtkInformationVector *outputVector); private: - vtkImageSobel3D(const vtkImageSobel3D&); // Not implemented. + vtkImageSobel3D(const vtkImageSobel3D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageSobel3D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageSpatialAlgorithm.h b/Imaging/General/vtkImageSpatialAlgorithm.h index f03922e17e2a2c3f8607121173892feb97625931..257157a46d0c314abf28bae28c240ac7165f3547 100644 --- a/Imaging/General/vtkImageSpatialAlgorithm.h +++ b/Imaging/General/vtkImageSpatialAlgorithm.h @@ -59,7 +59,7 @@ protected: void InternalRequestUpdateExtent(int *extent, int *inExtent, int *wholeExtent); private: - vtkImageSpatialAlgorithm(const vtkImageSpatialAlgorithm&); // Not implemented. + vtkImageSpatialAlgorithm(const vtkImageSpatialAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkImageSpatialAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkImageVariance3D.h b/Imaging/General/vtkImageVariance3D.h index 784c392db6f9c0c24ded4df931c0458ab79e2682..a3d3b2c35f6287c3079fcfcc03d093eac36015a9 100644 --- a/Imaging/General/vtkImageVariance3D.h +++ b/Imaging/General/vtkImageVariance3D.h @@ -63,7 +63,7 @@ protected: vtkInformationVector *outputVector); private: - vtkImageVariance3D(const vtkImageVariance3D&); // Not implemented. + vtkImageVariance3D(const vtkImageVariance3D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageVariance3D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/General/vtkSimpleImageFilterExample.h b/Imaging/General/vtkSimpleImageFilterExample.h index 0b348e40ccb68d370f87ead6d761d04a3829de7c..75b94213389711514a769b9977cede2856f36634 100644 --- a/Imaging/General/vtkSimpleImageFilterExample.h +++ b/Imaging/General/vtkSimpleImageFilterExample.h @@ -39,7 +39,7 @@ protected: virtual void SimpleExecute(vtkImageData* input, vtkImageData* output); private: - vtkSimpleImageFilterExample(const vtkSimpleImageFilterExample&); // Not implemented. + vtkSimpleImageFilterExample(const vtkSimpleImageFilterExample&) VTK_DELETE_FUNCTION; void operator=(const vtkSimpleImageFilterExample&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkBooleanTexture.h b/Imaging/Hybrid/vtkBooleanTexture.h index 090f34826c3f05d43da712cccdf1007025276a11..d784a9e4d591e5285e8c71e33fde78d92cbe6309 100644 --- a/Imaging/Hybrid/vtkBooleanTexture.h +++ b/Imaging/Hybrid/vtkBooleanTexture.h @@ -134,7 +134,7 @@ protected: unsigned char OutOn[2]; private: - vtkBooleanTexture(const vtkBooleanTexture&); // Not implemented. + vtkBooleanTexture(const vtkBooleanTexture&) VTK_DELETE_FUNCTION; void operator=(const vtkBooleanTexture&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkCheckerboardSplatter.h b/Imaging/Hybrid/vtkCheckerboardSplatter.h index 42880d1007bfb80232cd87a6702834ecfbe940a5..6230b3a0ee01836d8a6171932816809107e411e3 100644 --- a/Imaging/Hybrid/vtkCheckerboardSplatter.h +++ b/Imaging/Hybrid/vtkCheckerboardSplatter.h @@ -291,7 +291,7 @@ protected: int ParallelSplatCrossover; //the point at which parallel splatting occurs private: - vtkCheckerboardSplatter(const vtkCheckerboardSplatter&); // Not implemented. + vtkCheckerboardSplatter(const vtkCheckerboardSplatter&) VTK_DELETE_FUNCTION; void operator=(const vtkCheckerboardSplatter&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkFastSplatter.h b/Imaging/Hybrid/vtkFastSplatter.h index ae2f802382523149491259e5de21ceb091a73ca4..081102df4b1e77d838ad1c88165a32d833572c4e 100644 --- a/Imaging/Hybrid/vtkFastSplatter.h +++ b/Imaging/Hybrid/vtkFastSplatter.h @@ -137,7 +137,7 @@ protected: double LastDataMaxValue; private: - vtkFastSplatter(const vtkFastSplatter &); // Not implemented + vtkFastSplatter(const vtkFastSplatter &) VTK_DELETE_FUNCTION; void operator=(const vtkFastSplatter &) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkGaussianSplatter.h b/Imaging/Hybrid/vtkGaussianSplatter.h index 98043ddd153ddf6101ff7322b5b954ffef622c90..a5e3489149e49a712fff573e395f5d2cd2b26749 100644 --- a/Imaging/Hybrid/vtkGaussianSplatter.h +++ b/Imaging/Hybrid/vtkGaussianSplatter.h @@ -281,7 +281,7 @@ private: double NullValue; private: - vtkGaussianSplatter(const vtkGaussianSplatter&); // Not implemented. + vtkGaussianSplatter(const vtkGaussianSplatter&) VTK_DELETE_FUNCTION; void operator=(const vtkGaussianSplatter&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkImageCursor3D.h b/Imaging/Hybrid/vtkImageCursor3D.h index d29a0e42e61fdea57501a5640b419e4c41f9b5eb..14ffc7b99166391691c57765c3674d210c309456 100644 --- a/Imaging/Hybrid/vtkImageCursor3D.h +++ b/Imaging/Hybrid/vtkImageCursor3D.h @@ -60,7 +60,7 @@ protected: vtkInformationVector* outputVector); private: - vtkImageCursor3D(const vtkImageCursor3D&); // Not implemented. + vtkImageCursor3D(const vtkImageCursor3D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageCursor3D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkImageRectilinearWipe.h b/Imaging/Hybrid/vtkImageRectilinearWipe.h index 805ec8908993ae8404b4e0695a698ec03b3ac5e9..3d7c0422329a001f034e13e0668613487e1e9191 100644 --- a/Imaging/Hybrid/vtkImageRectilinearWipe.h +++ b/Imaging/Hybrid/vtkImageRectilinearWipe.h @@ -129,7 +129,7 @@ protected: int Axis[2]; private: - vtkImageRectilinearWipe(const vtkImageRectilinearWipe&); // Not implemented. + vtkImageRectilinearWipe(const vtkImageRectilinearWipe&) VTK_DELETE_FUNCTION; void operator=(const vtkImageRectilinearWipe&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkImageToPoints.h b/Imaging/Hybrid/vtkImageToPoints.h index 327f46a15b00f213c5b47232a2feebc5de06a95f..bc101e8434b33a060a144e93e40ee57fa695631d 100644 --- a/Imaging/Hybrid/vtkImageToPoints.h +++ b/Imaging/Hybrid/vtkImageToPoints.h @@ -73,7 +73,7 @@ protected: int OutputPointsPrecision; private: - vtkImageToPoints(const vtkImageToPoints&); // Not implemented. + vtkImageToPoints(const vtkImageToPoints&) VTK_DELETE_FUNCTION; void operator=(const vtkImageToPoints&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkPointLoad.h b/Imaging/Hybrid/vtkPointLoad.h index cf53ddcb10646db4626a11ceea6b5bf3c897292a..e594578edaaed55113bbb8f3af9828e0fc8a36b7 100644 --- a/Imaging/Hybrid/vtkPointLoad.h +++ b/Imaging/Hybrid/vtkPointLoad.h @@ -91,7 +91,7 @@ protected: double ModelBounds[6]; private: - vtkPointLoad(const vtkPointLoad&); // Not implemented. + vtkPointLoad(const vtkPointLoad&) VTK_DELETE_FUNCTION; void operator=(const vtkPointLoad&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkSampleFunction.h b/Imaging/Hybrid/vtkSampleFunction.h index 947754a86ef1023f5d6789d3402b4238dec41b28..77340d74695e88aa3eebd49f058d51a60efdbcaf 100644 --- a/Imaging/Hybrid/vtkSampleFunction.h +++ b/Imaging/Hybrid/vtkSampleFunction.h @@ -157,7 +157,7 @@ protected: char *NormalArrayName; private: - vtkSampleFunction(const vtkSampleFunction&); // Not implemented. + vtkSampleFunction(const vtkSampleFunction&) VTK_DELETE_FUNCTION; void operator=(const vtkSampleFunction&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkShepardMethod.h b/Imaging/Hybrid/vtkShepardMethod.h index c9a3a173b989052e531d6f0e0412d748dc965196..648cb2664030941ede2b3b0767508530815432ef 100644 --- a/Imaging/Hybrid/vtkShepardMethod.h +++ b/Imaging/Hybrid/vtkShepardMethod.h @@ -156,7 +156,7 @@ protected: double PowerParameter; private: - vtkShepardMethod(const vtkShepardMethod&); // Not implemented. + vtkShepardMethod(const vtkShepardMethod&) VTK_DELETE_FUNCTION; void operator=(const vtkShepardMethod&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkSliceCubes.h b/Imaging/Hybrid/vtkSliceCubes.h index 91f6442c9e12cdaab3ebf93ed295872bb8927503..96d5f5e2ca9d7a1d7ace76b1fe61615d1c48dac6 100644 --- a/Imaging/Hybrid/vtkSliceCubes.h +++ b/Imaging/Hybrid/vtkSliceCubes.h @@ -93,7 +93,7 @@ protected: char *LimitsFileName; private: - vtkSliceCubes(const vtkSliceCubes&); // Not implemented. + vtkSliceCubes(const vtkSliceCubes&) VTK_DELETE_FUNCTION; void operator=(const vtkSliceCubes&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkSurfaceReconstructionFilter.h b/Imaging/Hybrid/vtkSurfaceReconstructionFilter.h index df705b9a58910a308866caba67c84643d068499b..d75a82ffcd138f86b8186490ccba5e0a49c88ef6 100644 --- a/Imaging/Hybrid/vtkSurfaceReconstructionFilter.h +++ b/Imaging/Hybrid/vtkSurfaceReconstructionFilter.h @@ -71,7 +71,7 @@ protected: virtual int FillInputPortInformation(int, vtkInformation*); private: - vtkSurfaceReconstructionFilter(const vtkSurfaceReconstructionFilter&); // Not implemented. + vtkSurfaceReconstructionFilter(const vtkSurfaceReconstructionFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkSurfaceReconstructionFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkTriangularTexture.h b/Imaging/Hybrid/vtkTriangularTexture.h index ca947e0981507217131f83b98daa9e00666d19c5..96523647876ec13a745e33e0a1e9a88a0fda6ae2 100644 --- a/Imaging/Hybrid/vtkTriangularTexture.h +++ b/Imaging/Hybrid/vtkTriangularTexture.h @@ -78,7 +78,7 @@ protected: int TexturePattern; private: - vtkTriangularTexture(const vtkTriangularTexture&); // Not implemented. + vtkTriangularTexture(const vtkTriangularTexture&) VTK_DELETE_FUNCTION; void operator=(const vtkTriangularTexture&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Hybrid/vtkVoxelModeller.h b/Imaging/Hybrid/vtkVoxelModeller.h index 902002518fb1f6b0b37594e81c9550e6de8aa1f3..d5d6cbdec297ea2221f9df01622127c39337772c 100644 --- a/Imaging/Hybrid/vtkVoxelModeller.h +++ b/Imaging/Hybrid/vtkVoxelModeller.h @@ -128,7 +128,7 @@ protected: int ScalarType; private: - vtkVoxelModeller(const vtkVoxelModeller&); // Not implemented. + vtkVoxelModeller(const vtkVoxelModeller&) VTK_DELETE_FUNCTION; void operator=(const vtkVoxelModeller&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Math/vtkImageDivergence.h b/Imaging/Math/vtkImageDivergence.h index 06a404c2c1aeab20cc7ebc9f2476be606bbf5358..37b5ecbec68e5200908b4d0b5fc2c583a3d7a7cc 100644 --- a/Imaging/Math/vtkImageDivergence.h +++ b/Imaging/Math/vtkImageDivergence.h @@ -47,7 +47,7 @@ protected: int ext[6], int id); private: - vtkImageDivergence(const vtkImageDivergence&); // Not implemented. + vtkImageDivergence(const vtkImageDivergence&) VTK_DELETE_FUNCTION; void operator=(const vtkImageDivergence&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Math/vtkImageDotProduct.h b/Imaging/Math/vtkImageDotProduct.h index 0bdd10cd402095332502da9b6d72892ad90b4338..12a5874b67ae5ecd81f0ae7126c62e4f4c95d6ea 100644 --- a/Imaging/Math/vtkImageDotProduct.h +++ b/Imaging/Math/vtkImageDotProduct.h @@ -52,7 +52,7 @@ protected: int extent[6], int threadId); private: - vtkImageDotProduct(const vtkImageDotProduct&); // Not implemented. + vtkImageDotProduct(const vtkImageDotProduct&) VTK_DELETE_FUNCTION; void operator=(const vtkImageDotProduct&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Math/vtkImageLogarithmicScale.h b/Imaging/Math/vtkImageLogarithmicScale.h index 8ef94d3407c83a1231a663eddb01123f653ad4cd..59df07d456421062ebd3ceee1d9ad742999ed2c5 100644 --- a/Imaging/Math/vtkImageLogarithmicScale.h +++ b/Imaging/Math/vtkImageLogarithmicScale.h @@ -48,7 +48,7 @@ protected: void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int outExt[6], int id); private: - vtkImageLogarithmicScale(const vtkImageLogarithmicScale&); // Not implemented. + vtkImageLogarithmicScale(const vtkImageLogarithmicScale&) VTK_DELETE_FUNCTION; void operator=(const vtkImageLogarithmicScale&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Math/vtkImageLogic.h b/Imaging/Math/vtkImageLogic.h index 7616e8ee3c4c7560ce107e77ac6ce1b73c407f96..b4088f41e202c290adb99afc9a95c8c5b8cc67d9 100644 --- a/Imaging/Math/vtkImageLogic.h +++ b/Imaging/Math/vtkImageLogic.h @@ -83,7 +83,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkImageLogic(const vtkImageLogic&); // Not implemented. + vtkImageLogic(const vtkImageLogic&) VTK_DELETE_FUNCTION; void operator=(const vtkImageLogic&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Math/vtkImageMagnitude.h b/Imaging/Math/vtkImageMagnitude.h index 3ecf9a1c5003fa71db8cbf38e3707b4f8fa2099d..22f6692c155e990803b1a734a7c5cd5663ffb6fe 100644 --- a/Imaging/Math/vtkImageMagnitude.h +++ b/Imaging/Math/vtkImageMagnitude.h @@ -41,7 +41,7 @@ protected: int outExt[6], int id); private: - vtkImageMagnitude(const vtkImageMagnitude&); // Not implemented. + vtkImageMagnitude(const vtkImageMagnitude&) VTK_DELETE_FUNCTION; void operator=(const vtkImageMagnitude&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Math/vtkImageMaskBits.h b/Imaging/Math/vtkImageMaskBits.h index 6d69737722b6e37426cdfc3bb1f063515da69b80..759aaa6e3a43d8d13602e73b5be6faccb73409b7 100644 --- a/Imaging/Math/vtkImageMaskBits.h +++ b/Imaging/Math/vtkImageMaskBits.h @@ -64,7 +64,7 @@ protected: unsigned int Masks[4]; int Operation; private: - vtkImageMaskBits(const vtkImageMaskBits&); // Not implemented. + vtkImageMaskBits(const vtkImageMaskBits&) VTK_DELETE_FUNCTION; void operator=(const vtkImageMaskBits&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Math/vtkImageMathematics.h b/Imaging/Math/vtkImageMathematics.h index ca460c4d58de98102a7e03699b66abb6a1f6b1a4..9b414ba47339574266d59d74542dd54617ca83dd 100644 --- a/Imaging/Math/vtkImageMathematics.h +++ b/Imaging/Math/vtkImageMathematics.h @@ -204,7 +204,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkImageMathematics(const vtkImageMathematics&); // Not implemented. + vtkImageMathematics(const vtkImageMathematics&) VTK_DELETE_FUNCTION; void operator=(const vtkImageMathematics&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Math/vtkImageWeightedSum.h b/Imaging/Math/vtkImageWeightedSum.h index 03c39287d2336d5a8916df989a386b91bc65440e..93a5164fccc32d68aed5b480dc2084be917247b7 100644 --- a/Imaging/Math/vtkImageWeightedSum.h +++ b/Imaging/Math/vtkImageWeightedSum.h @@ -82,7 +82,7 @@ protected: int FillInputPortInformation(int i, vtkInformation* info); private: - vtkImageWeightedSum(const vtkImageWeightedSum&); // Not implemented. + vtkImageWeightedSum(const vtkImageWeightedSum&) VTK_DELETE_FUNCTION; void operator=(const vtkImageWeightedSum&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Morphological/vtkImageConnector.h b/Imaging/Morphological/vtkImageConnector.h index f0c6d22e34703548f7dfb31e2dc45771de2c5b40..66c50fb0960efa30eab4bb499141e52358f551e5 100644 --- a/Imaging/Morphological/vtkImageConnector.h +++ b/Imaging/Morphological/vtkImageConnector.h @@ -86,7 +86,7 @@ protected: vtkImageConnectorSeed *Seeds; vtkImageConnectorSeed *LastSeed; private: - vtkImageConnector(const vtkImageConnector&); // Not implemented. + vtkImageConnector(const vtkImageConnector&) VTK_DELETE_FUNCTION; void operator=(const vtkImageConnector&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Morphological/vtkImageContinuousDilate3D.h b/Imaging/Morphological/vtkImageContinuousDilate3D.h index 38e9eab665627ddb90bd589b1f1ffe4e479567d4..cd7dfa40d72881dac048bda4255bbac486bb9a3e 100644 --- a/Imaging/Morphological/vtkImageContinuousDilate3D.h +++ b/Imaging/Morphological/vtkImageContinuousDilate3D.h @@ -60,7 +60,7 @@ protected: vtkInformationVector *outputVector); private: - vtkImageContinuousDilate3D(const vtkImageContinuousDilate3D&); // Not implemented. + vtkImageContinuousDilate3D(const vtkImageContinuousDilate3D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageContinuousDilate3D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Morphological/vtkImageContinuousErode3D.h b/Imaging/Morphological/vtkImageContinuousErode3D.h index df51979c7df83aceb69d8f5d77790cc591c73101..41d5b292110e0afd02420b8727b47467d937dbc8 100644 --- a/Imaging/Morphological/vtkImageContinuousErode3D.h +++ b/Imaging/Morphological/vtkImageContinuousErode3D.h @@ -59,7 +59,7 @@ protected: vtkInformationVector *outputVector); private: - vtkImageContinuousErode3D(const vtkImageContinuousErode3D&); // Not implemented. + vtkImageContinuousErode3D(const vtkImageContinuousErode3D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageContinuousErode3D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Morphological/vtkImageDilateErode3D.h b/Imaging/Morphological/vtkImageDilateErode3D.h index ed4909e92c0e833ea5ed6c728248cad1cb81a020..978924c35166a60197f819393ce0f9f094eee907 100644 --- a/Imaging/Morphological/vtkImageDilateErode3D.h +++ b/Imaging/Morphological/vtkImageDilateErode3D.h @@ -71,7 +71,7 @@ protected: vtkInformationVector *outputVector); private: - vtkImageDilateErode3D(const vtkImageDilateErode3D&); // Not implemented. + vtkImageDilateErode3D(const vtkImageDilateErode3D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageDilateErode3D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Morphological/vtkImageIslandRemoval2D.h b/Imaging/Morphological/vtkImageIslandRemoval2D.h index 433e21be8003fea28f5b86302dd46ed759052dd7..1a29eca9d4f8030683a3a354245045d74d07f4bd 100644 --- a/Imaging/Morphological/vtkImageIslandRemoval2D.h +++ b/Imaging/Morphological/vtkImageIslandRemoval2D.h @@ -78,7 +78,7 @@ protected: vtkInformationVector *); private: - vtkImageIslandRemoval2D(const vtkImageIslandRemoval2D&); // Not implemented. + vtkImageIslandRemoval2D(const vtkImageIslandRemoval2D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageIslandRemoval2D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Morphological/vtkImageNonMaximumSuppression.h b/Imaging/Morphological/vtkImageNonMaximumSuppression.h index 4de78f3fbd4f594c86f55451570e54610aac70c5..db329ff240d13929a9ce4c131be7b8d9bcbbaf48 100644 --- a/Imaging/Morphological/vtkImageNonMaximumSuppression.h +++ b/Imaging/Morphological/vtkImageNonMaximumSuppression.h @@ -79,7 +79,7 @@ protected: int extent[6], int threadId); private: - vtkImageNonMaximumSuppression(const vtkImageNonMaximumSuppression&); // Not implemented. + vtkImageNonMaximumSuppression(const vtkImageNonMaximumSuppression&) VTK_DELETE_FUNCTION; void operator=(const vtkImageNonMaximumSuppression&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Morphological/vtkImageOpenClose3D.h b/Imaging/Morphological/vtkImageOpenClose3D.h index e4fc7028b22bca6d1022f73d3004d5a37c11d307..129bafc192984829fc753e0dea92d00be17e37aa 100644 --- a/Imaging/Morphological/vtkImageOpenClose3D.h +++ b/Imaging/Morphological/vtkImageOpenClose3D.h @@ -107,7 +107,7 @@ protected: void ReportReferences(vtkGarbageCollector*) VTK_OVERRIDE; private: - vtkImageOpenClose3D(const vtkImageOpenClose3D&); // Not implemented. + vtkImageOpenClose3D(const vtkImageOpenClose3D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageOpenClose3D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Morphological/vtkImageSeedConnectivity.h b/Imaging/Morphological/vtkImageSeedConnectivity.h index 48bbcab02de60887be6d5b5f61f461f3ca9be082..c38dd9111a37aa7233dd747d2c0bdcb6afb9e9f8 100644 --- a/Imaging/Morphological/vtkImageSeedConnectivity.h +++ b/Imaging/Morphological/vtkImageSeedConnectivity.h @@ -87,7 +87,7 @@ protected: virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkImageSeedConnectivity(const vtkImageSeedConnectivity&); // Not implemented. + vtkImageSeedConnectivity(const vtkImageSeedConnectivity&) VTK_DELETE_FUNCTION; void operator=(const vtkImageSeedConnectivity&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Morphological/vtkImageSkeleton2D.h b/Imaging/Morphological/vtkImageSkeleton2D.h index c8307d3737419e525e7558a048e06597b0814813..a5598603be00077aa04fbc98731fbce00dc566a5 100644 --- a/Imaging/Morphological/vtkImageSkeleton2D.h +++ b/Imaging/Morphological/vtkImageSkeleton2D.h @@ -66,7 +66,7 @@ protected: int outExt[6], int id); private: - vtkImageSkeleton2D(const vtkImageSkeleton2D&); // Not implemented. + vtkImageSkeleton2D(const vtkImageSkeleton2D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageSkeleton2D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Morphological/vtkImageThresholdConnectivity.h b/Imaging/Morphological/vtkImageThresholdConnectivity.h index ccd7ec4d5eaa644489370131b854adf84c22914a..3d95ef5cf3ccadfe03927a5209703aa8de43dc6c 100644 --- a/Imaging/Morphological/vtkImageThresholdConnectivity.h +++ b/Imaging/Morphological/vtkImageThresholdConnectivity.h @@ -170,7 +170,7 @@ protected: vtkInformationVector *); private: - vtkImageThresholdConnectivity(const vtkImageThresholdConnectivity&); // Not implemented. + vtkImageThresholdConnectivity(const vtkImageThresholdConnectivity&) VTK_DELETE_FUNCTION; void operator=(const vtkImageThresholdConnectivity&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Sources/vtkImageCanvasSource2D.h b/Imaging/Sources/vtkImageCanvasSource2D.h index c8acded78df1cdb6d2fb432c6b7d3a7087aef355..037383a33ce17060005f63d4ff35a3a2f24795b5 100644 --- a/Imaging/Sources/vtkImageCanvasSource2D.h +++ b/Imaging/Sources/vtkImageCanvasSource2D.h @@ -161,7 +161,7 @@ protected: vtkInformationVector *); private: - vtkImageCanvasSource2D(const vtkImageCanvasSource2D&); // Not implemented. + vtkImageCanvasSource2D(const vtkImageCanvasSource2D&) VTK_DELETE_FUNCTION; void operator=(const vtkImageCanvasSource2D&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Sources/vtkImageEllipsoidSource.h b/Imaging/Sources/vtkImageEllipsoidSource.h index cb832eeb0190782545f8e217012d0e460a889b77..b7255265513be1df60d5dafc615480c88b8f99c4 100644 --- a/Imaging/Sources/vtkImageEllipsoidSource.h +++ b/Imaging/Sources/vtkImageEllipsoidSource.h @@ -105,7 +105,7 @@ protected: vtkInformationVector **, vtkInformationVector *); private: - vtkImageEllipsoidSource(const vtkImageEllipsoidSource&); // Not implemented. + vtkImageEllipsoidSource(const vtkImageEllipsoidSource&) VTK_DELETE_FUNCTION; void operator=(const vtkImageEllipsoidSource&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Sources/vtkImageGaussianSource.h b/Imaging/Sources/vtkImageGaussianSource.h index fe9ac345a662a5e862d24a2064dc5ad7d15cf5e3..cd06871d96b83218bedfa76cca47e4448d3fe9e5 100644 --- a/Imaging/Sources/vtkImageGaussianSource.h +++ b/Imaging/Sources/vtkImageGaussianSource.h @@ -63,7 +63,7 @@ protected: virtual int RequestInformation (vtkInformation *, vtkInformationVector**, vtkInformationVector *); virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkImageGaussianSource(const vtkImageGaussianSource&); // Not implemented. + vtkImageGaussianSource(const vtkImageGaussianSource&) VTK_DELETE_FUNCTION; void operator=(const vtkImageGaussianSource&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Sources/vtkImageGridSource.h b/Imaging/Sources/vtkImageGridSource.h index cdcd855c2ceea26dbdf581691aee5ca050f30cb3..2b0efa5635aacebff0baa17a9852bb3745195438 100644 --- a/Imaging/Sources/vtkImageGridSource.h +++ b/Imaging/Sources/vtkImageGridSource.h @@ -104,7 +104,7 @@ protected: virtual void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation* outInfo); private: - vtkImageGridSource(const vtkImageGridSource&); // Not implemented. + vtkImageGridSource(const vtkImageGridSource&) VTK_DELETE_FUNCTION; void operator=(const vtkImageGridSource&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Sources/vtkImageMandelbrotSource.h b/Imaging/Sources/vtkImageMandelbrotSource.h index e3f8e1bafed2a11bdf3247fac4544ff61436c79f..8fa6da2aceb54f98222ea79db64e4597bde822b5 100644 --- a/Imaging/Sources/vtkImageMandelbrotSource.h +++ b/Imaging/Sources/vtkImageMandelbrotSource.h @@ -140,7 +140,7 @@ protected: vtkInformationVector *); double EvaluateSet(double p[4]); private: - vtkImageMandelbrotSource(const vtkImageMandelbrotSource&); // Not implemented. + vtkImageMandelbrotSource(const vtkImageMandelbrotSource&) VTK_DELETE_FUNCTION; void operator=(const vtkImageMandelbrotSource&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Sources/vtkImageNoiseSource.h b/Imaging/Sources/vtkImageNoiseSource.h index 68e21ffad3fa5192237f7d5edae0e91c071a8364..b36f39836f3a3cb17e48fdb3e4d641c7c8f7d57e 100644 --- a/Imaging/Sources/vtkImageNoiseSource.h +++ b/Imaging/Sources/vtkImageNoiseSource.h @@ -64,7 +64,7 @@ protected: virtual int RequestInformation (vtkInformation *, vtkInformationVector**, vtkInformationVector *); virtual void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation* outInfo); private: - vtkImageNoiseSource(const vtkImageNoiseSource&); // Not implemented. + vtkImageNoiseSource(const vtkImageNoiseSource&) VTK_DELETE_FUNCTION; void operator=(const vtkImageNoiseSource&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Sources/vtkImageSinusoidSource.h b/Imaging/Sources/vtkImageSinusoidSource.h index 0ce47e8eab2bc0298e4a6e165f37950255e79724..e4ec4c2ad41e6ab07903e51ec50ab52e3d5fd90e 100644 --- a/Imaging/Sources/vtkImageSinusoidSource.h +++ b/Imaging/Sources/vtkImageSinusoidSource.h @@ -71,7 +71,7 @@ protected: virtual int RequestInformation (vtkInformation *, vtkInformationVector**, vtkInformationVector *); virtual void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation* outInfo); private: - vtkImageSinusoidSource(const vtkImageSinusoidSource&); // Not implemented. + vtkImageSinusoidSource(const vtkImageSinusoidSource&) VTK_DELETE_FUNCTION; void operator=(const vtkImageSinusoidSource&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Statistics/vtkImageAccumulate.h b/Imaging/Statistics/vtkImageAccumulate.h index 6758c6337c1169255f00a8a569bf73bc5ba96071..120b5cc0757273535e53bd50c9c3815d36edbf53 100644 --- a/Imaging/Statistics/vtkImageAccumulate.h +++ b/Imaging/Statistics/vtkImageAccumulate.h @@ -143,7 +143,7 @@ protected: virtual int FillInputPortInformation(int port, vtkInformation* info); private: - vtkImageAccumulate(const vtkImageAccumulate&); // Not implemented. + vtkImageAccumulate(const vtkImageAccumulate&) VTK_DELETE_FUNCTION; void operator=(const vtkImageAccumulate&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Statistics/vtkImageHistogram.h b/Imaging/Statistics/vtkImageHistogram.h index c2986984de4a3efeda7743847db186e93bd04186..5cbcba5b351dd474c1c2c8a98d9d0065c7b51935 100644 --- a/Imaging/Statistics/vtkImageHistogram.h +++ b/Imaging/Statistics/vtkImageHistogram.h @@ -201,7 +201,7 @@ protected: vtkImageHistogramSMPThreadLocal *SMPThreadData; private: - vtkImageHistogram(const vtkImageHistogram&); // Not implemented. + vtkImageHistogram(const vtkImageHistogram&) VTK_DELETE_FUNCTION; void operator=(const vtkImageHistogram&) VTK_DELETE_FUNCTION; friend class vtkImageHistogramFunctor; diff --git a/Imaging/Statistics/vtkImageHistogramStatistics.h b/Imaging/Statistics/vtkImageHistogramStatistics.h index 9f81631ff05aa8a404c428096c42d9824b7ec033..61025403c40c39f19fc312b11ce8c2f25f0ecd2c 100644 --- a/Imaging/Statistics/vtkImageHistogramStatistics.h +++ b/Imaging/Statistics/vtkImageHistogramStatistics.h @@ -115,7 +115,7 @@ protected: double AutoRangeExpansionFactors[2]; private: - vtkImageHistogramStatistics(const vtkImageHistogramStatistics&); // Not implemented. + vtkImageHistogramStatistics(const vtkImageHistogramStatistics&) VTK_DELETE_FUNCTION; void operator=(const vtkImageHistogramStatistics&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Stencil/vtkImageStencil.h b/Imaging/Stencil/vtkImageStencil.h index e8fe6d8ee0ee01a229e6f4b0d18155c184fe2656..c162a5cc1c2fcb985c04814a080c9e03cf4aefc6 100644 --- a/Imaging/Stencil/vtkImageStencil.h +++ b/Imaging/Stencil/vtkImageStencil.h @@ -89,7 +89,7 @@ protected: virtual int FillInputPortInformation(int, vtkInformation*); private: - vtkImageStencil(const vtkImageStencil&); // Not implemented. + vtkImageStencil(const vtkImageStencil&) VTK_DELETE_FUNCTION; void operator=(const vtkImageStencil&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Stencil/vtkImageStencilToImage.h b/Imaging/Stencil/vtkImageStencilToImage.h index 068031e3400db45217bae3f659e91231e343174e..02f815899b1385a40133fc9516e0d7c6092af270 100644 --- a/Imaging/Stencil/vtkImageStencilToImage.h +++ b/Imaging/Stencil/vtkImageStencilToImage.h @@ -84,7 +84,7 @@ protected: virtual int FillInputPortInformation(int, vtkInformation*); private: - vtkImageStencilToImage(const vtkImageStencilToImage&); // Not implemented. + vtkImageStencilToImage(const vtkImageStencilToImage&) VTK_DELETE_FUNCTION; void operator=(const vtkImageStencilToImage&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Stencil/vtkImageToImageStencil.h b/Imaging/Stencil/vtkImageToImageStencil.h index 2a43159886ee5776cc8d8aca987edb4032e8aed0..25565d750d6922f68db0cd27bda3e69cf9c78674 100644 --- a/Imaging/Stencil/vtkImageToImageStencil.h +++ b/Imaging/Stencil/vtkImageToImageStencil.h @@ -73,7 +73,7 @@ protected: double LowerThreshold; double Threshold; private: - vtkImageToImageStencil(const vtkImageToImageStencil&); // Not implemented. + vtkImageToImageStencil(const vtkImageToImageStencil&) VTK_DELETE_FUNCTION; void operator=(const vtkImageToImageStencil&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Stencil/vtkImplicitFunctionToImageStencil.h b/Imaging/Stencil/vtkImplicitFunctionToImageStencil.h index e743c092d8e2d34f737b1d6176d2cd1a670845bb..aed103fcaf6168905bb637a1c7f1213d6443af60 100644 --- a/Imaging/Stencil/vtkImplicitFunctionToImageStencil.h +++ b/Imaging/Stencil/vtkImplicitFunctionToImageStencil.h @@ -61,7 +61,7 @@ protected: double Threshold; private: - vtkImplicitFunctionToImageStencil(const vtkImplicitFunctionToImageStencil&); // Not implemented. + vtkImplicitFunctionToImageStencil(const vtkImplicitFunctionToImageStencil&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitFunctionToImageStencil&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Stencil/vtkLassoStencilSource.h b/Imaging/Stencil/vtkLassoStencilSource.h index acc61d292516d6c5637364a53f7761bfbddbc843..d2c344731e29f137e078af902d5d6935ab64cbfe 100644 --- a/Imaging/Stencil/vtkLassoStencilSource.h +++ b/Imaging/Stencil/vtkLassoStencilSource.h @@ -98,7 +98,7 @@ protected: vtkLSSPointMap *PointMap; private: - vtkLassoStencilSource(const vtkLassoStencilSource&); // Not implemented. + vtkLassoStencilSource(const vtkLassoStencilSource&) VTK_DELETE_FUNCTION; void operator=(const vtkLassoStencilSource&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Stencil/vtkPolyDataToImageStencil.h b/Imaging/Stencil/vtkPolyDataToImageStencil.h index 418c9d53aad2968d995361bf04eab5e87f165e7d..857872925e043e1ab85d67a19d1bf8222cbd2a41 100644 --- a/Imaging/Stencil/vtkPolyDataToImageStencil.h +++ b/Imaging/Stencil/vtkPolyDataToImageStencil.h @@ -111,7 +111,7 @@ protected: double Tolerance; private: - vtkPolyDataToImageStencil(const vtkPolyDataToImageStencil&); // Not implemented. + vtkPolyDataToImageStencil(const vtkPolyDataToImageStencil&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataToImageStencil&) VTK_DELETE_FUNCTION; }; diff --git a/Imaging/Stencil/vtkROIStencilSource.h b/Imaging/Stencil/vtkROIStencilSource.h index 251d47d257cb8ed2a06c1a2103827c96a79dd230..3818920b0b0c2a2ad22114a6b06375c7ac0af183 100644 --- a/Imaging/Stencil/vtkROIStencilSource.h +++ b/Imaging/Stencil/vtkROIStencilSource.h @@ -74,7 +74,7 @@ protected: double Bounds[6]; private: - vtkROIStencilSource(const vtkROIStencilSource&); // Not implemented. + vtkROIStencilSource(const vtkROIStencilSource&) VTK_DELETE_FUNCTION; void operator=(const vtkROIStencilSource&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostBetweennessClustering.h b/Infovis/BoostGraphAlgorithms/vtkBoostBetweennessClustering.h index 083cd052acb92c31c2a8023cf1bfabfc46c70323..9c6df43ceea1d21d679b047f1c2a88ebd74e1f20 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostBetweennessClustering.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostBetweennessClustering.h @@ -85,7 +85,7 @@ private: char* EdgeWeightArrayName; char* EdgeCentralityArrayName; - vtkBoostBetweennessClustering(const vtkBoostBetweennessClustering&); // Not implemented. + vtkBoostBetweennessClustering(const vtkBoostBetweennessClustering&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostBetweennessClustering&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostBiconnectedComponents.h b/Infovis/BoostGraphAlgorithms/vtkBoostBiconnectedComponents.h index 2ad6f62217de47cfc2ad130c0715d92758f28e2a..07d69e82ab25511c18471b751ffcf41786018c24 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostBiconnectedComponents.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostBiconnectedComponents.h @@ -67,7 +67,7 @@ private: char* OutputArrayName; - vtkBoostBiconnectedComponents(const vtkBoostBiconnectedComponents&); // Not implemented. + vtkBoostBiconnectedComponents(const vtkBoostBiconnectedComponents&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostBiconnectedComponents&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostBrandesCentrality.h b/Infovis/BoostGraphAlgorithms/vtkBoostBrandesCentrality.h index 4c29b705ce728e1e798f56ac4a8e3e37bde2e897..2f71e2e0e5d4791aaaa9ce4ec5285a29ad95e72e 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostBrandesCentrality.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostBrandesCentrality.h @@ -73,7 +73,7 @@ private: bool InvertEdgeWeightArray; char* EdgeWeightArrayName; - vtkBoostBrandesCentrality(const vtkBoostBrandesCentrality&); // Not implemented. + vtkBoostBrandesCentrality(const vtkBoostBrandesCentrality&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostBrandesCentrality&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearch.h b/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearch.h index 73636f911c20e460cee75b9bed7f26aee3472d0a..aa4f6bc2d2b9740aa4cf6a3b7da70200e28d87fd 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearch.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearch.h @@ -138,7 +138,7 @@ private: vtkIdType GetVertexIndex( vtkAbstractArray *abstract,vtkVariant value); - vtkBoostBreadthFirstSearch(const vtkBoostBreadthFirstSearch&); // Not implemented. + vtkBoostBreadthFirstSearch(const vtkBoostBreadthFirstSearch&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostBreadthFirstSearch&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearchTree.h b/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearchTree.h index f4d7b8b4d66ec1d5226a27d397c6e7d79780bb6e..1925d84a89bc45a60da88d9f577abd413a815049 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearchTree.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostBreadthFirstSearchTree.h @@ -99,7 +99,7 @@ private: vtkIdType GetVertexIndex( vtkAbstractArray *abstract,vtkVariant value); - vtkBoostBreadthFirstSearchTree(const vtkBoostBreadthFirstSearchTree&); // Not implemented. + vtkBoostBreadthFirstSearchTree(const vtkBoostBreadthFirstSearchTree&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostBreadthFirstSearchTree&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostConnectedComponents.h b/Infovis/BoostGraphAlgorithms/vtkBoostConnectedComponents.h index df3d9ee321e292e51137c3e40e9fe7b518b899cd..c93aac147188b8daec7fba68835eb272ce592e4f 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostConnectedComponents.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostConnectedComponents.h @@ -49,7 +49,7 @@ protected: private: - vtkBoostConnectedComponents(const vtkBoostConnectedComponents&); // Not implemented. + vtkBoostConnectedComponents(const vtkBoostConnectedComponents&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostConnectedComponents&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostDividedEdgeBundling.h b/Infovis/BoostGraphAlgorithms/vtkBoostDividedEdgeBundling.h index 09243e1442eaba1d4197fd4b15e657cfe6fdf13a..49dc8119b90a75bc7427f05753b0f75a659a7b81 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostDividedEdgeBundling.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostDividedEdgeBundling.h @@ -57,7 +57,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkBoostDividedEdgeBundling(const vtkBoostDividedEdgeBundling&); // Not implemented. + vtkBoostDividedEdgeBundling(const vtkBoostDividedEdgeBundling&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostDividedEdgeBundling&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostExtractLargestComponent.h b/Infovis/BoostGraphAlgorithms/vtkBoostExtractLargestComponent.h index 822882a1360c9022e8bb5efc0b1d181c1b588f22..8eeccf81146e968feb810f97395446da34faeaf5 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostExtractLargestComponent.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostExtractLargestComponent.h @@ -55,7 +55,7 @@ protected: bool InvertSelection; private: - vtkBoostExtractLargestComponent(const vtkBoostExtractLargestComponent&); // Not implemented. + vtkBoostExtractLargestComponent(const vtkBoostExtractLargestComponent&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostExtractLargestComponent&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostKruskalMinimumSpanningTree.h b/Infovis/BoostGraphAlgorithms/vtkBoostKruskalMinimumSpanningTree.h index 1049fe65cfadb3720ffa6af4c2b1d0c384c06979..cbe4c94091770957ee95645b76c86ca209508e07 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostKruskalMinimumSpanningTree.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostKruskalMinimumSpanningTree.h @@ -90,7 +90,7 @@ private: bool NegateEdgeWeights; float EdgeWeightMultiplier; - vtkBoostKruskalMinimumSpanningTree(const vtkBoostKruskalMinimumSpanningTree&); // Not implemented. + vtkBoostKruskalMinimumSpanningTree(const vtkBoostKruskalMinimumSpanningTree&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostKruskalMinimumSpanningTree&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostLogWeighting.h b/Infovis/BoostGraphAlgorithms/vtkBoostLogWeighting.h index 081216f14cc35aab779764ccbf6438438ee051ac..6f18f92557c3102787a9d8ab4ac4f52408e9a941 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostLogWeighting.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostLogWeighting.h @@ -68,7 +68,7 @@ protected: vtkInformationVector*); private: - vtkBoostLogWeighting(const vtkBoostLogWeighting&); // Not implemented + vtkBoostLogWeighting(const vtkBoostLogWeighting&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostLogWeighting&) VTK_DELETE_FUNCTION; int Base; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostPrimMinimumSpanningTree.h b/Infovis/BoostGraphAlgorithms/vtkBoostPrimMinimumSpanningTree.h index 42ebda766964a0f515580d89987cbb2b3f862588..1e96f303475b3546535bbcc32081b794252b2d59 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostPrimMinimumSpanningTree.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostPrimMinimumSpanningTree.h @@ -126,7 +126,7 @@ private: vtkIdType GetVertexIndex( vtkAbstractArray *abstract,vtkVariant value); - vtkBoostPrimMinimumSpanningTree(const vtkBoostPrimMinimumSpanningTree&); // Not implemented. + vtkBoostPrimMinimumSpanningTree(const vtkBoostPrimMinimumSpanningTree&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostPrimMinimumSpanningTree&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostRandomSparseArraySource.h b/Infovis/BoostGraphAlgorithms/vtkBoostRandomSparseArraySource.h index 7ab858f3cac78cb2124132f98ac918a29080fff7..2802d981bf3dee5c23d3d4e5a65fa8b881b470e3 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostRandomSparseArraySource.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostRandomSparseArraySource.h @@ -83,7 +83,7 @@ protected: vtkInformationVector*); private: - vtkBoostRandomSparseArraySource(const vtkBoostRandomSparseArraySource&); // Not implemented + vtkBoostRandomSparseArraySource(const vtkBoostRandomSparseArraySource&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostRandomSparseArraySource&) VTK_DELETE_FUNCTION; vtkArrayExtents Extents; diff --git a/Infovis/BoostGraphAlgorithms/vtkBoostSplitTableField.h b/Infovis/BoostGraphAlgorithms/vtkBoostSplitTableField.h index d16f2a6542c8d393f0effb603da5dc27f28687eb..002fdbffcd1a61b4feac6cf96499699e56e83707 100644 --- a/Infovis/BoostGraphAlgorithms/vtkBoostSplitTableField.h +++ b/Infovis/BoostGraphAlgorithms/vtkBoostSplitTableField.h @@ -82,7 +82,7 @@ private: class implementation; - vtkBoostSplitTableField(const vtkBoostSplitTableField&); // Not implemented + vtkBoostSplitTableField(const vtkBoostSplitTableField&) VTK_DELETE_FUNCTION; void operator=(const vtkBoostSplitTableField&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkAddMembershipArray.h b/Infovis/Core/vtkAddMembershipArray.h index be8787fbff6eb84c6a2de6b0a2db9bc757f73f50..c9ffd8df525a68af4bd6c91f373b8072e11cd31a 100644 --- a/Infovis/Core/vtkAddMembershipArray.h +++ b/Infovis/Core/vtkAddMembershipArray.h @@ -85,7 +85,7 @@ protected: vtkAbstractArray* InputValues; private: - vtkAddMembershipArray(const vtkAddMembershipArray&); // Not implemented + vtkAddMembershipArray(const vtkAddMembershipArray&) VTK_DELETE_FUNCTION; void operator=(const vtkAddMembershipArray&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkAdjacencyMatrixToEdgeTable.h b/Infovis/Core/vtkAdjacencyMatrixToEdgeTable.h index 381e1e652c73fa11f8722bc543dac971fe50e231..2561815479f54f4933c0571bdc69ac6187ef76e2 100644 --- a/Infovis/Core/vtkAdjacencyMatrixToEdgeTable.h +++ b/Infovis/Core/vtkAdjacencyMatrixToEdgeTable.h @@ -83,7 +83,7 @@ protected: double MinimumThreshold; private: - vtkAdjacencyMatrixToEdgeTable(const vtkAdjacencyMatrixToEdgeTable&); // Not implemented + vtkAdjacencyMatrixToEdgeTable(const vtkAdjacencyMatrixToEdgeTable&) VTK_DELETE_FUNCTION; void operator=(const vtkAdjacencyMatrixToEdgeTable&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkArrayNorm.h b/Infovis/Core/vtkArrayNorm.h index 241822a7b81ce9db51688f07306a9bb06ea0f692..f13114bf19a4546384001b50c53cda5ff47f1421 100644 --- a/Infovis/Core/vtkArrayNorm.h +++ b/Infovis/Core/vtkArrayNorm.h @@ -77,7 +77,7 @@ protected: vtkInformationVector*); private: - vtkArrayNorm(const vtkArrayNorm&); // Not implemented + vtkArrayNorm(const vtkArrayNorm&) VTK_DELETE_FUNCTION; void operator=(const vtkArrayNorm&) VTK_DELETE_FUNCTION; int Dimension; diff --git a/Infovis/Core/vtkArrayToTable.h b/Infovis/Core/vtkArrayToTable.h index b2d26c9f4c5d7d6abfa2a65d56a467c8bee6ecba..b46bcc8c9205fd20fc29aa96a1f283b3d9979aa6 100644 --- a/Infovis/Core/vtkArrayToTable.h +++ b/Infovis/Core/vtkArrayToTable.h @@ -50,7 +50,7 @@ protected: vtkInformationVector*); private: - vtkArrayToTable(const vtkArrayToTable&); // Not implemented + vtkArrayToTable(const vtkArrayToTable&) VTK_DELETE_FUNCTION; void operator=(const vtkArrayToTable&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkCollapseGraph.h b/Infovis/Core/vtkCollapseGraph.h index ac689802f2c64c4ccb94d7a94cdaed8e78682f28..45d0973c164ebb550cf493307621bd7b018138f0 100644 --- a/Infovis/Core/vtkCollapseGraph.h +++ b/Infovis/Core/vtkCollapseGraph.h @@ -67,7 +67,7 @@ protected: vtkInformationVector*); private: - vtkCollapseGraph(const vtkCollapseGraph&); // Not implemented + vtkCollapseGraph(const vtkCollapseGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkCollapseGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkCollapseVerticesByArray.h b/Infovis/Core/vtkCollapseVerticesByArray.h index 4a0c0d0360eb52897807b0e4a762c3939ac6587f..69e2cd3c93aa8d1cf812a66a5939633935bbd777 100644 --- a/Infovis/Core/vtkCollapseVerticesByArray.h +++ b/Infovis/Core/vtkCollapseVerticesByArray.h @@ -115,7 +115,7 @@ protected: private: // Description: - vtkCollapseVerticesByArray(const vtkCollapseVerticesByArray&); // Not implemented + vtkCollapseVerticesByArray(const vtkCollapseVerticesByArray&) VTK_DELETE_FUNCTION; void operator=(const vtkCollapseVerticesByArray&) VTK_DELETE_FUNCTION; diff --git a/Infovis/Core/vtkDataObjectToTable.h b/Infovis/Core/vtkDataObjectToTable.h index ab8acbb04610a9fda09b21ac92a924ccdc2a9c02..d2e9bedcf2ba65d3a8c5ef490a22c6a90e17dd31 100644 --- a/Infovis/Core/vtkDataObjectToTable.h +++ b/Infovis/Core/vtkDataObjectToTable.h @@ -65,7 +65,7 @@ protected: int FieldType; private: - vtkDataObjectToTable(const vtkDataObjectToTable&); // Not implemented + vtkDataObjectToTable(const vtkDataObjectToTable&) VTK_DELETE_FUNCTION; void operator=(const vtkDataObjectToTable&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkDotProductSimilarity.h b/Infovis/Core/vtkDotProductSimilarity.h index 727956effdc98d476feb540c03aabcf0a372f248..17bc2c423938114913d03fcc571246fa414475f3 100644 --- a/Infovis/Core/vtkDotProductSimilarity.h +++ b/Infovis/Core/vtkDotProductSimilarity.h @@ -129,7 +129,7 @@ protected: vtkInformationVector*); private: - vtkDotProductSimilarity(const vtkDotProductSimilarity&); // Not implemented + vtkDotProductSimilarity(const vtkDotProductSimilarity&) VTK_DELETE_FUNCTION; void operator=(const vtkDotProductSimilarity&) VTK_DELETE_FUNCTION; vtkIdType VectorDimension; diff --git a/Infovis/Core/vtkEdgeCenters.h b/Infovis/Core/vtkEdgeCenters.h index 410acd1bcaba21b68497b7677736ac6b146609ae..556aa74138f019e87dee64a3c91e9a85f718b943 100644 --- a/Infovis/Core/vtkEdgeCenters.h +++ b/Infovis/Core/vtkEdgeCenters.h @@ -60,7 +60,7 @@ protected: int VertexCells; private: - vtkEdgeCenters(const vtkEdgeCenters&); // Not implemented. + vtkEdgeCenters(const vtkEdgeCenters&) VTK_DELETE_FUNCTION; void operator=(const vtkEdgeCenters&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkExpandSelectedGraph.h b/Infovis/Core/vtkExpandSelectedGraph.h index 7c8b96ee143ade897c218fa63b5d69ed7e227eba..0433178cb074be010c5ae89c50e1b2faf182d2ce 100644 --- a/Infovis/Core/vtkExpandSelectedGraph.h +++ b/Infovis/Core/vtkExpandSelectedGraph.h @@ -100,7 +100,7 @@ protected: bool UseDomain; private: - vtkExpandSelectedGraph(const vtkExpandSelectedGraph&); // Not implemented + vtkExpandSelectedGraph(const vtkExpandSelectedGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkExpandSelectedGraph&) VTK_DELETE_FUNCTION; void BFSExpandSelection(vtkIdTypeArray *selection, diff --git a/Infovis/Core/vtkExtractSelectedGraph.h b/Infovis/Core/vtkExtractSelectedGraph.h index c963340ac7c3bcbecdf23f13b0bde3e3aac8151e..63578ed88192701149830a0ef28bb5bc391d80ce 100644 --- a/Infovis/Core/vtkExtractSelectedGraph.h +++ b/Infovis/Core/vtkExtractSelectedGraph.h @@ -84,7 +84,7 @@ protected: bool RemoveIsolatedVertices; private: - vtkExtractSelectedGraph(const vtkExtractSelectedGraph&); // Not implemented + vtkExtractSelectedGraph(const vtkExtractSelectedGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractSelectedGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkExtractSelectedTree.h b/Infovis/Core/vtkExtractSelectedTree.h index ae08e1ee7087cc2b41e51e4ac9d4ddd5cfd76f5b..7c1ad01e2e467d6766a30aaf16a72cb20beef336 100644 --- a/Infovis/Core/vtkExtractSelectedTree.h +++ b/Infovis/Core/vtkExtractSelectedTree.h @@ -57,7 +57,7 @@ protected: private: - vtkExtractSelectedTree(const vtkExtractSelectedTree&); // Not implemented + vtkExtractSelectedTree(const vtkExtractSelectedTree&) VTK_DELETE_FUNCTION; void operator=(const vtkExtractSelectedTree&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkGenerateIndexArray.h b/Infovis/Core/vtkGenerateIndexArray.h index c7837ee7119a079aba0139237f169e763c9bce0e..8b88091c240c69bcbb340e0713d50d879da8001c 100644 --- a/Infovis/Core/vtkGenerateIndexArray.h +++ b/Infovis/Core/vtkGenerateIndexArray.h @@ -109,7 +109,7 @@ protected: int PedigreeID; private: - vtkGenerateIndexArray(const vtkGenerateIndexArray&); // Not implemented. + vtkGenerateIndexArray(const vtkGenerateIndexArray&) VTK_DELETE_FUNCTION; void operator=(const vtkGenerateIndexArray&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkGraphHierarchicalBundleEdges.h b/Infovis/Core/vtkGraphHierarchicalBundleEdges.h index acfe1e2dd9e4b06ce72deb984142a76f62995be5..4030bccc9e8cd2d54a7b9ad6ddcd3fc1c2d5fcda 100644 --- a/Infovis/Core/vtkGraphHierarchicalBundleEdges.h +++ b/Infovis/Core/vtkGraphHierarchicalBundleEdges.h @@ -95,7 +95,7 @@ protected: // Convert the vtkGraph into vtkPolyData. int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkGraphHierarchicalBundleEdges(const vtkGraphHierarchicalBundleEdges&); // Not implemented. + vtkGraphHierarchicalBundleEdges(const vtkGraphHierarchicalBundleEdges&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphHierarchicalBundleEdges&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkGroupLeafVertices.h b/Infovis/Core/vtkGroupLeafVertices.h index d411728d1a2efe784da5cbf1c1e828c1c429fbc8..6c65654045690233eeb85ce82d1d70abc2ceda1f 100644 --- a/Infovis/Core/vtkGroupLeafVertices.h +++ b/Infovis/Core/vtkGroupLeafVertices.h @@ -58,7 +58,7 @@ protected: char* GroupDomain; private: - vtkGroupLeafVertices(const vtkGroupLeafVertices&); // Not implemented + vtkGroupLeafVertices(const vtkGroupLeafVertices&) VTK_DELETE_FUNCTION; void operator=(const vtkGroupLeafVertices&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkKCoreDecomposition.h b/Infovis/Core/vtkKCoreDecomposition.h index a40321d7acc96c4fd7cdbbe4447247fa36cc5ed0..d6a56a232d5126656e711edd2691d5b78b3a9f47 100644 --- a/Infovis/Core/vtkKCoreDecomposition.h +++ b/Infovis/Core/vtkKCoreDecomposition.h @@ -100,7 +100,7 @@ private: void Cores(vtkGraph* g, vtkIntArray* KCoreNumbers); - vtkKCoreDecomposition(const vtkKCoreDecomposition&); // Not implemented. + vtkKCoreDecomposition(const vtkKCoreDecomposition&) VTK_DELETE_FUNCTION; void operator=(const vtkKCoreDecomposition&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkMergeColumns.h b/Infovis/Core/vtkMergeColumns.h index 51c8dd0b377280cb2d7c58f051d8d591b3bf9f4a..752e7d2d8520b17c67977c681964a29c7d57e237 100644 --- a/Infovis/Core/vtkMergeColumns.h +++ b/Infovis/Core/vtkMergeColumns.h @@ -66,7 +66,7 @@ protected: vtkInformationVector*); private: - vtkMergeColumns(const vtkMergeColumns&); // Not implemented + vtkMergeColumns(const vtkMergeColumns&) VTK_DELETE_FUNCTION; void operator=(const vtkMergeColumns&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkMergeGraphs.h b/Infovis/Core/vtkMergeGraphs.h index e54f26817d1c2c9d5a5dc25c27b2200cb635d4ed..fe44b6a69d291c0db2eb94bc9d4176ffbe6e4226 100644 --- a/Infovis/Core/vtkMergeGraphs.h +++ b/Infovis/Core/vtkMergeGraphs.h @@ -100,7 +100,7 @@ protected: double EdgeWindow; private: - vtkMergeGraphs(const vtkMergeGraphs&); // Not implemented + vtkMergeGraphs(const vtkMergeGraphs&) VTK_DELETE_FUNCTION; void operator=(const vtkMergeGraphs&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkMergeTables.h b/Infovis/Core/vtkMergeTables.h index d1ddda2a098b228ecfc2ab159e19609976630108..3add1b91706fbe7a41ce41e25e592ff61acec145 100644 --- a/Infovis/Core/vtkMergeTables.h +++ b/Infovis/Core/vtkMergeTables.h @@ -90,7 +90,7 @@ protected: vtkInformationVector*); private: - vtkMergeTables(const vtkMergeTables&); // Not implemented + vtkMergeTables(const vtkMergeTables&) VTK_DELETE_FUNCTION; void operator=(const vtkMergeTables&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkMutableGraphHelper.h b/Infovis/Core/vtkMutableGraphHelper.h index c105f343c5edf79bd96c40c62a89e3c11e573a10..d7d5acd8a7bf263637e8e9aa8db52b608811761b 100644 --- a/Infovis/Core/vtkMutableGraphHelper.h +++ b/Infovis/Core/vtkMutableGraphHelper.h @@ -95,7 +95,7 @@ protected: vtkMutableUndirectedGraph* UndirectedGraph; private: - vtkMutableGraphHelper(const vtkMutableGraphHelper&); // Not implemented. + vtkMutableGraphHelper(const vtkMutableGraphHelper&) VTK_DELETE_FUNCTION; void operator=(const vtkMutableGraphHelper&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkNetworkHierarchy.h b/Infovis/Core/vtkNetworkHierarchy.h index 8171075a94b526c1ff1e236acad3ce4a050ca39e..2f258ff33fb363c0978d752cb9959bb5575684ef 100644 --- a/Infovis/Core/vtkNetworkHierarchy.h +++ b/Infovis/Core/vtkNetworkHierarchy.h @@ -61,7 +61,7 @@ protected: int vtkNotUsed(port), vtkInformation* info); private: - vtkNetworkHierarchy(const vtkNetworkHierarchy&); // Not implemented + vtkNetworkHierarchy(const vtkNetworkHierarchy&) VTK_DELETE_FUNCTION; void operator=(const vtkNetworkHierarchy&) VTK_DELETE_FUNCTION; // Internal helper functions diff --git a/Infovis/Core/vtkPipelineGraphSource.h b/Infovis/Core/vtkPipelineGraphSource.h index fb0de2546211d0074bd4857d0b16f9c5f99bc4de..6cc66f3fe3b2c7dd02c1fa72ae83d801935b2dbe 100644 --- a/Infovis/Core/vtkPipelineGraphSource.h +++ b/Infovis/Core/vtkPipelineGraphSource.h @@ -56,7 +56,7 @@ protected: vtkCollection* Sinks; private: - vtkPipelineGraphSource(const vtkPipelineGraphSource&); // Not implemented + vtkPipelineGraphSource(const vtkPipelineGraphSource&) VTK_DELETE_FUNCTION; void operator=(const vtkPipelineGraphSource&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkPruneTreeFilter.h b/Infovis/Core/vtkPruneTreeFilter.h index a5adcf76e1a1898ab3f171c078c1c18c0eb9a84f..918fa77221a3bd6c6afc2a973ed692e094e9e9c5 100644 --- a/Infovis/Core/vtkPruneTreeFilter.h +++ b/Infovis/Core/vtkPruneTreeFilter.h @@ -63,7 +63,7 @@ protected: vtkInformationVector*); private: - vtkPruneTreeFilter(const vtkPruneTreeFilter&); // Not implemented + vtkPruneTreeFilter(const vtkPruneTreeFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkPruneTreeFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkRandomGraphSource.h b/Infovis/Core/vtkRandomGraphSource.h index 2ec69a8d03e068ac81401be907e512870531ed47..41e7f00fee1bda5bd7413a634ba6588c751d28eb 100644 --- a/Infovis/Core/vtkRandomGraphSource.h +++ b/Infovis/Core/vtkRandomGraphSource.h @@ -159,7 +159,7 @@ protected: vtkInformationVector* outputVector); private: - vtkRandomGraphSource(const vtkRandomGraphSource&); // Not implemented + vtkRandomGraphSource(const vtkRandomGraphSource&) VTK_DELETE_FUNCTION; void operator=(const vtkRandomGraphSource&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkReduceTable.h b/Infovis/Core/vtkReduceTable.h index 594e63f82c2a85772b7bb00f5741c7306f5e53e0..fc5259546da6a9a859f27cdd36caec963b987802 100644 --- a/Infovis/Core/vtkReduceTable.h +++ b/Infovis/Core/vtkReduceTable.h @@ -147,7 +147,7 @@ protected: int NonNumericalReductionMethod; private: - vtkReduceTable(const vtkReduceTable&); // Not implemented + vtkReduceTable(const vtkReduceTable&) VTK_DELETE_FUNCTION; void operator=(const vtkReduceTable&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkRemoveHiddenData.h b/Infovis/Core/vtkRemoveHiddenData.h index 1e351361f96e44b441d55738b4469611b01ea360..5bfa5459b225c8c23ac0a625a4cf9f95886f0c7d 100644 --- a/Infovis/Core/vtkRemoveHiddenData.h +++ b/Infovis/Core/vtkRemoveHiddenData.h @@ -60,7 +60,7 @@ protected: int FillInputPortInformation(int port, vtkInformation* info); private: - vtkRemoveHiddenData(const vtkRemoveHiddenData&); // Not implemented. + vtkRemoveHiddenData(const vtkRemoveHiddenData&) VTK_DELETE_FUNCTION; void operator=(const vtkRemoveHiddenData&) VTK_DELETE_FUNCTION; vtkSmartPointer ExtractGraph; diff --git a/Infovis/Core/vtkRemoveIsolatedVertices.h b/Infovis/Core/vtkRemoveIsolatedVertices.h index 8b161922f7829a3cc84e1011f87306eacfebce6a..ee607e24400d0d4f60f099075191835a8bc45e3b 100644 --- a/Infovis/Core/vtkRemoveIsolatedVertices.h +++ b/Infovis/Core/vtkRemoveIsolatedVertices.h @@ -47,7 +47,7 @@ protected: vtkInformationVector*); private: - vtkRemoveIsolatedVertices(const vtkRemoveIsolatedVertices&); // Not implemented + vtkRemoveIsolatedVertices(const vtkRemoveIsolatedVertices&) VTK_DELETE_FUNCTION; void operator=(const vtkRemoveIsolatedVertices&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkSparseArrayToTable.h b/Infovis/Core/vtkSparseArrayToTable.h index 54ee33083c3d5aed4c8a2dab04f15ad287e7d47f..aadac66a1153c450e8321bc074ac982bcc9e4255 100644 --- a/Infovis/Core/vtkSparseArrayToTable.h +++ b/Infovis/Core/vtkSparseArrayToTable.h @@ -68,7 +68,7 @@ protected: char* ValueColumn; private: - vtkSparseArrayToTable(const vtkSparseArrayToTable&); // Not implemented + vtkSparseArrayToTable(const vtkSparseArrayToTable&) VTK_DELETE_FUNCTION; void operator=(const vtkSparseArrayToTable&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkStreamGraph.h b/Infovis/Core/vtkStreamGraph.h index 069056d833688a87ae6886851c68dfc77902ec2e..075885ecd2f85845454838029dd1075f80329fc5 100644 --- a/Infovis/Core/vtkStreamGraph.h +++ b/Infovis/Core/vtkStreamGraph.h @@ -86,7 +86,7 @@ protected: char* EdgeWindowArrayName; private: - vtkStreamGraph(const vtkStreamGraph&); // Not implemented + vtkStreamGraph(const vtkStreamGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkStreamGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkStringToCategory.h b/Infovis/Core/vtkStringToCategory.h index 27f3870fc06d4f1a51277f16f5d780064ac5c977..32c80cc248046db633d5b1e8b44fdf6cfeaf28d6 100644 --- a/Infovis/Core/vtkStringToCategory.h +++ b/Infovis/Core/vtkStringToCategory.h @@ -77,7 +77,7 @@ protected: char *CategoryArrayName; private: - vtkStringToCategory(const vtkStringToCategory&); // Not implemented + vtkStringToCategory(const vtkStringToCategory&) VTK_DELETE_FUNCTION; void operator=(const vtkStringToCategory&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkStringToNumeric.h b/Infovis/Core/vtkStringToNumeric.h index 4fc7382255643dbb27488024fb9134a67a4a4ce7..2125607fabf794c6840d67802d789e5e4ef9f476 100644 --- a/Infovis/Core/vtkStringToNumeric.h +++ b/Infovis/Core/vtkStringToNumeric.h @@ -156,7 +156,7 @@ protected: vtkInformationVector*); private: - vtkStringToNumeric(const vtkStringToNumeric&); // Not implemented + vtkStringToNumeric(const vtkStringToNumeric&) VTK_DELETE_FUNCTION; void operator=(const vtkStringToNumeric&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkTableToArray.h b/Infovis/Core/vtkTableToArray.h index b25f10c9a6a8d2a5ee524501c726dcf3b0cba832..3c78c93ae56c996593d809178ae4f60073703545 100644 --- a/Infovis/Core/vtkTableToArray.h +++ b/Infovis/Core/vtkTableToArray.h @@ -76,7 +76,7 @@ protected: vtkInformationVector*); private: - vtkTableToArray(const vtkTableToArray&); // Not implemented + vtkTableToArray(const vtkTableToArray&) VTK_DELETE_FUNCTION; void operator=(const vtkTableToArray&) VTK_DELETE_FUNCTION; class implementation; diff --git a/Infovis/Core/vtkTableToGraph.h b/Infovis/Core/vtkTableToGraph.h index 6eaed83ef1672a3ca4be8c7c9b835f13774ecee0..679884752a40e858179b616954b28221124bda79 100644 --- a/Infovis/Core/vtkTableToGraph.h +++ b/Infovis/Core/vtkTableToGraph.h @@ -149,7 +149,7 @@ protected: vtkStringArray* VertexTableDomains; private: - vtkTableToGraph(const vtkTableToGraph&); // Not implemented + vtkTableToGraph(const vtkTableToGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkTableToGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkTableToSparseArray.h b/Infovis/Core/vtkTableToSparseArray.h index 934e84e60efc56d827b9004560a7c65467d7fc35..fd165e985f655683e72c8a22aa26b14dbfe07a50 100644 --- a/Infovis/Core/vtkTableToSparseArray.h +++ b/Infovis/Core/vtkTableToSparseArray.h @@ -84,7 +84,7 @@ protected: vtkInformationVector*); private: - vtkTableToSparseArray(const vtkTableToSparseArray&); // Not implemented + vtkTableToSparseArray(const vtkTableToSparseArray&) VTK_DELETE_FUNCTION; void operator=(const vtkTableToSparseArray&) VTK_DELETE_FUNCTION; class implementation; diff --git a/Infovis/Core/vtkTableToTreeFilter.h b/Infovis/Core/vtkTableToTreeFilter.h index d891ef82d2338465aeda7e7125a20d6051bbe69b..f96836a50981d187d2348d9f656582b0ef56b9ce 100644 --- a/Infovis/Core/vtkTableToTreeFilter.h +++ b/Infovis/Core/vtkTableToTreeFilter.h @@ -54,7 +54,7 @@ protected: int vtkNotUsed(port), vtkInformation* info); private: - vtkTableToTreeFilter(const vtkTableToTreeFilter&); // Not implemented + vtkTableToTreeFilter(const vtkTableToTreeFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkTableToTreeFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkThresholdGraph.h b/Infovis/Core/vtkThresholdGraph.h index 80f7ddeddb8fd0e153e06c536d4eca76f6e7bb9b..dd7e815bdc4c5da241bbff4fe43bd194dccaa5a8 100644 --- a/Infovis/Core/vtkThresholdGraph.h +++ b/Infovis/Core/vtkThresholdGraph.h @@ -61,7 +61,7 @@ private: double UpperThreshold; - vtkThresholdGraph(const vtkThresholdGraph&); // Not implemented. + vtkThresholdGraph(const vtkThresholdGraph&) VTK_DELETE_FUNCTION; void operator =(const vtkThresholdGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkThresholdTable.h b/Infovis/Core/vtkThresholdTable.h index 9114aeeadfd002387cb56cd89b765aa20d67c112..e58c7ae3162bc842e43632c1ad091602c112d4c6 100644 --- a/Infovis/Core/vtkThresholdTable.h +++ b/Infovis/Core/vtkThresholdTable.h @@ -121,7 +121,7 @@ protected: int Mode; private: - vtkThresholdTable(const vtkThresholdTable&); // Not implemented + vtkThresholdTable(const vtkThresholdTable&) VTK_DELETE_FUNCTION; void operator=(const vtkThresholdTable&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkTransferAttributes.h b/Infovis/Core/vtkTransferAttributes.h index 55e08e6a08d637219a73403048a430d31b90e25d..ef65107a29496aa002bb77ca3dd0b0e189460391 100644 --- a/Infovis/Core/vtkTransferAttributes.h +++ b/Infovis/Core/vtkTransferAttributes.h @@ -110,7 +110,7 @@ protected: // Convert the vtkGraph into vtkPolyData. int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkTransferAttributes(const vtkTransferAttributes&); // Not implemented. + vtkTransferAttributes(const vtkTransferAttributes&) VTK_DELETE_FUNCTION; void operator=(const vtkTransferAttributes&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkTransposeMatrix.h b/Infovis/Core/vtkTransposeMatrix.h index bd1d3c09d59a5a49ab08ff0a0fd5bf5915a12bf8..7c6d0114dfe646727eb6973ebc2f2f842071728f 100644 --- a/Infovis/Core/vtkTransposeMatrix.h +++ b/Infovis/Core/vtkTransposeMatrix.h @@ -47,7 +47,7 @@ protected: vtkInformationVector*); private: - vtkTransposeMatrix(const vtkTransposeMatrix&); // Not implemented + vtkTransposeMatrix(const vtkTransposeMatrix&) VTK_DELETE_FUNCTION; void operator=(const vtkTransposeMatrix&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkTreeDifferenceFilter.h b/Infovis/Core/vtkTreeDifferenceFilter.h index 81d83d3320528f867ebc57163291892ddc939854..c252a3bb97c84239571363e2707ce35542ef9320 100644 --- a/Infovis/Core/vtkTreeDifferenceFilter.h +++ b/Infovis/Core/vtkTreeDifferenceFilter.h @@ -108,7 +108,7 @@ protected: std::vector< vtkIdType > EdgeMap; private: - vtkTreeDifferenceFilter(const vtkTreeDifferenceFilter&); // Not implemented + vtkTreeDifferenceFilter(const vtkTreeDifferenceFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkTreeDifferenceFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkTreeFieldAggregator.h b/Infovis/Core/vtkTreeFieldAggregator.h index 67a51a76ca4d2982b3c8744f096727192dbefb62..791944f95bf4041497e505813db7c6e79391bbb8 100644 --- a/Infovis/Core/vtkTreeFieldAggregator.h +++ b/Infovis/Core/vtkTreeFieldAggregator.h @@ -79,7 +79,7 @@ private: bool LeafVertexUnitSize; bool LogScale; double MinValue; - vtkTreeFieldAggregator(const vtkTreeFieldAggregator&); // Not implemented. + vtkTreeFieldAggregator(const vtkTreeFieldAggregator&) VTK_DELETE_FUNCTION; void operator=(const vtkTreeFieldAggregator&) VTK_DELETE_FUNCTION; double GetDoubleValue(vtkAbstractArray* arr, vtkIdType id); static void SetDoubleValue(vtkAbstractArray* arr, vtkIdType id, double value); diff --git a/Infovis/Core/vtkTreeLevelsFilter.h b/Infovis/Core/vtkTreeLevelsFilter.h index d31caa9844f43e88a5fe96cde6448fbd1475f2b0..fbd0c885dde09151e2d7bf5182ad34fdbe77799d 100644 --- a/Infovis/Core/vtkTreeLevelsFilter.h +++ b/Infovis/Core/vtkTreeLevelsFilter.h @@ -49,7 +49,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkTreeLevelsFilter(const vtkTreeLevelsFilter&); // Not implemented. + vtkTreeLevelsFilter(const vtkTreeLevelsFilter&) VTK_DELETE_FUNCTION; void operator=(const vtkTreeLevelsFilter&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Core/vtkVertexDegree.h b/Infovis/Core/vtkVertexDegree.h index d1adfe698064e268b5aad0639ca4d8cd38527adf..91ce36b60b8a97c4167ff5bdcc0bfc4837ffac33 100644 --- a/Infovis/Core/vtkVertexDegree.h +++ b/Infovis/Core/vtkVertexDegree.h @@ -53,7 +53,7 @@ private: char* OutputArrayName; - vtkVertexDegree(const vtkVertexDegree&); // Not implemented. + vtkVertexDegree(const vtkVertexDegree&) VTK_DELETE_FUNCTION; void operator=(const vtkVertexDegree&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkArcParallelEdgeStrategy.h b/Infovis/Layout/vtkArcParallelEdgeStrategy.h index 2ea3f4c38b6a14f8b8b01d82fcb7f97d251caf4f..9327d908d907d3caeb9844006be1c6938bf7a631 100644 --- a/Infovis/Layout/vtkArcParallelEdgeStrategy.h +++ b/Infovis/Layout/vtkArcParallelEdgeStrategy.h @@ -54,7 +54,7 @@ protected: int NumberOfSubdivisions; private: - vtkArcParallelEdgeStrategy(const vtkArcParallelEdgeStrategy&); // Not implemented. + vtkArcParallelEdgeStrategy(const vtkArcParallelEdgeStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkArcParallelEdgeStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkAreaLayout.h b/Infovis/Layout/vtkAreaLayout.h index a5c717bde1455ef7d6115bbea820edb365c7552c..22eecbf85e217941f256d303188d5963396e4cdd 100644 --- a/Infovis/Layout/vtkAreaLayout.h +++ b/Infovis/Layout/vtkAreaLayout.h @@ -99,7 +99,7 @@ protected: private: - vtkAreaLayout(const vtkAreaLayout&); // Not implemented. + vtkAreaLayout(const vtkAreaLayout&) VTK_DELETE_FUNCTION; void operator=(const vtkAreaLayout&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkAreaLayoutStrategy.h b/Infovis/Layout/vtkAreaLayoutStrategy.h index 3322548733a58255875403c766a50f6315e7c1c8..965a5eddf1cc68c6cdccf823b89a08e969505165 100644 --- a/Infovis/Layout/vtkAreaLayoutStrategy.h +++ b/Infovis/Layout/vtkAreaLayoutStrategy.h @@ -87,7 +87,7 @@ protected: double ShrinkPercentage; private: - vtkAreaLayoutStrategy(const vtkAreaLayoutStrategy&); // Not implemented. + vtkAreaLayoutStrategy(const vtkAreaLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkAreaLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkAssignCoordinates.h b/Infovis/Layout/vtkAssignCoordinates.h index b284b6aa73511d941bf999952c3efb86f1617433..9c176ea0e9af58467b02710672e6292a9a0bc605 100644 --- a/Infovis/Layout/vtkAssignCoordinates.h +++ b/Infovis/Layout/vtkAssignCoordinates.h @@ -72,7 +72,7 @@ private: char* ZCoordArrayName; bool Jitter; - vtkAssignCoordinates(const vtkAssignCoordinates&); // Not implemented. + vtkAssignCoordinates(const vtkAssignCoordinates&) VTK_DELETE_FUNCTION; void operator=(const vtkAssignCoordinates&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h b/Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h index f5c647eb8b6ba7789ffb653752fda3ecbedbd563..153e7dafe131d521b58d2504d2b63a6df833d494 100644 --- a/Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h +++ b/Infovis/Layout/vtkAssignCoordinatesLayoutStrategy.h @@ -64,7 +64,7 @@ protected: vtkSmartPointer AssignCoordinates; private: - vtkAssignCoordinatesLayoutStrategy(const vtkAssignCoordinatesLayoutStrategy&); // Not implemented. + vtkAssignCoordinatesLayoutStrategy(const vtkAssignCoordinatesLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkAssignCoordinatesLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h b/Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h index 5bcf77ce22834e780a4f5b6b0e10fdb720673bf8..c5725470fc08367bd95fb48ba6f2172085bb9786 100644 --- a/Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h +++ b/Infovis/Layout/vtkAttributeClustering2DLayoutStrategy.h @@ -156,7 +156,7 @@ private: class Internals; Internals* Implementation; - vtkAttributeClustering2DLayoutStrategy(const vtkAttributeClustering2DLayoutStrategy&); // Not implemented. + vtkAttributeClustering2DLayoutStrategy(const vtkAttributeClustering2DLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkAttributeClustering2DLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkBoxLayoutStrategy.h b/Infovis/Layout/vtkBoxLayoutStrategy.h index 1f680e37df5af5b8234f292b1560870a96fc4a45..54a238016a9a3333e4c97adeacb2d20cd0c6a6e8 100644 --- a/Infovis/Layout/vtkBoxLayoutStrategy.h +++ b/Infovis/Layout/vtkBoxLayoutStrategy.h @@ -59,7 +59,7 @@ private: float parentMinX, float parentMaxX, float parentMinY, float parentMaxY); - vtkBoxLayoutStrategy(const vtkBoxLayoutStrategy&); // Not implemented. + vtkBoxLayoutStrategy(const vtkBoxLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkBoxLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h b/Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h index af546db5ebc613adc458eb1fc88d080e85182235..670106afd3d48287f8bf2a20b0f3f70fcc6e7e11 100644 --- a/Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h +++ b/Infovis/Layout/vtkCirclePackFrontChainLayoutStrategy.h @@ -83,7 +83,7 @@ private: vtkCirclePackFrontChainLayoutStrategyImplementation* pimpl; // Private implementation - vtkCirclePackFrontChainLayoutStrategy(const vtkCirclePackFrontChainLayoutStrategy&); // Not implemented. + vtkCirclePackFrontChainLayoutStrategy(const vtkCirclePackFrontChainLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkCirclePackFrontChainLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkCirclePackLayout.h b/Infovis/Layout/vtkCirclePackLayout.h index 39d0f3378c3009ace5b55fce546bf2341b45a506..29da71adddfe70bc0626be8b0f28891efdd43aea 100644 --- a/Infovis/Layout/vtkCirclePackLayout.h +++ b/Infovis/Layout/vtkCirclePackLayout.h @@ -104,7 +104,7 @@ protected: private: - vtkCirclePackLayout(const vtkCirclePackLayout&); // Not implemented. + vtkCirclePackLayout(const vtkCirclePackLayout&) VTK_DELETE_FUNCTION; void operator=(const vtkCirclePackLayout&) VTK_DELETE_FUNCTION; void prepareSizeArray(vtkDoubleArray* mySizeArray, vtkTree* tree); diff --git a/Infovis/Layout/vtkCirclePackLayoutStrategy.h b/Infovis/Layout/vtkCirclePackLayoutStrategy.h index 3a3745c610f540760c661a759e5d7599d6483a65..d06e0402aeecbfe1c6acf6bc61f9d6613867097b 100644 --- a/Infovis/Layout/vtkCirclePackLayoutStrategy.h +++ b/Infovis/Layout/vtkCirclePackLayoutStrategy.h @@ -64,7 +64,7 @@ protected: ~vtkCirclePackLayoutStrategy(); private: - vtkCirclePackLayoutStrategy(const vtkCirclePackLayoutStrategy&); // Not implemented. + vtkCirclePackLayoutStrategy(const vtkCirclePackLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkCirclePackLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkCirclePackToPolyData.h b/Infovis/Layout/vtkCirclePackToPolyData.h index 71eb053aee25d0fc05014b2758a64d49b2cb20eb..3e9a45bd0245e658cc5a1703d2c7213d94a1fe11 100644 --- a/Infovis/Layout/vtkCirclePackToPolyData.h +++ b/Infovis/Layout/vtkCirclePackToPolyData.h @@ -63,7 +63,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkCirclePackToPolyData(const vtkCirclePackToPolyData&); // Not implemented. + vtkCirclePackToPolyData(const vtkCirclePackToPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkCirclePackToPolyData&) VTK_DELETE_FUNCTION; void CreateCircle(const double& x, const double& y, diff --git a/Infovis/Layout/vtkCircularLayoutStrategy.h b/Infovis/Layout/vtkCircularLayoutStrategy.h index e76c608833157f68d72b4171ec28637e12053297..cba84c4eda882501aa5f7b32d78788d1009e7f94 100644 --- a/Infovis/Layout/vtkCircularLayoutStrategy.h +++ b/Infovis/Layout/vtkCircularLayoutStrategy.h @@ -45,7 +45,7 @@ protected: ~vtkCircularLayoutStrategy(); private: - vtkCircularLayoutStrategy(const vtkCircularLayoutStrategy&); // Not implemented. + vtkCircularLayoutStrategy(const vtkCircularLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkCircularLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkClustering2DLayoutStrategy.h b/Infovis/Layout/vtkClustering2DLayoutStrategy.h index 2f79f6697212e1a52a4f6dae4fa8955af1a3411e..0a29a58495fd0b20a39fec4e579914af3463961e 100644 --- a/Infovis/Layout/vtkClustering2DLayoutStrategy.h +++ b/Infovis/Layout/vtkClustering2DLayoutStrategy.h @@ -160,7 +160,7 @@ private: void GenerateGaussianSplat(vtkImageData *splat, int x, int y); void ResolveCoincidentVertices(); - vtkClustering2DLayoutStrategy(const vtkClustering2DLayoutStrategy&); // Not implemented. + vtkClustering2DLayoutStrategy(const vtkClustering2DLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkClustering2DLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkCommunity2DLayoutStrategy.h b/Infovis/Layout/vtkCommunity2DLayoutStrategy.h index 42522e3b2840cb125467c100b10a9314f0a4ceea..414c5cfb6c051ae90abc101c386057481909665e 100644 --- a/Infovis/Layout/vtkCommunity2DLayoutStrategy.h +++ b/Infovis/Layout/vtkCommunity2DLayoutStrategy.h @@ -175,7 +175,7 @@ private: void GenerateGaussianSplat(vtkImageData *splat, int x, int y); void ResolveCoincidentVertices(); - vtkCommunity2DLayoutStrategy(const vtkCommunity2DLayoutStrategy&); // Not implemented. + vtkCommunity2DLayoutStrategy(const vtkCommunity2DLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkCommunity2DLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkConeLayoutStrategy.h b/Infovis/Layout/vtkConeLayoutStrategy.h index 5ce6aa1eb644aae0135c5b26532e6c38dcf0d715..0fe9aa292b97b5e7a4e45eb37c9048a472cf20a8 100644 --- a/Infovis/Layout/vtkConeLayoutStrategy.h +++ b/Infovis/Layout/vtkConeLayoutStrategy.h @@ -121,7 +121,7 @@ protected: double SumOfRadii; private: - vtkConeLayoutStrategy(const vtkConeLayoutStrategy&); // Not implemented. + vtkConeLayoutStrategy(const vtkConeLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkConeLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkConstrained2DLayoutStrategy.h b/Infovis/Layout/vtkConstrained2DLayoutStrategy.h index c9c38e3718543d11c86eb7801d553ef6ec1633a0..59eafd25f0ca15b9d06d5cf7086e6b424da8742d 100644 --- a/Infovis/Layout/vtkConstrained2DLayoutStrategy.h +++ b/Infovis/Layout/vtkConstrained2DLayoutStrategy.h @@ -169,7 +169,7 @@ private: void GenerateGaussianSplat(vtkImageData *splat, int x, int y); void ResolveCoincidentVertices(); - vtkConstrained2DLayoutStrategy(const vtkConstrained2DLayoutStrategy&); // Not implemented. + vtkConstrained2DLayoutStrategy(const vtkConstrained2DLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkConstrained2DLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h b/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h index 732e29c91f279b0fb807b423a6c7f76a13dec28d..cc657df06afc7a2d4149b07a677b40e5a048cebf 100644 --- a/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h +++ b/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h @@ -136,7 +136,7 @@ protected: char* NodeSizeArrayName; private: - vtkCosmicTreeLayoutStrategy( const vtkCosmicTreeLayoutStrategy& ); // Not implemented. + vtkCosmicTreeLayoutStrategy( const vtkCosmicTreeLayoutStrategy& ) VTK_DELETE_FUNCTION; void operator = ( const vtkCosmicTreeLayoutStrategy& ) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkEdgeLayout.h b/Infovis/Layout/vtkEdgeLayout.h index faedacba5a9ac10fcd9f81dae7e93340343602dc..9807964a00eb8acf2197a9c74061544a36ed99bb 100644 --- a/Infovis/Layout/vtkEdgeLayout.h +++ b/Infovis/Layout/vtkEdgeLayout.h @@ -69,7 +69,7 @@ private: vtkGraph *InternalGraph; - vtkEdgeLayout(const vtkEdgeLayout&); // Not implemented. + vtkEdgeLayout(const vtkEdgeLayout&) VTK_DELETE_FUNCTION; void operator=(const vtkEdgeLayout&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkEdgeLayoutStrategy.h b/Infovis/Layout/vtkEdgeLayoutStrategy.h index fc6ce6c4336c47ebb318d30357f3c8be0ac2b880..a47c1e461a33a6fe02e21cb99c71d8b101c2e04c 100644 --- a/Infovis/Layout/vtkEdgeLayoutStrategy.h +++ b/Infovis/Layout/vtkEdgeLayoutStrategy.h @@ -65,7 +65,7 @@ protected: private: - vtkEdgeLayoutStrategy(const vtkEdgeLayoutStrategy&); // Not implemented. + vtkEdgeLayoutStrategy(const vtkEdgeLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkEdgeLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkFast2DLayoutStrategy.h b/Infovis/Layout/vtkFast2DLayoutStrategy.h index 0c56d6da761685adcfaa25b808dea1bf75d51306..4646bee16aa81361b023f59e17d9e757d1aaae6c 100644 --- a/Infovis/Layout/vtkFast2DLayoutStrategy.h +++ b/Infovis/Layout/vtkFast2DLayoutStrategy.h @@ -156,7 +156,7 @@ private: void GenerateGaussianSplat(vtkImageData *splat, int x, int y); void ResolveCoincidentVertices(); - vtkFast2DLayoutStrategy(const vtkFast2DLayoutStrategy&); // Not implemented. + vtkFast2DLayoutStrategy(const vtkFast2DLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkFast2DLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkForceDirectedLayoutStrategy.h b/Infovis/Layout/vtkForceDirectedLayoutStrategy.h index 81aff9f524c1ff422fb741126621fd957c960b39..16b37ce2bb3c6a94ce0ad73231bc27628168a4f3 100644 --- a/Infovis/Layout/vtkForceDirectedLayoutStrategy.h +++ b/Infovis/Layout/vtkForceDirectedLayoutStrategy.h @@ -163,7 +163,7 @@ private: vtkLayoutVertex *v; vtkLayoutEdge *e; - vtkForceDirectedLayoutStrategy(const vtkForceDirectedLayoutStrategy&); // Not implemented. + vtkForceDirectedLayoutStrategy(const vtkForceDirectedLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkForceDirectedLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkGeoEdgeStrategy.h b/Infovis/Layout/vtkGeoEdgeStrategy.h index 09076a68e60bd3510b8daaf8beec0b9120a94b4f..e1407722a25c4f1df2d0d145d3483ba1a44800e8 100644 --- a/Infovis/Layout/vtkGeoEdgeStrategy.h +++ b/Infovis/Layout/vtkGeoEdgeStrategy.h @@ -72,7 +72,7 @@ protected: int NumberOfSubdivisions; private: - vtkGeoEdgeStrategy(const vtkGeoEdgeStrategy&); // Not implemented. + vtkGeoEdgeStrategy(const vtkGeoEdgeStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoEdgeStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkGeoMath.h b/Infovis/Layout/vtkGeoMath.h index e64fca5abf9db7186f648814f7a6772fe4c498d4..b0cd427d0d3024a11bc96770140ff7ab873d650f 100644 --- a/Infovis/Layout/vtkGeoMath.h +++ b/Infovis/Layout/vtkGeoMath.h @@ -55,7 +55,7 @@ protected: ~vtkGeoMath(); private: - vtkGeoMath(const vtkGeoMath&); // Not implemented. + vtkGeoMath(const vtkGeoMath&) VTK_DELETE_FUNCTION; void operator=(const vtkGeoMath&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkGraphLayout.h b/Infovis/Layout/vtkGraphLayout.h index a392583fdb7f220476103f8b29f99cf03f8e50a9..57af772a65d8f2c3e73a57a3591b7a44bcd24440 100644 --- a/Infovis/Layout/vtkGraphLayout.h +++ b/Infovis/Layout/vtkGraphLayout.h @@ -100,7 +100,7 @@ private: vtkAbstractTransform* Transform; bool UseTransform; - vtkGraphLayout(const vtkGraphLayout&); // Not implemented. + vtkGraphLayout(const vtkGraphLayout&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphLayout&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkGraphLayoutStrategy.h b/Infovis/Layout/vtkGraphLayoutStrategy.h index cb46795b915c640f7fc00996745281216afe3d3b..43b40e51d7fc0282228301eb3c31908070c87896 100644 --- a/Infovis/Layout/vtkGraphLayoutStrategy.h +++ b/Infovis/Layout/vtkGraphLayoutStrategy.h @@ -88,7 +88,7 @@ protected: bool WeightEdges; private: - vtkGraphLayoutStrategy(const vtkGraphLayoutStrategy&); // Not implemented. + vtkGraphLayoutStrategy(const vtkGraphLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkGraphLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkIncrementalForceLayout.h b/Infovis/Layout/vtkIncrementalForceLayout.h index 381c506080bd7270980df683c92388cf8303e61e..ee6aa6f914a0ff8ff821b62f03242496f47b2507 100644 --- a/Infovis/Layout/vtkIncrementalForceLayout.h +++ b/Infovis/Layout/vtkIncrementalForceLayout.h @@ -123,7 +123,7 @@ protected: float Friction; private: - vtkIncrementalForceLayout(const vtkIncrementalForceLayout &); // Not implemented. + vtkIncrementalForceLayout(const vtkIncrementalForceLayout &) VTK_DELETE_FUNCTION; void operator=(const vtkIncrementalForceLayout &) VTK_DELETE_FUNCTION; }; #endif diff --git a/Infovis/Layout/vtkKCoreLayout.h b/Infovis/Layout/vtkKCoreLayout.h index 2cf0741ba6d9e1e67bdc62371db043f9530c5a63..18b4e1a6b79030aa65066f3223e40ec6fbedb50e 100644 --- a/Infovis/Layout/vtkKCoreLayout.h +++ b/Infovis/Layout/vtkKCoreLayout.h @@ -149,7 +149,7 @@ protected: float UnitRadius; private: - vtkKCoreLayout(const vtkKCoreLayout&); // Not implemented + vtkKCoreLayout(const vtkKCoreLayout&) VTK_DELETE_FUNCTION; void operator=(const vtkKCoreLayout&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkPassThroughEdgeStrategy.h b/Infovis/Layout/vtkPassThroughEdgeStrategy.h index 50ccc56e3ab0e4ab9801c849a8c95e6857ec76a9..a9956e7916ff2bb25cd084a41ed9a72c33751666 100644 --- a/Infovis/Layout/vtkPassThroughEdgeStrategy.h +++ b/Infovis/Layout/vtkPassThroughEdgeStrategy.h @@ -45,7 +45,7 @@ protected: ~vtkPassThroughEdgeStrategy(); private: - vtkPassThroughEdgeStrategy(const vtkPassThroughEdgeStrategy&); // Not implemented. + vtkPassThroughEdgeStrategy(const vtkPassThroughEdgeStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkPassThroughEdgeStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkPassThroughLayoutStrategy.h b/Infovis/Layout/vtkPassThroughLayoutStrategy.h index 55ff371314e8126663e520802f4d8a0a50350f8f..78155030bc58513c094171707ae6650d3a4d9515 100644 --- a/Infovis/Layout/vtkPassThroughLayoutStrategy.h +++ b/Infovis/Layout/vtkPassThroughLayoutStrategy.h @@ -63,7 +63,7 @@ protected: private: - vtkPassThroughLayoutStrategy(const vtkPassThroughLayoutStrategy&); // Not implemented. + vtkPassThroughLayoutStrategy(const vtkPassThroughLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkPassThroughLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkPerturbCoincidentVertices.h b/Infovis/Layout/vtkPerturbCoincidentVertices.h index efb341611fa35970473ea95a615f041df2d7a305..bba7ff6f840f579917f418d78a2db834fab3f8b3 100644 --- a/Infovis/Layout/vtkPerturbCoincidentVertices.h +++ b/Infovis/Layout/vtkPerturbCoincidentVertices.h @@ -64,7 +64,7 @@ private: float PerturbFactor; - vtkPerturbCoincidentVertices(const vtkPerturbCoincidentVertices&); // Not implemented + vtkPerturbCoincidentVertices(const vtkPerturbCoincidentVertices&) VTK_DELETE_FUNCTION; void operator=(const vtkPerturbCoincidentVertices&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkRandomLayoutStrategy.h b/Infovis/Layout/vtkRandomLayoutStrategy.h index f3486a02f4ce50cb94db5417e7cd8c2742b3663c..b9f224edd3b630988c8eb0d03d67c4bb1c1faa6f 100644 --- a/Infovis/Layout/vtkRandomLayoutStrategy.h +++ b/Infovis/Layout/vtkRandomLayoutStrategy.h @@ -88,7 +88,7 @@ protected: int ThreeDimensionalLayout; //Boolean for a third dimension. private: - vtkRandomLayoutStrategy(const vtkRandomLayoutStrategy&); // Not implemented. + vtkRandomLayoutStrategy(const vtkRandomLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkRandomLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkSimple2DLayoutStrategy.h b/Infovis/Layout/vtkSimple2DLayoutStrategy.h index 2126aed98dea4bf1b30e30865dca616d67fb5438..73018452a74acf72b5764ebf103ee5897ab2e213 100644 --- a/Infovis/Layout/vtkSimple2DLayoutStrategy.h +++ b/Infovis/Layout/vtkSimple2DLayoutStrategy.h @@ -154,7 +154,7 @@ private: float RestDistance; bool Jitter; - vtkSimple2DLayoutStrategy(const vtkSimple2DLayoutStrategy&); // Not implemented. + vtkSimple2DLayoutStrategy(const vtkSimple2DLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkSimple2DLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkSimple3DCirclesStrategy.h b/Infovis/Layout/vtkSimple3DCirclesStrategy.h index e6e1533f7f9e17312e0da41e10940cca60b261ca..40f9793ba0cd9f52c60cefb2c0c21121265af198 100644 --- a/Infovis/Layout/vtkSimple3DCirclesStrategy.h +++ b/Infovis/Layout/vtkSimple3DCirclesStrategy.h @@ -165,7 +165,7 @@ private: double T[3][3]; - vtkSimple3DCirclesStrategy(const vtkSimple3DCirclesStrategy&); // Not implemented. + vtkSimple3DCirclesStrategy(const vtkSimple3DCirclesStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkSimple3DCirclesStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h b/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h index 471d3a39c2dd63cb1e0ea41a1391494644ba286b..aab5ed83f9130d11cf856c6b84669fefacd49f95 100644 --- a/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h +++ b/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h @@ -55,7 +55,7 @@ protected: ~vtkSliceAndDiceLayoutStrategy(); private: - vtkSliceAndDiceLayoutStrategy(const vtkSliceAndDiceLayoutStrategy&); // Not implemented. + vtkSliceAndDiceLayoutStrategy(const vtkSliceAndDiceLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkSliceAndDiceLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkSpanTreeLayoutStrategy.h b/Infovis/Layout/vtkSpanTreeLayoutStrategy.h index 09f404849ee2b904992e3e3ca0d5ed054e592a8d..f8181885a0596b7fdf5ce63937e4f8744a488a18 100644 --- a/Infovis/Layout/vtkSpanTreeLayoutStrategy.h +++ b/Infovis/Layout/vtkSpanTreeLayoutStrategy.h @@ -94,7 +94,7 @@ protected: bool DepthFirstSpanningTree; private: - vtkSpanTreeLayoutStrategy(const vtkSpanTreeLayoutStrategy&); // Not implemented. + vtkSpanTreeLayoutStrategy(const vtkSpanTreeLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkSpanTreeLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkSplineGraphEdges.h b/Infovis/Layout/vtkSplineGraphEdges.h index 10815759aa6dae29ccaac4777335e2c946edb69e..48cfcb9032d2703446e2806e4f39684725b95958 100644 --- a/Infovis/Layout/vtkSplineGraphEdges.h +++ b/Infovis/Layout/vtkSplineGraphEdges.h @@ -88,7 +88,7 @@ protected: vtkIdType NumberOfSubdivisions; private: - vtkSplineGraphEdges(const vtkSplineGraphEdges&); // Not implemented. + vtkSplineGraphEdges(const vtkSplineGraphEdges&) VTK_DELETE_FUNCTION; void operator=(const vtkSplineGraphEdges&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkSquarifyLayoutStrategy.h b/Infovis/Layout/vtkSquarifyLayoutStrategy.h index b597cb06570b9737770982c34bbaedda9eb57acd..2c7889bcc2f463ae3a21c4fddf55ea604bdba85a 100644 --- a/Infovis/Layout/vtkSquarifyLayoutStrategy.h +++ b/Infovis/Layout/vtkSquarifyLayoutStrategy.h @@ -70,7 +70,7 @@ private: float minX, float maxX, float minY, float maxY); - vtkSquarifyLayoutStrategy(const vtkSquarifyLayoutStrategy&); // Not implemented. + vtkSquarifyLayoutStrategy(const vtkSquarifyLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkSquarifyLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkStackedTreeLayoutStrategy.h b/Infovis/Layout/vtkStackedTreeLayoutStrategy.h index 7c569780e8aff64f2aa8faea22bb47c940b2e108..48d067ae750d06b9327b7e98a31b9d044c2e03cc 100644 --- a/Infovis/Layout/vtkStackedTreeLayoutStrategy.h +++ b/Infovis/Layout/vtkStackedTreeLayoutStrategy.h @@ -135,7 +135,7 @@ protected: float parentStartAng, float parentEndAng); private: - vtkStackedTreeLayoutStrategy(const vtkStackedTreeLayoutStrategy&); // Not implemented. + vtkStackedTreeLayoutStrategy(const vtkStackedTreeLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkStackedTreeLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkTreeLayoutStrategy.h b/Infovis/Layout/vtkTreeLayoutStrategy.h index 5c0b8824132a96b141a9eba43e772f0c2ba25141..24e9d492584d90344cd37569e12b051a81ae7016 100644 --- a/Infovis/Layout/vtkTreeLayoutStrategy.h +++ b/Infovis/Layout/vtkTreeLayoutStrategy.h @@ -119,7 +119,7 @@ protected: private: - vtkTreeLayoutStrategy(const vtkTreeLayoutStrategy&); // Not implemented. + vtkTreeLayoutStrategy(const vtkTreeLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkTreeLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkTreeMapLayout.h b/Infovis/Layout/vtkTreeMapLayout.h index c4409a50f9bde3b7688d2c999a31b23a8183d1dd..190b2e5136fcaec1e8d57e7e47bd9efada1d387e 100644 --- a/Infovis/Layout/vtkTreeMapLayout.h +++ b/Infovis/Layout/vtkTreeMapLayout.h @@ -93,7 +93,7 @@ protected: private: - vtkTreeMapLayout(const vtkTreeMapLayout&); // Not implemented. + vtkTreeMapLayout(const vtkTreeMapLayout&) VTK_DELETE_FUNCTION; void operator=(const vtkTreeMapLayout&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkTreeMapLayoutStrategy.h b/Infovis/Layout/vtkTreeMapLayoutStrategy.h index 98b4d5efd19b434f588fc119541a54e6667fef49..b7e5c9687c2151add2d5625dbd4f3decc014ac06 100644 --- a/Infovis/Layout/vtkTreeMapLayoutStrategy.h +++ b/Infovis/Layout/vtkTreeMapLayoutStrategy.h @@ -58,7 +58,7 @@ protected: ~vtkTreeMapLayoutStrategy(); void AddBorder( float *boxInfo); private: - vtkTreeMapLayoutStrategy(const vtkTreeMapLayoutStrategy&); // Not implemented. + vtkTreeMapLayoutStrategy(const vtkTreeMapLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkTreeMapLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkTreeMapToPolyData.h b/Infovis/Layout/vtkTreeMapToPolyData.h index ac275fb2a50cbcc6f5581a7f751bc17f20c7f45f..5fb20b8eb66799312037ae07d2ca4693dfa891c3 100644 --- a/Infovis/Layout/vtkTreeMapToPolyData.h +++ b/Infovis/Layout/vtkTreeMapToPolyData.h @@ -74,7 +74,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkTreeMapToPolyData(const vtkTreeMapToPolyData&); // Not implemented. + vtkTreeMapToPolyData(const vtkTreeMapToPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkTreeMapToPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkTreeOrbitLayoutStrategy.h b/Infovis/Layout/vtkTreeOrbitLayoutStrategy.h index 706a30a2c12dfc387d9ec12b0d0a9b0c16778f71..0cf89a0d0848d7ceb11d9f21836b444b3ebbcd04 100644 --- a/Infovis/Layout/vtkTreeOrbitLayoutStrategy.h +++ b/Infovis/Layout/vtkTreeOrbitLayoutStrategy.h @@ -73,7 +73,7 @@ protected: private: - vtkTreeOrbitLayoutStrategy(const vtkTreeOrbitLayoutStrategy&); // Not implemented. + vtkTreeOrbitLayoutStrategy(const vtkTreeOrbitLayoutStrategy&) VTK_DELETE_FUNCTION; void operator=(const vtkTreeOrbitLayoutStrategy&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Layout/vtkTreeRingToPolyData.h b/Infovis/Layout/vtkTreeRingToPolyData.h index 6986bede0250b1f19dbc6c7884017c25c6d6f09d..e47137bb116e053c096c4f11f12b5d18881f364b 100644 --- a/Infovis/Layout/vtkTreeRingToPolyData.h +++ b/Infovis/Layout/vtkTreeRingToPolyData.h @@ -64,7 +64,7 @@ protected: int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *); private: - vtkTreeRingToPolyData(const vtkTreeRingToPolyData&); // Not implemented. + vtkTreeRingToPolyData(const vtkTreeRingToPolyData&) VTK_DELETE_FUNCTION; void operator=(const vtkTreeRingToPolyData&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Parallel/vtkPBGLBreadthFirstSearch.h b/Infovis/Parallel/vtkPBGLBreadthFirstSearch.h index 91961c3d6fa1e1833b338ebeedf9e9497cc63f03..ebcb619cef4e02cfc7d0c8ad1fae635cfa5a7977 100644 --- a/Infovis/Parallel/vtkPBGLBreadthFirstSearch.h +++ b/Infovis/Parallel/vtkPBGLBreadthFirstSearch.h @@ -141,7 +141,7 @@ private: vtkIdType GetVertexIndex( vtkAbstractArray *abstract,vtkVariant value); - vtkPBGLBreadthFirstSearch(const vtkPBGLBreadthFirstSearch&); // Not implemented. + vtkPBGLBreadthFirstSearch(const vtkPBGLBreadthFirstSearch&) VTK_DELETE_FUNCTION; void operator=(const vtkPBGLBreadthFirstSearch&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Parallel/vtkPBGLCollapseGraph.h b/Infovis/Parallel/vtkPBGLCollapseGraph.h index 840c7cdaf06fdcd75f4d9ba4e6af8a62b88a434d..1c8176e10fe2d296e87544375c8df1a0f5528b59 100644 --- a/Infovis/Parallel/vtkPBGLCollapseGraph.h +++ b/Infovis/Parallel/vtkPBGLCollapseGraph.h @@ -48,7 +48,7 @@ protected: vtkInformationVector*); private: - vtkPBGLCollapseGraph(const vtkPBGLCollapseGraph&); // Not implemented + vtkPBGLCollapseGraph(const vtkPBGLCollapseGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkPBGLCollapseGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Parallel/vtkPBGLCollapseParallelEdges.h b/Infovis/Parallel/vtkPBGLCollapseParallelEdges.h index d2065c50591a33de5e66982f6032f034c0721edc..3921bdd84786cbea69f8aac41d5d65cf942c8400 100644 --- a/Infovis/Parallel/vtkPBGLCollapseParallelEdges.h +++ b/Infovis/Parallel/vtkPBGLCollapseParallelEdges.h @@ -46,7 +46,7 @@ protected: vtkInformationVector*); private: - vtkPBGLCollapseParallelEdges(const vtkPBGLCollapseParallelEdges&); // Not implemented + vtkPBGLCollapseParallelEdges(const vtkPBGLCollapseParallelEdges&) VTK_DELETE_FUNCTION; void operator=(const vtkPBGLCollapseParallelEdges&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Parallel/vtkPBGLCollectGraph.h b/Infovis/Parallel/vtkPBGLCollectGraph.h index 60351481b555915371900dc448ef16a97f558a3f..d9dbcb335e8b8d8eacf8146f31791b6f08882452 100644 --- a/Infovis/Parallel/vtkPBGLCollectGraph.h +++ b/Infovis/Parallel/vtkPBGLCollectGraph.h @@ -140,7 +140,7 @@ private: bool CreateOriginProcessArray; char * OriginProcessArrayName; - vtkPBGLCollectGraph(const vtkPBGLCollectGraph&); // Not implemented. + vtkPBGLCollectGraph(const vtkPBGLCollectGraph&) VTK_DELETE_FUNCTION; void operator=(const vtkPBGLCollectGraph&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Parallel/vtkPBGLConnectedComponents.h b/Infovis/Parallel/vtkPBGLConnectedComponents.h index 9659a030cc44f362de5643bc2a6ffc6a1eb1e182..4a06f285947af639d7d7af69a2111e088d3c0805 100644 --- a/Infovis/Parallel/vtkPBGLConnectedComponents.h +++ b/Infovis/Parallel/vtkPBGLConnectedComponents.h @@ -71,7 +71,7 @@ protected: private: char* ComponentArrayName; - vtkPBGLConnectedComponents(const vtkPBGLConnectedComponents&); // Not implemented. + vtkPBGLConnectedComponents(const vtkPBGLConnectedComponents&) VTK_DELETE_FUNCTION; void operator=(const vtkPBGLConnectedComponents&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Parallel/vtkPBGLDistributedGraphHelper.h b/Infovis/Parallel/vtkPBGLDistributedGraphHelper.h index b7fbb193a6f73815d1a1d19da30bf99aeaa3a385..3616e0efbb2f13b43fb2be5fd09aec8b89c8921e 100644 --- a/Infovis/Parallel/vtkPBGLDistributedGraphHelper.h +++ b/Infovis/Parallel/vtkPBGLDistributedGraphHelper.h @@ -205,7 +205,7 @@ class VTKINFOVISPARALLEL_EXPORT vtkPBGLDistributedGraphHelper : public vtkDistri void AttachToGraph(vtkGraph *graph); private: - vtkPBGLDistributedGraphHelper(const vtkPBGLDistributedGraphHelper&); // Not implemented + vtkPBGLDistributedGraphHelper(const vtkPBGLDistributedGraphHelper&) VTK_DELETE_FUNCTION; void operator=(const vtkPBGLDistributedGraphHelper&) VTK_DELETE_FUNCTION; friend class vtkPBGLDistributedGraphHelperInternals; diff --git a/Infovis/Parallel/vtkPBGLGraphSQLReader.h b/Infovis/Parallel/vtkPBGLGraphSQLReader.h index 8d97e7cb542d9ec32cffad41ca3166b4b698afc2..3b633db897852daba22bdc46b2ea17b0f5a0f170 100644 --- a/Infovis/Parallel/vtkPBGLGraphSQLReader.h +++ b/Infovis/Parallel/vtkPBGLGraphSQLReader.h @@ -128,7 +128,7 @@ protected: vtkInformationVector*); private: - vtkPBGLGraphSQLReader(const vtkPBGLGraphSQLReader&); // Not implemented + vtkPBGLGraphSQLReader(const vtkPBGLGraphSQLReader&) VTK_DELETE_FUNCTION; void operator=(const vtkPBGLGraphSQLReader&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Parallel/vtkPBGLMinimumSpanningTree.h b/Infovis/Parallel/vtkPBGLMinimumSpanningTree.h index 41f8c3d0b16cf92e5a7bf21b7d68d14828c1fde4..ba4a72e57e125fd61bab38f82fdbea5b87dbedac 100644 --- a/Infovis/Parallel/vtkPBGLMinimumSpanningTree.h +++ b/Infovis/Parallel/vtkPBGLMinimumSpanningTree.h @@ -82,7 +82,7 @@ private: char* EdgeWeightArrayName; char* OutputSelectionType; - vtkPBGLMinimumSpanningTree(const vtkPBGLMinimumSpanningTree&); // Not implemented. + vtkPBGLMinimumSpanningTree(const vtkPBGLMinimumSpanningTree&) VTK_DELETE_FUNCTION; void operator=(const vtkPBGLMinimumSpanningTree&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Parallel/vtkPBGLRMATGraphSource.h b/Infovis/Parallel/vtkPBGLRMATGraphSource.h index f1a1b00decf16a10112f8e4db142bc9f62e0c67b..3e8063f07bda3e55ee2332e3956bfe8b1ea7d5a0 100644 --- a/Infovis/Parallel/vtkPBGLRMATGraphSource.h +++ b/Infovis/Parallel/vtkPBGLRMATGraphSource.h @@ -174,7 +174,7 @@ protected: vtkInformationVector* outputVector); private: - vtkPBGLRMATGraphSource(const vtkPBGLRMATGraphSource&); // Not implemented + vtkPBGLRMATGraphSource(const vtkPBGLRMATGraphSource&) VTK_DELETE_FUNCTION; void operator=(const vtkPBGLRMATGraphSource&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Parallel/vtkPBGLRandomGraphSource.h b/Infovis/Parallel/vtkPBGLRandomGraphSource.h index 0a5fb60b5fc3ef75bc0e39ecb6c2b73509e76a2b..4e1c61a41ae787650d22372607c0b905ef3b6fd9 100644 --- a/Infovis/Parallel/vtkPBGLRandomGraphSource.h +++ b/Infovis/Parallel/vtkPBGLRandomGraphSource.h @@ -172,7 +172,7 @@ protected: vtkInformationVector* outputVector); private: - vtkPBGLRandomGraphSource(const vtkPBGLRandomGraphSource&); // Not implemented + vtkPBGLRandomGraphSource(const vtkPBGLRandomGraphSource&) VTK_DELETE_FUNCTION; void operator=(const vtkPBGLRandomGraphSource&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Parallel/vtkPBGLShortestPaths.h b/Infovis/Parallel/vtkPBGLShortestPaths.h index b9a8715c434acbc587d44d3605163aeb3f7ee112..3e071d16109f2052584fca85c7a87cdaf2a314c3 100644 --- a/Infovis/Parallel/vtkPBGLShortestPaths.h +++ b/Infovis/Parallel/vtkPBGLShortestPaths.h @@ -190,7 +190,7 @@ private: vtkIdType GetVertexIndex( vtkAbstractArray *abstract,vtkVariant value); - vtkPBGLShortestPaths(const vtkPBGLShortestPaths&); // Not implemented. + vtkPBGLShortestPaths(const vtkPBGLShortestPaths&) VTK_DELETE_FUNCTION; void operator=(const vtkPBGLShortestPaths&) VTK_DELETE_FUNCTION; }; diff --git a/Infovis/Parallel/vtkPBGLVertexColoring.h b/Infovis/Parallel/vtkPBGLVertexColoring.h index 48f1d94967403ad2f63981d66794bd0308cdd066..150fa6856b597383c4c9b290384da9162c83ae11 100644 --- a/Infovis/Parallel/vtkPBGLVertexColoring.h +++ b/Infovis/Parallel/vtkPBGLVertexColoring.h @@ -82,7 +82,7 @@ private: vtkIdType BlockSize; char* ColorArrayName; - vtkPBGLVertexColoring(const vtkPBGLVertexColoring&); // Not implemented. + vtkPBGLVertexColoring(const vtkPBGLVertexColoring&) VTK_DELETE_FUNCTION; void operator=(const vtkPBGLVertexColoring&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Image/vtkImageViewer.h b/Interaction/Image/vtkImageViewer.h index 31bf3fc838b93d235d667974419e7b36ae787374..f5753e9093118113625c719ca4895a2cb1bb2878 100644 --- a/Interaction/Image/vtkImageViewer.h +++ b/Interaction/Image/vtkImageViewer.h @@ -128,7 +128,7 @@ protected: vtkAlgorithm* GetInputAlgorithm(); private: - vtkImageViewer(const vtkImageViewer&); // Not implemented. + vtkImageViewer(const vtkImageViewer&) VTK_DELETE_FUNCTION; void operator=(const vtkImageViewer&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Image/vtkImageViewer2.h b/Interaction/Image/vtkImageViewer2.h index aa1f65f648d9723ecb1bb2a864a669549ddd2ae2..e256179aec53f4f4dceddcf444e510bb4dfe508b 100644 --- a/Interaction/Image/vtkImageViewer2.h +++ b/Interaction/Image/vtkImageViewer2.h @@ -215,7 +215,7 @@ protected: friend class vtkImageViewer2Callback; private: - vtkImageViewer2(const vtkImageViewer2&); // Not implemented. + vtkImageViewer2(const vtkImageViewer2&) VTK_DELETE_FUNCTION; void operator=(const vtkImageViewer2&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Image/vtkResliceImageViewer.h b/Interaction/Image/vtkResliceImageViewer.h index a9db10337b9397bb70160acec0ede8576611847c..fde6f5540ce230d5092e3c193bbc5f70a3b8fd60 100644 --- a/Interaction/Image/vtkResliceImageViewer.h +++ b/Interaction/Image/vtkResliceImageViewer.h @@ -154,7 +154,7 @@ protected: vtkResliceImageViewerScrollCallback * ScrollCallback; private: - vtkResliceImageViewer(const vtkResliceImageViewer&); // Not implemented. + vtkResliceImageViewer(const vtkResliceImageViewer&) VTK_DELETE_FUNCTION; void operator=(const vtkResliceImageViewer&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Image/vtkResliceImageViewerMeasurements.h b/Interaction/Image/vtkResliceImageViewerMeasurements.h index dd279fc93edf8896808b11fb7b5ec063802e63e7..a48027468899f8e0bb9e74d7c5451440fb74c065 100644 --- a/Interaction/Image/vtkResliceImageViewerMeasurements.h +++ b/Interaction/Image/vtkResliceImageViewerMeasurements.h @@ -119,7 +119,7 @@ protected: double Tolerance; private: - vtkResliceImageViewerMeasurements(const vtkResliceImageViewerMeasurements&); // Not implemented. + vtkResliceImageViewerMeasurements(const vtkResliceImageViewerMeasurements&) VTK_DELETE_FUNCTION; void operator=(const vtkResliceImageViewerMeasurements&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleDrawPolygon.h b/Interaction/Style/vtkInteractorStyleDrawPolygon.h index b4427b3f51506a35a0f320d784ef7c484ae23361..95aa35ccc0d60e1eaa099d6c386a46c94940ca01 100644 --- a/Interaction/Style/vtkInteractorStyleDrawPolygon.h +++ b/Interaction/Style/vtkInteractorStyleDrawPolygon.h @@ -67,7 +67,7 @@ protected: vtkUnsignedCharArray *PixelArray; private: - vtkInteractorStyleDrawPolygon(const vtkInteractorStyleDrawPolygon&); // Not implemented + vtkInteractorStyleDrawPolygon(const vtkInteractorStyleDrawPolygon&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleDrawPolygon&) VTK_DELETE_FUNCTION; class vtkInternal; diff --git a/Interaction/Style/vtkInteractorStyleFlight.h b/Interaction/Style/vtkInteractorStyleFlight.h index 744ff7dfa7f98d1f54bab33ad65da8e1e1550fe0..14f3fd1aab773377523ba110bf291cb09abc8369 100644 --- a/Interaction/Style/vtkInteractorStyleFlight.h +++ b/Interaction/Style/vtkInteractorStyleFlight.h @@ -155,7 +155,7 @@ protected: CPIDControl *PID_Pitch; private: - vtkInteractorStyleFlight(const vtkInteractorStyleFlight&); // Not implemented. + vtkInteractorStyleFlight(const vtkInteractorStyleFlight&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleFlight&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleImage.h b/Interaction/Style/vtkInteractorStyleImage.h index e13f3ed09e6f6b7d986a00663beef7b71438aec2..19ba7bca50f36c7491655ee7ebcee73705f5c2c7 100644 --- a/Interaction/Style/vtkInteractorStyleImage.h +++ b/Interaction/Style/vtkInteractorStyleImage.h @@ -196,7 +196,7 @@ protected: double ZViewUpVector[3]; private: - vtkInteractorStyleImage(const vtkInteractorStyleImage&); // Not implemented. + vtkInteractorStyleImage(const vtkInteractorStyleImage&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleImage&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleJoystickActor.h b/Interaction/Style/vtkInteractorStyleJoystickActor.h index 6aa8a5726156b2821e08d6437d9c2e4d96b4ab69..784c30948c244a0bce96d92aefb50c0c799e9338 100644 --- a/Interaction/Style/vtkInteractorStyleJoystickActor.h +++ b/Interaction/Style/vtkInteractorStyleJoystickActor.h @@ -85,7 +85,7 @@ protected: vtkCellPicker *InteractionPicker; private: - vtkInteractorStyleJoystickActor(const vtkInteractorStyleJoystickActor&); // Not implemented. + vtkInteractorStyleJoystickActor(const vtkInteractorStyleJoystickActor&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleJoystickActor&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleJoystickCamera.h b/Interaction/Style/vtkInteractorStyleJoystickCamera.h index 3f0081306c8f94f8ce3db5080f167502db84411b..1e47b0c5a60b75e4670d64dd418458966920985f 100644 --- a/Interaction/Style/vtkInteractorStyleJoystickCamera.h +++ b/Interaction/Style/vtkInteractorStyleJoystickCamera.h @@ -72,7 +72,7 @@ protected: virtual void Dolly(double factor); private: - vtkInteractorStyleJoystickCamera(const vtkInteractorStyleJoystickCamera&); // Not implemented. + vtkInteractorStyleJoystickCamera(const vtkInteractorStyleJoystickCamera&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleJoystickCamera&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleMultiTouchCamera.h b/Interaction/Style/vtkInteractorStyleMultiTouchCamera.h index 8b022caadfa0bca2bc607665c8864fdefdeaf4ad..57c9e3490d1134375fbbaafd82f87956c8298cef 100644 --- a/Interaction/Style/vtkInteractorStyleMultiTouchCamera.h +++ b/Interaction/Style/vtkInteractorStyleMultiTouchCamera.h @@ -47,7 +47,7 @@ protected: ~vtkInteractorStyleMultiTouchCamera(); private: - vtkInteractorStyleMultiTouchCamera(const vtkInteractorStyleMultiTouchCamera&); // Not implemented. + vtkInteractorStyleMultiTouchCamera(const vtkInteractorStyleMultiTouchCamera&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleMultiTouchCamera&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleRubberBand2D.h b/Interaction/Style/vtkInteractorStyleRubberBand2D.h index 235b300391e52ff6dabba85bf7695f5bf40dc8a3..072cef7b6ad942b6a84ecf4a14925627fde5b6f8 100644 --- a/Interaction/Style/vtkInteractorStyleRubberBand2D.h +++ b/Interaction/Style/vtkInteractorStyleRubberBand2D.h @@ -115,7 +115,7 @@ protected: bool RenderOnMouseMove; private: - vtkInteractorStyleRubberBand2D(const vtkInteractorStyleRubberBand2D&); // Not implemented + vtkInteractorStyleRubberBand2D(const vtkInteractorStyleRubberBand2D&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleRubberBand2D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleRubberBand3D.h b/Interaction/Style/vtkInteractorStyleRubberBand3D.h index 7a1781ef7e8d2856a5a168eeea4481bd61ec44b2..262fb6b635743f310930522d05e7096618fe863f 100644 --- a/Interaction/Style/vtkInteractorStyleRubberBand3D.h +++ b/Interaction/Style/vtkInteractorStyleRubberBand3D.h @@ -114,7 +114,7 @@ protected: bool RenderOnMouseMove; private: - vtkInteractorStyleRubberBand3D(const vtkInteractorStyleRubberBand3D&); //Not implemented + vtkInteractorStyleRubberBand3D(const vtkInteractorStyleRubberBand3D&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleRubberBand3D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleRubberBandPick.h b/Interaction/Style/vtkInteractorStyleRubberBandPick.h index 058f85d065fb7e34c5a078f5458ec9f51acba56a..979e074fce6158c019ac56e8cc8e2a775d17abb5 100644 --- a/Interaction/Style/vtkInteractorStyleRubberBandPick.h +++ b/Interaction/Style/vtkInteractorStyleRubberBandPick.h @@ -67,7 +67,7 @@ protected: int CurrentMode; private: - vtkInteractorStyleRubberBandPick(const vtkInteractorStyleRubberBandPick&); // Not implemented + vtkInteractorStyleRubberBandPick(const vtkInteractorStyleRubberBandPick&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleRubberBandPick&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleRubberBandZoom.h b/Interaction/Style/vtkInteractorStyleRubberBandZoom.h index c009380541698d141d3fc421e44bfecfc24b02f1..1704106d49f2fccfb4e78fdaca258056afcc9414 100644 --- a/Interaction/Style/vtkInteractorStyleRubberBandZoom.h +++ b/Interaction/Style/vtkInteractorStyleRubberBandZoom.h @@ -54,7 +54,7 @@ protected: vtkUnsignedCharArray *PixelArray; private: - vtkInteractorStyleRubberBandZoom(const vtkInteractorStyleRubberBandZoom&); // Not implemented + vtkInteractorStyleRubberBandZoom(const vtkInteractorStyleRubberBandZoom&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleRubberBandZoom&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleSwitch.h b/Interaction/Style/vtkInteractorStyleSwitch.h index 678a06f7da874a76632785e6d629f3c460286a90..ace0a63bbda51fdac3475ef64672d9398e5413b4 100644 --- a/Interaction/Style/vtkInteractorStyleSwitch.h +++ b/Interaction/Style/vtkInteractorStyleSwitch.h @@ -96,7 +96,7 @@ protected: bool MultiTouch; private: - vtkInteractorStyleSwitch(const vtkInteractorStyleSwitch&); // Not implemented. + vtkInteractorStyleSwitch(const vtkInteractorStyleSwitch&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleSwitch&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleTerrain.h b/Interaction/Style/vtkInteractorStyleTerrain.h index 98d24055d1cd799caecab405142642a6c018f992..d843a626ef9b12e8750351fac721180046c4d594 100644 --- a/Interaction/Style/vtkInteractorStyleTerrain.h +++ b/Interaction/Style/vtkInteractorStyleTerrain.h @@ -108,7 +108,7 @@ protected: double MotionFactor; private: - vtkInteractorStyleTerrain(const vtkInteractorStyleTerrain&); // Not implemented. + vtkInteractorStyleTerrain(const vtkInteractorStyleTerrain&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleTerrain&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleTrackball.h b/Interaction/Style/vtkInteractorStyleTrackball.h index 13e2f17a7ede2091983f6baf19800534f1e2717d..af07d2032df73b9f17190330a6bc33fd0f58db94 100644 --- a/Interaction/Style/vtkInteractorStyleTrackball.h +++ b/Interaction/Style/vtkInteractorStyleTrackball.h @@ -40,7 +40,7 @@ protected: ~vtkInteractorStyleTrackball(); private: - vtkInteractorStyleTrackball(const vtkInteractorStyleTrackball&); // Not implemented. + vtkInteractorStyleTrackball(const vtkInteractorStyleTrackball&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleTrackball&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleTrackballActor.h b/Interaction/Style/vtkInteractorStyleTrackballActor.h index 39dff199cc714753865e94cd1280d00daf402d9d..447d538d1e8bab63949b7e475d4a8aa049c25044 100644 --- a/Interaction/Style/vtkInteractorStyleTrackballActor.h +++ b/Interaction/Style/vtkInteractorStyleTrackballActor.h @@ -85,7 +85,7 @@ protected: vtkCellPicker *InteractionPicker; private: - vtkInteractorStyleTrackballActor(const vtkInteractorStyleTrackballActor&); // Not implemented. + vtkInteractorStyleTrackballActor(const vtkInteractorStyleTrackballActor&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleTrackballActor&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleTrackballCamera.h b/Interaction/Style/vtkInteractorStyleTrackballCamera.h index 925bf69a3c353eb23f34b14ebcad8026da8e2651..0095ffe9b53968a36ac223a78da45643a94267bc 100644 --- a/Interaction/Style/vtkInteractorStyleTrackballCamera.h +++ b/Interaction/Style/vtkInteractorStyleTrackballCamera.h @@ -78,7 +78,7 @@ protected: virtual void Dolly(double factor); private: - vtkInteractorStyleTrackballCamera(const vtkInteractorStyleTrackballCamera&); // Not implemented. + vtkInteractorStyleTrackballCamera(const vtkInteractorStyleTrackballCamera&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleTrackballCamera&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleUnicam.h b/Interaction/Style/vtkInteractorStyleUnicam.h index 6d7a5138cbeb4bf1d2c375c768bf816d32fdfc26..fe20a01d36e28f5e74a49d93878e762ef792785f 100644 --- a/Interaction/Style/vtkInteractorStyleUnicam.h +++ b/Interaction/Style/vtkInteractorStyleUnicam.h @@ -175,7 +175,7 @@ protected: // return the aspect ratio of the current window double WindowAspect(); private: - vtkInteractorStyleUnicam(const vtkInteractorStyleUnicam&); // Not implemented. + vtkInteractorStyleUnicam(const vtkInteractorStyleUnicam&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleUnicam&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkInteractorStyleUser.h b/Interaction/Style/vtkInteractorStyleUser.h index e302256867d2a9ca436ee53741ca25de1a67376b..0a161276640a9b6737faf2fe70008f9a2206d5f5 100644 --- a/Interaction/Style/vtkInteractorStyleUser.h +++ b/Interaction/Style/vtkInteractorStyleUser.h @@ -118,7 +118,7 @@ protected: int Button; private: - vtkInteractorStyleUser(const vtkInteractorStyleUser&); // Not implemented. + vtkInteractorStyleUser(const vtkInteractorStyleUser&) VTK_DELETE_FUNCTION; void operator=(const vtkInteractorStyleUser&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Style/vtkParallelCoordinatesInteractorStyle.h b/Interaction/Style/vtkParallelCoordinatesInteractorStyle.h index 58f573da68d7748b4976ec12132ff1187b2e21b0..d26056862627287b3c3e3fcc8c1cd764d8bc5ecd 100644 --- a/Interaction/Style/vtkParallelCoordinatesInteractorStyle.h +++ b/Interaction/Style/vtkParallelCoordinatesInteractorStyle.h @@ -109,7 +109,7 @@ protected: int CursorLastPosition[2]; private: - vtkParallelCoordinatesInteractorStyle(const vtkParallelCoordinatesInteractorStyle&); // Not implemented. + vtkParallelCoordinatesInteractorStyle(const vtkParallelCoordinatesInteractorStyle&) VTK_DELETE_FUNCTION; void operator=(const vtkParallelCoordinatesInteractorStyle&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/Testing/Cxx/TestPickingManagerSeedWidget.cxx b/Interaction/Widgets/Testing/Cxx/TestPickingManagerSeedWidget.cxx index de08dab879f67b3c29a1e89537573935e0dfbe9e..4e1f6622a50aee97b75d547f81552eb76af60bf0 100644 --- a/Interaction/Widgets/Testing/Cxx/TestPickingManagerSeedWidget.cxx +++ b/Interaction/Widgets/Testing/Cxx/TestPickingManagerSeedWidget.cxx @@ -612,7 +612,7 @@ public: vtkTimerLog* logTime; private: - vtkPMSRecordPerfCallback(const vtkPMSRecordPerfCallback&); //Not implemented + vtkPMSRecordPerfCallback(const vtkPMSRecordPerfCallback&) VTK_DELETE_FUNCTION; void operator=(const vtkPMSRecordPerfCallback&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtk3DWidget.h b/Interaction/Widgets/vtk3DWidget.h index fc8f214cc90a632c4904cc7f24ec09797b294629..13a05b62b6930ef5a3ce3bf96b054bc50e4b1c2a 100644 --- a/Interaction/Widgets/vtk3DWidget.h +++ b/Interaction/Widgets/vtk3DWidget.h @@ -140,7 +140,7 @@ protected: void UpdateInput(); private: - vtk3DWidget(const vtk3DWidget&); // Not implemented. + vtk3DWidget(const vtk3DWidget&) VTK_DELETE_FUNCTION; void operator=(const vtk3DWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkAbstractPolygonalHandleRepresentation3D.h b/Interaction/Widgets/vtkAbstractPolygonalHandleRepresentation3D.h index 69e3fbd6851548215e59b081fa51d7144d8297f2..25db83847c1d5371b08ae4ab3559e30073e6086d 100644 --- a/Interaction/Widgets/vtkAbstractPolygonalHandleRepresentation3D.h +++ b/Interaction/Widgets/vtkAbstractPolygonalHandleRepresentation3D.h @@ -211,7 +211,7 @@ protected: int SmoothMotion; private: - vtkAbstractPolygonalHandleRepresentation3D(const vtkAbstractPolygonalHandleRepresentation3D&); //Not implemented + vtkAbstractPolygonalHandleRepresentation3D(const vtkAbstractPolygonalHandleRepresentation3D&) VTK_DELETE_FUNCTION; void operator=(const vtkAbstractPolygonalHandleRepresentation3D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkAbstractWidget.h b/Interaction/Widgets/vtkAbstractWidget.h index a0726be11698cf4cfea181b54a7dd409d90c878c..58fd3a1c4401e8f915090b54f71831a1fba1946d 100644 --- a/Interaction/Widgets/vtkAbstractWidget.h +++ b/Interaction/Widgets/vtkAbstractWidget.h @@ -174,7 +174,7 @@ protected: int ProcessEvents; private: - vtkAbstractWidget(const vtkAbstractWidget&); //Not implemented + vtkAbstractWidget(const vtkAbstractWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkAbstractWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkAffineRepresentation.h b/Interaction/Widgets/vtkAffineRepresentation.h index 370339f605b0c75182278f37ee09db1b0db378ac..90dd98dce4863d27e3223fcdc68713cdce7920c3 100644 --- a/Interaction/Widgets/vtkAffineRepresentation.h +++ b/Interaction/Widgets/vtkAffineRepresentation.h @@ -90,7 +90,7 @@ protected: vtkTransform *Transform; private: - vtkAffineRepresentation(const vtkAffineRepresentation&); //Not implemented + vtkAffineRepresentation(const vtkAffineRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkAffineRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkAffineRepresentation2D.h b/Interaction/Widgets/vtkAffineRepresentation2D.h index 752abab8dbe5a3c5d84200fba9b89160ba88662b..aaf117032d5325d06e6623930708d17750c0cd25 100644 --- a/Interaction/Widgets/vtkAffineRepresentation2D.h +++ b/Interaction/Widgets/vtkAffineRepresentation2D.h @@ -222,7 +222,7 @@ protected: vtkLeaderActor2D *HYAxis; private: - vtkAffineRepresentation2D(const vtkAffineRepresentation2D&); //Not implemented + vtkAffineRepresentation2D(const vtkAffineRepresentation2D&) VTK_DELETE_FUNCTION; void operator=(const vtkAffineRepresentation2D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkAffineWidget.h b/Interaction/Widgets/vtkAffineWidget.h index 9df84fdf406c62c88b406667671a455dcdf9ac11..cc18f18f38dd9ccd68d8d312d589da7192b437c0 100644 --- a/Interaction/Widgets/vtkAffineWidget.h +++ b/Interaction/Widgets/vtkAffineWidget.h @@ -118,7 +118,7 @@ protected: int ModifierActive; private: - vtkAffineWidget(const vtkAffineWidget&); //Not implemented + vtkAffineWidget(const vtkAffineWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkAffineWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkAngleRepresentation.h b/Interaction/Widgets/vtkAngleRepresentation.h index d98b034d3f5b1cf57b28df01fd308c16ddc68bf8..ada10480eb56a0b2811e4ae5b1f3c48d4ecc3e8f 100644 --- a/Interaction/Widgets/vtkAngleRepresentation.h +++ b/Interaction/Widgets/vtkAngleRepresentation.h @@ -139,7 +139,7 @@ protected: char *LabelFormat; private: - vtkAngleRepresentation(const vtkAngleRepresentation&); //Not implemented + vtkAngleRepresentation(const vtkAngleRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkAngleRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkAngleRepresentation2D.h b/Interaction/Widgets/vtkAngleRepresentation2D.h index 51dbffa1ea9b25ffb5cd3662ba7d21da0301b0d2..abea835236ab638a99f9c62b3a36666107aa0166 100644 --- a/Interaction/Widgets/vtkAngleRepresentation2D.h +++ b/Interaction/Widgets/vtkAngleRepresentation2D.h @@ -94,7 +94,7 @@ protected: vtkLeaderActor2D *Arc; private: - vtkAngleRepresentation2D(const vtkAngleRepresentation2D&); //Not implemented + vtkAngleRepresentation2D(const vtkAngleRepresentation2D&) VTK_DELETE_FUNCTION; void operator=(const vtkAngleRepresentation2D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkAngleRepresentation3D.h b/Interaction/Widgets/vtkAngleRepresentation3D.h index a668c6063c2ccb9e61b2c4b0ac4539f614e61cbf..56dc06e9e2d0f24b5ca4006a64ef8d537434519f 100644 --- a/Interaction/Widgets/vtkAngleRepresentation3D.h +++ b/Interaction/Widgets/vtkAngleRepresentation3D.h @@ -123,7 +123,7 @@ protected: double TextPosition[3]; private: - vtkAngleRepresentation3D(const vtkAngleRepresentation3D&); //Not implemented + vtkAngleRepresentation3D(const vtkAngleRepresentation3D&) VTK_DELETE_FUNCTION; void operator=(const vtkAngleRepresentation3D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkAngleWidget.h b/Interaction/Widgets/vtkAngleWidget.h index 285bb8f84b32cdbb6b5e61bd35718f27146a61d6..0eaf51a51b874edfb9b814fd9e8832fb14ce58bb 100644 --- a/Interaction/Widgets/vtkAngleWidget.h +++ b/Interaction/Widgets/vtkAngleWidget.h @@ -174,7 +174,7 @@ protected: friend class vtkAngleWidgetCallback; private: - vtkAngleWidget(const vtkAngleWidget&); //Not implemented + vtkAngleWidget(const vtkAngleWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkAngleWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkAxesTransformRepresentation.h b/Interaction/Widgets/vtkAxesTransformRepresentation.h index d52cabef10a20501dfedf22982f782fbeb4267e0..9744e9660703357ea17103d0fa345a7bce883460 100644 --- a/Interaction/Widgets/vtkAxesTransformRepresentation.h +++ b/Interaction/Widgets/vtkAxesTransformRepresentation.h @@ -179,7 +179,7 @@ protected: double LastEventPosition[3]; private: - vtkAxesTransformRepresentation(const vtkAxesTransformRepresentation&); //Not implemented + vtkAxesTransformRepresentation(const vtkAxesTransformRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkAxesTransformRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkAxesTransformWidget.h b/Interaction/Widgets/vtkAxesTransformWidget.h index c882c02f4e0569896cf341db75e8280e340f984c..7f794581e5f6969c38a34a377895a5141e1c2cc2 100644 --- a/Interaction/Widgets/vtkAxesTransformWidget.h +++ b/Interaction/Widgets/vtkAxesTransformWidget.h @@ -138,7 +138,7 @@ protected: vtkHandleWidget *SelectionWidget; //used when selecting any one of the axes private: - vtkAxesTransformWidget(const vtkAxesTransformWidget&); //Not implemented + vtkAxesTransformWidget(const vtkAxesTransformWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkAxesTransformWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBalloonRepresentation.h b/Interaction/Widgets/vtkBalloonRepresentation.h index 6a2627d6432c48081aedb9b055b84f37910a4163..8121d6d418a78d5b97b6363a7ebae161ff10391e 100644 --- a/Interaction/Widgets/vtkBalloonRepresentation.h +++ b/Interaction/Widgets/vtkBalloonRepresentation.h @@ -212,7 +212,7 @@ protected: void ScaleImage(double imageSize[2],double scale); private: - vtkBalloonRepresentation(const vtkBalloonRepresentation&); //Not implemented + vtkBalloonRepresentation(const vtkBalloonRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkBalloonRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBalloonWidget.h b/Interaction/Widgets/vtkBalloonWidget.h index 0bad42e485b5384e2de9ed5c9515c0185c2f4d65..2ca5ab915b8661aecb6a9b3d1a6512c6f0cf9ad2 100644 --- a/Interaction/Widgets/vtkBalloonWidget.h +++ b/Interaction/Widgets/vtkBalloonWidget.h @@ -169,7 +169,7 @@ protected: vtkProp *CurrentProp; private: - vtkBalloonWidget(const vtkBalloonWidget&); //Not implemented + vtkBalloonWidget(const vtkBalloonWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkBalloonWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBezierContourLineInterpolator.h b/Interaction/Widgets/vtkBezierContourLineInterpolator.h index 9e1b70b303fc313e3bdb8ff86e10f7558ec5b7da..055ffddd5e8e62703e8099e2e1fd9db61173ea66 100644 --- a/Interaction/Widgets/vtkBezierContourLineInterpolator.h +++ b/Interaction/Widgets/vtkBezierContourLineInterpolator.h @@ -89,7 +89,7 @@ protected: int MaximumCurveLineSegments; private: - vtkBezierContourLineInterpolator(const vtkBezierContourLineInterpolator&); //Not implemented + vtkBezierContourLineInterpolator(const vtkBezierContourLineInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkBezierContourLineInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBiDimensionalRepresentation.h b/Interaction/Widgets/vtkBiDimensionalRepresentation.h index d06973574513d3f1a84802f0059c660ad301e2af..712a527fc430f29779436bcf2db01993d9b2f49e 100644 --- a/Interaction/Widgets/vtkBiDimensionalRepresentation.h +++ b/Interaction/Widgets/vtkBiDimensionalRepresentation.h @@ -210,7 +210,7 @@ protected: int ShowLabelAboveWidget; private: - vtkBiDimensionalRepresentation(const vtkBiDimensionalRepresentation&); //Not implemented + vtkBiDimensionalRepresentation(const vtkBiDimensionalRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkBiDimensionalRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBiDimensionalRepresentation2D.h b/Interaction/Widgets/vtkBiDimensionalRepresentation2D.h index 24827ed17329a6f44eb86c9bface82b20df47071..33292c20e4d5296d8e7d055f6e86770269d19ed6 100644 --- a/Interaction/Widgets/vtkBiDimensionalRepresentation2D.h +++ b/Interaction/Widgets/vtkBiDimensionalRepresentation2D.h @@ -143,7 +143,7 @@ protected: double dir, double xP[3]); private: - vtkBiDimensionalRepresentation2D(const vtkBiDimensionalRepresentation2D&); //Not implemented + vtkBiDimensionalRepresentation2D(const vtkBiDimensionalRepresentation2D&) VTK_DELETE_FUNCTION; void operator=(const vtkBiDimensionalRepresentation2D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBiDimensionalWidget.h b/Interaction/Widgets/vtkBiDimensionalWidget.h index 55a2a6906adb2d2676f5ee67decdca5a027734e5..a2c24d9f9445e220d3b3354fe84cddcefd8de832 100644 --- a/Interaction/Widgets/vtkBiDimensionalWidget.h +++ b/Interaction/Widgets/vtkBiDimensionalWidget.h @@ -212,7 +212,7 @@ protected: friend class vtkBiDimensionalWidgetCallback; private: - vtkBiDimensionalWidget(const vtkBiDimensionalWidget&); //Not implemented + vtkBiDimensionalWidget(const vtkBiDimensionalWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkBiDimensionalWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBorderRepresentation.h b/Interaction/Widgets/vtkBorderRepresentation.h index 8c87d71d7da52cd1d5f32ccb8ddb75ae5582ff0b..bf64f750aff67afe881f5b8a1e9012d2e7e9eb86 100644 --- a/Interaction/Widgets/vtkBorderRepresentation.h +++ b/Interaction/Widgets/vtkBorderRepresentation.h @@ -233,7 +233,7 @@ protected: int MaximumSize[2]; private: - vtkBorderRepresentation(const vtkBorderRepresentation&); //Not implemented + vtkBorderRepresentation(const vtkBorderRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkBorderRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBorderWidget.h b/Interaction/Widgets/vtkBorderWidget.h index 759b50174d60a32cd48ae2919293e61d8f228be5..9575e1b3155656703486b58d5a283b8b118598d2 100644 --- a/Interaction/Widgets/vtkBorderWidget.h +++ b/Interaction/Widgets/vtkBorderWidget.h @@ -157,7 +157,7 @@ protected: enum _WidgetState{Start=0,Define,Manipulate,Selected}; private: - vtkBorderWidget(const vtkBorderWidget&); //Not implemented + vtkBorderWidget(const vtkBorderWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkBorderWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBoundedPlanePointPlacer.h b/Interaction/Widgets/vtkBoundedPlanePointPlacer.h index 4dbcc3ba2a51d8e66bc47ca5bbd0a910bf3778a0..75e0aa619c9ffacd254d36e108bf579fecdb5a49 100644 --- a/Interaction/Widgets/vtkBoundedPlanePointPlacer.h +++ b/Interaction/Widgets/vtkBoundedPlanePointPlacer.h @@ -192,7 +192,7 @@ protected: double closestPt[3]); private: - vtkBoundedPlanePointPlacer(const vtkBoundedPlanePointPlacer&); //Not implemented + vtkBoundedPlanePointPlacer(const vtkBoundedPlanePointPlacer&) VTK_DELETE_FUNCTION; void operator=(const vtkBoundedPlanePointPlacer&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBoxRepresentation.h b/Interaction/Widgets/vtkBoxRepresentation.h index 822722d4d52966b54e0a75d08c916121f5292ce5..20d3eb29aac6a2fab53d0936e5cf2230f279d821 100644 --- a/Interaction/Widgets/vtkBoxRepresentation.h +++ b/Interaction/Widgets/vtkBoxRepresentation.h @@ -278,7 +278,7 @@ protected: private: - vtkBoxRepresentation(const vtkBoxRepresentation&); //Not implemented + vtkBoxRepresentation(const vtkBoxRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkBoxRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBoxWidget.h b/Interaction/Widgets/vtkBoxWidget.h index ea51a00dd742b474bfcd5fd3240e573d449f02dd..16e53e8ee355b1d3b3054ab44fd0f44aede76ceb 100644 --- a/Interaction/Widgets/vtkBoxWidget.h +++ b/Interaction/Widgets/vtkBoxWidget.h @@ -318,7 +318,7 @@ protected: int RotationEnabled; private: - vtkBoxWidget(const vtkBoxWidget&); //Not implemented + vtkBoxWidget(const vtkBoxWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkBoxWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBoxWidget2.h b/Interaction/Widgets/vtkBoxWidget2.h index 206bcc55c2181b3c392852e037b2b0ab5089ef20..ca090d52a3c9ec2d0bdec162a794844ae63c51cd 100644 --- a/Interaction/Widgets/vtkBoxWidget2.h +++ b/Interaction/Widgets/vtkBoxWidget2.h @@ -159,7 +159,7 @@ protected: int RotationEnabled; int MoveFacesEnabled; private: - vtkBoxWidget2(const vtkBoxWidget2&); //Not implemented + vtkBoxWidget2(const vtkBoxWidget2&) VTK_DELETE_FUNCTION; void operator=(const vtkBoxWidget2&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkBrokenLineWidget.h b/Interaction/Widgets/vtkBrokenLineWidget.h index b109a6fbf7cca12fc8bd3769095fa7751c4204cc..24cba08f789ce0f73e448c9700d76e4000639805 100644 --- a/Interaction/Widgets/vtkBrokenLineWidget.h +++ b/Interaction/Widgets/vtkBrokenLineWidget.h @@ -310,7 +310,7 @@ protected: double HandleSizeFactor; private: - vtkBrokenLineWidget(const vtkBrokenLineWidget&); //Not implemented + vtkBrokenLineWidget(const vtkBrokenLineWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkBrokenLineWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkButtonRepresentation.h b/Interaction/Widgets/vtkButtonRepresentation.h index 63fd19b7600fa45d49aba2141c02df768eee2d69..80345f58d7d45bc3a8aafc7e87ee7857787a8b6f 100644 --- a/Interaction/Widgets/vtkButtonRepresentation.h +++ b/Interaction/Widgets/vtkButtonRepresentation.h @@ -96,7 +96,7 @@ protected: int HighlightState; private: - vtkButtonRepresentation(const vtkButtonRepresentation&); //Not implemented + vtkButtonRepresentation(const vtkButtonRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkButtonRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkButtonWidget.h b/Interaction/Widgets/vtkButtonWidget.h index 4d6e13b09857c87c220f829870706859d720f005..057956edfb7b6b83a2b6e7da6052cdd0f7dbe4ac 100644 --- a/Interaction/Widgets/vtkButtonWidget.h +++ b/Interaction/Widgets/vtkButtonWidget.h @@ -103,7 +103,7 @@ protected: }; private: - vtkButtonWidget(const vtkButtonWidget&); //Not implemented + vtkButtonWidget(const vtkButtonWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkButtonWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkCameraRepresentation.h b/Interaction/Widgets/vtkCameraRepresentation.h index ed546041088852d5571157c7c249183a14664ce4..53f1762b8cc47f47885dba4a030b411da3612891 100644 --- a/Interaction/Widgets/vtkCameraRepresentation.h +++ b/Interaction/Widgets/vtkCameraRepresentation.h @@ -124,7 +124,7 @@ protected: vtkActor2D *Actor; private: - vtkCameraRepresentation(const vtkCameraRepresentation&); //Not implemented + vtkCameraRepresentation(const vtkCameraRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkCameraRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkCameraWidget.h b/Interaction/Widgets/vtkCameraWidget.h index dffd66fd2b53063b2db435c2ba6cc2e78a512448..4f20b2ff88cdd9ac4021c346e6b97eb98982e9f6 100644 --- a/Interaction/Widgets/vtkCameraWidget.h +++ b/Interaction/Widgets/vtkCameraWidget.h @@ -70,7 +70,7 @@ protected: virtual void SelectRegion(double eventPos[2]); private: - vtkCameraWidget(const vtkCameraWidget&); //Not implemented + vtkCameraWidget(const vtkCameraWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkCameraWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkCaptionRepresentation.h b/Interaction/Widgets/vtkCaptionRepresentation.h index 26de7d56dedbecad8bea6dcd0298e7be02cb7aca..0eb13f76f6d915a1da237b4a9caf9ccdb1f3b496 100644 --- a/Interaction/Widgets/vtkCaptionRepresentation.h +++ b/Interaction/Widgets/vtkCaptionRepresentation.h @@ -115,7 +115,7 @@ protected: virtual void AdjustCaptionBoundary(); private: - vtkCaptionRepresentation(const vtkCaptionRepresentation&); //Not implemented + vtkCaptionRepresentation(const vtkCaptionRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkCaptionRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkCaptionWidget.h b/Interaction/Widgets/vtkCaptionWidget.h index a02a205a0dedd3badf26a18ce8a4b9d5eb0ae20a..c591344e08b089d12265086c934d8edde08ad7ac 100644 --- a/Interaction/Widgets/vtkCaptionWidget.h +++ b/Interaction/Widgets/vtkCaptionWidget.h @@ -99,7 +99,7 @@ protected: friend class vtkCaptionAnchorCallback; private: - vtkCaptionWidget(const vtkCaptionWidget&); //Not implemented + vtkCaptionWidget(const vtkCaptionWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkCaptionWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkCellCentersPointPlacer.h b/Interaction/Widgets/vtkCellCentersPointPlacer.h index 89036478512571d826d4a5606a67637def7b6f13..6f13545396da43316fe8383d4d50dc5e024df7c4 100644 --- a/Interaction/Widgets/vtkCellCentersPointPlacer.h +++ b/Interaction/Widgets/vtkCellCentersPointPlacer.h @@ -132,7 +132,7 @@ protected: int Mode; private: - vtkCellCentersPointPlacer(const vtkCellCentersPointPlacer&); //Not implemented + vtkCellCentersPointPlacer(const vtkCellCentersPointPlacer&) VTK_DELETE_FUNCTION; void operator=(const vtkCellCentersPointPlacer&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkCenteredSliderWidget.h b/Interaction/Widgets/vtkCenteredSliderWidget.h index 402e427aa776a0a476dfb4e8a350a35940348cee..38cdba7217f74a87e0e2ec9799ef5107f27f7dd7 100644 --- a/Interaction/Widgets/vtkCenteredSliderWidget.h +++ b/Interaction/Widgets/vtkCenteredSliderWidget.h @@ -128,7 +128,7 @@ protected: double Value; private: - vtkCenteredSliderWidget(const vtkCenteredSliderWidget&); //Not implemented + vtkCenteredSliderWidget(const vtkCenteredSliderWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkCenteredSliderWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkCheckerboardRepresentation.h b/Interaction/Widgets/vtkCheckerboardRepresentation.h index 87948ecf71538d9ba4b0b303062b267bdb6e4a93..f9e3dde54fbc63f03b906c62edc7565058f37914 100644 --- a/Interaction/Widgets/vtkCheckerboardRepresentation.h +++ b/Interaction/Widgets/vtkCheckerboardRepresentation.h @@ -123,7 +123,7 @@ protected: int OrthoAxis; private: - vtkCheckerboardRepresentation(const vtkCheckerboardRepresentation&); //Not implemented + vtkCheckerboardRepresentation(const vtkCheckerboardRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkCheckerboardRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkCheckerboardWidget.h b/Interaction/Widgets/vtkCheckerboardWidget.h index beaaf58fda77f50ade8824343e15a0a244545b78..a36eec364fce625e3282be93223dbba5bd6a8865 100644 --- a/Interaction/Widgets/vtkCheckerboardWidget.h +++ b/Interaction/Widgets/vtkCheckerboardWidget.h @@ -103,7 +103,7 @@ protected: friend class vtkCWCallback; private: - vtkCheckerboardWidget(const vtkCheckerboardWidget&); //Not implemented + vtkCheckerboardWidget(const vtkCheckerboardWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkCheckerboardWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkClosedSurfacePointPlacer.h b/Interaction/Widgets/vtkClosedSurfacePointPlacer.h index 4a92ecf9382f1285cc228c37894ad2d7f92928d0..9916ade016dede3ba56dea96772ae99e95cfc6d7 100644 --- a/Interaction/Widgets/vtkClosedSurfacePointPlacer.h +++ b/Interaction/Widgets/vtkClosedSurfacePointPlacer.h @@ -132,7 +132,7 @@ protected: vtkPlaneCollection * InnerBoundingPlanes; private: - vtkClosedSurfacePointPlacer(const vtkClosedSurfacePointPlacer&); //Not implemented + vtkClosedSurfacePointPlacer(const vtkClosedSurfacePointPlacer&) VTK_DELETE_FUNCTION; void operator=(const vtkClosedSurfacePointPlacer&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkConstrainedPointHandleRepresentation.h b/Interaction/Widgets/vtkConstrainedPointHandleRepresentation.h index ce407d6d3fb4a1aea59dbaaf38bf7f217dc1e102..6119bfbcf81637a5eca58d641f41e57ba4713483 100644 --- a/Interaction/Widgets/vtkConstrainedPointHandleRepresentation.h +++ b/Interaction/Widgets/vtkConstrainedPointHandleRepresentation.h @@ -239,7 +239,7 @@ protected: double InteractionOffset[2]; private: - vtkConstrainedPointHandleRepresentation(const vtkConstrainedPointHandleRepresentation&); //Not implemented + vtkConstrainedPointHandleRepresentation(const vtkConstrainedPointHandleRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkConstrainedPointHandleRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkContinuousValueWidget.h b/Interaction/Widgets/vtkContinuousValueWidget.h index 2f436ba4ac9a1e45c9e13952f3e1d1cbb92bac44..cb97f07f85bf125e21375a6426f532813438e715 100644 --- a/Interaction/Widgets/vtkContinuousValueWidget.h +++ b/Interaction/Widgets/vtkContinuousValueWidget.h @@ -112,7 +112,7 @@ protected: double Value; private: - vtkContinuousValueWidget(const vtkContinuousValueWidget&); //Not implemented + vtkContinuousValueWidget(const vtkContinuousValueWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkContinuousValueWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkContourLineInterpolator.h b/Interaction/Widgets/vtkContourLineInterpolator.h index 5a56c83c3576a3b978337209948562aae65e52c4..53d8d2f1b3ba07db231f6479028791a114d68294 100644 --- a/Interaction/Widgets/vtkContourLineInterpolator.h +++ b/Interaction/Widgets/vtkContourLineInterpolator.h @@ -84,7 +84,7 @@ public: ~vtkContourLineInterpolator(); private: - vtkContourLineInterpolator(const vtkContourLineInterpolator&); //Not implemented + vtkContourLineInterpolator(const vtkContourLineInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkContourLineInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkContourRepresentation.h b/Interaction/Widgets/vtkContourRepresentation.h index d47d8443cc14b869c89e6f7b5e9de5c2d42494ed..92543fbead3324b78857a947352cc4723db90c5a 100644 --- a/Interaction/Widgets/vtkContourRepresentation.h +++ b/Interaction/Widgets/vtkContourRepresentation.h @@ -486,7 +486,7 @@ protected: private: - vtkContourRepresentation(const vtkContourRepresentation&); //Not implemented + vtkContourRepresentation(const vtkContourRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkContourRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkContourWidget.h b/Interaction/Widgets/vtkContourWidget.h index 68a2811f5b2a915d36ec8544463ad609937a16e0..9b7b5630bb4fbb16ca6842ede1aab9ac919aa0ad 100644 --- a/Interaction/Widgets/vtkContourWidget.h +++ b/Interaction/Widgets/vtkContourWidget.h @@ -239,7 +239,7 @@ protected: void AddNode(); private: - vtkContourWidget(const vtkContourWidget&); //Not implemented + vtkContourWidget(const vtkContourWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkContourWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkCurveRepresentation.h b/Interaction/Widgets/vtkCurveRepresentation.h index f8c7f96bc4730075d1c901a4aa62c004ed462b7f..e33be3e6adb9c19f6c25adc258cd676c4f49abee 100644 --- a/Interaction/Widgets/vtkCurveRepresentation.h +++ b/Interaction/Widgets/vtkCurveRepresentation.h @@ -253,7 +253,7 @@ protected: void CalculateCentroid(); private: - vtkCurveRepresentation(const vtkCurveRepresentation&); // Not implemented. + vtkCurveRepresentation(const vtkCurveRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkCurveRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkDistanceRepresentation.h b/Interaction/Widgets/vtkDistanceRepresentation.h index 4cf7d2c97ea29d5c886af696332266f2081ca958..e5612934daeca5c13726659719c6953851e23100 100644 --- a/Interaction/Widgets/vtkDistanceRepresentation.h +++ b/Interaction/Widgets/vtkDistanceRepresentation.h @@ -146,7 +146,7 @@ protected: int NumberOfRulerTicks; private: - vtkDistanceRepresentation(const vtkDistanceRepresentation&); //Not implemented + vtkDistanceRepresentation(const vtkDistanceRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkDistanceRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkDistanceRepresentation2D.h b/Interaction/Widgets/vtkDistanceRepresentation2D.h index cca003e93599221a2af6a896d0f2455472aee4ed..2a50cf1456d7e119dcf8048f051e0c42eae89e52 100644 --- a/Interaction/Widgets/vtkDistanceRepresentation2D.h +++ b/Interaction/Widgets/vtkDistanceRepresentation2D.h @@ -98,7 +98,7 @@ protected: double Distance; private: - vtkDistanceRepresentation2D(const vtkDistanceRepresentation2D&); //Not implemented + vtkDistanceRepresentation2D(const vtkDistanceRepresentation2D&) VTK_DELETE_FUNCTION; void operator=(const vtkDistanceRepresentation2D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkDistanceRepresentation3D.h b/Interaction/Widgets/vtkDistanceRepresentation3D.h index 483125bccbb8437be91ab4465190e3b0e53e3db1..8044d6bc51c32f5a4ca659c469a6440126bc7d91 100644 --- a/Interaction/Widgets/vtkDistanceRepresentation3D.h +++ b/Interaction/Widgets/vtkDistanceRepresentation3D.h @@ -182,7 +182,7 @@ protected: double LabelPosition; private: - vtkDistanceRepresentation3D(const vtkDistanceRepresentation3D&); //Not implemented + vtkDistanceRepresentation3D(const vtkDistanceRepresentation3D&) VTK_DELETE_FUNCTION; void operator=(const vtkDistanceRepresentation3D&) VTK_DELETE_FUNCTION; // Internal method to update the position of the label. diff --git a/Interaction/Widgets/vtkDistanceWidget.h b/Interaction/Widgets/vtkDistanceWidget.h index 5d7976a376d15a3818607124248de5195aa1df9b..f2cdd60af65b562e8765814650cf4b3794c1d4f9 100644 --- a/Interaction/Widgets/vtkDistanceWidget.h +++ b/Interaction/Widgets/vtkDistanceWidget.h @@ -167,7 +167,7 @@ protected: friend class vtkDistanceWidgetCallback; private: - vtkDistanceWidget(const vtkDistanceWidget&); //Not implemented + vtkDistanceWidget(const vtkDistanceWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkDistanceWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkEvent.h b/Interaction/Widgets/vtkEvent.h index c1fae50b3508f401570d764f29cbe089529b2fb8..e72d48a06b37ee41e3b609563579dd0a06f4e877 100644 --- a/Interaction/Widgets/vtkEvent.h +++ b/Interaction/Widgets/vtkEvent.h @@ -95,7 +95,7 @@ protected: char* KeySym; private: - vtkEvent(const vtkEvent&); //Not implemented + vtkEvent(const vtkEvent&) VTK_DELETE_FUNCTION; void operator=(const vtkEvent&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkFinitePlaneRepresentation.h b/Interaction/Widgets/vtkFinitePlaneRepresentation.h index 8692c236f14132e06701ecc87aab163cb13f233b..ab6e61c2a5908bd99cfe6f8013625bfed2eee65f 100644 --- a/Interaction/Widgets/vtkFinitePlaneRepresentation.h +++ b/Interaction/Widgets/vtkFinitePlaneRepresentation.h @@ -273,7 +273,7 @@ protected: vtkProperty *SelectedNormalProperty; private: - vtkFinitePlaneRepresentation(const vtkFinitePlaneRepresentation&); //Not implemented + vtkFinitePlaneRepresentation(const vtkFinitePlaneRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkFinitePlaneRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkFinitePlaneWidget.h b/Interaction/Widgets/vtkFinitePlaneWidget.h index cbf527642702eb2dddac3f350c31600a4caff420..10a76f1251869142bd5fc764d2ac2257e642ad1b 100644 --- a/Interaction/Widgets/vtkFinitePlaneWidget.h +++ b/Interaction/Widgets/vtkFinitePlaneWidget.h @@ -111,7 +111,7 @@ protected: int UpdateCursorShape( int interactionState ); private: - vtkFinitePlaneWidget(const vtkFinitePlaneWidget&); //Not implemented + vtkFinitePlaneWidget(const vtkFinitePlaneWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkFinitePlaneWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkFixedSizeHandleRepresentation3D.h b/Interaction/Widgets/vtkFixedSizeHandleRepresentation3D.h index a610a13bc098df5b97cac9d8026f1092e0c05dd1..b1e66cacebe1cccd399c7ea2bc0877fb72b84bd6 100644 --- a/Interaction/Widgets/vtkFixedSizeHandleRepresentation3D.h +++ b/Interaction/Widgets/vtkFixedSizeHandleRepresentation3D.h @@ -92,7 +92,7 @@ protected: double HandleSizeToleranceInPixels; private: - vtkFixedSizeHandleRepresentation3D(const vtkFixedSizeHandleRepresentation3D&); //Not implemented + vtkFixedSizeHandleRepresentation3D(const vtkFixedSizeHandleRepresentation3D&) VTK_DELETE_FUNCTION; void operator=(const vtkFixedSizeHandleRepresentation3D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkFocalPlaneContourRepresentation.h b/Interaction/Widgets/vtkFocalPlaneContourRepresentation.h index 9e1e641472ce149cbc575b6ecbeb7cc9bf6d4935..251fbdee7fac07901a56c7a09c9ace5d52aed5c3 100644 --- a/Interaction/Widgets/vtkFocalPlaneContourRepresentation.h +++ b/Interaction/Widgets/vtkFocalPlaneContourRepresentation.h @@ -88,7 +88,7 @@ protected: ~vtkFocalPlaneContourRepresentation(); private: - vtkFocalPlaneContourRepresentation(const vtkFocalPlaneContourRepresentation&); //Not implemented + vtkFocalPlaneContourRepresentation(const vtkFocalPlaneContourRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkFocalPlaneContourRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkFocalPlanePointPlacer.h b/Interaction/Widgets/vtkFocalPlanePointPlacer.h index a1321bb11b772da8353575e9cb3909a183569ecf..4d7928da27ee217e4fec795d7beeb85432e1afcd 100644 --- a/Interaction/Widgets/vtkFocalPlanePointPlacer.h +++ b/Interaction/Widgets/vtkFocalPlanePointPlacer.h @@ -96,7 +96,7 @@ protected: double Offset; private: - vtkFocalPlanePointPlacer(const vtkFocalPlanePointPlacer&); //Not implemented + vtkFocalPlanePointPlacer(const vtkFocalPlanePointPlacer&) VTK_DELETE_FUNCTION; void operator=(const vtkFocalPlanePointPlacer&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkHandleRepresentation.h b/Interaction/Widgets/vtkHandleRepresentation.h index b36a5eda4cd9115160e7118dd56ac4cd9a7e56b9..dc4ad3ba0986deb4b5042dcc082b2674d8b98a7b 100644 --- a/Interaction/Widgets/vtkHandleRepresentation.h +++ b/Interaction/Widgets/vtkHandleRepresentation.h @@ -163,7 +163,7 @@ protected: vtkPointPlacer * PointPlacer; private: - vtkHandleRepresentation(const vtkHandleRepresentation&); //Not implemented + vtkHandleRepresentation(const vtkHandleRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkHandleRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkHandleWidget.h b/Interaction/Widgets/vtkHandleWidget.h index 0b75211c17eab8363b861a1f0eb032b23d20d8f2..71cfb21b4d5bf8ee9f797bafe12192f65ea3a064 100644 --- a/Interaction/Widgets/vtkHandleWidget.h +++ b/Interaction/Widgets/vtkHandleWidget.h @@ -138,7 +138,7 @@ protected: int AllowHandleResize; private: - vtkHandleWidget(const vtkHandleWidget&); //Not implemented + vtkHandleWidget(const vtkHandleWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkHandleWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkHoverWidget.h b/Interaction/Widgets/vtkHoverWidget.h index a65db09841ca6719b18dcd75f16493eb12e88d41..e022886576dde841cd8393a05ed96996fd233e8c 100644 --- a/Interaction/Widgets/vtkHoverWidget.h +++ b/Interaction/Widgets/vtkHoverWidget.h @@ -128,7 +128,7 @@ protected: int TimerDuration; private: - vtkHoverWidget(const vtkHoverWidget&); //Not implemented + vtkHoverWidget(const vtkHoverWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkHoverWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkImageActorPointPlacer.h b/Interaction/Widgets/vtkImageActorPointPlacer.h index 01d7aaa1babd70a9aca9ed967483bef12e670da3..ea9623e01cad3296accecd62195e0b9a1163ef43 100644 --- a/Interaction/Widgets/vtkImageActorPointPlacer.h +++ b/Interaction/Widgets/vtkImageActorPointPlacer.h @@ -138,7 +138,7 @@ protected: double Bounds[6]; private: - vtkImageActorPointPlacer(const vtkImageActorPointPlacer&); //Not implemented + vtkImageActorPointPlacer(const vtkImageActorPointPlacer&) VTK_DELETE_FUNCTION; void operator=(const vtkImageActorPointPlacer&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkImageCroppingRegionsWidget.h b/Interaction/Widgets/vtkImageCroppingRegionsWidget.h index 5fc9fdcf387aaaa4a8340619288a92729baa0351..42b2719c27d6ab6d4ceac1bac36f65b0be352ad3 100644 --- a/Interaction/Widgets/vtkImageCroppingRegionsWidget.h +++ b/Interaction/Widgets/vtkImageCroppingRegionsWidget.h @@ -204,7 +204,7 @@ protected: void ConstrainPlanePositions(double positions[6]); private: - vtkImageCroppingRegionsWidget(const vtkImageCroppingRegionsWidget&); //Not implemented + vtkImageCroppingRegionsWidget(const vtkImageCroppingRegionsWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkImageCroppingRegionsWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkImageOrthoPlanes.h b/Interaction/Widgets/vtkImageOrthoPlanes.h index b9c8f5e88874c2797b7d024b571b28d782434293..2d75fe592c3841ab2d5b8ce124a7fc5b8d64c6c8 100644 --- a/Interaction/Widgets/vtkImageOrthoPlanes.h +++ b/Interaction/Widgets/vtkImageOrthoPlanes.h @@ -94,7 +94,7 @@ protected: long *ObserverTags; private: - vtkImageOrthoPlanes(const vtkImageOrthoPlanes&); // Not implemented. + vtkImageOrthoPlanes(const vtkImageOrthoPlanes&) VTK_DELETE_FUNCTION; void operator=(const vtkImageOrthoPlanes&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkImagePlaneWidget.h b/Interaction/Widgets/vtkImagePlaneWidget.h index 54db46f3245b0f49016c3b6c553e0dc93877e7ba..4024250328a83053fb4026d458d2908197734f2c 100644 --- a/Interaction/Widgets/vtkImagePlaneWidget.h +++ b/Interaction/Widgets/vtkImagePlaneWidget.h @@ -610,7 +610,7 @@ protected: double MarginSizeY; private: - vtkImagePlaneWidget(const vtkImagePlaneWidget&); //Not implemented + vtkImagePlaneWidget(const vtkImagePlaneWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkImagePlaneWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkImageTracerWidget.h b/Interaction/Widgets/vtkImageTracerWidget.h index 8451c660136676d2dfd034c58db43033c66afdf8..dcb11273bc4d1fc17a3e89a60cff996bae8e3f1d 100644 --- a/Interaction/Widgets/vtkImageTracerWidget.h +++ b/Interaction/Widgets/vtkImageTracerWidget.h @@ -346,7 +346,7 @@ protected: int HandleRightMouseButton; private: - vtkImageTracerWidget(const vtkImageTracerWidget&); //Not implemented + vtkImageTracerWidget(const vtkImageTracerWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkImageTracerWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkImplicitCylinderRepresentation.h b/Interaction/Widgets/vtkImplicitCylinderRepresentation.h index 04b7d740b79c364a6a0212b0d4c942cd23539387..cc0d41507cbb3836ee39e39afdc9aa5e393bd66e 100644 --- a/Interaction/Widgets/vtkImplicitCylinderRepresentation.h +++ b/Interaction/Widgets/vtkImplicitCylinderRepresentation.h @@ -415,7 +415,7 @@ protected: vtkBox *BoundingBox; private: - vtkImplicitCylinderRepresentation(const vtkImplicitCylinderRepresentation&); //Not implemented + vtkImplicitCylinderRepresentation(const vtkImplicitCylinderRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitCylinderRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkImplicitCylinderWidget.h b/Interaction/Widgets/vtkImplicitCylinderWidget.h index bd6c7c68cc3f42c4e7e6e72b9c168033ab82ae43..1a632928250cb6446739fac9def5a73d6ea53ba5 100644 --- a/Interaction/Widgets/vtkImplicitCylinderWidget.h +++ b/Interaction/Widgets/vtkImplicitCylinderWidget.h @@ -142,7 +142,7 @@ protected: int UpdateCursorShape( int interactionState ); private: - vtkImplicitCylinderWidget(const vtkImplicitCylinderWidget&); //Not implemented + vtkImplicitCylinderWidget(const vtkImplicitCylinderWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitCylinderWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkImplicitPlaneRepresentation.h b/Interaction/Widgets/vtkImplicitPlaneRepresentation.h index 59e349bb3bb5eacaa64189834136d41399ce5dd1..f61cf285c02a8e31b0e9ff9f9f169e1ed34d750f 100644 --- a/Interaction/Widgets/vtkImplicitPlaneRepresentation.h +++ b/Interaction/Widgets/vtkImplicitPlaneRepresentation.h @@ -396,7 +396,7 @@ protected: vtkBox *BoundingBox; private: - vtkImplicitPlaneRepresentation(const vtkImplicitPlaneRepresentation&); //Not implemented + vtkImplicitPlaneRepresentation(const vtkImplicitPlaneRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitPlaneRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkImplicitPlaneWidget.h b/Interaction/Widgets/vtkImplicitPlaneWidget.h index 6475d97bae435c3628ffc7d0e3cbde4c41a640bc..95081d263bf363907980d20bf4bab42ea78a16dd 100644 --- a/Interaction/Widgets/vtkImplicitPlaneWidget.h +++ b/Interaction/Widgets/vtkImplicitPlaneWidget.h @@ -351,7 +351,7 @@ protected: void GeneratePlane(); private: - vtkImplicitPlaneWidget(const vtkImplicitPlaneWidget&); //Not implemented + vtkImplicitPlaneWidget(const vtkImplicitPlaneWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitPlaneWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkImplicitPlaneWidget2.h b/Interaction/Widgets/vtkImplicitPlaneWidget2.h index f8ce28b3f49ced71802a230e89a8b3183c54d060..497b73c6a2af79e4d1379ad2478232a1b07c9b73 100644 --- a/Interaction/Widgets/vtkImplicitPlaneWidget2.h +++ b/Interaction/Widgets/vtkImplicitPlaneWidget2.h @@ -158,7 +158,7 @@ protected: void InvokeInteractionCallback(); private: - vtkImplicitPlaneWidget2(const vtkImplicitPlaneWidget2&); //Not implemented + vtkImplicitPlaneWidget2(const vtkImplicitPlaneWidget2&) VTK_DELETE_FUNCTION; void operator=(const vtkImplicitPlaneWidget2&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkLineRepresentation.h b/Interaction/Widgets/vtkLineRepresentation.h index 7f98fd9313c3f04abcc5614a0b12d7138747b0aa..6e854f55abe7057bb1f991f87c1da0b1dfe16075 100644 --- a/Interaction/Widgets/vtkLineRepresentation.h +++ b/Interaction/Widgets/vtkLineRepresentation.h @@ -303,7 +303,7 @@ protected: vtkCellPicker *LinePicker; private: - vtkLineRepresentation(const vtkLineRepresentation&); //Not implemented + vtkLineRepresentation(const vtkLineRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkLineRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkLineWidget.h b/Interaction/Widgets/vtkLineWidget.h index e6272fbea8348e919b16fa1b95503498d5e33ea3..b77c53e8a3f0f02f0c7867ac9a11d065871d7bd2 100644 --- a/Interaction/Widgets/vtkLineWidget.h +++ b/Interaction/Widgets/vtkLineWidget.h @@ -272,7 +272,7 @@ protected: int ForwardEvent(unsigned long event); private: - vtkLineWidget(const vtkLineWidget&); //Not implemented + vtkLineWidget(const vtkLineWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkLineWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkLineWidget2.h b/Interaction/Widgets/vtkLineWidget2.h index d146fc016c4f8734affa79d0c0c0cda3b7adf245..83b6875892fff0ce5da84ddcd0860a14b78e84f5 100644 --- a/Interaction/Widgets/vtkLineWidget2.h +++ b/Interaction/Widgets/vtkLineWidget2.h @@ -143,7 +143,7 @@ protected: vtkHandleWidget *LineHandle; //used when selecting the line private: - vtkLineWidget2(const vtkLineWidget2&); //Not implemented + vtkLineWidget2(const vtkLineWidget2&) VTK_DELETE_FUNCTION; void operator=(const vtkLineWidget2&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkLinearContourLineInterpolator.h b/Interaction/Widgets/vtkLinearContourLineInterpolator.h index d4925d6e67838f2409bcb0d6076922bf3248537d..cf910b70fe4f087e598f22fbe178cf9d82de1c24 100644 --- a/Interaction/Widgets/vtkLinearContourLineInterpolator.h +++ b/Interaction/Widgets/vtkLinearContourLineInterpolator.h @@ -50,7 +50,7 @@ protected: ~vtkLinearContourLineInterpolator(); private: - vtkLinearContourLineInterpolator(const vtkLinearContourLineInterpolator&); //Not implemented + vtkLinearContourLineInterpolator(const vtkLinearContourLineInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkLinearContourLineInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkLogoRepresentation.h b/Interaction/Widgets/vtkLogoRepresentation.h index 6b12a37d225e766d0b039744a9bf5e6194cb5138..6701954e541635227ff6ab091d26173e8c420d5b 100644 --- a/Interaction/Widgets/vtkLogoRepresentation.h +++ b/Interaction/Widgets/vtkLogoRepresentation.h @@ -92,7 +92,7 @@ protected: virtual void AdjustImageSize(double o[2], double borderSize[2], double imageSize[2]); private: - vtkLogoRepresentation(const vtkLogoRepresentation&); //Not implemented + vtkLogoRepresentation(const vtkLogoRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkLogoRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkLogoWidget.h b/Interaction/Widgets/vtkLogoWidget.h index 2ac277d30d644256f6c006e654f9180b0016b34c..b0f5ce86492b99012b744605b93ee0b094735890 100644 --- a/Interaction/Widgets/vtkLogoWidget.h +++ b/Interaction/Widgets/vtkLogoWidget.h @@ -61,7 +61,7 @@ protected: ~vtkLogoWidget(); private: - vtkLogoWidget(const vtkLogoWidget&); //Not implemented + vtkLogoWidget(const vtkLogoWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkLogoWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkOrientationMarkerWidget.h b/Interaction/Widgets/vtkOrientationMarkerWidget.h index abc456a56a3e9ba5c4429ed00a3485f4131301c0..fadb7cea546f57957eb88e77a41d6878f58293c1 100644 --- a/Interaction/Widgets/vtkOrientationMarkerWidget.h +++ b/Interaction/Widgets/vtkOrientationMarkerWidget.h @@ -196,7 +196,7 @@ protected: void UpdateViewport(); private: - vtkOrientationMarkerWidget(const vtkOrientationMarkerWidget&); // Not implemented + vtkOrientationMarkerWidget(const vtkOrientationMarkerWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkOrientationMarkerWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkOrientedGlyphContourRepresentation.h b/Interaction/Widgets/vtkOrientedGlyphContourRepresentation.h index 0bf9dbb713d505ebfe84980ceeb5a1ebb280599c..22765d8fc252a03ceb98153d2d6f8893d038af83 100644 --- a/Interaction/Widgets/vtkOrientedGlyphContourRepresentation.h +++ b/Interaction/Widgets/vtkOrientedGlyphContourRepresentation.h @@ -180,7 +180,7 @@ protected: virtual void BuildLines(); private: - vtkOrientedGlyphContourRepresentation(const vtkOrientedGlyphContourRepresentation&); //Not implemented + vtkOrientedGlyphContourRepresentation(const vtkOrientedGlyphContourRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkOrientedGlyphContourRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkOrientedGlyphFocalPlaneContourRepresentation.h b/Interaction/Widgets/vtkOrientedGlyphFocalPlaneContourRepresentation.h index f33b4942714b70a42a5b60cd90b0c92eb06f0854..bab6124dc660640d6889706bd676020339d0c0d5 100644 --- a/Interaction/Widgets/vtkOrientedGlyphFocalPlaneContourRepresentation.h +++ b/Interaction/Widgets/vtkOrientedGlyphFocalPlaneContourRepresentation.h @@ -170,7 +170,7 @@ protected: void BuildLines(); private: - vtkOrientedGlyphFocalPlaneContourRepresentation(const vtkOrientedGlyphFocalPlaneContourRepresentation&); //Not implemented + vtkOrientedGlyphFocalPlaneContourRepresentation(const vtkOrientedGlyphFocalPlaneContourRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkOrientedGlyphFocalPlaneContourRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkOrientedPolygonalHandleRepresentation3D.h b/Interaction/Widgets/vtkOrientedPolygonalHandleRepresentation3D.h index c00cd572db1a8f1824d1641b94929cfcc8b51aaf..1e25be170b5c4c568a370ee624185b5d6059848a 100644 --- a/Interaction/Widgets/vtkOrientedPolygonalHandleRepresentation3D.h +++ b/Interaction/Widgets/vtkOrientedPolygonalHandleRepresentation3D.h @@ -55,7 +55,7 @@ protected: virtual void UpdateHandle(); private: - vtkOrientedPolygonalHandleRepresentation3D(const vtkOrientedPolygonalHandleRepresentation3D&); //Not implemented + vtkOrientedPolygonalHandleRepresentation3D(const vtkOrientedPolygonalHandleRepresentation3D&) VTK_DELETE_FUNCTION; void operator=(const vtkOrientedPolygonalHandleRepresentation3D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkParallelopipedRepresentation.h b/Interaction/Widgets/vtkParallelopipedRepresentation.h index 95fc959b89ee6a5b3fa217ca0676df929207e901..97eff40d90d5022d23c8b071cdbdc1ed50d8d4ae 100644 --- a/Interaction/Widgets/vtkParallelopipedRepresentation.h +++ b/Interaction/Widgets/vtkParallelopipedRepresentation.h @@ -260,7 +260,7 @@ protected: double AbsoluteMinimumThickness; private: - vtkParallelopipedRepresentation(const vtkParallelopipedRepresentation&); //Not implemented + vtkParallelopipedRepresentation(const vtkParallelopipedRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkParallelopipedRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkParallelopipedWidget.h b/Interaction/Widgets/vtkParallelopipedWidget.h index 349538d0f445076e9244dec4c22ba085b20f28fa..94f69a95238ab41ff02e610f737e98ff9bd5791b 100644 --- a/Interaction/Widgets/vtkParallelopipedWidget.h +++ b/Interaction/Widgets/vtkParallelopipedWidget.h @@ -136,7 +136,7 @@ protected: vtkWidgetSet* WidgetSet; private: - vtkParallelopipedWidget(const vtkParallelopipedWidget&); //Not implemented + vtkParallelopipedWidget(const vtkParallelopipedWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkParallelopipedWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPlaneWidget.h b/Interaction/Widgets/vtkPlaneWidget.h index a448dc73d190c219900557588b5699efe62c844a..cc8f03b6c354a2406c8abedeba91618f4f381a93 100644 --- a/Interaction/Widgets/vtkPlaneWidget.h +++ b/Interaction/Widgets/vtkPlaneWidget.h @@ -350,7 +350,7 @@ protected: double HandleSizeFactor; private: - vtkPlaneWidget(const vtkPlaneWidget&); //Not implemented + vtkPlaneWidget(const vtkPlaneWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkPlaneWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPlaybackRepresentation.h b/Interaction/Widgets/vtkPlaybackRepresentation.h index 0e27120e7e3ac9350f10f409de9740db9f50a8d7..cff238ec1f80b27a05b1bd6ea80990f4d2101a0b 100644 --- a/Interaction/Widgets/vtkPlaybackRepresentation.h +++ b/Interaction/Widgets/vtkPlaybackRepresentation.h @@ -92,7 +92,7 @@ protected: vtkActor2D *Actor; private: - vtkPlaybackRepresentation(const vtkPlaybackRepresentation&); //Not implemented + vtkPlaybackRepresentation(const vtkPlaybackRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkPlaybackRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPlaybackWidget.h b/Interaction/Widgets/vtkPlaybackWidget.h index dfe95211a75be1637bfdcb19044e11575c0f2a4f..4b2df2c6b2a938b2c893e5ddaaf25c147f9b640b 100644 --- a/Interaction/Widgets/vtkPlaybackWidget.h +++ b/Interaction/Widgets/vtkPlaybackWidget.h @@ -65,7 +65,7 @@ protected: virtual void SelectRegion(double eventPos[2]); private: - vtkPlaybackWidget(const vtkPlaybackWidget&); //Not implemented + vtkPlaybackWidget(const vtkPlaybackWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkPlaybackWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPointHandleRepresentation2D.h b/Interaction/Widgets/vtkPointHandleRepresentation2D.h index 2824f07e168f4e6f090dbfa84d8e4a616d1f52e9..8845c844c6b2db49b7f1042fa15200b580ac1cde 100644 --- a/Interaction/Widgets/vtkPointHandleRepresentation2D.h +++ b/Interaction/Widgets/vtkPointHandleRepresentation2D.h @@ -131,7 +131,7 @@ protected: int WaitCount; private: - vtkPointHandleRepresentation2D(const vtkPointHandleRepresentation2D&); //Not implemented + vtkPointHandleRepresentation2D(const vtkPointHandleRepresentation2D&) VTK_DELETE_FUNCTION; void operator=(const vtkPointHandleRepresentation2D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPointHandleRepresentation3D.h b/Interaction/Widgets/vtkPointHandleRepresentation3D.h index bdddf2143348c2a2822fbea2abf4214fbd346e08..e49a72ed74641793e91a0773811beff2da3ad13a 100644 --- a/Interaction/Widgets/vtkPointHandleRepresentation3D.h +++ b/Interaction/Widgets/vtkPointHandleRepresentation3D.h @@ -243,7 +243,7 @@ protected: int SmoothMotion; private: - vtkPointHandleRepresentation3D(const vtkPointHandleRepresentation3D&); //Not implemented + vtkPointHandleRepresentation3D(const vtkPointHandleRepresentation3D&) VTK_DELETE_FUNCTION; void operator=(const vtkPointHandleRepresentation3D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPointPlacer.h b/Interaction/Widgets/vtkPointPlacer.h index f9ca7172edbc18bd524691db75bc8644f22595ac..7cf3415851008d1cee9b10bdec0efdc7dfaaf48c 100644 --- a/Interaction/Widgets/vtkPointPlacer.h +++ b/Interaction/Widgets/vtkPointPlacer.h @@ -142,7 +142,7 @@ protected: double WorldTolerance; private: - vtkPointPlacer(const vtkPointPlacer&); //Not implemented + vtkPointPlacer(const vtkPointPlacer&) VTK_DELETE_FUNCTION; void operator=(const vtkPointPlacer&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPointWidget.h b/Interaction/Widgets/vtkPointWidget.h index 72cd3acbab739c904855708e032f4b848fe3e35c..64ffba0f56dcb04b1bd95a49059ed914ea8b7131 100644 --- a/Interaction/Widgets/vtkPointWidget.h +++ b/Interaction/Widgets/vtkPointWidget.h @@ -262,7 +262,7 @@ protected: int WaitCount; private: - vtkPointWidget(const vtkPointWidget&); //Not implemented + vtkPointWidget(const vtkPointWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkPointWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPolyDataPointPlacer.h b/Interaction/Widgets/vtkPolyDataPointPlacer.h index e3f7d79305bed3596d3f4db32185798906a36858..8886e83e2b3f5f86da36f4e8802a22b4da92ce3a 100644 --- a/Interaction/Widgets/vtkPolyDataPointPlacer.h +++ b/Interaction/Widgets/vtkPolyDataPointPlacer.h @@ -112,7 +112,7 @@ protected: vtkPropPicker *PropPicker; private: - vtkPolyDataPointPlacer(const vtkPolyDataPointPlacer&); //Not implemented + vtkPolyDataPointPlacer(const vtkPolyDataPointPlacer&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataPointPlacer&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPolyDataSourceWidget.h b/Interaction/Widgets/vtkPolyDataSourceWidget.h index 9d3cb8f072d7d8be13fd528105de505fbd74c092..7442a7ea38a8459c59452b46fb273fb2cf81e73f 100644 --- a/Interaction/Widgets/vtkPolyDataSourceWidget.h +++ b/Interaction/Widgets/vtkPolyDataSourceWidget.h @@ -88,7 +88,7 @@ private: // implemented so that any "accidental" invocation of a copy (pass by value) // or assignment will trigger linker errors; the class is not meant to // be used in these ways. I couldn't resist adding this explanation. :) - vtkPolyDataSourceWidget(const vtkPolyDataSourceWidget&); // Not implemented. + vtkPolyDataSourceWidget(const vtkPolyDataSourceWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyDataSourceWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPolyLineRepresentation.h b/Interaction/Widgets/vtkPolyLineRepresentation.h index 692c33c5d695ef610619c283e2de4996b02ad8d8..c2a20264a0e42e4542c447da5a41d30cf0c925b7 100644 --- a/Interaction/Widgets/vtkPolyLineRepresentation.h +++ b/Interaction/Widgets/vtkPolyLineRepresentation.h @@ -84,7 +84,7 @@ protected: virtual void InsertHandleOnLine(double* pos); private: - vtkPolyLineRepresentation(const vtkPolyLineRepresentation&); // Not implemented. + vtkPolyLineRepresentation(const vtkPolyLineRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyLineRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPolyLineWidget.h b/Interaction/Widgets/vtkPolyLineWidget.h index 12c6f5c89f778c5f40051dd71cffeef14c7f050a..70f19673b525ff60ad16d9effd15bea383bbc0fd 100644 --- a/Interaction/Widgets/vtkPolyLineWidget.h +++ b/Interaction/Widgets/vtkPolyLineWidget.h @@ -65,7 +65,7 @@ protected: static void MoveAction(vtkAbstractWidget*); private: - vtkPolyLineWidget(const vtkPolyLineWidget&); // Not implemented. + vtkPolyLineWidget(const vtkPolyLineWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkPolyLineWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPolygonalHandleRepresentation3D.h b/Interaction/Widgets/vtkPolygonalHandleRepresentation3D.h index 66f8a08f70df25ab5267e0c58e52764f7a41d308..ae1984357037da3cbc1b221b7e9a0419c8b151eb 100644 --- a/Interaction/Widgets/vtkPolygonalHandleRepresentation3D.h +++ b/Interaction/Widgets/vtkPolygonalHandleRepresentation3D.h @@ -60,7 +60,7 @@ protected: double Offset[3]; private: - vtkPolygonalHandleRepresentation3D(const vtkPolygonalHandleRepresentation3D&); //Not implemented + vtkPolygonalHandleRepresentation3D(const vtkPolygonalHandleRepresentation3D&) VTK_DELETE_FUNCTION; void operator=(const vtkPolygonalHandleRepresentation3D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkPolygonalSurfaceContourLineInterpolator.h b/Interaction/Widgets/vtkPolygonalSurfaceContourLineInterpolator.h index 30f3422eebe12373464f643d579805e8c1b8151b..2aca98c53167c5da22493ea273f9c2ac39c882ce 100644 --- a/Interaction/Widgets/vtkPolygonalSurfaceContourLineInterpolator.h +++ b/Interaction/Widgets/vtkPolygonalSurfaceContourLineInterpolator.h @@ -94,7 +94,7 @@ protected: double DistanceOffset; private: - vtkPolygonalSurfaceContourLineInterpolator(const vtkPolygonalSurfaceContourLineInterpolator&); //Not implemented + vtkPolygonalSurfaceContourLineInterpolator(const vtkPolygonalSurfaceContourLineInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkPolygonalSurfaceContourLineInterpolator&) VTK_DELETE_FUNCTION; // Cache the last used vertex id's (start and end). diff --git a/Interaction/Widgets/vtkPolygonalSurfacePointPlacer.h b/Interaction/Widgets/vtkPolygonalSurfacePointPlacer.h index e45769a95669dc217b8381f769595df4e6172c64..4d77aaa8404c6dc0f63c7dedca8f72231bf59a73 100644 --- a/Interaction/Widgets/vtkPolygonalSurfacePointPlacer.h +++ b/Interaction/Widgets/vtkPolygonalSurfacePointPlacer.h @@ -157,7 +157,7 @@ protected: int SnapToClosestPoint; private: - vtkPolygonalSurfacePointPlacer(const vtkPolygonalSurfacePointPlacer&); //Not implemented + vtkPolygonalSurfacePointPlacer(const vtkPolygonalSurfacePointPlacer&) VTK_DELETE_FUNCTION; void operator=(const vtkPolygonalSurfacePointPlacer&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkProgressBarRepresentation.h b/Interaction/Widgets/vtkProgressBarRepresentation.h index f85532794d9b54deff255fe80157bb75b0f2f64d..8f58e5f03c5c92bbcdeaf7e5e2b67ac81337b67b 100644 --- a/Interaction/Widgets/vtkProgressBarRepresentation.h +++ b/Interaction/Widgets/vtkProgressBarRepresentation.h @@ -105,7 +105,7 @@ protected: vtkActor2D *BackgroundActor; private: - vtkProgressBarRepresentation(const vtkProgressBarRepresentation&); //Not implemented + vtkProgressBarRepresentation(const vtkProgressBarRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkProgressBarRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkProgressBarWidget.h b/Interaction/Widgets/vtkProgressBarWidget.h index c07bd879e3e758dc7de82767ed118b05504bd09d..1b1aa1a92180fabdbd85f145293c8838d440cb9d 100644 --- a/Interaction/Widgets/vtkProgressBarWidget.h +++ b/Interaction/Widgets/vtkProgressBarWidget.h @@ -60,7 +60,7 @@ protected: ~vtkProgressBarWidget(); private: - vtkProgressBarWidget(const vtkProgressBarWidget&); //Not implemented + vtkProgressBarWidget(const vtkProgressBarWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkProgressBarWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkProp3DButtonRepresentation.h b/Interaction/Widgets/vtkProp3DButtonRepresentation.h index 1cb8d4d3dc1feb36d29c4e14ca136d35b7f56b63..1690960708415ee8a1d53186b8d72f0bea3d5986 100644 --- a/Interaction/Widgets/vtkProp3DButtonRepresentation.h +++ b/Interaction/Widgets/vtkProp3DButtonRepresentation.h @@ -118,7 +118,7 @@ protected: virtual void RegisterPickers(); private: - vtkProp3DButtonRepresentation(const vtkProp3DButtonRepresentation&); //Not implemented + vtkProp3DButtonRepresentation(const vtkProp3DButtonRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkProp3DButtonRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkRectilinearWipeRepresentation.h b/Interaction/Widgets/vtkRectilinearWipeRepresentation.h index d171d039305b83f57e9123b14959a5d5491a3a6e..8eca27df3903b3b583073c20fc3f869bddff9c9b 100644 --- a/Interaction/Widgets/vtkRectilinearWipeRepresentation.h +++ b/Interaction/Widgets/vtkRectilinearWipeRepresentation.h @@ -152,7 +152,7 @@ protected: int J; private: - vtkRectilinearWipeRepresentation(const vtkRectilinearWipeRepresentation&); //Not implemented + vtkRectilinearWipeRepresentation(const vtkRectilinearWipeRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearWipeRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkRectilinearWipeWidget.h b/Interaction/Widgets/vtkRectilinearWipeWidget.h index e4ba25e2efcd90ac3d2630a6edb5f6af0ecec63c..bf31f0c0f4ac313047ad3ace23af0f370b320cb4 100644 --- a/Interaction/Widgets/vtkRectilinearWipeWidget.h +++ b/Interaction/Widgets/vtkRectilinearWipeWidget.h @@ -130,7 +130,7 @@ protected: }; private: - vtkRectilinearWipeWidget(const vtkRectilinearWipeWidget&); //Not implemented + vtkRectilinearWipeWidget(const vtkRectilinearWipeWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkRectilinearWipeWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkResliceCursor.h b/Interaction/Widgets/vtkResliceCursor.h index 5c75ac8a2a05d0d29851c6786df642cb628255fc..985cb4b85bfd0ccf5e455b0b28dc24e24fbfc902 100644 --- a/Interaction/Widgets/vtkResliceCursor.h +++ b/Interaction/Widgets/vtkResliceCursor.h @@ -157,7 +157,7 @@ protected: vtkTimeStamp PolyDataBuildTime; private: - vtkResliceCursor(const vtkResliceCursor&); // Not implemented. + vtkResliceCursor(const vtkResliceCursor&) VTK_DELETE_FUNCTION; void operator=(const vtkResliceCursor&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkResliceCursorActor.h b/Interaction/Widgets/vtkResliceCursorActor.h index a98b9e69234bf8dd5c4b76348fca1809b11024ba..e4b95cd152d0463e64a79f3eba2c1bac80dce33e 100644 --- a/Interaction/Widgets/vtkResliceCursorActor.h +++ b/Interaction/Widgets/vtkResliceCursorActor.h @@ -100,7 +100,7 @@ protected: vtkProperty * ThickSlabProperty[3]; private: - vtkResliceCursorActor(const vtkResliceCursorActor&); // Not implemented. + vtkResliceCursorActor(const vtkResliceCursorActor&) VTK_DELETE_FUNCTION; void operator=(const vtkResliceCursorActor&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkResliceCursorLineRepresentation.h b/Interaction/Widgets/vtkResliceCursorLineRepresentation.h index 264895c1b4dfcd7b2f6db4a0543ac4b09fd2935b..4fb31f747892e99284ec686f855de87204f571ed 100644 --- a/Interaction/Widgets/vtkResliceCursorLineRepresentation.h +++ b/Interaction/Widgets/vtkResliceCursorLineRepresentation.h @@ -117,7 +117,7 @@ protected: vtkMatrix4x4 * MatrixReslicedView; private: - vtkResliceCursorLineRepresentation(const vtkResliceCursorLineRepresentation&); //Not implemented + vtkResliceCursorLineRepresentation(const vtkResliceCursorLineRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkResliceCursorLineRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkResliceCursorPicker.h b/Interaction/Widgets/vtkResliceCursorPicker.h index 4f774d5d7e0a6a01308a0ee2e071cd57deed2b26..3c2397296ca7bd23252d1c22ee13450d82df9b6f 100644 --- a/Interaction/Widgets/vtkResliceCursorPicker.h +++ b/Interaction/Widgets/vtkResliceCursorPicker.h @@ -99,7 +99,7 @@ private: vtkPlane * Plane; private: - vtkResliceCursorPicker(const vtkResliceCursorPicker&); // Not implemented. + vtkResliceCursorPicker(const vtkResliceCursorPicker&) VTK_DELETE_FUNCTION; void operator=(const vtkResliceCursorPicker&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkResliceCursorPolyDataAlgorithm.h b/Interaction/Widgets/vtkResliceCursorPolyDataAlgorithm.h index fe8a564bae19ab7aee9639c72448d5dcc7b5482a..0dcc3f5c5c60b8b0e85cdf1d9221dd75073dc17a 100644 --- a/Interaction/Widgets/vtkResliceCursorPolyDataAlgorithm.h +++ b/Interaction/Widgets/vtkResliceCursorPolyDataAlgorithm.h @@ -129,7 +129,7 @@ protected: vtkPolyData *ThickAxes[2]; private: - vtkResliceCursorPolyDataAlgorithm(const vtkResliceCursorPolyDataAlgorithm&); // Not implemented. + vtkResliceCursorPolyDataAlgorithm(const vtkResliceCursorPolyDataAlgorithm&) VTK_DELETE_FUNCTION; void operator=(const vtkResliceCursorPolyDataAlgorithm&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkResliceCursorRepresentation.h b/Interaction/Widgets/vtkResliceCursorRepresentation.h index 8eddfed1e14c32d599d35a2fca7de35f0dc06c81..ab88cdddfb80b7a2385f004510f375ee60803f44 100644 --- a/Interaction/Widgets/vtkResliceCursorRepresentation.h +++ b/Interaction/Widgets/vtkResliceCursorRepresentation.h @@ -264,7 +264,7 @@ protected: void GenerateText(); private: - vtkResliceCursorRepresentation(const vtkResliceCursorRepresentation&); //Not implemented + vtkResliceCursorRepresentation(const vtkResliceCursorRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkResliceCursorRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkResliceCursorThickLineRepresentation.h b/Interaction/Widgets/vtkResliceCursorThickLineRepresentation.h index aeaccce01ff6b9b71a90bfb78bfbeeeceb5ac283..92cec13fe65ef77536a5d933b8b403d646060967 100644 --- a/Interaction/Widgets/vtkResliceCursorThickLineRepresentation.h +++ b/Interaction/Widgets/vtkResliceCursorThickLineRepresentation.h @@ -61,7 +61,7 @@ protected: ~vtkResliceCursorThickLineRepresentation(); private: - vtkResliceCursorThickLineRepresentation(const vtkResliceCursorThickLineRepresentation&); //Not implemented + vtkResliceCursorThickLineRepresentation(const vtkResliceCursorThickLineRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkResliceCursorThickLineRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkResliceCursorWidget.h b/Interaction/Widgets/vtkResliceCursorWidget.h index 9586f3d745d07326251546608a005a9a4c3119ba..6d79991e2d40d0622598b6c170d6811b4e759d90 100644 --- a/Interaction/Widgets/vtkResliceCursorWidget.h +++ b/Interaction/Widgets/vtkResliceCursorWidget.h @@ -129,7 +129,7 @@ protected: int ManageWindowLevel; private: - vtkResliceCursorWidget(const vtkResliceCursorWidget&); //Not implemented + vtkResliceCursorWidget(const vtkResliceCursorWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkResliceCursorWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkScalarBarRepresentation.h b/Interaction/Widgets/vtkScalarBarRepresentation.h index b280de1619221954c2ae83e498bc7d94a8699714..f3a9d5f2dd14c47f99a78a5b2efe8f64370b4253 100644 --- a/Interaction/Widgets/vtkScalarBarRepresentation.h +++ b/Interaction/Widgets/vtkScalarBarRepresentation.h @@ -100,7 +100,7 @@ protected: bool AutoOrient; private: - vtkScalarBarRepresentation(const vtkScalarBarRepresentation &); // Not implemented + vtkScalarBarRepresentation(const vtkScalarBarRepresentation &) VTK_DELETE_FUNCTION; void operator=(const vtkScalarBarRepresentation &) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkScalarBarWidget.h b/Interaction/Widgets/vtkScalarBarWidget.h index adf9f05263ed1dcd9dab886bafe6691a37bfeebe..db4d32a15dfa6210267cdafb58ec6e669a78921a 100644 --- a/Interaction/Widgets/vtkScalarBarWidget.h +++ b/Interaction/Widgets/vtkScalarBarWidget.h @@ -88,7 +88,7 @@ protected: virtual void SetCursor(int State); private: - vtkScalarBarWidget(const vtkScalarBarWidget&); //Not implemented + vtkScalarBarWidget(const vtkScalarBarWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkScalarBarWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSeedRepresentation.h b/Interaction/Widgets/vtkSeedRepresentation.h index b91521dab38d0f986570d2805b48aafe31d7a78b..6a21642285ef3541f2353ed3bbc42a69d974942f 100644 --- a/Interaction/Widgets/vtkSeedRepresentation.h +++ b/Interaction/Widgets/vtkSeedRepresentation.h @@ -129,7 +129,7 @@ protected: int ActiveHandle; private: - vtkSeedRepresentation(const vtkSeedRepresentation&); //Not implemented + vtkSeedRepresentation(const vtkSeedRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkSeedRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSeedWidget.h b/Interaction/Widgets/vtkSeedWidget.h index 0235804a3cbf3f70af2938095c001c51700a30c4..be8b001302b23654de2fc2cb70f48c38f533c6c6 100644 --- a/Interaction/Widgets/vtkSeedWidget.h +++ b/Interaction/Widgets/vtkSeedWidget.h @@ -192,7 +192,7 @@ protected: int Defining; private: - vtkSeedWidget(const vtkSeedWidget&); //Not implemented + vtkSeedWidget(const vtkSeedWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkSeedWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSliderRepresentation.h b/Interaction/Widgets/vtkSliderRepresentation.h index 3ccb199384d96e9cf4ec60d36d29d31e8c6af324..4ddceda144792a66c82ab10a99483ea0aff2a54e 100644 --- a/Interaction/Widgets/vtkSliderRepresentation.h +++ b/Interaction/Widgets/vtkSliderRepresentation.h @@ -166,7 +166,7 @@ protected: double TitleHeight; private: - vtkSliderRepresentation(const vtkSliderRepresentation&); //Not implemented + vtkSliderRepresentation(const vtkSliderRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkSliderRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSliderRepresentation2D.h b/Interaction/Widgets/vtkSliderRepresentation2D.h index 0a66df76647ada6baacfbba2eb533739acea1169..c07c232b6560b11f9bd0c5ea9348414bcabcd7a4 100644 --- a/Interaction/Widgets/vtkSliderRepresentation2D.h +++ b/Interaction/Widgets/vtkSliderRepresentation2D.h @@ -172,7 +172,7 @@ protected: double X; private: - vtkSliderRepresentation2D(const vtkSliderRepresentation2D&); //Not implemented + vtkSliderRepresentation2D(const vtkSliderRepresentation2D&) VTK_DELETE_FUNCTION; void operator=(const vtkSliderRepresentation2D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSliderRepresentation3D.h b/Interaction/Widgets/vtkSliderRepresentation3D.h index 9c79bdcb7dc375a7d815d2919ac50a2e430c1ae7..b9d08da7c32b603b0ba122194b7a7b4b5fffa2ca 100644 --- a/Interaction/Widgets/vtkSliderRepresentation3D.h +++ b/Interaction/Widgets/vtkSliderRepresentation3D.h @@ -213,7 +213,7 @@ protected: private: - vtkSliderRepresentation3D(const vtkSliderRepresentation3D&); //Not implemented + vtkSliderRepresentation3D(const vtkSliderRepresentation3D&) VTK_DELETE_FUNCTION; void operator=(const vtkSliderRepresentation3D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSliderWidget.h b/Interaction/Widgets/vtkSliderWidget.h index fdab48e225d35512eb7aaf9532e918feee1575ea..69029e066aab334ce7c6c11f8ca56a0bd5dd284f 100644 --- a/Interaction/Widgets/vtkSliderWidget.h +++ b/Interaction/Widgets/vtkSliderWidget.h @@ -143,7 +143,7 @@ protected: private: - vtkSliderWidget(const vtkSliderWidget&); //Not implemented + vtkSliderWidget(const vtkSliderWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkSliderWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSphereHandleRepresentation.h b/Interaction/Widgets/vtkSphereHandleRepresentation.h index 13a4256e7ed2671f30770d27f429115d65f5be27..8a2af22d622baa12b9195426f23e6dc9dde1d72c 100644 --- a/Interaction/Widgets/vtkSphereHandleRepresentation.h +++ b/Interaction/Widgets/vtkSphereHandleRepresentation.h @@ -155,7 +155,7 @@ protected: int TranslationMode; private: - vtkSphereHandleRepresentation(const vtkSphereHandleRepresentation&); //Not implemented + vtkSphereHandleRepresentation(const vtkSphereHandleRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkSphereHandleRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSphereRepresentation.h b/Interaction/Widgets/vtkSphereRepresentation.h index c5941e2ec0dffb263e0380fa87e87250180760b7..15c304b509ee551d7a6a55da3724141332f54622 100644 --- a/Interaction/Widgets/vtkSphereRepresentation.h +++ b/Interaction/Widgets/vtkSphereRepresentation.h @@ -318,7 +318,7 @@ protected: bool CenterCursor; private: - vtkSphereRepresentation(const vtkSphereRepresentation&); //Not implemented + vtkSphereRepresentation(const vtkSphereRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkSphereRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSphereWidget.h b/Interaction/Widgets/vtkSphereWidget.h index afa5e1316c95479f821dbd60fd7aae5eb2c5aaff..007adf5946d924480279072a413420343683e72d 100644 --- a/Interaction/Widgets/vtkSphereWidget.h +++ b/Interaction/Widgets/vtkSphereWidget.h @@ -274,7 +274,7 @@ protected: virtual void SizeHandles(); private: - vtkSphereWidget(const vtkSphereWidget&); //Not implemented + vtkSphereWidget(const vtkSphereWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkSphereWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSphereWidget2.h b/Interaction/Widgets/vtkSphereWidget2.h index 5fa5570f47e4a5552cacfe6df5e6383d61576c74..bb748f5568b900a2485634d9c3d31f6fbdfcab32 100644 --- a/Interaction/Widgets/vtkSphereWidget2.h +++ b/Interaction/Widgets/vtkSphereWidget2.h @@ -142,7 +142,7 @@ protected: int ScalingEnabled; private: - vtkSphereWidget2(const vtkSphereWidget2&); //Not implemented + vtkSphereWidget2(const vtkSphereWidget2&) VTK_DELETE_FUNCTION; void operator=(const vtkSphereWidget2&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSplineRepresentation.h b/Interaction/Widgets/vtkSplineRepresentation.h index 1ce5678c0ff3537e07a3e27a802479b4a29433d0..7c4bddf472f7c9298d95f52cff6cbccbbe7c1ab1 100644 --- a/Interaction/Widgets/vtkSplineRepresentation.h +++ b/Interaction/Widgets/vtkSplineRepresentation.h @@ -114,7 +114,7 @@ protected: virtual void InsertHandleOnLine(double* pos); private: - vtkSplineRepresentation(const vtkSplineRepresentation&); // Not implemented. + vtkSplineRepresentation(const vtkSplineRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkSplineRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSplineWidget.h b/Interaction/Widgets/vtkSplineWidget.h index 9b7fa5c84bbed9a9233ed9b703d4e016f64644b9..23db664b099d651bd02890911a9945e17fdb13da 100644 --- a/Interaction/Widgets/vtkSplineWidget.h +++ b/Interaction/Widgets/vtkSplineWidget.h @@ -340,7 +340,7 @@ protected: int ProcessEvents; private: - vtkSplineWidget(const vtkSplineWidget&); //Not implemented + vtkSplineWidget(const vtkSplineWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkSplineWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkSplineWidget2.h b/Interaction/Widgets/vtkSplineWidget2.h index 062ad184290bebee0886a25a14ba499d5ec07603..2a31cdb0e80e5da258dbb829944c027c16c19367 100644 --- a/Interaction/Widgets/vtkSplineWidget2.h +++ b/Interaction/Widgets/vtkSplineWidget2.h @@ -65,7 +65,7 @@ protected: static void MoveAction(vtkAbstractWidget*); private: - vtkSplineWidget2(const vtkSplineWidget2&); // Not implemented. + vtkSplineWidget2(const vtkSplineWidget2&) VTK_DELETE_FUNCTION; void operator=(const vtkSplineWidget2&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkTerrainContourLineInterpolator.h b/Interaction/Widgets/vtkTerrainContourLineInterpolator.h index 64bc336789d48c48e9043f66f35489a50f043ad1..0e12f6835692d9d75563c8b172299c428385c53e 100644 --- a/Interaction/Widgets/vtkTerrainContourLineInterpolator.h +++ b/Interaction/Widgets/vtkTerrainContourLineInterpolator.h @@ -97,7 +97,7 @@ protected: vtkProjectedTerrainPath *Projector; private: - vtkTerrainContourLineInterpolator(const vtkTerrainContourLineInterpolator&); //Not implemented + vtkTerrainContourLineInterpolator(const vtkTerrainContourLineInterpolator&) VTK_DELETE_FUNCTION; void operator=(const vtkTerrainContourLineInterpolator&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkTerrainDataPointPlacer.h b/Interaction/Widgets/vtkTerrainDataPointPlacer.h index f4f0de13db3a96cb3da0ca86fc6ba2c449db816b..8110ce246318caf97793a0dfcc93409ed5ddf24d 100644 --- a/Interaction/Widgets/vtkTerrainDataPointPlacer.h +++ b/Interaction/Widgets/vtkTerrainDataPointPlacer.h @@ -120,7 +120,7 @@ protected: double HeightOffset; private: - vtkTerrainDataPointPlacer(const vtkTerrainDataPointPlacer&); //Not implemented + vtkTerrainDataPointPlacer(const vtkTerrainDataPointPlacer&) VTK_DELETE_FUNCTION; void operator=(const vtkTerrainDataPointPlacer&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkTextRepresentation.h b/Interaction/Widgets/vtkTextRepresentation.h index ee50200bad0de580cbba9b72b777ec4f588a0d59..b785b99b47e0d4f6b71fcac10b36f2272fd340b0 100644 --- a/Interaction/Widgets/vtkTextRepresentation.h +++ b/Interaction/Widgets/vtkTextRepresentation.h @@ -130,7 +130,7 @@ protected: vtkTextRepresentationObserver *Observer; private: - vtkTextRepresentation(const vtkTextRepresentation&); //Not implemented + vtkTextRepresentation(const vtkTextRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkTextRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkTextWidget.h b/Interaction/Widgets/vtkTextWidget.h index 48330a2874894d2c34245efd57b7859abeec9b28..244fa1c5e106fa3395380e65158c83c827eaca13 100644 --- a/Interaction/Widgets/vtkTextWidget.h +++ b/Interaction/Widgets/vtkTextWidget.h @@ -72,7 +72,7 @@ protected: ~vtkTextWidget(); private: - vtkTextWidget(const vtkTextWidget&); //Not implemented + vtkTextWidget(const vtkTextWidget&) VTK_DELETE_FUNCTION; void operator=(const vtkTextWidget&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkTexturedButtonRepresentation.h b/Interaction/Widgets/vtkTexturedButtonRepresentation.h index 8e82d0793c58d36bd1defdc6797e61368b62b0b4..b2452214e60e386757cc71b1e53fb0920f714e54 100644 --- a/Interaction/Widgets/vtkTexturedButtonRepresentation.h +++ b/Interaction/Widgets/vtkTexturedButtonRepresentation.h @@ -162,7 +162,7 @@ protected: virtual void RegisterPickers(); private: - vtkTexturedButtonRepresentation(const vtkTexturedButtonRepresentation&); //Not implemented + vtkTexturedButtonRepresentation(const vtkTexturedButtonRepresentation&) VTK_DELETE_FUNCTION; void operator=(const vtkTexturedButtonRepresentation&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkTexturedButtonRepresentation2D.h b/Interaction/Widgets/vtkTexturedButtonRepresentation2D.h index 585362f2517a6fa6aaa911d2707ce82ad241ca5a..47c2cff8fc8a9ae7f482b51e9a0981db6a2bd93f 100644 --- a/Interaction/Widgets/vtkTexturedButtonRepresentation2D.h +++ b/Interaction/Widgets/vtkTexturedButtonRepresentation2D.h @@ -148,7 +148,7 @@ protected: vtkCoordinate *Anchor; private: - vtkTexturedButtonRepresentation2D(const vtkTexturedButtonRepresentation2D&); //Not implemented + vtkTexturedButtonRepresentation2D(const vtkTexturedButtonRepresentation2D&) VTK_DELETE_FUNCTION; void operator=(const vtkTexturedButtonRepresentation2D&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkWidgetCallbackMapper.h b/Interaction/Widgets/vtkWidgetCallbackMapper.h index 71ee8d207ad58aef67906cb3e612f38f6ca2df15..a8f2787588f72414ea8dbf302f9f79e5e035bdbc 100644 --- a/Interaction/Widgets/vtkWidgetCallbackMapper.h +++ b/Interaction/Widgets/vtkWidgetCallbackMapper.h @@ -98,7 +98,7 @@ protected: private: - vtkWidgetCallbackMapper(const vtkWidgetCallbackMapper&); //Not implemented + vtkWidgetCallbackMapper(const vtkWidgetCallbackMapper&) VTK_DELETE_FUNCTION; void operator=(const vtkWidgetCallbackMapper&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkWidgetEvent.h b/Interaction/Widgets/vtkWidgetEvent.h index 3cb2c52370091232c084c30d43a047a3f82e8138..36439022a055e375cfdbff0f989a81c02e9fddc6 100644 --- a/Interaction/Widgets/vtkWidgetEvent.h +++ b/Interaction/Widgets/vtkWidgetEvent.h @@ -74,7 +74,7 @@ protected: virtual ~vtkWidgetEvent() {} private: - vtkWidgetEvent(const vtkWidgetEvent&); //Not implemented + vtkWidgetEvent(const vtkWidgetEvent&) VTK_DELETE_FUNCTION; void operator=(const vtkWidgetEvent&) VTK_DELETE_FUNCTION; }; diff --git a/Interaction/Widgets/vtkWidgetEventTranslator.h b/Interaction/Widgets/vtkWidgetEventTranslator.h index 82415fc9ca680f03c2b0363433a464912ca43b06..768d68e885de525531ccbcb3a2bde7e1443ba0c6 100644 --- a/Interaction/Widgets/vtkWidgetEventTranslator.h +++ b/Interaction/Widgets/vtkWidgetEventTranslator.h @@ -106,7 +106,7 @@ protected: vtkEvent *Event; private: - vtkWidgetEventTranslator(const vtkWidgetEventTranslator&); //Not implemented + vtkWidgetEventTranslator(const vtkWidgetEventTranslator&) VTK_DELETE_FUNCTION; void operator=(const vtkWidgetEven