----------------------------------------------------------------------------
| 1385 | |
| 1386 | //---------------------------------------------------------------------------- |
| 1387 | void AddCellMetaDataToCellDataImpl( |
| 1388 | vtkHyperTreeGrid* vtkNotUsed(out1), vtkHyperTreeGrid* vtkNotUsed(out2)) |
| 1389 | { |
| 1390 | // No special array to handle for HTG, the mask being used during tree iteration, |
| 1391 | // it does not need to be compared value-by-value |
| 1392 | } |
| 1393 | |
| 1394 | //---------------------------------------------------------------------------- |
| 1395 | void AddCellMetaDataToCellDataImpl(vtkUnstructuredGrid* out1, vtkUnstructuredGrid* out2) |
no test coverage detected