vtkSelectionDeliveryFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSelectionDeliveryFilter.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
24 #ifndef vtkSelectionDeliveryFilter_h
25 #define vtkSelectionDeliveryFilter_h
26 
27 #include "vtkPVVTKExtensionsFiltersRenderingModule.h" // needed for export macro
28 #include "vtkSelectionAlgorithm.h"
29 
31 class vtkReductionFilter;
32 
34  : public vtkSelectionAlgorithm
35 {
36 public:
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
41 protected:
43  ~vtkSelectionDeliveryFilter() override;
44 
45  int FillInputPortInformation(int port, vtkInformation* info) override;
46  int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
47  vtkInformationVector* outputVector) override;
48 
51 
52 private:
54  void operator=(const vtkSelectionDeliveryFilter&) = delete;
55 };
56 
57 #endif
vtkClientServerMoveData * DeliveryFilter
Moves data from the server root node to the client.
virtual int FillInputPortInformation(int port, vtkInformation *info)
static vtkSelectionAlgorithm * New()
#define VTKPVVTKEXTENSIONSFILTERSRENDERING_EXPORT
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
vtkSelectionDeliveryFilter is a filter that can deliver vtkSelection from data-server nodes to the cl...
void operator=(const vtkObjectBase &)
A generic filter that can reduce any type of dataset using any reduction algorithm.