VTK  9.3.1
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
19#ifndef vtkCompositeDataGeometryFilter_h
20#define vtkCompositeDataGeometryFilter_h
21
22#include "vtkFiltersGeometryModule.h" // For export macro
24
25VTK_ABI_NAMESPACE_BEGIN
26class vtkPolyData;
27
28class VTKFILTERSGEOMETRY_EXPORT vtkCompositeDataGeometryFilter : public vtkPolyDataAlgorithm
29{
30public:
33 void PrintSelf(ostream& os, vtkIndent indent) override;
34
39 vtkInformationVector* outputVector) override;
40
41protected:
44
45 int FillInputPortInformation(int port, vtkInformation* info) override;
46
47 // Create a default executive.
49
51
52private:
54 void operator=(const vtkCompositeDataGeometryFilter&) = delete;
55};
56
57VTK_ABI_NAMESPACE_END
58#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:29
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:80
int vtkTypeBool
Definition vtkABI.h:64