vtkPVNullSource.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkPVNullSource_h
13 #define vtkPVNullSource_h
14 
15 #include "vtkPVVTKExtensionsCoreModule.h" //needed for exports
16 #include "vtkPolyDataAlgorithm.h"
17 
19 {
20 public:
21  static vtkPVNullSource* New();
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
25 protected:
27  ~vtkPVNullSource() override;
28 
29 private:
30  vtkPVNullSource(const vtkPVNullSource&) = delete;
31  void operator=(const vtkPVNullSource&) = delete;
32 };
33 
34 #endif
#define VTKPVVTKEXTENSIONSCORE_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
static vtkPolyDataAlgorithm * New()
source for NULL data.
void operator=(const vtkObjectBase &)