Remove unused ProcessCellField and ProcessPointField
Many of the mapping of cell and point fields for filters are just some form of permutation. This has been abstracted as vtkm::filter::MapFieldPermutation which replaces the original worklet.Process[Cell|Point]Field. Remove those unused methods from worklets.