Skip to content

DynamicCellSet

Kenneth Moreland requested to merge kmorel/vtk-m:dynamic-cell-set into master

Add a DynamicCellSet class to use in place of raw pointers or boost smart_ptrs to make managing the anonymous class and casting easier.

Merge request reports