Skip to content

Add PointCount to WorkletMapPointToCell.

Kenneth Moreland requested to merge kmorel/vtk-m:point-count into master

WorkletMapPointToCell is a convenience subclass of WorkletMapTopology. As such, it renames all the From/To signature tags to say Point/Cell to be easier to read. However, the alias for FromCount was missing. Add the alias PointCount.

Merge request reports