VTK  9.6.20260228
vtkSMPContourGrid.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
13
14#ifndef vtkSMPContourGrid_h
15#define vtkSMPContourGrid_h
16
17#include "vtkContourGrid.h"
18#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_7_0
19#include "vtkFiltersSMPModule.h" // For export macro
20
21VTK_ABI_NAMESPACE_BEGIN
23 "Please use `vtkContourFilter` instead.") VTKFILTERSSMP_EXPORT vtkSMPContourGrid
24 : public vtkContourGrid
25{
26public:
28 void PrintSelf(ostream& os, vtkIndent indent) override;
29
34
36
45 vtkSetMacro(MergePieces, bool);
46 vtkGetMacro(MergePieces, bool);
47 vtkBooleanMacro(MergePieces, bool);
49
55
56protected:
59
62
63 int FillOutputPortInformation(int port, vtkInformation* info) override;
64
66
67private:
68 vtkSMPContourGrid(const vtkSMPContourGrid&) = delete;
69 void operator=(const vtkSMPContourGrid&) = delete;
70};
71
72VTK_ABI_NAMESPACE_END
73#endif
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Please see vtkAlgorithm for details.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkSMPContourGrid * New()
Constructor.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkSMPContourGrid() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int vtkTypeBool
Definition vtkABI.h:64
#define VTK_DEPRECATED_IN_9_7_0(reason)