25#ifndef vtkGroupTimeStepsFilter_h 
   26#define vtkGroupTimeStepsFilter_h 
   29#include "vtkFiltersGeneralModule.h"  
   34VTK_ABI_NAMESPACE_BEGIN
 
   66  size_t UpdateTimeIndex;
 
   67  std::vector<double> TimeSteps;
 
abstract superclass for composite (multi-block or AMR) datasets
 
Superclass for algorithms that produce only data object as output.
 
general representation of visualization data
 
converts a temporal dataset into non-temporal dataset.
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
vtkGroupTimeStepsFilter()
 
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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 vtkGroupTimeStepsFilter * New()
 
~vtkGroupTimeStepsFilter() override
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
a simple class to control print indentation
 
Composite dataset that organizes datasets into blocks.
 
Composite dataset that groups datasets as a collection.
 
composite dataset to encapsulates a dataset consisting of partitions.
 
Hold a reference to a vtkObjectBase instance.