VTK  9.3.1
vtkPointConnectivityFilter.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
18 #ifndef vtkPointConnectivityFilter_h
19 #define vtkPointConnectivityFilter_h
20 
21 #include "vtkDataSetAlgorithm.h"
22 #include "vtkFiltersGeneralModule.h" // For export macro
23 
24 VTK_ABI_NAMESPACE_BEGIN
25 class VTKFILTERSGENERAL_EXPORT vtkPointConnectivityFilter : public vtkDataSetAlgorithm
26 {
27 public:
29 
35  void PrintSelf(ostream& os, vtkIndent indent) override;
37 
38 protected:
40  ~vtkPointConnectivityFilter() override;
41 
43 
44 private:
46  void operator=(const vtkPointConnectivityFilter&) = delete;
47 };
48 
49 VTK_ABI_NAMESPACE_END
50 #endif
Store vtkAlgorithm input/output information.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:28
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
Store zero or more vtkInformation instances.
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
output a scalar field indicating point connectivity