Directory Packages/ModelCreation/Dataflow/GUI/

Total Files:
38
Deleted Files:
4
Lines of Code:
3340

[root]/Packages/ModelCreation/Dataflow/GUI

Lines of Code

Packages/ModelCreation/Dataflow/GUI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 104 (100.0%) 2805 (100.0%) 26.9
jeroen 101 (97.1%) 2805 (100.0%) 27.7
callahan 3 (2.9%) 0 (0.0%) 0.0

Most Recent Commits

jeroen 2006-05-18 15:06 Rev.: 34281

Adding functionality to stream time adaptive signals. TimeToWeights takes in a vector with times and creates the weights of the nearest timeframes and does a linear interpolation. This module serves as input for StreamMatrix which has a port with weights that describe how multiple columns or rows need to be combined into one. Note: the weights here are not compatible yet with MatrixSelectVector, that module uses a custom system to do a sparse matrix. StreamMatrix and TimeToWeights use the default sparse matrix to define weights.

189 lines of code changed in 3 files:

  • Packages/ModelCreation/Dataflow/GUI: TimeToWeights.tcl (new 188), sub.mk (new)
jeroen 2006-05-13 01:48 Rev.: 34223

updates

0 lines of code changed in 4 files:

  • Packages/ModelCreation/Dataflow/GUI: DomainBoundary.tcl (new), FieldInfo.tcl (new)
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

64 lines of code changed in 3 files:

  • Packages/ModelCreation/Dataflow/GUI: CollectFields.tcl (new 33), SetFieldData.tcl (new 29), sub.mk (+2)
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.

346 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/GUI: StreamMatrix.tcl (new)
jeroen 2006-05-01 01:17 Rev.: 34056

Renamed CompartmentBoundary into DomainBoundary for more consistent naming, added framework for datastreaming (needs to be finished) add two modules for doing operations on a matrix on a row or column basis. Updated some of the module descriptions and various bug fixes.

165 lines of code changed in 6 files:

  • Packages/ModelCreation/Dataflow/GUI: ApplyColumnOperation.tcl (new 41), ApplyRowOperation.tcl (new 41), CompartmentBoundary.tcl (del), DomainBoundary.tcl (+53), StreamMatrix.tcl (+26), sub.mk (+4 -1)
jeroen 2006-04-26 01:35 Rev.: 34014

Update package with latest developments

43 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/GUI: DataArrayMeasure.tcl (new 41), sub.mk (+2 -1)
jeroen 2006-04-15 23:26 Rev.: 33875

bug fixes

43 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/GUI: ScaleField.tcl (new 42), sub.mk (+1)
jeroen 2006-04-11 09:33 Rev.: 33821

Updates to various modules

8 lines of code changed in 4 files:

  • Packages/ModelCreation/Dataflow/GUI: MergeFields.tcl (+5 -5), MergeNodes.tcl (new)
jeroen 2006-04-09 21:42 Rev.: 33812

Updates needed to generate phase map visualizations

84 lines of code changed in 3 files:

  • Packages/ModelCreation/Dataflow/GUI: MergeFields.tcl (+7 -1), MergeNodes.tcl (+65), sub.mk (+12 -10)
jeroen 2006-04-08 16:00 Rev.: 33810

update to most recent version

75 lines of code changed in 5 files:

  • Packages/ModelCreation/Dataflow/GUI: LinkFieldBoundary.tcl (new), LinkFieldBoundaryByElement.tcl (del), ResizeMatrix.tcl (new 72), sub.mk (+2 -2)
jeroen 2006-03-26 21:16 Rev.: 33648

Fixes to the system to link opposing boundaries in a geometry

2 lines of code changed in 4 files:

  • Packages/ModelCreation/Dataflow/GUI: MatrixToField.tcl (+1 -1), NrrdToField.tcl (new)
jeroen 2006-03-24 14:35 Rev.: 33637

Progress on linking opposing boundaries in FEM

29 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/GUI: LinkFieldBoundary.tcl (+15 -9), LinkFieldBoundaryByElement.tcl (new 14)
jeroen 2006-03-23 19:59 Rev.: 33632

Some things got apparently not fixed when the Module class was redone

48 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/GUI: LinkFieldBoundaryByElement.tcl (+47), sub.mk (+1)
jeroen 2006-03-22 10:12 Rev.: 33584

Sync package with latest development

380 lines of code changed in 14 files:

  • Packages/ModelCreation/Dataflow/GUI: ComputeFieldData.tcl (+2 -2), ComputeFieldNodes.tcl (new 107), ComputeFieldsNodes.tcl (new 116), DataArrayInfo.tcl (new), LinkFieldBoundary.tcl (+47), MatrixInfo.tcl (new), SelectAndSetFieldData.tcl (+3 -3), SelectAndSetFieldsData.tcl (new), sub.mk (+4 -1)
callahan 2006-03-10 11:02 Rev.: 33469

Consolidate the labelpair and labelentry helper functions into the base Module.tcl class.

0 lines of code changed in 3 files:

  • Packages/ModelCreation/Dataflow/GUI: DataArrayInfo.tcl (-50), FieldInfo.tcl (-48), MatrixInfo.tcl (-48)
jeroen 2006-03-06 13:59 Rev.: 33417

Updates of functions that are called by the CardioWave interface

556 lines of code changed in 6 files:

  • Packages/ModelCreation/Dataflow/GUI: NrrdToField.tcl (+85), SelectAndReplaceFieldData.tcl (del), SelectAndReplaceFieldsData.tcl (del), SelectAndSetFieldData.tcl (+230), SelectAndSetFieldsData.tcl (+237), sub.mk (+4 -3)
jeroen 2006-02-13 16:47 Rev.: 33256

Bug fixes

4 lines of code changed in 1 file:

  • Packages/ModelCreation/Dataflow/GUI: CompartmentBoundary.tcl (new 4)
jeroen 2006-02-12 13:54 Rev.: 33250

Rewrote BuidFEMatrix, so other modules can call it as a library function. Added a converter from matrix to field (as the route using nrrds is still broken). Improved functions to build membrane models in a volume conductor

86 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/GUI: MatrixToField.tcl (+85), sub.mk (+1)
jeroen 2006-02-09 10:46 Rev.: 33206

Added new modules and FieldAlgorithms for computation of geometry of cellular models

366 lines of code changed in 3 files:

  • Packages/ModelCreation/Dataflow/GUI: SelectAndReplaceFieldData.tcl (new 179), SelectAndReplaceFieldsData.tcl (new 185), sub.mk (+2)
jeroen 2006-02-01 13:26 Rev.: 33133

Updates to modules

51 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/GUI: CompartmentBoundary.tcl (+50), sub.mk (+1)

(2 more)

Generated by StatSVN 0.4.0