24 #ifndef vtkSelectionDeliveryFilter_h 25 #define vtkSelectionDeliveryFilter_h 27 #include "vtkPVClientServerCoreRenderingModule.h" 28 #include "vtkSelectionAlgorithm.h" 34 :
public vtkSelectionAlgorithm
39 void PrintSelf(ostream& os, vtkIndent indent);
45 virtual int FillInputPortInformation(
int port, vtkInformation* info);
46 virtual int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
47 vtkInformationVector* outputVector);
vtkClientServerMoveData * DeliveryFilter
Moves data from the server root node to the client.
vtkReductionFilter * ReductionFilter
vtkSelectionDeliveryFilter is a filter that can deliver vtkSelection from data-server nodes to the cl...
A generic filter that can reduce any type of dataset using any reduction algorithm.