vtkPVIncubator.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
3 #ifndef vtkPVIncubator_h
4 #define vtkPVIncubator_h
5 
6 #include "vtkObject.h"
7 #include "vtkPVIncubatorCoreModule.h" // for export macro
8 
10 {
11 public:
12  static vtkPVIncubator* New();
13  vtkTypeMacro(vtkPVIncubator, vtkObject);
14  void PrintSelf(ostream& os, vtkIndent indent) override;
15 
16  vtkPVIncubator(const vtkPVIncubator&) = delete; // Not implemented
17  vtkPVIncubator& operator=(const vtkPVIncubator&) = delete; // Not implemented
18 
19 protected:
21  ~vtkPVIncubator() override;
22 };
23 
24 #endif
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
static vtkObject * New()
#define VTKPVINCUBATORCORE_EXPORT
void operator=(const vtkObjectBase &)