Rename filter base classes to follow VTK-m naming convention
The base classes for all the filters are named with 'Filter' at the end. Generally the convention in VTK-m is to place the most general descriptor (in this case Filter) first, which makes it easier to find items in ordered lists. The following classes should be renamed:
-
CellFilter
->FilterCell
-
DataSetFilter
->FilterDataSet
-
DataSetWithFieldFilter
->FilterDataSetWithField
-
DefaultPolicy
->PolicyDefault