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