Skip to content
Snippets Groups Projects
Commit 8bcd7319 authored by Charly Bollinger's avatar Charly Bollinger
Browse files

vtkProcessIdScalars: Deprecate the class correctly

parent 33a7c765
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
* streaming or distributed pipelines.
*
* @sa
* vtkPolyDataStreamer
* vtkPolyDataStreamer vtkGenerateProcessIds
*/
#ifndef vtkProcessIdScalars_h
......@@ -25,10 +25,11 @@ class vtkFloatArray;
class vtkIntArray;
class vtkMultiProcessController;
class VTKFILTERSPARALLEL_EXPORT vtkProcessIdScalars : public vtkDataSetAlgorithm
class VTK_DEPRECATED_IN_9_3_0(
"Use `vtkGenerateProcessIds` instead") VTKFILTERSPARALLEL_EXPORT vtkProcessIdScalars
: public vtkDataSetAlgorithm
{
public:
VTK_DEPRECATED_IN_9_3_0("Use `vtkGenerateProcessIds` instead")
static vtkProcessIdScalars* New();
vtkTypeMacro(vtkProcessIdScalars, vtkDataSetAlgorithm);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment