7#include "vtkFiltersHybridModule.h"  
   10VTK_ABI_NAMESPACE_BEGIN
 
   20  vtkSetMacro(ForcedTime, 
double);
 
   21  vtkGetMacro(ForcedTime, 
double);
 
   25  vtkSetMacro(IgnorePipelineTime, 
bool);
 
   26  vtkGetMacro(IgnorePipelineTime, 
bool);
 
   27  vtkBooleanMacro(IgnorePipelineTime, 
bool);
 
   43  bool IgnorePipelineTime;
 
   45  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