ParaView
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 
26 #include "vtkGenericEnSightReader.h"
27 #include "vtkPVVTKExtensionsDefaultModule.h" //needed for exports
28 
29 class vtkCallbackCommand;
30 class vtkDataArrayCollection;
31 class vtkDataArraySelection;
32 class vtkIdListCollection;
33 
34 class VTKPVVTKEXTENSIONSDEFAULT_EXPORT vtkPGenericEnSightReader : public vtkGenericEnSightReader
35 {
36 public:
37  static vtkPGenericEnSightReader* New();
38  vtkTypeMacro(vtkPGenericEnSightReader, vtkGenericEnSightReader);
39  void PrintSelf(ostream& os, vtkIndent indent);
40 
41 protected:
44 
45  virtual int RequestInformation(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
46 
50  int GetMultiProcessLocalProcessId();
54  int GetMultiProcessNumberOfProcesses();
55 
58 
59 private:
60  vtkPGenericEnSightReader(const vtkPGenericEnSightReader&) VTK_DELETE_FUNCTION;
61  void operator=(const vtkPGenericEnSightReader&) VTK_DELETE_FUNCTION;
62 };
63 
64 #endif
class to read any type of EnSight files