vtk-m/examples/mesh_quality
Kenneth Moreland 28683930e3 Updated constructors for mesh info classes to conform with other filters
The `CellMeasures` and `MeshQuality` filters had constructors that took the
metric that the filter should generate. However, this is different than the
iterface of the rest of the filters. To make the interface more consistent,
these filters now have a default (no argument) constructor, and the metric
to compute is selected via a method. This makes it more clear what is being
done.

In addition, the documentation for these two classes is updated.
2024-03-07 20:47:09 -05:00
..
CMakeLists.txt cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
MeshQuality.cxx Updated constructors for mesh info classes to conform with other filters 2024-03-07 20:47:09 -05:00