VTK  9.3.1
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:
60  ~vtkImageDataOutlineFilter() override;
61 
64 
67 
68 private:
70  void operator=(const vtkImageDataOutlineFilter&) = delete;
71 };
72 
73 VTK_ABI_NAMESPACE_END
74 #endif
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
int vtkTypeBool
Definition: vtkABI.h:64
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Definition: vtkIndent.h:28
create wireframe outline for a possibly oriented vtkImageData
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.