VTK  9.3.1
vtkPartitionedDataSetAlgorithm.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
11 #ifndef vtkPartitionedDataSetAlgorithm_h
12 #define vtkPartitionedDataSetAlgorithm_h
13 
14 #include "vtkAlgorithm.h"
15 #include "vtkCommonExecutionModelModule.h" // For export macro
16 
17 VTK_ABI_NAMESPACE_BEGIN
19 
20 class VTKCOMMONEXECUTIONMODEL_EXPORT vtkPartitionedDataSetAlgorithm : public vtkAlgorithm
21 {
22 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
27 
30  vtkPartitionedDataSet* GetOutput();
31  vtkPartitionedDataSet* GetOutput(int);
33 
35  vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* outInfo) override;
36 
37 protected:
40 
42 
46  {
47  return 1;
48  }
50  {
51  return 1;
52  }
54  {
55  return 1;
56  }
58  {
59  return 1;
60  }
62 
65 
66 private:
68  void operator=(const vtkPartitionedDataSetAlgorithm&) = delete;
69 };
70 
71 VTK_ABI_NAMESPACE_END
72 #endif
composite dataset to encapsulates a dataset consisting of partitions.
Superclass for algorithms that produce vtkPartitionedDataSetAlgorithm.
Store vtkAlgorithm input/output information.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int vtkTypeBool
Definition: vtkABI.h:64
virtual vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:51
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
a simple class to control print indentation
Definition: vtkIndent.h:28
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
Store zero or more vtkInformation instances.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.