vtkSMEnsembleDataReaderProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSMEnsembleReaderProxy.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm 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 =========================================================================*/
23 #ifndef vtkSMEnsembleDataReaderProxy_h
24 #define vtkSMEnsembleDataReaderProxy_h
25 
26 #include "vtkRemotingMiscModule.h" // for export
27 #include "vtkSMSourceProxy.h"
28 
30 {
31 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
36  void UpdateVTKObjects() override;
37 
38 protected:
40  ~vtkSMEnsembleDataReaderProxy() override;
41 
42  void SetPropertyModifiedFlag(const char* name, int flag) override;
43 
45 
46 private:
47  bool FetchFileNames();
48 
50  void operator=(const vtkSMEnsembleDataReaderProxy&) = delete;
51 };
52 
53 #endif
Examines file paths found in ensemble data files (.pve) and creates readers that can read those files...
virtual void SetPropertyModifiedFlag(const char *name, int flag)
Note on property modified flags: The modified flag of each property associated with a proxy is stored...
virtual void UpdateVTKObjects()
Update the VTK object on the server by pushing the values of all modified properties (un-modified pro...
proxy for a VTK source on a server
#define VTKREMOTINGMISC_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSMSourceProxy * New()