23 #ifndef __vtkCompositeDataSetAlgorithm_h
24 #define __vtkCompositeDataSetAlgorithm_h
26 #include "vtkCommonExecutionModelModule.h"
36 void PrintSelf(ostream& os, vtkIndent indent);
55 vtkInformationVector** inputVector,
56 vtkInformationVector* outputVector);
67 vtkInformationVector**,
68 vtkInformationVector*) {
return 1;};
75 vtkInformationVector**,
76 vtkInformationVector*) {
return 1;};
83 vtkInformationVector**,
84 vtkInformationVector*) {
return 1;};
91 vtkInformationVector**,
92 vtkInformationVector*)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual vtkExecutive * CreateDefaultExecutive()
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Superclass for algorithms that produce only vtkCompositeDataSet as output.
Superclass for all pipeline executives in VTK.
Superclass for all sources, filters, and sinks in VTK.
abstract superclass for composite (multi-block or AMR) datasets
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
virtual int FillInputPortInformation(int port, vtkInformation *info)
~vtkCompositeDataSetAlgorithm()
static vtkAlgorithm * New()
general representation of visualization data
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)