|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   24 #ifndef vtkSMPMergePolyDataHelper_h 
   25 #define vtkSMPMergePolyDataHelper_h 
   27 #include "vtkConfigure.h" 
   28 #include "vtkFiltersSMPModule.h" 
   66       , VertCellOffsets(vertCellOffsets)
 
   67       , VertConnOffsets(vertConnOffsets)
 
   68       , LineCellOffsets(lineCellOffsets)
 
   69       , LineConnOffsets(lineConnOffsets)
 
   70       , PolyCellOffsets(polyCellOffsets)
 
   71       , PolyConnOffsets(polyConnOffsets)
 
   83   static vtkPolyData* MergePolyData(std::vector<InputData>& inputs);
 
  
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
concrete dataset represents vertices, lines, polygons, and triangle strips
Class designed to help with merging of points in parallel.