VTK  9.1.0
vtkPartitionedDataSetAlgorithm.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPartitionedDataSetAlgorithm.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm 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=========================================================================*/
23#ifndef vtkPartitionedDataSetAlgorithm_h
24#define vtkPartitionedDataSetAlgorithm_h
25
26#include "vtkAlgorithm.h"
27#include "vtkCommonExecutionModelModule.h" // For export macro
28
30
31class VTKCOMMONEXECUTIONMODEL_EXPORT vtkPartitionedDataSetAlgorithm : public vtkAlgorithm
32{
33public:
35 void PrintSelf(ostream& os, vtkIndent indent) override;
36
38
44
46 vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* outInfo) override;
47
48protected:
51
53
57 {
58 return 1;
59 }
61 {
62 return 1;
63 }
65 {
66 return 1;
67 }
69 {
70 return 1;
71 }
73
76
77private:
79 void operator=(const vtkPartitionedDataSetAlgorithm&) = delete;
80};
81
82#endif
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:114
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce vtkPartitionedDataSetAlgorithm.
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 RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkPartitionedDataSet * GetOutput()
Get the output data object for the specified output port.
vtkPartitionedDataSet * GetOutput(int)
Get the output data object for the specified output port.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
~vtkPartitionedDataSetAlgorithm() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
composite dataset to encapsulates a dataset consisting of partitions.
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453
int vtkTypeBool
Definition: vtkABI.h:69