VTK  9.3.1
vtkPCellDataToPointData.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
11 #ifndef vtkPCellDataToPointData_h
12 #define vtkPCellDataToPointData_h
13 
14 #include "vtkCellDataToPointData.h"
15 #include "vtkDeprecation.h" // For `VTK_DEPRECATED_IN_9_3_0`
16 #include "vtkFiltersParallelModule.h" // For export macro
17 
18 VTK_ABI_NAMESPACE_BEGIN
20  "Please use vtkCellDataToPointData instead") VTKFILTERSPARALLEL_EXPORT vtkPCellDataToPointData
21  : public vtkCellDataToPointData
22 {
23 public:
25 
26  static vtkPCellDataToPointData* New();
27 
28 protected:
29  vtkPCellDataToPointData() = default;
30  ~vtkPCellDataToPointData() override = default;
31 
32 private:
34  void operator=(const vtkPCellDataToPointData&) = delete;
35 };
36 
37 VTK_ABI_NAMESPACE_END
38 #endif
39 // VTK-HeaderTest-Exclude: vtkPCellDataToPointData.h
static vtkCellDataToPointData * New()
Standard methods for instantiation, type information, and printing.
Compute point arrays from cell arrays.
#define VTK_DEPRECATED_IN_9_3_0(reason)
map cell data to point data