vtkPGenericEnSightReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPGenericEnSightReader.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 vtkPGenericEnSightReader_h
24 #define vtkPGenericEnSightReader_h
25 
27 #include "vtkPVVTKExtensionsIOEnSightModule.h" //needed for exports
28 
29 class vtkCallbackCommand;
33 
35 {
36 public:
37  static vtkPGenericEnSightReader* New();
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
41 protected:
43  ~vtkPGenericEnSightReader() override;
44 
46 
50  int GetMultiProcessLocalProcessId();
54  int GetMultiProcessNumberOfProcesses();
55 
58 
59 private:
61  void operator=(const vtkPGenericEnSightReader&) = delete;
62 };
63 
64 #endif
class to read any type of EnSight files
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkGenericEnSightReader * New()
void PrintSelf(ostream &os, vtkIndent indent)
void operator=(const vtkObjectBase &)
#define VTKPVVTKEXTENSIONSIOENSIGHT_EXPORT