ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkPVNullSource.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 #include "qPCL.h" //needed for exports
11 #include "vtkPolyDataAlgorithm.h"
12 
13 class QPCL_ENGINE_LIB_API vtkPVNullSource : public vtkPolyDataAlgorithm {
14 public:
15  static vtkPVNullSource* New();
16  vtkTypeMacro(vtkPVNullSource, vtkPolyDataAlgorithm);
17  void PrintSelf(ostream& os, vtkIndent indent) override;
18 
19 protected:
21  ~vtkPVNullSource() override;
22 
23 private:
24  vtkPVNullSource(const vtkPVNullSource&) = delete;
25  void operator=(const vtkPVNullSource&) = delete;
26 };
static vtkPVNullSource * New()
vtkTypeMacro(vtkPVNullSource, vtkPolyDataAlgorithm)
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15