Directory Packages/CardiacVis/Core/Algorithms/Fields/

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

[root]/Packages/CardiacVis/Core/Algorithms/Fields

Lines of Code

Packages/CardiacVis/Core/Algorithms/Fields/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
jeroen 9 (100.0%) 909 (100.0%) 101.0

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

2 lines of code changed in 2 files:

  • Packages/CardiacVis/Core/Algorithms/Fields: TriSurfPhaseFilter.cc (new)
jeroen 2006-05-05 19:20 Rev.: 34142

Add a new package to help with the needs of Alexey Zaitsev, a collaborator at CVRTI. These tools include reconstructions and visualizations of phase of the cardiac cycle as a function of time

907 lines of code changed in 7 files:

  • Packages/CardiacVis/Core/Algorithms/Fields: FieldsAlgo.cc (new 52), FieldsAlgo.h (new 54), TracePoints.cc (new 86), TracePoints.h (new 184), TriSurfPhaseFilter.cc (+100), TriSurfPhaseFilter.h (new 402), sub.mk (new 29)
Generated by StatSVN 0.4.0