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 
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
Proxy for a representations.
#define VTKREMOTINGVIEWS_EXPORT
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...
void PrintSelf(ostream &os, vtkIndent indent) override
The vtkSMSessionProxyManager is esponsible for creating and managing proxies for a given session...
vtkChartRepresentation is the base representation for charting representations.
int ReadXMLAttributes(vtkSMSessionProxyManager *pm, vtkPVXMLElement *element) override
Read attributes from an XML element.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
static vtkSMRepresentationProxy * New()