VTK  9.1.0
vtkPartitionedDataSetCollectionSource.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPartitionedDataSetCollectionSource.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 =========================================================================*/
27 #ifndef vtkPartitionedDataSetCollectionSource_h
28 #define vtkPartitionedDataSetCollectionSource_h
29 
30 #include "vtkFiltersSourcesModule.h" // For export macro
32 
33 class VTKFILTERSSOURCES_EXPORT vtkPartitionedDataSetCollectionSource
35 {
36 public:
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
42 
45  vtkSetClampMacro(NumberOfShapes, int, 0, 12);
46  vtkGetMacro(NumberOfShapes, int);
48 
49 protected:
52 
55  vtkInformation* info, vtkInformationVector** input, vtkInformationVector* output) override;
56 
57 private:
59  void operator=(const vtkPartitionedDataSetCollectionSource&) = delete;
60 
61  int NumberOfShapes;
62 };
63 
64 #endif
a simple class to control print indentation
Definition: vtkIndent.h:34
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.
@ info
Definition: vtkX3D.h:382