vtkPVConnectivityFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVConnectivityFilter.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
25 #ifndef vtkPVConnectivityFilter_h
26 #define vtkPVConnectivityFilter_h
27 
28 #include "vtkConnectivityFilter.h"
29 #include "vtkPVVTKExtensionsFiltersGeneralModule.h" //needed for exports
30 
32 {
33 public:
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
37  static vtkPVConnectivityFilter* New();
38 
39 protected:
42 
43 private:
45  void operator=(const vtkPVConnectivityFilter&) = delete;
46 };
47 
48 #endif
void PrintSelf(ostream &os, vtkIndent indent)
change the defaults for vtkConnectivityFilter
static vtkConnectivityFilter * New()
#define VTKPVVTKEXTENSIONSFILTERSGENERAL_EXPORT
void operator=(const vtkObjectBase &)