VTK  9.4.2
vtkCompositeDataGeometryFilter.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
68#ifndef vtkCompositeDataGeometryFilter_h
69#define vtkCompositeDataGeometryFilter_h
70
71#include "vtkFiltersGeometryModule.h" // For export macro
73
74VTK_ABI_NAMESPACE_BEGIN
75class vtkPolyData;
76
77class VTKFILTERSGEOMETRY_EXPORT vtkCompositeDataGeometryFilter : public vtkPolyDataAlgorithm
78{
79public:
82 void PrintSelf(ostream& os, vtkIndent indent) override;
83
88 vtkInformationVector* outputVector) override;
89
90protected:
93
94 int FillInputPortInformation(int port, vtkInformation* info) override;
95
96 // Create a default executive.
98
100
101private:
103 void operator=(const vtkCompositeDataGeometryFilter&) = delete;
104};
105
106VTK_ABI_NAMESPACE_END
107#endif
extract geometry from multi-group data
vtkExecutive * CreateDefaultExecutive() override
Create a default executive.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkCompositeDataGeometryFilter() override
virtual int RequestCompositeData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkCompositeDataGeometryFilter * New()
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
Superclass for all pipeline executives in VTK.
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
int vtkTypeBool
Definition vtkABI.h:64