VTK  9.0.1
vtkLinearToQuadraticCellsFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkLinearToQuadraticCellsFilter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 
27 #ifndef vtkLinearToQuadraticCellsFilter_h
28 #define vtkLinearToQuadraticCellsFilter_h
29 
30 #include "vtkFiltersGeometryModule.h" // For export macro
32 
34 
35 class VTKFILTERSGEOMETRY_EXPORT vtkLinearToQuadraticCellsFilter
37 {
38 public:
40  void PrintSelf(ostream& os, vtkIndent indent) override;
42 
44 
49  vtkGetObjectMacro(Locator, vtkIncrementalPointLocator);
51 
57 
59 
65  vtkSetMacro(OutputPointsPrecision, int);
66  vtkGetMacro(OutputPointsPrecision, int);
68 
72  vtkMTimeType GetMTime() override;
73 
74 protected:
77 
79 
82 
83 private:
85  void operator=(const vtkLinearToQuadraticCellsFilter&) = delete;
86 };
87 
88 #endif
vtkLinearToQuadraticCellsFilter::SetLocator
void SetLocator(vtkIncrementalPointLocator *locator)
Specify a spatial locator for merging points.
vtkLinearToQuadraticCellsFilter::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:36
vtkLinearToQuadraticCellsFilter::~vtkLinearToQuadraticCellsFilter
~vtkLinearToQuadraticCellsFilter() override
vtkLinearToQuadraticCellsFilter::OutputPointsPrecision
int OutputPointsPrecision
Definition: vtkLinearToQuadraticCellsFilter.h:81
vtkLinearToQuadraticCellsFilter::GetMTime
vtkMTimeType GetMTime() override
Return the mtime also considering the locator.
vtkLinearToQuadraticCellsFilter::vtkLinearToQuadraticCellsFilter
vtkLinearToQuadraticCellsFilter()
vtkLinearToQuadraticCellsFilter
degree elevate the cells of a linear unstructured grid.
Definition: vtkLinearToQuadraticCellsFilter.h:37
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:34
vtkLinearToQuadraticCellsFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIncrementalPointLocator
Abstract class in support of both point location and point insertion.
Definition: vtkIncrementalPointLocator.h:52
vtkLinearToQuadraticCellsFilter::Locator
vtkIncrementalPointLocator * Locator
Definition: vtkLinearToQuadraticCellsFilter.h:80
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:65
vtkLinearToQuadraticCellsFilter::CreateDefaultLocator
void CreateDefaultLocator()
Create default locator.
vtkLinearToQuadraticCellsFilter::New
static vtkLinearToQuadraticCellsFilter * New()
vtkUnstructuredGridAlgorithm.h
vtkUnstructuredGridAlgorithm
Superclass for algorithms that produce only unstructured grid as output.
Definition: vtkUnstructuredGridAlgorithm.h:41
vtkMTimeType
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:293