VTK  9.3.0
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
28#ifndef vtkCompositeDataGeometryFilter_h
29#define vtkCompositeDataGeometryFilter_h
30
31#include "vtkFiltersGeometryModule.h" // For export macro
33
34VTK_ABI_NAMESPACE_BEGIN
35class vtkPolyData;
36
37class VTKFILTERSGEOMETRY_EXPORT vtkCompositeDataGeometryFilter : public vtkPolyDataAlgorithm
38{
39public:
42 void PrintSelf(ostream& os, vtkIndent indent) override;
43
48 vtkInformationVector* outputVector) override;
49
50protected:
53
54 int FillInputPortInformation(int port, vtkInformation* info) override;
55
56 // Create a default executive.
58
60
61private:
63 void operator=(const vtkCompositeDataGeometryFilter&) = delete;
64};
65
66VTK_ABI_NAMESPACE_END
67#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:38
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
Definition vtkPolyData.h:89
int vtkTypeBool
Definition vtkABI.h:64