24 #ifndef vtkPVTrivialProducer_h 25 #define vtkPVTrivialProducer_h 27 #include "vtkPVVTKExtensionsCoreModule.h" 28 #include "vtkTrivialProducer.h" 30 struct vtkPVTrivialProducerInternal;
37 void PrintSelf(ostream& os, vtkIndent indent);
43 virtual void SetOutput(vtkDataObject* output);
49 virtual void SetOutput(vtkDataObject* output,
double time);
56 virtual int ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
specialized subclass of vtkTrivialProducer that preserves the information about the whole extent of t...
vtkPVTrivialProducerInternal * Internals
Used to store any time step information.