VTK  9.4.20250206
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
19VTK_ABI_NAMESPACE_BEGIN
20class VTKFILTERSMODELING_EXPORT vtkSubdivideTetra : public vtkUnstructuredGridAlgorithm
21{
22public:
25 void PrintSelf(ostream& os, vtkIndent indent) override;
26
27protected:
29 ~vtkSubdivideTetra() override = default;
30
32
33private:
34 vtkSubdivideTetra(const vtkSubdivideTetra&) = delete;
35 void operator=(const vtkSubdivideTetra&) = delete;
36};
37
38VTK_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
static vtkSubdivideTetra * New()
~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.
Superclass for algorithms that produce only unstructured grid as output.