vtkSessionIterator.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkSessionIterator_h
11 #define vtkSessionIterator_h
12 
13 #include "vtkPVSessionIterator.h"
14 #include "vtkParaViewDeprecation.h" // for PARAVIEW_DEPRECATED
15 
16 PARAVIEW_DEPRECATED_IN_6_1_0("Please use the `vtkPVSessionIterator` class instead.")
18 
19 #endif
#define PARAVIEW_DEPRECATED_IN_6_1_0(reason)
vtkSessionIterator is used to iterate over sessions in the global ProcessModule.
vtkPVSessionIterator is used to iterate over sessions in the global ProcessModule.