vtk-m/docs/users-guide/examples
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
..
.clang-format Add VTK-m User's Guide to source 2023-10-17 11:31:27 -04:00
CMakeLists.txt Add continued filter implementation chapter 2024-02-28 12:51:07 -05:00
GuideExampleArrayHandle.cxx Update the developing algorithms section of the user's guide 2023-12-08 08:50:18 -05:00
GuideExampleCellEdgesFaces.cxx Update the developing algorithms section of the user's guide 2023-12-08 08:50:18 -05:00
GuideExampleCellLocator.cxx Add advanced types chapter to user's guide 2023-12-18 14:22:40 -07:00
GuideExampleColorTables.cxx Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
GuideExampleCoreDataTypes.cxx Add VTK-m User's Guide to source 2023-10-17 11:31:27 -04:00
GuideExampleDataSetCreation.cxx Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
GuideExampleEnvironmentModifierMacros.cxx Update the developing algorithms section of the user's guide 2023-12-08 08:50:18 -05:00
GuideExampleErrorHandling.cxx Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
GuideExampleFilterDataSetWithField.cxx Add continued filter implementation chapter 2024-02-28 12:51:07 -05:00
GuideExampleGenerateMeshConstantShape.cxx Add continued filter implementation chapter 2024-02-28 12:51:07 -05:00
GuideExampleInitialization.cxx Add documentation of logging 2024-01-04 15:25:07 -05:00
GuideExampleIO.cxx Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
GuideExampleLists.cxx Add advanced types chapter to user's guide 2023-12-18 14:22:40 -07:00
GuideExampleMatrix.cxx Add math section to users guide 2024-02-20 11:03:04 +09:00
GuideExampleNewtonsMethod.cxx Add math section to users guide 2024-02-20 11:03:04 +09:00
GuideExampleProvidedFilters.cxx Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
GuideExampleRendering.cxx Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
GuideExampleRenderingInteractive.cxx Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
GuideExampleRuntimeDeviceTracker.cxx Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
GuideExampleSimpleAlgorithm.cxx Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
GuideExampleTimer.cxx Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
GuideExampleTraits.cxx Add advanced types chapter to user's guide 2023-12-18 14:22:40 -07:00
GuideExampleTuple.cxx Add advanced types chapter to user's guide 2023-12-18 14:22:40 -07:00
GuideExampleUseWorkletMapField.cxx Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
GuideExampleUseWorkletPointNeighborhood.cxx Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
GuideExampleUseWorkletReduceByKey.cxx Add reference documentation for Worklet types 2024-01-29 12:26:08 -05:00
GuideExampleUseWorkletVisitCellsWithPoints.cxx Deprecated vtkm::filter::FilterField 2024-02-12 08:13:19 +09:00
GuideExampleUseWorkletVisitPointsWithCells.cxx Add reference documentation for Worklet types 2024-01-29 12:26:08 -05:00
VTKmQuickStart.cmake Add VTK-m User's Guide to source 2023-10-17 11:31:27 -04:00
VTKmQuickStart.cxx Updated constructors for mesh info classes to conform with other filters 2024-03-07 20:47:09 -05:00