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
14 
16 
17 class VTKREMOTINGVIEWS_EXPORT vtkSMChartRepresentationProxy : public vtkSMRepresentationProxy
18 {
19 public:
22  void PrintSelf(ostream& os, vtkIndent indent) override;
23 
27  vtkChartRepresentation* GetRepresentation();
28 
33 
34 protected:
37 
48  void SetPropertyModifiedFlag(const char* name, int flag) override;
49 
50 private:
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