Skip to content

ArrayHandle::StorageType should be public

Sujin Philip requested to merge sujin.philip/vtk-m:StorageType-public into master

StorageType is public in vtkm::cont::ArrayHandle, but some subclasses   re-declare it as private. Having it public provides a convenient way to   get the storage type of an ArrayHandle, otherwise it is quite verbose.

Addresses: #314 (closed)

Merge request reports