VTK  9.4.20241114
vtkImageDataOutlineFilter.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
20#ifndef vtkImageDataOutlineFilter_h
21#define vtkImageDataOutlineFilter_h
22
23#include "vtkFiltersModelingModule.h" // For export macro
25
26VTK_ABI_NAMESPACE_BEGIN
27class VTKFILTERSMODELING_EXPORT vtkImageDataOutlineFilter : public vtkPolyDataAlgorithm
28{
29public:
31
36 void PrintSelf(ostream& os, vtkIndent indent) override;
38
40
43 vtkSetMacro(GenerateFaces, vtkTypeBool);
44 vtkBooleanMacro(GenerateFaces, vtkTypeBool);
45 vtkGetMacro(GenerateFaces, vtkTypeBool);
47
49
54 vtkSetMacro(OutputPointsPrecision, int);
55 vtkGetMacro(OutputPointsPrecision, int);
57
58protected:
61
64
66 int FillInputPortInformation(int port, vtkInformation* info) override;
67
68private:
70 void operator=(const vtkImageDataOutlineFilter&) = delete;
71};
72
73VTK_ABI_NAMESPACE_END
74#endif
create wireframe outline for a possibly oriented vtkImageData
~vtkImageDataOutlineFilter() override
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation.
static vtkImageDataOutlineFilter * New()
Standard methods for instantiation.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
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.
int vtkTypeBool
Definition vtkABI.h:64