40 #ifndef vtkExtractTemporalFieldData_h 41 #define vtkExtractTemporalFieldData_h 43 #include "vtkFiltersExtractionModule.h" 60 int GetNumberOfTimeSteps();
68 vtkSetMacro(HandleCompositeDataBlocksIndividually,
bool);
69 vtkGetMacro(HandleCompositeDataBlocksIndividually,
bool);
79 vtkInformationVector*) VTK_OVERRIDE;
80 int RequestInformation(vtkInformation* request,
81 vtkInformationVector** inputVector,
82 vtkInformationVector* outputVector) VTK_OVERRIDE;
83 int RequestData(vtkInformation* request,
84 vtkInformationVector** inputVector,
85 vtkInformationVector* outputVector) VTK_OVERRIDE;
86 int FillInputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
95 bool HandleCompositeDataBlocksIndividually;
101 vtkInternals* Internals;
abstract class to specify dataset behavior
static vtkDataObjectAlgorithm * New()
a simple class to control print indentation
represent and manipulate attribute data in a dataset
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Superclass for algorithms that produce only data object as output.
A table, which contains similar-typed columns of data.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.