vtkAdditionalFieldReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkAdditionalFieldReader.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 =========================================================================*/
22 #ifndef vtkAdditionalFieldReader_h
23 #define vtkAdditionalFieldReader_h
24 
25 #include "vtkPVVTKExtensionsIOCoreModule.h" //needed for exports
27 
29 {
30 public:
32  static vtkAdditionalFieldReader* New();
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34 
36 
39  vtkSetStringMacro(FileName);
40  vtkGetStringMacro(FileName);
42 
43 protected:
45  ~vtkAdditionalFieldReader() override;
46 
48 
52  char* FileName;
53 
54 private:
56  void operator=(const vtkAdditionalFieldReader&) = delete;
57 };
58 #endif
#define VTKPVVTKEXTENSIONSIOCORE_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
char * FileName
The name of the file to be opened.
read field data arrays and add to an input
void operator=(const vtkObjectBase &)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkPassInputTypeAlgorithm * New()