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;
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
abstract class to specify dataset behavior
static vtkDataObjectAlgorithm * New()
a simple class to control print indentation
represent and manipulate attribute data in a dataset
Superclass for algorithms that produce only data object as output.
A table, which contains similar-typed columns of data.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.