vtkSMCompoundProxyDefinitionLoader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMCompoundProxyDefinitionLoader.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 =========================================================================*/
27 #ifndef vtkSMCompoundProxyDefinitionLoader_h
28 #define vtkSMCompoundProxyDefinitionLoader_h
29 
30 #include "vtkRemotingServerManagerModule.h" //needed for exports
31 #include "vtkSMDeserializerXML.h"
32 
33 class vtkPVXMLElement;
34 
36  : public vtkSMDeserializerXML
37 {
38 public:
41  void PrintSelf(ostream& os, vtkIndent indent) override;
42 
43  virtual void SetRootElement(vtkPVXMLElement*);
44 
45 protected:
48 
52  vtkPVXMLElement* LocateProxyElement(vtkTypeUInt32 id) override;
53 
55 
56 private:
58  void operator=(const vtkSMCompoundProxyDefinitionLoader&) = delete;
59 };
60 
61 #endif
Creates a compound proxy from an XML definition.
void PrintSelf(ostream &os, vtkIndent indent) override
#define VTKREMOTINGSERVERMANAGER_EXPORT
static vtkSMDeserializerXML * New()
deserializes proxies from their XML states.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
virtual vtkPVXMLElement * LocateProxyElement(vtkTypeUInt32 id)
Locate the XML for the proxy with the given id.