VTK  9.5.20251125
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
17
18#ifndef vtkLinearToQuadraticCellsFilter_h
19#define vtkLinearToQuadraticCellsFilter_h
20
21#include "vtkFiltersGeometryModule.h" // For export macro
23
24VTK_ABI_NAMESPACE_BEGIN
26
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.
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.
vtkTypeUInt32 vtkMTimeType
Definition vtkType.h:322