VTK  9.3.0
vtkCellGridComputeSurface.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
17#ifndef vtkCellGridComputeSurface_h
18#define vtkCellGridComputeSurface_h
19
21#include "vtkFiltersCellGridModule.h" // For export macro
22#include "vtkNew.h" // for ivar
23
24VTK_ABI_NAMESPACE_BEGIN
26
27class VTKFILTERSCELLGRID_EXPORT vtkCellGridComputeSurface : public vtkCellGridAlgorithm
28{
29public:
32 void PrintSelf(ostream& os, vtkIndent indent) override;
33
35
36protected:
38 ~vtkCellGridComputeSurface() override = default;
39
41 vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* ouInfo) override;
42
44
45private:
47 void operator=(const vtkCellGridComputeSurface&) = delete;
48};
49
50VTK_ABI_NAMESPACE_END
51#endif // vtkCellGridComputeSurface_h
Superclass for algorithms that produce only polydata as output.
Adds arrays holding tuples of sides that are shared an odd number of times.
~vtkCellGridComputeSurface() override=default
static vtkCellGridComputeSurface * New()
static vtkStringToken GetSideAttribute()
int RequestData(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *ouInfo) override
This is called by the superclass.
vtkCellGridComputeSurface()=default
vtkNew< vtkCellGridSidesQuery > Request
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A cell-grid query for enumerating sides of cells.
a simple class to control print indentation
Definition vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Allocate and hold a VTK object.
Definition vtkNew.h:51
Represent a string by its integer hash.