vtkSIMetaReaderProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSIMetaReaderProxy.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 =========================================================================*/
25 #ifndef vtkSIMetaReaderProxy_h
26 #define vtkSIMetaReaderProxy_h
27 
28 #include "vtkRemotingServerManagerModule.h" //needed for exports
29 #include "vtkSISourceProxy.h"
30 
31 class vtkAlgorithm;
32 
34 {
35 public:
36  static vtkSIMetaReaderProxy* New();
38  void PrintSelf(ostream& os, vtkIndent indent) override;
39 
40 protected:
42  ~vtkSIMetaReaderProxy() override;
43 
44  void OnCreateVTKObjects() override;
45 
49  bool ReadXMLAttributes(vtkPVXMLElement* element) override;
50 
51  // This is the name of the method used to set the file name on the
52  // internal reader. See vtkFileSeriesReader for details.
53  vtkSetStringMacro(FileNameMethod);
54  vtkGetStringMacro(FileNameMethod);
55 
56  char* FileNameMethod;
57 
58 private:
60  void operator=(const vtkSIMetaReaderProxy&) = delete;
61 };
62 
63 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSISourceProxy is the server-side helper for a vtkSMSourceProxy.
#define VTKREMOTINGSERVERMANAGER_EXPORT
bool ReadXMLAttributes(vtkPVXMLElement *element) override
Read xml-attributes.
void OnCreateVTKObjects() override
Called after CreateVTKObjects().
vtkSISourceProxy is the server-side helper for a vtkSMSourceProxy.
static vtkSISourceProxy * New()
This is used by vtkPVXMLParser to represent an XML document starting at the root element.