33 #ifndef vtkPOpenFOAMReader_h 34 #define vtkPOpenFOAMReader_h 36 #include "vtkIOParallelModule.h" 46 enum caseType { DECOMPOSED_CASE = 0, RECONSTRUCTED_CASE = 1 };
57 void SetCaseType(
const int t);
87 void GatherMetaData();
88 void BroadcastStatus(
int &);
vtkTypeUInt32 vtkMTimeType
a vtkAbstractArray subclass for strings
void PrintSelf(ostream &, vtkIndent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOpenFOAMReader * New()
a simple class to control print indentation
Store on/off settings for data arrays for a vtkSource.
reads a dataset in OpenFOAM format
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
reads a decomposed dataset in OpenFOAM format
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Multiprocessing communication superclass.