Directory Applications/CLI/SparseFieldLevelSetContour/

Directory Created:
2008-11-11 08:44
Total Files:
13
Deleted Files:
0
Lines of Code:
2409

[root]/Applications/CLI/SparseFieldLevelSetContour

Lines of Code

Applications/CLI/SparseFieldLevelSetContour/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 62 (100.0%) 2616 (100.0%) 42.1
pkarasev3 22 (35.5%) 2609 (99.7%) 118.5
lorensen 18 (29.0%) 7 (0.3%) 0.3
pieper 3 (4.8%) 0 (0.0%) 0.0
naucoin 17 (27.4%) 0 (0.0%) 0.0
millerjv 2 (3.2%) 0 (0.0%) 0.0

Most Recent Commits

naucoin 2009-08-10 10:09 Rev.: 10204

COMP: use floor for windows

0 lines of code changed in 1 file:

  • Applications/CLI/SparseFieldLevelSetContour: MeshOps.cxx (changed)
naucoin 2009-08-07 15:11 Rev.: 10187

BUG: more error checking to avoid crashing on a non ideal input model

0 lines of code changed in 1 file:

  • Applications/CLI/SparseFieldLevelSetContour: MeshOps.cxx (changed)
naucoin 2009-08-07 13:35 Rev.: 10184

ENH: add a right hand mesh flag (PK to verify it's used properly), add arrays rather than just over writing scalars, check for already existing arrays to avoid some re-computation (more to do)

0 lines of code changed in 5 files:

  • Applications/CLI/SparseFieldLevelSetContour: LSops.cxx (changed), MeshOps.cxx (changed), MeshOps.h (changed), SparseFieldLevelSetContour.cxx (changed), SparseFieldLevelSetContour.xml (changed)
naucoin 2009-07-30 14:09 Rev.: 10122

ENH: move the options to an advanced section of the xml file. Moved some error output to cerr. Name the output arrays so they can be selected and checked later on

0 lines of code changed in 4 files:

  • Applications/CLI/SparseFieldLevelSetContour: LSops.cxx (changed), MeshOps.cxx (changed), SparseFieldLevelSetContour.cxx (changed), SparseFieldLevelSetContour.xml (changed)
naucoin 2009-07-30 13:04 Rev.: 10121

BUG: use resize instead of assigning for the meshdata valarrays, as it was resulting in a size of 0 on linux64

0 lines of code changed in 1 file:

  • Applications/CLI/SparseFieldLevelSetContour: MeshOps.cxx (changed)
naucoin 2009-07-30 12:28 Rev.: 10120

BUG: more error checking. ENH: adding filter watchers

0 lines of code changed in 2 files:

  • Applications/CLI/SparseFieldLevelSetContour: MeshOps.cxx (changed), SparseFieldLevelSetContour.cxx (changed)
naucoin 2009-07-30 11:44 Rev.: 10118

BUG: added error checking

0 lines of code changed in 2 files:

  • Applications/CLI/SparseFieldLevelSetContour: MeshOps.cxx (changed), SparseFieldLevelSetContour.cxx (changed)
pieper 2009-05-05 09:15 Rev.: 9407

BUG: fix some I/O issues and node selector setup

0 lines of code changed in 2 files:

  • Applications/CLI/SparseFieldLevelSetContour: SparseFieldLevelSetContour.cxx (changed), SparseFieldLevelSetContour.xml (changed)
pieper 2009-04-27 15:57 Rev.: 9335

COMP: fix compile warnings

0 lines of code changed in 1 file:

  • Applications/CLI/SparseFieldLevelSetContour: SparseFieldLevelSetContour.cxx (changed)
millerjv 2009-04-10 12:33 Rev.: 9136

BUG: Attempt to fix bug #488 and perhaps #440 but forcing functions in plugins to have file scope. Turns out not to be cause of the bug but since it is probably a good idea to have the code structured like this, I am checking it in.

0 lines of code changed in 1 file:

  • Applications/CLI/SparseFieldLevelSetContour: SparseFieldLevelSetContour.cxx (changed)
millerjv 2009-04-10 11:16 Rev.: 9135

COMP: warnings

0 lines of code changed in 1 file:

  • Applications/CLI/SparseFieldLevelSetContour: Utils.h (changed)
pkarasev3 2009-02-06 13:31 Rev.: 8589

BUG: repaired memory leaks in module

11 lines of code changed in 1 file:

  • Applications/CLI/SparseFieldLevelSetContour: SparseFieldLevelSetContour.cxx (+11 -2)
pkarasev3 2009-02-03 23:23 Rev.: 8528

BUG: better name for what appears in the gui; do not use acronym

5 lines of code changed in 1 file:

  • Applications/CLI/SparseFieldLevelSetContour: SparseFieldLevelSetContour.xml (+5 -2)
lorensen 2008-12-29 11:19 Rev.: 8206

COMP: warnings of various sorts.

2 lines of code changed in 2 files:

  • Applications/CLI/SparseFieldLevelSetContour: MeanCurvatureEnergy.h (+1 -1), MeshEnergy.h (+1 -1)
lorensen 2008-12-28 23:33 Rev.: 8205

BUG: non-portable include of CLP.h.

1 lines of code changed in 1 file:

  • Applications/CLI/SparseFieldLevelSetContour: SparseFieldLevelSetContour.cxx (+1 -1)
pkarasev3 2008-12-28 18:27 Rev.: 8204

ENH: finish up the sparsefieldlevelsetcontour module. Added the routine to take in (x,y,z) points ('fiducials' in practice) and to map them to initialization points for the contour. Verified that it correctly finds closest points on the mesh and evolves. Verified being able to load before & after results into slicer in VTK files.

57 lines of code changed in 3 files:

  • Applications/CLI/SparseFieldLevelSetContour: MeshOps.cxx (-161), MeshOps.h (-4), SparseFieldLevelSetContour.cxx (+57 -31)
lorensen 2008-12-28 13:47 Rev.: 8201

COMP: warnings, mainly about possible use of variables that have not been assigned values.

4 lines of code changed in 3 files:

  • Applications/CLI/SparseFieldLevelSetContour: MeshEnergy.cpp (+1 -1), MeshOps.cxx (+2 -2), Utils.cxx (+1 -1)
naucoin 2008-11-26 17:51 Rev.: 7992

STYLE: put this in the Segmentation category so that we don't have both it and segmentation as sub menus

0 lines of code changed in 1 file:

  • Applications/CLI/SparseFieldLevelSetContour: SparseFieldLevelSetContour.xml (changed)
lorensen 2008-11-24 16:11 Rev.: 7966

COMP: style, copyright, svn keywords and warnings.

0 lines of code changed in 11 files:

  • Applications/CLI/SparseFieldLevelSetContour: LSops.cxx (changed), LSops.h (changed), MeanCurvatureEnergy.cpp (changed), MeanCurvatureEnergy.h (changed), MeshEnergy.cpp (changed), MeshEnergy.h (changed), MeshOps.cxx (changed), MeshOps.h (changed), SparseFieldLevelSetContour.cxx (changed), Utils.cxx (changed), Utils.h (changed)
pkarasev3 2008-11-23 17:57 Rev.: 7962

ENH: slight changes to input/output of new SFLS module. the output scalar map is binary yes contour / no contour, and input/output are vtkPolyData files.

0 lines of code changed in 4 files:

  • Applications/CLI/SparseFieldLevelSetContour: LSops.cxx (changed), LSops.h (changed), SparseFieldLevelSetContour.cxx (changed), SparseFieldLevelSetContour.xml (changed)
lorensen 2008-11-11 12:22 Rev.: 7839

BUG: ^M's in xml file caused bogus generated CLP file.

0 lines of code changed in 1 file:

  • Applications/CLI/SparseFieldLevelSetContour: SparseFieldLevelSetContour.xml (changed)
pkarasev3 2008-11-11 08:44 Rev.: 7833

ENH: adding files for levelset on a mesh segmentation. (not done / code cleaned up yet)

2536 lines of code changed in 13 files:

  • Applications/CLI/SparseFieldLevelSetContour: CMakeLists.txt (new 54), LSops.cxx (new 480), LSops.h (new 54), MeanCurvatureEnergy.cpp (new 97), MeanCurvatureEnergy.h (new 36), MeshEnergy.cpp (new 326), MeshEnergy.h (new 54), MeshOps.cxx (new 801), MeshOps.h (new 99), SparseFieldLevelSetContour.cxx (new 171), SparseFieldLevelSetContour.xml (new 89), Utils.cxx (new 234), Utils.h (new 41)
Generated by StatSVN 0.5.0