VTK  9.3.20240424
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
15#include "vtkDeprecation.h" // For `VTK_DEPRECATED_IN_9_3_0`
16#include "vtkFiltersParallelModule.h" // For export macro
17
18VTK_ABI_NAMESPACE_BEGIN
20 "Please use vtkCellDataToPointData instead") VTKFILTERSPARALLEL_EXPORT vtkPCellDataToPointData
22{
23public:
25
27
28protected:
30 ~vtkPCellDataToPointData() override = default;
31
32private:
34 void operator=(const vtkPCellDataToPointData&) = delete;
35};
36
37VTK_ABI_NAMESPACE_END
38#endif
39// VTK-HeaderTest-Exclude: vtkPCellDataToPointData.h
map cell data to point data
Compute point arrays from cell arrays.
static vtkPCellDataToPointData * New()
vtkPCellDataToPointData()=default
~vtkPCellDataToPointData() override=default
#define VTK_DEPRECATED_IN_9_3_0(reason)