VTK  9.3.20240328
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 
22 VTK_ABI_NAMESPACE_BEGIN
24 
26 {
27 public:
29 
31  void PrintSelf(ostream& os, vtkIndent indent) override;
32 
37 
39 
43  vtkGetObjectMacro(CutFunction, vtkImplicitFunction);
45 
47 
52  vtkSetClampMacro(OutputPointsPrecision, int, SINGLE_PRECISION, DEFAULT_PRECISION);
53  vtkGetMacro(OutputPointsPrecision, int);
55 
56 protected:
59 
62 
64 
65 private:
67  void operator=(const vtkSynchronizedTemplatesCutter3D&) = delete;
68 };
69 
70 VTK_ABI_NAMESPACE_END
71 #endif
topologically and geometrically regular array of data
Definition: vtkImageData.h:155
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.
virtual void SetCutFunction(vtkImplicitFunction *)
Specify the implicit function to perform the cutting.
static vtkSynchronizedTemplatesCutter3D * New()
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.
@ data
Definition: vtkX3D.h:315