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) override;
45 
47 
51  void SetLocator(vtkIncrementalPointLocator *locator);
52  vtkGetObjectMacro(Locator,vtkIncrementalPointLocator);
54 
59  void CreateDefaultLocator();
60 
62 
68  vtkSetMacro(OutputPointsPrecision,int);
69  vtkGetMacro(OutputPointsPrecision,int);
71 
75  vtkMTimeType GetMTime() override;
76 
77 protected:
80 
82  vtkInformationVector *) override;
83 
86 
87 private:
89  void operator=(const vtkLinearToQuadraticCellsFilter&) = delete;
90 
91 };
92 
93 #endif
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkLinearToQuadraticCellsFilter::OutputPointsPrecision
int OutputPointsPrecision
Definition: vtkLinearToQuadraticCellsFilter.h:85
vtkLinearToQuadraticCellsFilter
degree elevate the cells of a linear unstructured grid.
Definition: vtkLinearToQuadraticCellsFilter.h:38
vtkObject::GetMTime
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkUnstructuredGridAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkIncrementalPointLocator
Abstract class in support of both point location and point insertion.
Definition: vtkIncrementalPointLocator.h:51
vtkLinearToQuadraticCellsFilter::Locator
vtkIncrementalPointLocator * Locator
Definition: vtkLinearToQuadraticCellsFilter.h:84
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkUnstructuredGridAlgorithm::New
static vtkUnstructuredGridAlgorithm * New()
vtkUnstructuredGridAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkUnstructuredGridAlgorithm.h
vtkUnstructuredGridAlgorithm
Superclass for algorithms that produce only unstructured grid as output.
Definition: vtkUnstructuredGridAlgorithm.h:40
vtkMTimeType
vtkTypeUInt32 vtkMTimeType
Definition: vtkType.h:302