vtkCompleteArrays.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkCompleteArrays.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 =========================================================================*/
27 #ifndef vtkCompleteArrays_h
28 #define vtkCompleteArrays_h
29 
30 #include "vtkDataSetAlgorithm.h"
31 #include "vtkPVVTKExtensionsMiscModule.h" //needed for exports
32 
34 
36 {
37 public:
38  static vtkCompleteArrays* New();
40  void PrintSelf(ostream& os, vtkIndent indent) override;
41 
43 
46  void SetController(vtkMultiProcessController* controller);
47  vtkGetObjectMacro(Controller, vtkMultiProcessController);
49 
50 protected:
52  ~vtkCompleteArrays() override;
53 
57  int FillInputPortInformation(int port, vtkInformation* info) override;
58 
62  int FillOutputPortInformation(int port, vtkInformation* info) override;
63 
67  int RequestDataObject(vtkInformation* request, vtkInformationVector** inputVector,
68  vtkInformationVector* outputVector) override;
69 
70  int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
71  vtkInformationVector* outputVector) override;
73 
79  void CompleteArraysOnBlock(vtkDataSet* inputDS, vtkDataSet*& outputDS);
80 
81 private:
82  vtkCompleteArrays(const vtkCompleteArrays&) = delete;
83  void operator=(const vtkCompleteArrays&) = delete;
84 };
85 
86 #endif
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
Filter adds arrays to empty partitions.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTKPVVTKEXTENSIONSMISC_EXPORT
vtkMultiProcessController * Controller
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void operator=(const vtkObjectBase &)
static vtkDataSetAlgorithm * New()
virtual int FillOutputPortInformation(int port, vtkInformation *info)