 |
VTK
9.0.1
|
Go to the documentation of this file.
45 #ifndef vtkMergeCells_h
46 #define vtkMergeCells_h
49 #include "vtkFiltersGeneralModule.h"
55 class vtkMergeCellsSTLCloak;
104 vtkSetMacro(UseGlobalIds,
int);
105 vtkGetMacro(UseGlobalIds,
int);
106 vtkBooleanMacro(UseGlobalIds,
int);
118 vtkGetMacro(PointMergeTolerance,
float);
126 vtkSetMacro(UseGlobalCellIds,
int);
127 vtkGetMacro(UseGlobalCellIds,
int);
128 vtkBooleanMacro(UseGlobalCellIds,
int);
137 vtkSetMacro(MergeDuplicatePoints,
bool);
138 vtkGetMacro(MergeDuplicatePoints,
bool);
139 vtkBooleanMacro(MergeDuplicatePoints,
bool);
153 vtkSetMacro(TotalNumberOfDataSets,
int);
154 vtkGetMacro(TotalNumberOfDataSets,
int);
vtkIdType TotalNumberOfCells
vtkDataSetAttributes::FieldList * CellList
~vtkMergeCells() override
represent and manipulate point attribute data
vtkMergeCellsSTLCloak * GlobalIdMap
int TotalNumberOfDataSets
vtkSmartPointer< vtkMergePoints > Locator
abstract base class for most VTK objects
int MergeDataSet(vtkDataSet *set)
Provide a DataSet to be merged in to the final UnstructuredGrid.
vtkIdType TotalNumberOfPoints
virtual void SetUnstructuredGrid(vtkUnstructuredGrid *)
Set the vtkUnstructuredGrid object that will become the union of the DataSets specified in MergeDataS...
vtkUnstructuredGrid * UnstructuredGrid
helps manage arrays from multiple vtkDataSetAttributes.
represent and manipulate cell attribute data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
merges any number of vtkDataSets back into a single vtkUnstructuredGrid
abstract class to specify dataset behavior
vtkIdType AddNewCellsDataSet(vtkDataSet *set, vtkIdType *idMap)
vtkIdType * MapPointsToIdsUsingLocator(vtkDataSet *set)
static vtkMergeCells * New()
void Finish()
Call Finish() after merging last DataSet to free unneeded memory and to make sure the ugrid's GetNumb...
bool MergeDuplicatePoints
dataset represents arbitrary combinations of all possible cell types
float PointMergeTolerance
void InvalidateCachedLocator()
Clear the Locator and set it to nullptr.
vtkMergeCellsSTLCloak * GlobalCellIdMap
vtkIdType * MapPointsToIdsUsingGlobalIds(vtkDataSet *set)
vtkIdType AddNewCellsUnstructuredGrid(vtkDataSet *set, vtkIdType *idMap)
void StartUGrid(vtkDataSet *set)
merge exactly coincident points
vtkDataSetAttributes::FieldList * PointList