VTK  9.4.20241221
vtkLinearToQuadraticCellsFilter.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
3
18#ifndef vtkLinearToQuadraticCellsFilter_h
19#define vtkLinearToQuadraticCellsFilter_h
20
21#include "vtkFiltersGeometryModule.h" // For export macro
23
24VTK_ABI_NAMESPACE_BEGIN
26
27class VTKFILTERSGEOMETRY_EXPORT vtkLinearToQuadraticCellsFilter
29{
30public:
32 void PrintSelf(ostream& os, vtkIndent indent) override;
34
36
41 vtkGetObjectMacro(Locator, vtkIncrementalPointLocator);
43
49
51
57 vtkSetMacro(OutputPointsPrecision, int);
58 vtkGetMacro(OutputPointsPrecision, int);
60
65
66protected:
69
71
74
75private:
77 void operator=(const vtkLinearToQuadraticCellsFilter&) = delete;
78};
79
80VTK_ABI_NAMESPACE_END
81#endif
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
degree elevate the cells of a linear unstructured grid.
vtkMTimeType GetMTime() override
Return the mtime also considering the locator.
static vtkLinearToQuadraticCellsFilter * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void CreateDefaultLocator()
Create default locator.
void SetLocator(vtkIncrementalPointLocator *locator)
Specify a spatial locator for merging points.
Superclass for algorithms that produce only unstructured grid as output.
vtkTypeUInt32 vtkMTimeType
Definition vtkType.h:270