35 #ifndef vtkCGNSFileSeriesReader_h
36 #define vtkCGNSFileSeriesReader_h
38 #include "vtkIOCGNSReaderModule.h"
46 class vtkCGNSSubsetInclusionLattice;
84 void RemoveAllFileNames();
92 vtkGetMacro(IgnoreReaderTime,
bool);
93 vtkSetMacro(IgnoreReaderTime,
bool);
94 vtkBooleanMacro(IgnoreReaderTime,
bool);
130 void ChooseActiveFile(
int index);
139 void OnReaderModifiedEvent();
142 unsigned long ReaderObserverId;
143 bool InProcessRequest;
144 std::vector<std::string> ActiveFiles;
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
Adds support for reading temporal or partitioned CGNS files.
a simple class to control print indentation
vtkNew< vtkFileSeriesHelper > FileSeriesHelper
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
vtkCGNSReader creates a multi-block dataset and reads unstructured grids and structured meshes from b...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Helper class to process file series.
Multiprocessing communication superclass.