VTK  9.3.0
vtkBlockIdScalars.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
12 #ifndef vtkBlockIdScalars_h
13 #define vtkBlockIdScalars_h
14 
15 #include "vtkFiltersGeneralModule.h" // For export macro
17 
18 VTK_ABI_NAMESPACE_BEGIN
19 class VTKFILTERSGENERAL_EXPORT vtkBlockIdScalars : public vtkMultiBlockDataSetAlgorithm
20 {
21 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
26 protected:
28  ~vtkBlockIdScalars() override;
29 
31 
32  vtkDataObject* ColorBlock(vtkDataObject* input, int group);
33 
34 private:
35  vtkBlockIdScalars(const vtkBlockIdScalars&) = delete;
36  void operator=(const vtkBlockIdScalars&) = delete;
37 };
38 
39 VTK_ABI_NAMESPACE_END
40 #endif
generates scalars from blocks.
vtkDataObject * ColorBlock(vtkDataObject *input, int group)
~vtkBlockIdScalars() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkBlockIdScalars * New()
general representation of visualization data
Definition: vtkDataObject.h:55
a simple class to control print indentation
Definition: vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.