src
paraview-5.12
Remoting
Views
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
19
#include "
vtkScalarBarRepresentation.h
"
20
21
class
VTKREMOTINGVIEWS_EXPORT
vtkPVScalarBarRepresentation
:
public
vtkScalarBarRepresentation
22
{
23
public
:
24
vtkTypeMacro(
vtkPVScalarBarRepresentation
,
vtkScalarBarRepresentation
);
25
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
26
static
vtkPVScalarBarRepresentation
*
New
();
27
32
int
RenderOverlay
(
vtkViewport
*)
override
;
33
34
protected
:
35
vtkPVScalarBarRepresentation
() =
default
;
36
~
vtkPVScalarBarRepresentation
()
override
=
default
;
37
38
private
:
39
vtkPVScalarBarRepresentation
(
const
vtkPVScalarBarRepresentation
&) =
delete
;
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
Generated by
1.8.17 on Wed Mar 27 2024