Directory Applications/CLI/UtahBSpline/

Directory Created:
2008-03-28 15:59
Total Files:
13
Deleted Files:
10
Lines of Code:
3441

[root]/Applications/CLI/UtahBSpline

Lines of Code

Applications/CLI/UtahBSpline/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 57 (100.0%) 3484 (100.0%) 61.1
pieper 38 (66.7%) 3449 (99.0%) 90.7
barre 3 (5.3%) 31 (0.9%) 10.3
millerjv 10 (17.5%) 3 (0.1%) 0.3
lorensen 6 (10.5%) 1 (0.0%) 0.1

Most Recent Commits

pieper 2009-09-10 13:11 Rev.: 10443

COMP: apply patches from Attila Nagy for Solaris builds

0 lines of code changed in 1 file:

  • Applications/CLI/UtahBSpline: GradientDescent.h (changed)
pieper 2009-08-07 08:55 Rev.: 10181

COMP: fix warning about non-virtual destructor

0 lines of code changed in 1 file:

  • Applications/CLI/UtahBSpline: GradientDescent.h (changed)
millerjv 2009-07-22 10:12 Rev.: 10002

ENH: port from Slicer-3-4 branch to trunk

0 lines of code changed in 8 files:

  • Applications/CLI/UtahBSpline: BSpline3D.h (changed), GradientDescent.h (changed), KnotVector.h (changed), NormalizedCorrelationCostFunction3D.h (changed), ParametricImageTransformation3D.h (changed), Register.cxx (changed), UtahBSplineDeformableRegistration.cxx (changed), UtahBSplineDeformableRegistration.xml (changed)
lorensen 2008-12-29 11:19 Rev.: 8206

COMP: warnings of various sorts.

1 lines of code changed in 1 file:

  • Applications/CLI/UtahBSpline: GradientDescent.h (+1)
lorensen 2008-12-27 15:49 Rev.: 8196

COMP: warnings removed. STYLE: indentation.

0 lines of code changed in 5 files:

  • Applications/CLI/UtahBSpline: KnotVector.h (changed), NormalizedCorrelationCostFunction3D.h (changed), ParametricImageTransformation3D.h (changed), Point3D.h (changed), UtahBSplineDeformableRegistration.cxx (changed)
millerjv 2008-06-05 14:42 Rev.: 6995

BUG: Modified <title> field to use a prefix of "_" so that it will sort later in the lists. Was using "[]" but that is not allowed in the title of a module due to how module title's are used in Tcl.

1 lines of code changed in 1 file:

  • Applications/CLI/UtahBSpline: UtahBSplineDeformableRegistration.xml (+1 -1)
millerjv 2008-06-05 14:27 Rev.: 6994

ENH: Modified <title> field to use [] so that it will sort later in the lists.

2 lines of code changed in 1 file:

  • Applications/CLI/UtahBSpline: UtahBSplineDeformableRegistration.xml (+2 -2)
barre 2008-05-27 17:44 Rev.: 6889

ENH: Plugins and Modules have specific location for their binairies/dll, different from the usual bin/ and lib/ (i.e. lib/Slicer3/Plugins, lib/Slicer3/Modules). This was achieved by setting LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH from the slicer3_set_default_modules_output_path and slicer3_set_default_plugins_output_path macro, but it is a dangerous practice to override a global variable, as it propagates to subtrees. As a result, SlicerTractographySeeding, which combines a module and a CLP in the same CMakeLists, was not built to the proper directory; ExtractSkeleton was not output in the right location either, and several tests ended up in Plugins instead of bin/ (GaussianBlurImageFilterTest, OrientImageTest). Fix this by creating a macro that will set the LIBRARY_OUTPUT_DIRECTORY and RUNTIME_OUTPUT_DIRECTORY explicitly on a *target* basis, using SET_TARGET_PROPERTIES. This removes the side-effects described above.

1 lines of code changed in 1 file:

  • Applications/CLI/UtahBSpline: CMakeLists.txt (+1 -2)
barre 2008-05-26 10:23 Rev.: 6854

ENH: added slicer3_install_modules and slicer3_install_plugins macro to hide the big INSTALL() command that was used to install plugins/modules; this is more elegant, and enable us to have better control on installation by modifying just one file.

1 lines of code changed in 1 file:

  • Applications/CLI/UtahBSpline: CMakeLists.txt (+1 -7)
barre 2008-05-20 02:32 Rev.: 6776

ENH: Slicer3 Spring Installation Clean Up

29 lines of code changed in 1 file:

  • Applications/CLI/UtahBSpline: CMakeLists.txt (+29 -31)
pieper 2008-04-04 13:36 Rev.: 6400

ENH: remove maximum (not needed)

0 lines of code changed in 1 file:

  • Applications/CLI/UtahBSpline: UtahBSplineDeformableRegistration.xml (changed)
pieper 2008-04-02 12:15 Rev.: 6370

BUG: fix lingering reference to argv

0 lines of code changed in 1 file:

  • Applications/CLI/UtahBSpline: UtahBSplineDeformableRegistration.cxx (changed)
pieper 2008-03-29 12:27 Rev.: 6322

COMP: add typename for windows compilation

0 lines of code changed in 1 file:

  • Applications/CLI/UtahBSpline: BSpline3D.h (changed)
pieper 2008-03-28 16:03 Rev.: 6321

ENH: clean up unused classes

0 lines of code changed in 10 files:

  • Applications/CLI/UtahBSpline: BSpline2D.h (del), ControlMesh2D.h (del), ControlPoint2D.h (del), ImageTransform3D.cxx (del), NURBS2D.h (del), NURBS3D.h (del), NormalizedCorrelationCostFunction2D.h (del), ParametricImageTransformation2D.h (del), Point2D.h (del), Register2D.cxx (del)
pieper 2008-03-28 15:59 Rev.: 6320

ENH: new bspline code from Utah

3449 lines of code changed in 23 files:

  • Applications/CLI/UtahBSpline: BSpline2D.h (new), BSpline3D.h (new 381), CMakeLists.txt (new 48), ControlMesh2D.h (new), ControlMesh3D.h (new 149), ControlPoint2D.h (new), ControlPoint3D.h (new 132), GradientDescent.h (new 156), ImageTransform.cxx (new 103), ImageTransform3D.cxx (new), KnotVector.h (new 347), NURBS2D.h (new), NURBS3D.h (new), NormalizedCorrelationCostFunction2D.h (new), NormalizedCorrelationCostFunction3D.h (new 599), ParametricImageTransformation2D.h (new), ParametricImageTransformation3D.h (new 378), Point2D.h (new), Point3D.h (new 112), Register.cxx (new 404), Register2D.cxx (new), UtahBSplineDeformableRegistration.cxx (new 578), UtahBSplineDeformableRegistration.xml (new 62)
Generated by StatSVN 0.5.0