VTK  9.1.0
vtkPartitionedDataSetCollectionAlgorithm.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPartitionedDataSetCollectionCollectionAlgorithm.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 vtkPartitionedDataSetCollectionAlgorithm_h
24#define vtkPartitionedDataSetCollectionAlgorithm_h
25
26#include "vtkAlgorithm.h"
27#include "vtkCommonExecutionModelModule.h" // For export macro
28
30
31class VTKCOMMONEXECUTIONMODEL_EXPORT vtkPartitionedDataSetCollectionAlgorithm : 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:
80 void operator=(const vtkPartitionedDataSetCollectionAlgorithm&) = delete;
81};
82
83#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 vtkPartitionedDataSetCollectionAlgorithm.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkPartitionedDataSetCollection * GetOutput()
Get the output data object for the specified output port.
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
vtkPartitionedDataSetCollection * GetOutput(int)
Get the output data object for the specified output port.
virtual int RequestData(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.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Methods for subclasses to override to handle different pipeline requests.
Composite dataset that groups datasets as a collection.
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453
int vtkTypeBool
Definition: vtkABI.h:69