vtkSMReaderReloadHelper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMReaderReloadHelper.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 =========================================================================*/
28 #ifndef vtkSMReaderReloadHelper_h
29 #define vtkSMReaderReloadHelper_h
30 
31 #include "vtkObject.h"
32 #include "vtkRemotingServerManagerModule.h" //needed for exports
33 
34 class vtkSMSourceProxy;
35 
37 {
38 public:
39  static vtkSMReaderReloadHelper* New();
41  void PrintSelf(ostream& os, vtkIndent indent) override;
42 
47  virtual bool SupportsReload(vtkSMSourceProxy* proxy);
48 
52  virtual bool SupportsFileSeries(vtkSMSourceProxy* proxy);
53 
61  virtual bool ReloadFiles(vtkSMSourceProxy* proxy);
62 
68  virtual bool ExtendFileSeries(vtkSMSourceProxy* proxy);
69 
70 protected:
72  ~vtkSMReaderReloadHelper() override;
73 
74 private:
76  void operator=(const vtkSMReaderReloadHelper&) = delete;
77 };
78 
79 #endif
#define VTKREMOTINGSERVERMANAGER_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
helper to help reload a reader.
proxy for a VTK source on a server
static vtkObject * New()
void operator=(const vtkObjectBase &)