VTK  9.3.20240424
vtkSynchronizedTemplatesCutter3D.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 vtkSynchronizedTemplatesCutter3D_h
17#define vtkSynchronizedTemplatesCutter3D_h
18
19#include "vtkFiltersCoreModule.h" // For export macro
21
22VTK_ABI_NAMESPACE_BEGIN
24
26{
27public:
29
31 void PrintSelf(ostream& os, vtkIndent indent) override;
32
36 void ThreadedExecute(vtkImageData* data, vtkInformation* outInfo, int);
37
39
43 vtkGetObjectMacro(CutFunction, vtkImplicitFunction);
45
47
52 vtkSetClampMacro(OutputPointsPrecision, int, SINGLE_PRECISION, DEFAULT_PRECISION);
53 vtkGetMacro(OutputPointsPrecision, int);
55
56protected:
59
62
64
65private:
67 void operator=(const vtkSynchronizedTemplatesCutter3D&) = delete;
68};
69
70VTK_ABI_NAMESPACE_END
71#endif
topologically and geometrically regular array of data
abstract interface for implicit functions
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
generate isosurface from structured points
generate cut surface from structured points
void ThreadedExecute(vtkImageData *data, vtkInformation *outInfo, int)
Needed by templated functions.
static vtkSynchronizedTemplatesCutter3D * New()
virtual void SetCutFunction(vtkImplicitFunction *)
Specify the implicit function to perform the cutting.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.