VTK  9.3.0
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 
24 VTK_ABI_NAMESPACE_BEGIN
26 
27 class VTKFILTERSGEOMETRY_EXPORT vtkLinearToQuadraticCellsFilter
29 {
30 public:
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 
64  vtkMTimeType GetMTime() override;
65 
66 protected:
69 
71 
74 
75 private:
77  void operator=(const vtkLinearToQuadraticCellsFilter&) = delete;
78 };
79 
80 VTK_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:38
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.
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.
static vtkLinearToQuadraticCellsFilter * New()
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