Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yohann Bearzi (Kitware)
VTK
Commits
8bcd7319
Commit
8bcd7319
authored
1 year ago
by
Charly Bollinger
Browse files
Options
Downloads
Patches
Plain Diff
vtkProcessIdScalars: Deprecate the class correctly
parent
33a7c765
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Filters/Parallel/vtkProcessIdScalars.h
+4
-3
4 additions, 3 deletions
Filters/Parallel/vtkProcessIdScalars.h
with
4 additions
and
3 deletions
Filters/Parallel/vtkProcessIdScalars.h
+
4
−
3
View file @
8bcd7319
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment