VTK
vtkGenericDataSetTessellator.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkGenericDataSetTessellator.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=========================================================================*/
39#ifndef vtkGenericDataSetTessellator_h
40#define vtkGenericDataSetTessellator_h
41
42#include "vtkFiltersGenericModule.h" // For export macro
44
45class vtkPointData;
47
48class VTKFILTERSGENERIC_EXPORT vtkGenericDataSetTessellator : public vtkUnstructuredGridAlgorithm
49{
50public:
52
58 void PrintSelf(ostream& os, vtkIndent indent);
60
62
68 vtkSetMacro(KeepCellIds, int);
69 vtkGetMacro(KeepCellIds, int);
70 vtkBooleanMacro(KeepCellIds, int);
72
73
75
80 vtkSetMacro(Merging,int);
81 vtkGetMacro(Merging,int);
82 vtkBooleanMacro(Merging,int);
84
86
91 vtkGetObjectMacro(Locator,vtkIncrementalPointLocator);
93
98
103
104protected:
107
109
111
112 // See Set/Get KeepCellIds() for explanations.
114
115 // Used internal by vtkGenericAdaptorCell::Tessellate()
117
120
121private:
123 void operator=(const vtkGenericDataSetTessellator&) VTK_DELETE_FUNCTION;
124};
125
126#endif
tessellates generic, higher-order datasets into linear cells
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
static vtkGenericDataSetTessellator * New()
Standard VTK methods.
int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.
vtkMTimeType GetMTime()
Return the MTime also considering the locator.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void CreateDefaultLocator()
Create default locator.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkIncrementalPointLocator * Locator
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.
represent and manipulate point attribute data
Definition: vtkPointData.h:38
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkTypeUInt64 vtkMTimeType
Definition: vtkType.h:248