26 #ifndef vtkExtractTemporalFieldData_h 27 #define vtkExtractTemporalFieldData_h 30 #include "vtkFiltersExtractionModule.h" 32 #if !defined(VTK_LEGACY_REMOVE) 47 int GetNumberOfTimeSteps();
55 vtkSetMacro(HandleCompositeDataBlocksIndividually,
bool);
56 vtkGetMacro(HandleCompositeDataBlocksIndividually,
bool);
57 vtkBooleanMacro(HandleCompositeDataBlocksIndividually,
bool);
85 vtkInternals* Internals;
88 #endif // !defined(VTK_LEGACY_REMOVE) 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.