VTK  9.3.20240907
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
21VTK_ABI_NAMESPACE_BEGIN
22class VTKFILTERSCORE_EXPORT vtkCompositeCutter : public vtkCutter
23{
24public:
26
28
29 void PrintSelf(ostream& os, vtkIndent indent) override;
30
31protected:
36 int FillInputPortInformation(int port, vtkInformation* info) override;
37
38private:
40 void operator=(const vtkCompositeCutter&) = delete;
41};
42
43VTK_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.
static vtkCompositeCutter * New()
vtkCompositeCutter(vtkImplicitFunction *cf=nullptr)
Cut vtkDataSet with user-specified implicit function.
Definition vtkCutter.h:161
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.