VTK  9.3.20240423
vtkImageSobel3D.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
16#ifndef vtkImageSobel3D_h
17#define vtkImageSobel3D_h
18
20#include "vtkImagingGeneralModule.h" // For export macro
21
22VTK_ABI_NAMESPACE_BEGIN
23class VTKIMAGINGGENERAL_EXPORT vtkImageSobel3D : public vtkImageSpatialAlgorithm
24{
25public:
28 void PrintSelf(ostream& os, vtkIndent indent) override;
29
30protected:
32 ~vtkImageSobel3D() override = default;
33
35 vtkInformationVector* outputVector, vtkImageData*** inData, vtkImageData** outData,
36 int outExt[6], int id) override;
38 vtkInformationVector* outputVector) override;
39
40private:
41 vtkImageSobel3D(const vtkImageSobel3D&) = delete;
42 void operator=(const vtkImageSobel3D&) = delete;
43};
44
45VTK_ABI_NAMESPACE_END
46#endif
topologically and geometrically regular array of data
Computes a vector field using sobel functions.
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
~vtkImageSobel3D() override=default
static vtkImageSobel3D * New()
Filters that operate on pixel neighborhoods.
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.