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 =========================================================================*/
33 #ifndef vtkPWindBladeReader_h
34 #define vtkPWindBladeReader_h
35 
36 #include "vtkIOMPIParallelModule.h" // For export macro
37 #include "vtkWindBladeReader.h"
38 
39 class PWindBladeReaderInternal;
40 
42 {
43 public:
46 
47  void PrintSelf(ostream &os, vtkIndent indent);
48 
49 protected:
52 
55 
56  virtual void CalculatePressure(int pressure, int prespre,
57  int tempg, int density);
58  virtual void CalculateVorticity(int vort, int uvw, int density);
59  virtual void LoadVariableData(int var);
60  virtual bool ReadGlobalData();
61  virtual bool FindVariableOffsets();
62  virtual void CreateZTopography(float* zValues);
63  virtual void SetupBladeData();
64  virtual void LoadBladeData(int timeStep);
65 
66 private:
67  PWindBladeReaderInternal * PInternal;
68 
69  vtkPWindBladeReader(const vtkPWindBladeReader &); // Not implemented.
70  void operator=(const vtkPWindBladeReader &); // Not implemented.
71 };
72 
73 #endif
vtkWindBladeReader
class for reading WindBlade data files
Definition: vtkWindBladeReader.h:51
vtkPWindBladeReader::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkPWindBladeReader::ReadGlobalData
virtual bool ReadGlobalData()
vtkPWindBladeReader::New
static vtkPWindBladeReader * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkPWindBladeReader::CalculateVorticity
virtual void CalculateVorticity(int vort, int uvw, int density)
vtkPWindBladeReader::CreateZTopography
virtual void CreateZTopography(float *zValues)
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
VTKIOMPIPARALLEL_EXPORT
#define VTKIOMPIPARALLEL_EXPORT
Definition: vtkIOMPIParallelModule.h:15
vtkIOMPIParallelModule.h
vtkPWindBladeReader::CalculatePressure
virtual void CalculatePressure(int pressure, int prespre, int tempg, int density)
vtkPWindBladeReader::SetupBladeData
virtual void SetupBladeData()
vtkPWindBladeReader::LoadVariableData
virtual void LoadVariableData(int var)
vtkPWindBladeReader::LoadBladeData
virtual void LoadBladeData(int timeStep)
vtkPWindBladeReader::vtkPWindBladeReader
vtkPWindBladeReader()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPWindBladeReader::~vtkPWindBladeReader
~vtkPWindBladeReader()
vtkPWindBladeReader
class for reading WindBlade data files
Definition: vtkPWindBladeReader.h:42
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkPWindBladeReader::FindVariableOffsets
virtual bool FindVariableOffsets()
vtkPWindBladeReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkWindBladeReader.h