vtkPVDisplaySizedImplicitPlaneRepresentation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
11 #ifndef vtkPVDisplaySizedImplicitPlaneRepresentation_h
12 #define vtkPVDisplaySizedImplicitPlaneRepresentation_h
13 
14 #include "vtkDisplaySizedImplicitPlaneRepresentation.h"
15 #include "vtkRemotingViewsModule.h" //needed for exports
16 
18  : public vtkDisplaySizedImplicitPlaneRepresentation
19 {
20 public:
22  vtkTypeMacro(
23  vtkPVDisplaySizedImplicitPlaneRepresentation, vtkDisplaySizedImplicitPlaneRepresentation);
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
26 protected:
29 
30 private:
33  void operator=(const vtkPVDisplaySizedImplicitPlaneRepresentation&) = delete;
34 };
35 
36 #endif
#define VTKREMOTINGVIEWS_EXPORT
extends vtkDisplaySizedImplicitPlaneRepresentation