 |
VTK
9.0.1
|
Go to the documentation of this file.
33 #ifndef vtkStreamerBase_h
34 #define vtkStreamerBase_h
37 #include "vtkFiltersCoreModule.h"
87 #endif //_vtkStreamerBase_h
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int ExecutePass(vtkInformationVector **inputVector, vtkInformationVector *outputVector)=0
~vtkStreamerBase() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
unsigned int NumberOfPasses
Superclass for all sources, filters, and sinks in VTK.
virtual int PostExecute(vtkInformationVector **, vtkInformationVector *)
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
a simple class to control print indentation
Superclass for filters that stream input pipeline.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
unsigned int CurrentIndex
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)=0
This is called by the superclass.