 |
VTK
9.0.1
|
Go to the documentation of this file.
33 #ifndef vtkStreamerBase_h
34 #define vtkStreamerBase_h
37 #include "vtkFiltersCoreModule.h"
64 virtual int RequestUpdateExtent(
72 virtual int ExecutePass(
87 #endif //_vtkStreamerBase_h
unsigned int NumberOfPasses
Superclass for all sources, filters, and sinks in VTK.
virtual int PostExecute(vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
Superclass for filters that stream input pipeline.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
unsigned int CurrentIndex
virtual vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...