Directory Packages/ModelCreation/Core/Converter/

Directory Deleted:
2006-05-08 17:08
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/Packages/ModelCreation/Core/Converter

Lines of Code

Packages/ModelCreation/Core/Converter/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jeroen 29 (100.0%) 1095 (100.0%) 37.7

Most Recent Commits

jeroen 2006-05-08 17:08 Rev.: 34169

Merge my algorithms from the ModelCreation package to Core/Algorithms so they are available for everyone. I added four directories to Core/Algorithms: Math for mathematical operations (mirrors Math in module tree), this currently has the FE code, Fields: my version of the field algorithms, these contain new ones and old ones with bug fixes to get my CardioWave stuff to work, Converter: Converter algorithms a series of converters to deal with conversion between Matrices, Nrrds and Fields, DataIO: gui less version for writing and reading in SCIRun files using PersistentIO or the Plug-ins. All the algorithms are grouped into libraries with one main header file: Algorithms/Math/MathAlgo.h Algorithms/Fields/FieldsAlgo.h Algorithms/DataIO/DataIOAlgo.h Algorithms/Converter/ConverterAlgo.h. Each library needs to be initialised with the ProgressReporter after which all the dynamic compilation is hidden from the user. I put all the algorithms in a separate namespace call SCIRunAlgo to avoid possible conflicts between class names. Similarly all the dynamic files will start with the word ALGO, to avoid duplication of filenames created by the current set of modules. --Jeroen

0 lines of code changed in 9 files:

  • Packages/ModelCreation/Core/Converter: ConverterAlgo.cc (del), ConverterAlgo.h (del), MatricesToDipoleField.cc (del), MatricesToDipoleField.h (del), MatrixToField.cc (del), MatrixToField.h (del), NrrdToField.cc (del), NrrdToField.h (del), sub.mk (del)
jeroen 2006-05-05 19:18 Rev.: 34141

Updates to fix the changes I made in Core/Algorithms. Renamed a couple of modules to better represent the functionality. Remove Cardiac Visualization tools developed for CVRTI.

612 lines of code changed in 12 files:

  • Packages/ModelCreation/Core/Converter: ConverterAlgo.cc (new), ConverterAlgo.h (+3), MatricesToDipoleField.cc (new 116), MatricesToDipoleField.h (new 47), MatrixToField.cc (new 97), MatrixToField.h (new 47), NrrdToField.cc (new 235), NrrdToField.h (new 47), sub.mk (new)
jeroen 2006-04-26 01:35 Rev.: 34014

Update package with latest developments

2 lines of code changed in 2 files:

  • Packages/ModelCreation/Core/Converter: ConverterAlgo.cc (+1 -2), sub.mk (+1 -1)
jeroen 2006-04-19 09:41 Rev.: 33911

bug fixes

93 lines of code changed in 2 files:

  • Packages/ModelCreation/Core/Converter: ConverterAlgo.cc (+79), ConverterAlgo.h (+14 -8)
jeroen 2006-04-14 09:47 Rev.: 33861

Bug fixes

7 lines of code changed in 1 file:

  • Packages/ModelCreation/Core/Converter: ConverterAlgo.cc (+7)
jeroen 2006-03-06 13:59 Rev.: 33417

Updates of functions that are called by the CardioWave interface

381 lines of code changed in 3 files:

  • Packages/ModelCreation/Core/Converter: ConverterAlgo.cc (+280), ConverterAlgo.h (+74), sub.mk (+27)
Generated by StatSVN 0.4.0