22#ifndef vtkPWindBladeReader_h 
   23#define vtkPWindBladeReader_h 
   25#include "vtkIOMPIParallelModule.h"  
   28VTK_ABI_NAMESPACE_BEGIN
 
   29class PWindBladeReaderInternal;
 
   55  PWindBladeReaderInternal* PInternal;
 
a simple class to control print indentation
 
class for reading WindBlade data files
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
bool ReadGlobalData() override
 
void LoadBladeData(int timeStep) override
 
void CalculatePressure(int pressure, int prespre, int tempg, int density) override
 
~vtkPWindBladeReader() override
 
void SetupBladeData() override
 
void CreateZTopography(float *zValues) override
 
static vtkPWindBladeReader * New()
 
void CalculateVorticity(int vort, int uvw, int density) override
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
void LoadVariableData(int var) override
 
bool FindVariableOffsets() override
 
class for reading WindBlade data files