vtkPVScalarBarRepresentation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
3 // SPDX-FileCopyrightText: Copyright 2008 Sandia Corporation
4 // SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
5 
14 #ifndef vtkPVScalarBarRepresentation_h
15 #define vtkPVScalarBarRepresentation_h
16 
17 #include "vtkRemotingViewsModule.h" // needed for export macro
18 
20 
22 {
23 public:
25  void PrintSelf(ostream& os, vtkIndent indent) override;
27 
32  int RenderOverlay(vtkViewport*) override;
33 
34 protected:
35  vtkPVScalarBarRepresentation() = default;
36  ~vtkPVScalarBarRepresentation() override = default;
37 
38 private:
40  void operator=(const vtkPVScalarBarRepresentation&) = delete;
41 };
42 
43 #endif // vtkPVScalarBarRepresentation_h
static vtkScalarBarRepresentation * New()
#define VTKREMOTINGVIEWS_EXPORT
virtual void PrintSelf(ostream &os, vtkIndent indent)
virtual int RenderOverlay(vtkViewport *)
Represent scalar bar for vtkScalarBarWidget.
void operator=(const vtkObjectBase &)