vtk-m/docs/changelog/Convert-enums-to-enum-structs.md
Haocheng LIU 5c797169ec Use the strong typed enums for vtkm::cont::Field
Since Field association is used either when creating or working
with 'vtkm::cont::Field', it's put in the class itself.
2018-05-22 11:44:51 -04:00

162 B

Use the strong typed enums for vtkm::cont::Field

By doing so, the compiler would not convert these enums into ints which can cause some unexpected behavior.