Skip to content
  • Kenneth Moreland's avatar
    Remove templating from View · 2be7a8e0
    Kenneth Moreland authored
    The template parameters on vtkm::rendering::View are unnecessary. All
    three of the templated classes are polymorphic (with virtual functions).
    Thus, you just have to specify them at the constructor. Removing the
    template parameters makes the syntax a bit cleaner and removes some
    unnecessary duplication in the executable.
    
    Removing the template does mean we cannot optimize in the future.
    However, I expect us to start using more virtual methods rather than
    less, so I think this is a move in the right direction.
    2be7a8e0