vtkPVCone.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
3 
12 #ifndef vtkPVCone_h
13 #define vtkPVCone_h
14 
15 #include "vtkCone.h"
16 #include "vtkPVVTKExtensionsMiscModule.h" //needed for exports
17 
19 {
20 public:
21  static vtkPVCone* New();
22 
23  vtkTypeMacro(vtkPVCone, vtkCone);
24 
25 private:
26  vtkPVCone();
27  ~vtkPVCone() override = default;
28 
29  vtkPVCone(const vtkPVCone&) = delete;
30  void operator=(const vtkPVCone&) = delete;
31 };
32 
33 #endif
static vtkCone * New()
#define VTKPVVTKEXTENSIONSMISC_EXPORT
extends vtkCone to add ParaView specific behavior.
Definition: vtkPVCone.h:18
void operator=(const vtkObjectBase &)