|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   36 #ifndef vtkExtractExodusGlobalTemporalVariables_h 
   37 #define vtkExtractExodusGlobalTemporalVariables_h 
   39 #include "vtkFiltersExtractionModule.h"  
   68   void GetContinuationState(
bool& continue_executing_flag, 
size_t& 
offset) 
const;
 
   69   void SetContinuationState(
bool continue_executing_flag, 
size_t offset);
 
   77   std::unique_ptr<vtkInternals> Internals;
 
  
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
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.
static vtkTableAlgorithm * New()