vtkSMProxyInitializationHelper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMProxyInitializationHelper.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 =========================================================================*/
36 #ifndef vtkSMProxyInitializationHelper_h
37 #define vtkSMProxyInitializationHelper_h
38 
39 #include "vtkSMObject.h"
40 
41 class vtkPVXMLElement;
42 class vtkSMProxy;
43 
45 {
46 public:
48  void PrintSelf(ostream& os, vtkIndent indent) override;
49 
63  virtual void PostInitializeProxy(
64  vtkSMProxy* proxy, vtkPVXMLElement* xml, vtkMTimeType initializationTimeStamp) = 0;
65 
71  virtual void RegisterProxy(vtkSMProxy* proxy, vtkPVXMLElement* xml);
72 
73 protected:
76 
77 private:
79  void operator=(const vtkSMProxyInitializationHelper&) = delete;
80 };
81 
82 #endif
#define VTKREMOTINGSERVERMANAGER_EXPORT
vtkTypeUInt64 vtkMTimeType
superclass for most server manager classes
Definition: vtkSMObject.h:29
initialization helper for a proxy.
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:152
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
void PrintSelf(ostream &os, vtkIndent indent) override