Skip to content
  • Kenneth Moreland's avatar
    Rename filter base classes to follow VTK-m naming convention · e8d3eda8
    Kenneth Moreland authored
    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.
    
    This commit resolves issue #59.
    e8d3eda8