vtkPVImplicitConeRepresentation.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 vtkPVImplicitConeRepresentation_h
13 #define vtkPVImplicitConeRepresentation_h
14 
15 #include "vtkImplicitConeRepresentation.h"
16 #include "vtkRemotingViewsModule.h" //needed for exports
17 
18 class VTKREMOTINGVIEWS_EXPORT vtkPVImplicitConeRepresentation : public vtkImplicitConeRepresentation
19 {
20 public:
21  static vtkPVImplicitConeRepresentation* New();
22  vtkTypeMacro(vtkPVImplicitConeRepresentation, vtkImplicitConeRepresentation);
23 
24 protected:
26  ~vtkPVImplicitConeRepresentation() override = default;
27 
28 private:
30  void operator=(const vtkPVImplicitConeRepresentation&) = delete;
31 };
32 
33 #endif
#define VTKREMOTINGVIEWS_EXPORT
extends vtkImplicitConeRepresentation