vtkSMInsituStateLoader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: $RCSfile$
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 vtkSMInsituStateLoader_h
22 #define vtkSMInsituStateLoader_h
23 
24 #include "vtkRemotingLiveModule.h" //needed for exports
25 #include "vtkSMStateLoader.h"
26 
28 {
29 public:
30  static vtkSMInsituStateLoader* New();
32  void PrintSelf(ostream& os, vtkIndent indent) override;
33 
34 protected:
36  ~vtkSMInsituStateLoader() override;
37 
41  vtkSMProxy* NewProxy(vtkTypeUInt32 id, vtkSMProxyLocator* locator) override;
42 
43 private:
45  void operator=(const vtkSMInsituStateLoader&) = delete;
46 };
47 
48 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
#define VTKREMOTINGLIVE_EXPORT
vtkSMProxy * NewProxy(vtkTypeUInt32 id, vtkSMProxyLocator *locator) override
Create a new proxy with the id if possible.
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:152
is used to locate proxies referred to in state xmls while loading state files.
Utility class to load state from XML.
static vtkSMStateLoader * New()