VTK  9.4.20251007
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
15
16#ifndef vtkSynchronizedTemplatesCutter3D_h
17#define vtkSynchronizedTemplatesCutter3D_h
18
19#include "vtkFiltersCoreModule.h" // For export macro
21
22VTK_ABI_NAMESPACE_BEGIN
24
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:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
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.