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 =========================================================================*/
38 #ifndef vtkGenericDataSetTessellator_h
39 #define vtkGenericDataSetTessellator_h
40 
41 #include "vtkFiltersGenericModule.h" // For export macro
43 
44 class vtkPointData;
46 
48 {
49 public:
51 
55  void PrintSelf(ostream& os, vtkIndent indent);
57 
59 
63  vtkSetMacro(KeepCellIds, int);
64  vtkGetMacro(KeepCellIds, int);
65  vtkBooleanMacro(KeepCellIds, int);
67 
68 
70 
73  vtkSetMacro(Merging,int);
74  vtkGetMacro(Merging,int);
75  vtkBooleanMacro(Merging,int);
77 
79 
84 
87 
89  unsigned long GetMTime();
90 
91 protected:
94 
96 
98 
99  // See Set/Get KeepCellIds() for explanations.
101 
102  // Used internal by vtkGenericAdaptorCell::Tessellate()
104 
105  int Merging;
107 
108 private:
110  void operator=(const vtkGenericDataSetTessellator&); // Not implemented.
111 };
112 
113 #endif
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkFiltersGenericModule.h
vtkPointData
represent and manipulate point attribute data
Definition: vtkPointData.h:37
vtkGenericDataSetTessellator::New
static vtkGenericDataSetTessellator * New()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkGenericDataSetTessellator::Merging
int Merging
Definition: vtkGenericDataSetTessellator.h:105
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkGenericDataSetTessellator::vtkGenericDataSetTessellator
vtkGenericDataSetTessellator()
vtkGenericDataSetTessellator::CreateDefaultLocator
void CreateDefaultLocator()
vtkGenericDataSetTessellator
tessellates generic, higher-order datasets into linear cells
Definition: vtkGenericDataSetTessellator.h:48
vtkGenericDataSetTessellator::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkGenericDataSetTessellator::InternalPD
vtkPointData * InternalPD
Definition: vtkGenericDataSetTessellator.h:103
vtkIncrementalPointLocator
Abstract class in support of both point location and point insertion.
Definition: vtkIncrementalPointLocator.h:54
VTKFILTERSGENERIC_EXPORT
#define VTKFILTERSGENERIC_EXPORT
Definition: vtkFiltersGenericModule.h:15
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkGenericDataSetTessellator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkGenericDataSetTessellator::Locator
vtkIncrementalPointLocator * Locator
Definition: vtkGenericDataSetTessellator.h:106
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkGenericDataSetTessellator::GetMTime
unsigned long GetMTime()
vtkGenericDataSetTessellator::~vtkGenericDataSetTessellator
~vtkGenericDataSetTessellator()
vtkGenericDataSetTessellator::KeepCellIds
int KeepCellIds
Definition: vtkGenericDataSetTessellator.h:100
vtkGenericDataSetTessellator::SetLocator
void SetLocator(vtkIncrementalPointLocator *locator)
vtkUnstructuredGridAlgorithm.h
vtkUnstructuredGridAlgorithm
Superclass for algorithms that produce only unstructured grid as output.
Definition: vtkUnstructuredGridAlgorithm.h:40
vtkGenericDataSetTessellator::FillInputPortInformation
int FillInputPortInformation(int, vtkInformation *)