vtkPVLinearExtrusionFilter.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkPVLinearExtrusionFilter_h
13 #define vtkPVLinearExtrusionFilter_h
14 
16 #include "vtkPVVTKExtensionsFiltersGeneralModule.h" //needed for exports
17 
20 {
21 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
26 protected:
28  ~vtkPVLinearExtrusionFilter() override = default;
29 
30 private:
32  void operator=(const vtkPVLinearExtrusionFilter&) = delete;
33 };
34 
35 #endif
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKPVVTKEXTENSIONSFILTERSGENERAL_EXPORT
static vtkPLinearExtrusionFilter * New()
void operator=(const vtkObjectBase &)