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
18VTK_ABI_NAMESPACE_BEGIN
19class VTKFILTERSGENERAL_EXPORT vtkBlockIdScalars : public vtkMultiBlockDataSetAlgorithm
20{
21public:
24 void PrintSelf(ostream& os, vtkIndent indent) override;
25
26protected:
29
31
33
34private:
35 vtkBlockIdScalars(const vtkBlockIdScalars&) = delete;
36 void operator=(const vtkBlockIdScalars&) = delete;
37};
38
39VTK_ABI_NAMESPACE_END
40#endif
generates scalars from blocks.
static vtkBlockIdScalars * New()
~vtkBlockIdScalars() override
vtkDataObject * ColorBlock(vtkDataObject *input, int group)
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.
general representation of visualization data
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.