Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 12eee91

Browse files
committed
COMP: Update vtkAddon and remove redundant Markups MRML classes
The class `vtkSlicerDijkstraGraphGeodesicPath` was originally integrated into Slicer by @Sunderlandkyl through Slicer/Slicer@0a730a747 (ENH: Update surface tracing for markup curves) with additional contribtions from @lassoan, @jamesobutler and @hjmjohnson. The classes `vtkCurveGenerator`, `vtkLinearSpline` and `vtkParametricPolynomialApproximation` were originally integrated into Slicer by @lassoan and @Punzo through Slicer/Slicer@23d076495 (ENH: Reworked markups fiducials and added line, angle, and curves) with additional contribtions from @Sunderlandkyl, @cpinter, @jcfr, @jamesobutler, @phcerdan and @hjmjohnson. List of vtkAddon changes: $ git shortlog 0bcff8277..2ae7f3531 --no-merges David Allemang (1): ENH: Add vtkCurveGenerator and dependencies
1 parent fd7fbdd commit 12eee91

10 files changed

+1
-2726
lines changed

Modules/Loadable/Markups/MRML/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,8 @@ set(${KIT}_SRCS
4747
vtkMRML${MODULE_NAME}ROIJsonStorageNode.cxx
4848
vtkMRML${MODULE_NAME}ROINode.cxx
4949
vtkMRML${MODULE_NAME}ROINode.h
50-
vtkCurveGenerator.cxx
51-
vtkCurveGenerator.h
5250
vtkCurveMeasurementsCalculator.cxx
5351
vtkCurveMeasurementsCalculator.h
54-
vtkLinearSpline.cxx
55-
vtkLinearSpline.h
5652
vtkMRMLMeasurementAngle.cxx
5753
vtkMRMLMeasurementAngle.h
5854
vtkMRMLMeasurementArea.cxx
@@ -61,12 +57,8 @@ set(${KIT}_SRCS
6157
vtkMRMLMeasurementLength.h
6258
vtkMRMLMeasurementVolume.cxx
6359
vtkMRMLMeasurementVolume.h
64-
vtkParametricPolynomialApproximation.cxx
65-
vtkParametricPolynomialApproximation.h
6660
vtkProjectMarkupsCurvePointsFilter.cxx
6761
vtkProjectMarkupsCurvePointsFilter.h
68-
vtkSlicerDijkstraGraphGeodesicPath.cxx
69-
vtkSlicerDijkstraGraphGeodesicPath.h
7062
)
7163

7264
set(${KIT}_TARGET_LIBRARIES

0 commit comments

Comments
 (0)