ParaView
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 "vtkPVServerManagerCoreModule.h" //needed for exports
31 #include "vtkSMDeserializerXML.h"
32 
33 class vtkPVXMLElement;
34 
35 class VTKPVSERVERMANAGERCORE_EXPORT vtkSMCompoundProxyDefinitionLoader : public vtkSMDeserializerXML
36 {
37 public:
40  void PrintSelf(ostream& os, vtkIndent indent);
41 
42  virtual void SetRootElement(vtkPVXMLElement*);
43 
44 protected:
47 
51  virtual vtkPVXMLElement* LocateProxyElement(vtkTypeUInt32 id);
52 
54 
55 private:
57  void operator=(const vtkSMCompoundProxyDefinitionLoader&) VTK_DELETE_FUNCTION;
58 };
59 
60 #endif
Creates a compound proxy from an XML definition.
static vtkSMDeserializerXML * New()
deserializes proxies from their XML states.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
void PrintSelf(ostream &os, vtkIndent indent)
virtual vtkPVXMLElement * LocateProxyElement(vtkTypeUInt32 id)
Locate the XML for the proxy with the given id.