vtkSMDataSourceProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMDataSourceProxy.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 vtkSMDataSourceProxy_h
28 #define vtkSMDataSourceProxy_h
29 
30 #include "vtkRemotingServerManagerModule.h" //needed for exports
31 #include "vtkSMSourceProxy.h"
32 
34 {
35 public:
36  static vtkSMDataSourceProxy* New();
38  void PrintSelf(ostream& os, vtkIndent indent) override;
39 
44  void CopyData(vtkSMSourceProxy* sourceProxy);
45 
46 protected:
48  ~vtkSMDataSourceProxy() override;
49 
50 private:
52  void operator=(const vtkSMDataSourceProxy&) = delete;
53 };
54 
55 #endif
"data-centric" proxy for VTK source on a server
#define VTKREMOTINGSERVERMANAGER_EXPORT
proxy for a VTK source on a server
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSMSourceProxy * New()