19#include "vtkFiltersHybridModule.h"
31 vtkSetMacro(ForcedTime,
double);
32 vtkGetMacro(ForcedTime,
double);
36 vtkSetMacro(IgnorePipelineTime,
bool);
37 vtkGetMacro(IgnorePipelineTime,
bool);
38 vtkBooleanMacro(IgnorePipelineTime,
bool);
54 bool IgnorePipelineTime;
56 bool PipelineTimeFlag;
general representation of visualization data
static vtkForceTime * New()
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
a simple class to control print indentation