VTK  9.3.1
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 
40  void SetLocator(vtkIncrementalPointLocator* locator);
41  vtkGetObjectMacro(Locator, vtkIncrementalPointLocator);
43 
48  void CreateDefaultLocator();
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
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Store vtkAlgorithm input/output information.
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:270
static vtkUnstructuredGridAlgorithm * New()
Abstract class in support of both point location and point insertion.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
degree elevate the cells of a linear unstructured grid.
a simple class to control print indentation
Definition: vtkIndent.h:28
virtual vtkMTimeType GetMTime()
Return this object's modified time.
Superclass for algorithms that produce only unstructured grid as output.
Store zero or more vtkInformation instances.