49 #ifndef vtkExtractExodusGlobalTemporalVariables_h
50 #define vtkExtractExodusGlobalTemporalVariables_h
52 #include "vtkFiltersExtractionModule.h"
74 vtkSetMacro(AutoDetectGlobalTemporalDataArrays,
bool);
75 vtkGetMacro(AutoDetectGlobalTemporalDataArrays,
bool);
76 vtkBooleanMacro(AutoDetectGlobalTemporalDataArrays,
bool);
96 void GetContinuationState(
bool& continue_executing_flag,
size_t&
offset)
const;
97 void SetContinuationState(
bool continue_executing_flag,
size_t offset);
105 std::unique_ptr<vtkInternals> Internals;
106 bool AutoDetectGlobalTemporalDataArrays;
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.