[root]/Packages/Teem/Dataflow/Modules/Segmentation
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 13 (100.0%) | 212 (100.0%) | 16.3 |
callahan | 3 (23.1%) | 86 (40.6%) | 28.6 |
allen | 3 (23.1%) | 74 (34.9%) | 24.6 |
dav | 4 (30.8%) | 20 (9.4%) | 5.0 |
darbyb | 1 (7.7%) | 15 (7.1%) | 15.0 |
worthen | 1 (7.7%) | 9 (4.2%) | 9.0 |
mjc | 1 (7.7%) | 8 (3.8%) | 8.0 |
Clean up references to msg_stream_
1 lines of code changed in 2 files:
Minor cleanups, use new port handling functions
85 lines of code changed in 1 file:
changed NrrdData-> to NrrdData->nrrd_ and cleaned up everything associated with it
74 lines of code changed in 3 files:
Upgrading to Teem 1.9. Main changes include API changes for var-arg functions and more careful use of unsigned types. See http://sourceforge.net/project/shownotes.php?release_id=380683&group_id=85445 for more information.
15 lines of code changed in 1 file:
M Core/Persistent/Persistent.h
Put default parameter values in the 'definition', not in the friend
statement. This makes xlC (AIX) happy.
M Core/Datatypes/SparseRowMatrix.cc
Cleaned up compiler warnings and formatting.
M Core/Datatypes/SearchGrid.cc
Use SCI's 'Round' instead of round... fixes compilation problem on SGI (I think it is SGI).
M Packages/BioPSE/Core/Datatypes/SegLatVolField.cc
M Packages/Teem/Dataflow/Modules/DataIO/ImageImporter.cc
M Packages/Teem/Dataflow/Modules/Gage/GageProbe.cc
M Packages/Teem/Dataflow/Modules/Segmentation/MRITissueClassifier.cc
- Initialized variables that may be used without being set... not sure if
my initialization value is right, but it better than randomness...
- PLEASE, Please, please... don't use one character variable
names... (and if you must, please declare them right where they are
used and only use them in a small '{}' section.
M Packages/Uintah/Dataflow/Modules/Visualization/sub.mk
Requires the Core/Basis lib. (The Mac is picky)
4 lines of code changed in 1 file:
Two things coming on it commit:
1) Dataflow/Ports was moved into Dataflow/Network/Ports
- Fixed the sub.mk files to not use libDataflow_Ports as it is now part of
libDataflow_Network. Cleaned many of the sub.mk files up so that
libraries were only listed once.
- I've only tested these changes on the main Packages... I visually
inspected the others, don't know for sure if I got everything.
2) Clean up of Uintah problems from the large commit Marty made earlier
- continue to use getID() for patches.
- another commit is coming shortly to continue the fixes for Uintah
16 lines of code changed in 3 files:
add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class
8 lines of code changed in 1 file:
Windows Port. Big changes: new share.h includes and SHARE macros. Change use of hash_map to be compatible with windows. Use of gl extensions
9 lines of code changed in 1 file: