Directory Packages/Teem/Dataflow/Modules/DataIO/

Total Files:
7
Deleted Files:
0
Lines of Code:
2518

[root]/Packages/Teem/Dataflow/Modules/DataIO

Lines of Code

Packages/Teem/Dataflow/Modules/DataIO/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 50 (100.0%) 1147 (100.0%) 22.9
darbyb 8 (16.0%) 958 (83.5%) 119.7
allen 11 (22.0%) 60 (5.2%) 5.4
mdavis 2 (4.0%) 35 (3.1%) 17.5
dav 11 (22.0%) 35 (3.1%) 3.1
mjc 7 (14.0%) 32 (2.8%) 4.5
callahan 7 (14.0%) 14 (1.2%) 2.0
worthen 4 (8.0%) 13 (1.1%) 3.2

Most Recent Commits

allen 2006-10-11 12:38 Rev.: 35564

added indexing to the writter

0 lines of code changed in 2 files:

  • Packages/Teem/Dataflow/Modules/DataIO: NrrdWriter.cc (changed)
callahan 2006-08-15 18:17 Rev.: 35052

Fix crash bug in png reader.

0 lines of code changed in 2 files:

  • Packages/Teem/Dataflow/Modules/DataIO: ImageImporter.cc (new)
allen 2006-07-14 14:46 Rev.: 34788

fix sub varinclude/sci_defs/environment_testdefs.h.in

4 lines of code changed in 2 files:

  • Packages/Teem/Dataflow/Modules/DataIO: DicomNrrdReader.cc (+4 -4)
worthen 2006-05-17 15:09 Rev.: 34268

Get rid of dependency on external readdir, opendir, closedir (wrote out own)
Consolidate stack trace into one function, and make available to anywhere
Add a public domain utility for windows to do the stack trace

Parse filenames in ServiceDB for windows like we do in PackageDB (I.e., filenames can have colons in them.

1 lines of code changed in 1 file:

  • Packages/Teem/Dataflow/Modules/DataIO: DicomNrrdReader.cc (+1 -1)
mdavis 2006-04-04 16:23 Rev.: 33772

changed NrrdData->nrrd to NrrdData->nrrd_

35 lines of code changed in 2 files:

  • Packages/Teem/Dataflow/Modules/DataIO: AnalyzeNrrdReader.cc (new)
allen 2006-04-04 15:12 Rev.: 33768

changed NrrdData-> to NrrdData->nrrd_ and cleaned up everything associated with it

56 lines of code changed in 7 files:

  • Packages/Teem/Dataflow/Modules/DataIO: DicomNrrdReader.cc (+44 -44), ImageExporter.cc (+5 -5), ImageImporter.cc (+1 -1), NrrdReader.cc (new), NrrdWriter.cc (+1 -1)
darbyb 2006-04-03 18:57 Rev.: 33754

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.

94 lines of code changed in 3 files:

  • Packages/Teem/Dataflow/Modules/DataIO: AnalyzeNrrdReader.cc (+29 -23), DicomNrrdReader.cc (+61 -27), ImageImporter.cc (+4 -1)
dav 2006-03-30 13:33 Rev.: 33703

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)


3 lines of code changed in 1 file:

  • Packages/Teem/Dataflow/Modules/DataIO: ImageImporter.cc (+3 -2)
dav 2006-03-22 21:17 Rev.: 33600

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



27 lines of code changed in 8 files:

  • Packages/Teem/Dataflow/Modules/DataIO: AnalyzeNrrdReader.cc (+1 -1), DicomNrrdReader.cc (+1 -1), ImageExporter.cc (+1 -1), ImageImporter.cc (+1 -1), NrrdReader.cc (+1 -1), NrrdWriter.cc (+1 -1), sub.mk (new)
mjc 2006-03-22 16:42 Rev.: 33591

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

27 lines of code changed in 6 files:

  • Packages/Teem/Dataflow/Modules/DataIO: AnalyzeNrrdReader.cc (+7 -7), DicomNrrdReader.cc (+12 -12), ImageExporter.cc (+2 -2), ImageImporter.cc (+2 -2), NrrdReader.cc (+1 -1), NrrdWriter.cc (+3 -3)
callahan 2006-03-16 15:57 Rev.: 33522

Move module gui variable initialization into the .cc files.

14 lines of code changed in 5 files:

  • Packages/Teem/Dataflow/Modules/DataIO: AnalyzeNrrdReader.cc (+4 -4), DicomNrrdReader.cc (+6 -6), ImageExporter.cc (+2 -2), ImageImporter.cc (+1 -1), NrrdReader.cc (+1 -1)
darbyb 2006-02-28 12:59 Rev.: 33364

Remove dependency on ImageMagick. Now use PNG library to read/write files and use ImageMagick's convert program (if available) to convert to appropriate file.

280 lines of code changed in 2 files:

  • Packages/Teem/Dataflow/Modules/DataIO: ImageExporter.cc (+148 -211), ImageImporter.cc (+132 -65)
worthen 2006-02-23 15:22 Rev.: 33339

Port Insight to windows, fix recent commits and Containers to work with Windows, and use an $(OBJEXT) in make variables instead of assuming .o for compiling

1 lines of code changed in 1 file:

  • Packages/Teem/Dataflow/Modules/DataIO: sub.mk (+1 -1)
mjc 2006-01-30 15:54 Rev.: 33112

increment sci version, look for system versions of libxml2 and ImageMagick if they don't exist in thirdparty, remove unused check for Advanced Volume Rendering from configure

5 lines of code changed in 1 file:

  • Packages/Teem/Dataflow/Modules/DataIO: ImageExporter.cc (+5)
worthen 2006-01-30 13:35 Rev.: 33106

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

11 lines of code changed in 2 files:

  • Packages/Teem/Dataflow/Modules/DataIO: DicomNrrdReader.cc (+6 -1), sub.mk (+5 -1)
darbyb 2006-01-30 12:39 Rev.: 33103

Fix to handle recent GDCM API change.

38 lines of code changed in 1 file:

  • Packages/Teem/Dataflow/Modules/DataIO: DicomNrrdReader.cc (+38 -15)
darbyb 2006-01-29 23:23 Rev.: 33099

DicomNrrdReader now uses GDCM for reading Dicom. It was using ITK and ITK now uses GDCM. Users can configure --with-gdcm or if they are configuring --with-insight, it will use the gdcm distributed with ITK. Still some questions about orientation information to look into.

546 lines of code changed in 2 files:

  • Packages/Teem/Dataflow/Modules/DataIO: DicomNrrdReader.cc (+544 -189), sub.mk (+2 -2)
dav 2006-01-10 14:53 Rev.: 32963

Fixes to allow OSX build on both 10.3 and 10.4 systems (with respect
to the libSystemStubs).

M configure
M configure.ac

Always set NEED_OSX_<vars> to no unless they are set to 'yes'.
(Before they were left blank.) Check for OSX 10.4 (which is actually
version '8' as found through 'uname') to determine if libSystemStubs
is necessary.

Fixed redirection operator. ('2>&1' must be at the end of the line.)

Fixed Lapack check to be consistent with other checks. (Ie: at 'lib'
to the end of the dir specified.) Lapack does not require fortran or
blas libs, so removed them from check. Error out if lapack required
and it is not found.

M configVars.mk.in

Added @NEED_OSX_SYSTEMSTUBS@.

M Dataflow/Modules/Render/sub.mk
M Packages/Teem/Dataflow/Modules/DataIO/sub.mk

If NEED_OSX_SYSTEMSTUBS, then add -lSystemStubs


1 lines of code changed in 1 file:

  • Packages/Teem/Dataflow/Modules/DataIO: sub.mk (+1 -1)
dav 2006-01-05 17:18 Rev.: 32941

The following changes were made by J. Davison de St. Germain using C. Thurston's account.

M src/configure
M src/configure.ac

Fixed misspelling of 'fotran'. Must use the Fortran 'lib dir'
wherever we use the Fortran 'lib'. I assume this has not bitten us
before because libg2c has always been in a central location (like
/usr/lib).

M src/aclocal.m4

Check for -framework flag was broken... don't know how this has been
working... (Only a Mac issue.)

M src/Dataflow/Modules/Render/sub.mk
M src/Packages/Teem/Dataflow/Modules/DataIO/sub.mk

For whatever reason, under gcc 3.3 on a OSX 10.4 box, some 'stub'
symbols are missing... We have to include libSystemStubs.dylib to get
it to link...

> ifeq ($(IS_OSX),yes)
> LIBS += -lSystemStubs
> endif


4 lines of code changed in 1 file:

  • Packages/Teem/Dataflow/Modules/DataIO: sub.mk (+4 -1)
Generated by StatSVN 0.4.0