VTK  9.3.20240419
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
24 #include "vtkPolyDataAlgorithm.h"
25 
26 VTK_ABI_NAMESPACE_BEGIN
27 class VTKFILTERSMODELING_EXPORT vtkImageDataOutlineFilter : public vtkPolyDataAlgorithm
28 {
29 public:
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 
58 protected:
61 
64 
67 
68 private:
70  void operator=(const vtkImageDataOutlineFilter&) = delete;
71 };
72 
73 VTK_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.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447
int vtkTypeBool
Definition: vtkABI.h:64