VTK  9.3.0
vtkExtractSelectedBlock.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
33#ifndef vtkExtractSelectedBlock_h
34#define vtkExtractSelectedBlock_h
35
36#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_2_0
38#include "vtkFiltersExtractionModule.h" // For export macro
39
40VTK_ABI_NAMESPACE_BEGIN
41class VTK_DEPRECATED_IN_9_2_0("Use vtkExtractSelection instead of vtkExtractSelectedBlock.")
42 VTKFILTERSEXTRACTION_EXPORT vtkExtractSelectedBlock : public vtkExtractSelectionBase
43{
44public:
47 void PrintSelf(ostream& os, vtkIndent indent) override;
48
49protected:
52
53 // Generate the output.
55
60 vtkInformationVector* outputVector) override;
61
62 int FillInputPortInformation(int port, vtkInformation* info) override;
63
64private:
66 void operator=(const vtkExtractSelectedBlock&) = delete;
67};
68
69VTK_ABI_NAMESPACE_END
70#endif
71
72// VTK-HeaderTest-Exclude: vtkExtractSelectedBlock.h
Extract-Selection filter to extract blocks.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkExtractSelectedBlock * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Sets up empty output dataset.
~vtkExtractSelectedBlock() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract base class for all extract selection filters.
a simple class to control print indentation
Definition vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
#define VTK_DEPRECATED_IN_9_2_0(reason)