Go to the documentation of this file.
43 #ifndef vtkExtractTemporalFieldData_h
44 #define vtkExtractTemporalFieldData_h
46 #include "vtkFiltersExtractionModule.h"
63 int GetNumberOfTimeSteps();
71 vtkSetMacro(HandleCompositeDataBlocksIndividually,
bool);
72 vtkGetMacro(HandleCompositeDataBlocksIndividually,
bool);
73 vtkBooleanMacro(HandleCompositeDataBlocksIndividually,
bool);
104 vtkInternals* Internals;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
represent and manipulate attribute data in a dataset
A table, which contains similar-typed columns of data.
Superclass for algorithms that produce only data object as output.
a simple class to control print indentation
abstract class to specify dataset behavior
static vtkDataObjectAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)