Classes | Macros
vtkPEnSightReader.h File Reference
#include "vtkPGenericEnSightReader.h"
#include "vtkPVVTKExtensionsIOEnSightModule.h"
#include "vtkIdTypeArray.h"
#include <algorithm>
#include <map>
#include <string>
#include <vector>
Include dependency graph for vtkPEnSightReader.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ NEXTMODULO3

#define NEXTMODULO3 (   x)    (x == 0) ? 1 : ((x == 1) ? 2 : 0)

Definition at line 43 of file vtkPEnSightReader.h.