vtkPVRemoveGhosts.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
14 #ifndef vtkPVRemoveGhosts_h
15 #define vtkPVRemoveGhosts_h
16 
17 #include "vtkPVVTKExtensionsFiltersParallelModule.h" //needed for exports
19 
21 {
22 public:
23  static vtkPVRemoveGhosts* New();
25 
26 protected:
27  vtkPVRemoveGhosts() = default;
28  ~vtkPVRemoveGhosts() override = default;
29 
31  int FillInputPortInformation(int, vtkInformation*) override;
32 
33 private:
34  vtkPVRemoveGhosts(const vtkPVRemoveGhosts&) = delete;
35  void operator=(const vtkPVRemoveGhosts&) = delete;
36 };
37 
38 #endif
Remove ghost information on input vtkPolyData, vtkUnstructuredGrid or vtkHyperTreeGrid.
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define VTKPVVTKEXTENSIONSFILTERSPARALLEL_EXPORT
void operator=(const vtkObjectBase &)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkPassInputTypeAlgorithm * New()