vtkSIPVRepresentationProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSIPVRepresentationProxy.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 vtkSIPVRepresentationProxy_h
22 #define vtkSIPVRepresentationProxy_h
23 
24 #include "vtkRemotingViewsModule.h" //needed for exports
25 #include "vtkSIProxy.h"
26 
28 {
29 public:
32  void PrintSelf(ostream& os, vtkIndent indent) override;
33 
34  void AboutToDelete() override;
35 
36 protected:
38  ~vtkSIPVRepresentationProxy() override;
39 
44  bool ReadXMLAttributes(vtkPVXMLElement* element) override;
45 
46 private:
48  void operator=(const vtkSIPVRepresentationProxy&) = delete;
49 
50  void OnVTKObjectModified();
51 
52  class vtkInternals;
53  vtkInternals* Internals;
54 };
55 
56 #endif
virtual bool ReadXMLAttributes(vtkPVXMLElement *element)
Parses the XML to create property/subproxy helpers.
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSIProxy is the server-implementation for a vtkSMProxy that helps the vtkSMProxy with managing/upda...
Definition: vtkSIProxy.h:34
void AboutToDelete() override
This method is called before the deletion of the SIObject.
vtkSIPVRepresentationProxy is the helper for vtkSMPVRepresentationProxy.
static vtkSIProxy * New()
This is used by vtkPVXMLParser to represent an XML document starting at the root element.