#include "vtkPGenericEnSightReader.h"#include "vtkPVVTKExtensionsIOEnSightModule.h"#include "vtkIdTypeArray.h"#include <algorithm>#include <map>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | vtkPEnSightReader |
| Superclass for EnSight file parallel readers. More... | |
| class | vtkPEnSightReader::vtkPEnSightReaderCellIds |
Macros | |
| #define | NEXTMODULO3(x) (x == 0) ? 1 : ((x == 1) ? 2 : 0) |
| #define NEXTMODULO3 | ( | x | ) | (x == 0) ? 1 : ((x == 1) ? 2 : 0) |
Definition at line 44 of file vtkPEnSightReader.h.
1.8.13 on Wed Dec 10 2025