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 
40 VTK_ABI_NAMESPACE_BEGIN
42  VTKFILTERSEXTRACTION_EXPORT vtkExtractSelectedBlock : public vtkExtractSelectionBase
43 {
44 public:
47  void PrintSelf(ostream& os, vtkIndent indent) override;
48 
49 protected:
52 
53  // Generate the output.
55 
60  vtkInformationVector* outputVector) override;
61 
63 
64 private:
66  void operator=(const vtkExtractSelectedBlock&) = delete;
67 };
68 
69 VTK_ABI_NAMESPACE_END
70 #endif
71 
72 // VTK-HeaderTest-Exclude: vtkExtractSelectedBlock.h
Extract-Selection filter to extract blocks.
static vtkExtractSelectedBlock * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
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.
extract a subset from a vtkDataSet.
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447
#define VTK_DEPRECATED_IN_9_2_0(reason)