Skip to content

Add GetNumberOfPoints to CellSet.

Kenneth Moreland requested to merge kmorel/vtk-m:num-points-in-cell-set into master

This is a pure virtual method that all CellSet subclasses must implement. I needed to add an implementation to CellSetPermutation.

Merge request reports