24 #ifndef vtkCGNSFileSeriesReader_h
25 #define vtkCGNSFileSeriesReader_h
27 #include "vtkIOCGNSReaderModule.h"
34 VTK_ABI_NAMESPACE_BEGIN
36 class vtkCGNSSubsetInclusionLattice;
74 void RemoveAllFileNames();
82 vtkGetMacro(IgnoreReaderTime,
bool);
83 vtkSetMacro(IgnoreReaderTime,
bool);
84 vtkBooleanMacro(IgnoreReaderTime,
bool);
121 void ChooseActiveFile(
int index);
130 void OnReaderModifiedEvent();
133 unsigned long ReaderObserverId;
134 bool InProcessRequest;
135 std::vector<std::string> ActiveFiles;
138 VTK_ABI_NAMESPACE_END
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.