|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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) 
  
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)