#include "vtkStructuredGridAlgorithm.h"

Go to the source code of this file.
Classes | |
| class | vtkWindBladeReader |
| class for reading WindBlade data files More... | |
Defines | |
| #define | VTK_USE_MPI |
Variables | |
| const float | DRY_AIR_CONSTANT = 287.04 |
| const int | NUM_PART_SIDES = 4 |
| const int | NUM_BASE_SIDES = 5 |
| const int | LINE_SIZE = 256 |
| const int | DIMENSION = 3 |
| const int | BYTES_PER_DATA = 4 |
| const int | SCALAR = 1 |
| const int | VECTOR = 2 |
| const int | FLOAT = 1 |
| const int | INTEGER = 2 |
| #define VTK_USE_MPI |
Definition at line 32 of file vtkWindBladeReader.h.
| const float DRY_AIR_CONSTANT = 287.04 |
Definition at line 34 of file vtkWindBladeReader.h.
| const int NUM_PART_SIDES = 4 |
Definition at line 35 of file vtkWindBladeReader.h.
| const int NUM_BASE_SIDES = 5 |
Definition at line 36 of file vtkWindBladeReader.h.
| const int LINE_SIZE = 256 |
Definition at line 37 of file vtkWindBladeReader.h.
| const int DIMENSION = 3 |
Definition at line 38 of file vtkWindBladeReader.h.
| const int BYTES_PER_DATA = 4 |
Definition at line 39 of file vtkWindBladeReader.h.
| const int SCALAR = 1 |
Definition at line 40 of file vtkWindBladeReader.h.
| const int VECTOR = 2 |
Definition at line 41 of file vtkWindBladeReader.h.
| const int FLOAT = 1 |
Definition at line 42 of file vtkWindBladeReader.h.
| const int INTEGER = 2 |
Definition at line 43 of file vtkWindBladeReader.h.
1.5.6