vtkSMChartRepresentationProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMChartRepresentationProxy.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
21 #ifndef vtkSMChartRepresentationProxy_h
22 #define vtkSMChartRepresentationProxy_h
23 
24 #include "vtkRemotingViewsModule.h" //needed for exports
26 
28 
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
39  vtkChartRepresentation* GetRepresentation();
40 
45 
46 protected:
49 
60  void SetPropertyModifiedFlag(const char* name, int flag) override;
61 
62 private:
64  void operator=(const vtkSMChartRepresentationProxy&) = delete;
65 };
66 
67 #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()