VTK
vtkPWindBladeReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPWindBladeReader.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 =========================================================================*/
31 #ifndef vtkPWindBladeReader_h
32 #define vtkPWindBladeReader_h
33 
34 #include "vtkIOMPIParallelModule.h" // For export macro
35 #include "vtkWindBladeReader.h"
36 
37 class PWindBladeReaderInternal;
38 
39 class VTKIOMPIPARALLEL_EXPORT vtkPWindBladeReader : public vtkWindBladeReader
40 {
41 public:
42  static vtkPWindBladeReader *New();
44 
45  void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE;
46 
47 protected:
50 
52  vtkInformationVector *) VTK_OVERRIDE;
53 
54  virtual void CalculatePressure(int pressure, int prespre,
55  int tempg, int density) VTK_OVERRIDE;
56  virtual void CalculateVorticity(int vort, int uvw, int density) VTK_OVERRIDE;
57  virtual void LoadVariableData(int var) VTK_OVERRIDE;
58  virtual bool ReadGlobalData() VTK_OVERRIDE;
59  virtual bool FindVariableOffsets() VTK_OVERRIDE;
60  virtual void CreateZTopography(float* zValues) VTK_OVERRIDE;
61  virtual void SetupBladeData() VTK_OVERRIDE;
62  virtual void LoadBladeData(int timeStep) VTK_OVERRIDE;
63 
64 private:
65  PWindBladeReaderInternal * PInternal;
66 
67  vtkPWindBladeReader(const vtkPWindBladeReader &) VTK_DELETE_FUNCTION;
68  void operator=(const vtkPWindBladeReader &) VTK_DELETE_FUNCTION;
69 };
70 
71 #endif
Store vtkAlgorithm input/output information.
a simple class to control print indentation
Definition: vtkIndent.h:33
static vtkWindBladeReader * New()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
class for reading WindBlade data files
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
class for reading WindBlade data files