-
Dave Pugmire authored
Fix compiler warnings...... Kick the dashboards.......... Kick the dashboards..... use lambda instead of functor, remove unused code ArrayHandle::StorageType should be public StorageType is public in vtkm::cont::ArrayHandle, but some subclasses re-declare it as private. Having it public provides a convenient way to get the storage type of an ArrayHandle, otherwise it is quite verbose. Addresses: #314 Tetrahedralize and Triangulate filters check if input is already triangulated Previously, tetrahedralize/triangulate would blindly convert all the cells to tetrahedra/triangles, even when they were already. Now, the dataset is directly returned if the CellSet is a CellSetSingleType of tetras/triangles, and no further processing is done in the worklets for CellSetExplicit when all shapes are tetras or triangles. ci,crusher: changed fs to orion ci,osx,macos: fix value of GIT_CLONE_PATH
1ce2922d
Loading