VTK  9.4.20250413
vtkPartitionedDataSetCollectionSource.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
21#ifndef vtkPartitionedDataSetCollectionSource_h
22#define vtkPartitionedDataSetCollectionSource_h
23
24#include "vtkFiltersSourcesModule.h" // For export macro
26
27VTK_ABI_NAMESPACE_BEGIN
28class VTKFILTERSSOURCES_EXPORT vtkPartitionedDataSetCollectionSource
30{
31public:
34 void PrintSelf(ostream& os, vtkIndent indent) override;
35
37
40 vtkSetClampMacro(NumberOfShapes, int, 0, 12);
41 vtkGetMacro(NumberOfShapes, int);
43
44protected:
47
50 vtkInformation* info, vtkInformationVector** input, vtkInformationVector* output) override;
51
52private:
54 void operator=(const vtkPartitionedDataSetCollectionSource&) = delete;
55
56 int NumberOfShapes;
57};
58
59VTK_ABI_NAMESPACE_END
60#endif
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce vtkPartitionedDataSetCollectionAlgorithm.
a source that produces a vtkPartitionedDataSetCollection.
int RequestData(vtkInformation *info, vtkInformationVector **input, vtkInformationVector *output) override
Methods for subclasses to override to handle different pipeline requests.
static vtkPartitionedDataSetCollectionSource * New()
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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.