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 
21 class VTKREMOTINGVIEWS_EXPORT vtkPVScalarBarRepresentation : public vtkScalarBarRepresentation
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
vtkObjectBase::operator=
void operator=(const vtkObjectBase &)
vtkScalarBarRepresentation.h
vtkScalarBarRepresentation::New
static vtkScalarBarRepresentation * New()
vtkIndent
vtkViewport
vtkScalarBarRepresentation
vtkScalarBarRepresentation::RenderOverlay
virtual int RenderOverlay(vtkViewport *)
vtkScalarBarRepresentation::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkPVScalarBarRepresentation
Represent scalar bar for vtkScalarBarWidget.
Definition: vtkPVScalarBarRepresentation.h:21