VTK  9.3.20240419
vtkmAverageToPoints.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-FileCopyrightText: Copyright (c) Kitware, Inc.
3 // SPDX-FileCopyrightText: Copyright 2012 Sandia Corporation.
4 // SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
16 #ifndef vtkmAverageToPoints_h
17 #define vtkmAverageToPoints_h
18 
19 #include "vtkAcceleratorsVTKmFiltersModule.h" //required for correct implementation
20 #include "vtkCellDataToPointData.h"
21 #include "vtkmlib/vtkmInitializer.h" // Need for initializing vtk-m
22 
23 VTK_ABI_NAMESPACE_BEGIN
24 class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmAverageToPoints : public vtkCellDataToPointData
25 {
26 public:
28  void PrintSelf(ostream& os, vtkIndent indent) override;
30 
31 protected:
34 
36 
37 private:
39  void operator=(const vtkmAverageToPoints&) = delete;
40  vtkmInitializer Initializer;
41 };
42 
43 VTK_ABI_NAMESPACE_END
44 #endif // vtkmAverageToPoints_h
map cell data to point data
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Accelerated point to cell interpolation filter.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkmAverageToPoints() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkmAverageToPoints * New()