src
paraview-5.12
Remoting
Views
vtkSMChartRepresentationProxy.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
9
#ifndef vtkSMChartRepresentationProxy_h
10
#define vtkSMChartRepresentationProxy_h
11
12
#include "vtkRemotingViewsModule.h"
//needed for exports
13
#include "
vtkSMRepresentationProxy.h
"
14
15
class
vtkChartRepresentation
;
16
17
class
VTKREMOTINGVIEWS_EXPORT
vtkSMChartRepresentationProxy
:
public
vtkSMRepresentationProxy
18
{
19
public
:
20
static
vtkSMChartRepresentationProxy
*
New
();
21
vtkTypeMacro(
vtkSMChartRepresentationProxy
,
vtkSMRepresentationProxy
);
22
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
23
27
vtkChartRepresentation
* GetRepresentation();
28
32
int
ReadXMLAttributes
(
vtkSMSessionProxyManager
* pm,
vtkPVXMLElement
* element)
override
;
33
34
protected
:
35
vtkSMChartRepresentationProxy
();
36
~
vtkSMChartRepresentationProxy
()
override
;
37
48
void
SetPropertyModifiedFlag
(
const
char
* name,
int
flag)
override
;
49
50
private
:
51
vtkSMChartRepresentationProxy
(
const
vtkSMChartRepresentationProxy
&) =
delete
;
52
void
operator=(
const
vtkSMChartRepresentationProxy
&) =
delete
;
53
};
54
55
#endif
vtkSMSessionProxyManager
Definition:
vtkSMSessionProxyManager.h:135
vtkSMRepresentationProxy
Proxy for a representations.
Definition:
vtkSMRepresentationProxy.h:76
vtkSMRepresentationProxy::New
static vtkSMRepresentationProxy * New()
vtkSMRepresentationProxy::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSMChartRepresentationProxy
Definition:
vtkSMChartRepresentationProxy.h:17
vtkIndent
vtkSMProxy::SetPropertyModifiedFlag
virtual void SetPropertyModifiedFlag(const char *name, int flag)
Note on property modified flags: The modified flag of each property associated with a proxy is stored...
vtkPVXMLElement
Definition:
vtkPVXMLElement.h:23
vtkSMSourceProxy::ReadXMLAttributes
int ReadXMLAttributes(vtkSMSessionProxyManager *pm, vtkPVXMLElement *element) override
Read attributes from an XML element.
vtkChartRepresentation
Definition:
vtkChartRepresentation.h:33
vtkSMRepresentationProxy.h
Generated by
1.8.17 on Wed Mar 27 2024