src
paraview-5.12
Qt
Core
pqParallelCoordinatesChartView.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3
// SPDX-License-Identifier: BSD-3-Clause
4
#ifndef pqParallelCoordinatesChartView_h
5
#define pqParallelCoordinatesChartView_h
6
7
#include "
pqContextView.h
"
8
9
class
vtkSMSourceProxy
;
10
class
pqDataRepresentation
;
11
17
class
PQCORE_EXPORT
pqParallelCoordinatesChartView
:
public
pqContextView
18
{
19
Q_OBJECT
20
typedef
pqContextView
Superclass
;
21
22
public
:
23
static
QString
chartViewType
() {
return
"ParallelCoordinatesChartView"
; }
24
25
pqParallelCoordinatesChartView
(
const
QString& group,
const
QString& name,
26
vtkSMContextViewProxy
* viewModule,
pqServer
* server, QObject* parent =
nullptr
);
27
~
pqParallelCoordinatesChartView
()
override
;
28
29
private
:
30
Q_DISABLE_COPY(
pqParallelCoordinatesChartView
)
31
};
32
33
#endif
pqParallelCoordinatesChartView::chartViewType
static QString chartViewType()
Definition:
pqParallelCoordinatesChartView.h:23
pqView
This is a PQ abstraction of a generic view module.
Definition:
pqView.h:26
pqParallelCoordinatesChartView
pqView subclass of ParallelCoordinatesChartView chart view.
Definition:
pqParallelCoordinatesChartView.h:17
pqDataRepresentation
pqDataRepresentation is the superclass for a display for a pqPipelineSource i.e.
Definition:
pqDataRepresentation.h:24
pqContextView
pqContextView is an abstract base class for all charting views based on the VTK context charting libr...
Definition:
pqContextView.h:19
pqServer
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition:
pqServer.h:35
vtkSMSourceProxy
proxy for a VTK source on a server
Definition:
vtkSMSourceProxy.h:37
vtkSMContextViewProxy
abstract base class for all Chart Views.
Definition:
vtkSMContextViewProxy.h:26
pqContextView.h
Generated by
1.8.17 on Wed Mar 27 2024