Go to the documentation of this file.
24 #ifndef vtkSMPMergePolyDataHelper_h
25 #define vtkSMPMergePolyDataHelper_h
27 #include "vtkConfigure.h"
28 #include "vtkFiltersSMPModule.h"
65 VertOffsets(vertOffsets),
66 LineOffsets(lineOffsets),
67 PolyOffsets(polyOffsets)
vtkSMPMergePolyDataHelper()
static vtkPolyData * MergePolyData(std::vector< InputData > &inputs)
Given a vector of vtkSMPMergePolyDataHelper::InputData, it merges them and returns a new vtkPolyData ...
Utility class for merging poly data in parallel This class is designed as a utility class to help mer...
list of point or cell ids
~vtkSMPMergePolyDataHelper()
concrete dataset represents vertices, lines, polygons, and triangle strips
Class designed to help with merging of points in parallel.