vtkSIPVRepresentationProxy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
9 #ifndef vtkSIPVRepresentationProxy_h
10 #define vtkSIPVRepresentationProxy_h
11 
12 #include "vtkRemotingViewsModule.h" //needed for exports
13 #include "vtkSIProxy.h"
14 
16 {
17 public:
20  void PrintSelf(ostream& os, vtkIndent indent) override;
21 
22  void AboutToDelete() override;
23 
24 protected:
26  ~vtkSIPVRepresentationProxy() override;
27 
32  bool ReadXMLAttributes(vtkPVXMLElement* element) override;
33 
34 private:
36  void operator=(const vtkSIPVRepresentationProxy&) = delete;
37 
38  void OnVTKObjectModified();
39 
40  class vtkInternals;
41  vtkInternals* Internals;
42 };
43 
44 #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:22
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.