45#ifndef vtkCONVERGECFDReader_h
46#define vtkCONVERGECFDReader_h
48#include "vtkIOCONVERGECFDModule.h"
Reader for CONVERGE CFD post files.
vtkSetFilePathMacro(FileName)
Specify file name of the Exodus file.
vtkNew< vtkDataArraySelection > CellDataArraySelection
void ReadTimeSteps(vtkInformation *outInfo)
vtkNew< vtkDataArraySelection > ParcelDataArraySelection
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *outputVector) override
Methods for subclasses to override to handle different pipeline requests.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Methods for subclasses to override to handle different pipeline requests.
std::vector< std::string > FileNames
bool ReadOutputTime(const std::string &filePath, double &time)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkCONVERGECFDReader() override
size_t SelectTimeStepIndex(vtkInformation *info)
vtkGetFilePathMacro(FileName)
Specify file name of the Exodus file.
static vtkCONVERGECFDReader * New()
virtual int CanReadFile(VTK_FILEPATH const char *fname)
Determine if the file can be read with this reader.
Store on/off settings for data arrays for a vtkSource.
a simple class to control print indentation
Allocate and hold a VTK object.
Superclass for algorithms that produce vtkPartitionedDataSetCollectionAlgorithm.