VTK  9.3.20240419
vtkSubdivideTetra.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 #ifndef vtkSubdivideTetra_h
14 #define vtkSubdivideTetra_h
15 
16 #include "vtkFiltersModelingModule.h" // For export macro
18 
19 VTK_ABI_NAMESPACE_BEGIN
20 class VTKFILTERSMODELING_EXPORT vtkSubdivideTetra : public vtkUnstructuredGridAlgorithm
21 {
22 public:
25  void PrintSelf(ostream& os, vtkIndent indent) override;
26 
27 protected:
29  ~vtkSubdivideTetra() override = default;
30 
32 
33 private:
34  vtkSubdivideTetra(const vtkSubdivideTetra&) = delete;
35  void operator=(const vtkSubdivideTetra&) = delete;
36 };
37 
38 VTK_ABI_NAMESPACE_END
39 #endif
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
subdivide one tetrahedron into twelve for every tetra
~vtkSubdivideTetra() override=default
int RequestData(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.
static vtkSubdivideTetra * New()
Superclass for algorithms that produce only unstructured grid as output.