VTK  9.3.0
vtkCompositeCutter.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 #ifndef vtkCompositeCutter_h
16 #define vtkCompositeCutter_h
17 
18 #include "vtkCutter.h"
19 #include "vtkFiltersCoreModule.h" // For export macro
20 
21 VTK_ABI_NAMESPACE_BEGIN
22 class VTKFILTERSCORE_EXPORT vtkCompositeCutter : public vtkCutter
23 {
24 public:
25  vtkTypeMacro(vtkCompositeCutter, vtkCutter);
26 
28 
29  void PrintSelf(ostream& os, vtkIndent indent) override;
30 
31 protected:
33  ~vtkCompositeCutter() override;
37 
38 private:
39  vtkCompositeCutter(const vtkCompositeCutter&) = delete;
40  void operator=(const vtkCompositeCutter&) = delete;
41 };
42 
43 VTK_ABI_NAMESPACE_END
44 #endif
Cut composite data sets with user-specified implicit function.
~vtkCompositeCutter() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
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.
vtkCompositeCutter(vtkImplicitFunction *cf=nullptr)
static vtkCompositeCutter * New()
Cut vtkDataSet with user-specified implicit function.
Definition: vtkCutter.h:70
abstract interface for implicit functions
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447