VTK
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 
30 #ifndef vtkLinearToQuadraticCellsFilter_h
31 #define vtkLinearToQuadraticCellsFilter_h
32 
33 #include "vtkFiltersGeometryModule.h" // For export macro
35 
37 
38 class VTKFILTERSGEOMETRY_EXPORT vtkLinearToQuadraticCellsFilter :
40 {
41 public:
43  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
45 
47 
52  vtkGetObjectMacro(Locator,vtkIncrementalPointLocator);
54 
60 
62 
68  vtkSetMacro(OutputPointsPrecision,int);
69  vtkGetMacro(OutputPointsPrecision,int);
71 
75  vtkMTimeType GetMTime() VTK_OVERRIDE;
76 
77 protected:
80 
81  int RequestData(vtkInformation *, vtkInformationVector **,
82  vtkInformationVector *) VTK_OVERRIDE;
83 
85  int OutputPointsPrecision;
86 
87 private:
89  void operator=(const vtkLinearToQuadraticCellsFilter&) VTK_DELETE_FUNCTION;
90 
91 };
92 
93 #endif
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
Definition: vtkIndent.h:40
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.
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.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkTypeUInt64 vtkMTimeType
Definition: vtkType.h:248