Directory Packages/ModelCreation/Dataflow/Modules/FieldsData/

Total Files:
17
Deleted Files:
3
Lines of Code:
2746

[root]/Packages/ModelCreation/Dataflow/Modules/FieldsData

Lines of Code

Packages/ModelCreation/Dataflow/Modules/FieldsData/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 86 (100.0%) 1824 (100.0%) 21.2
jeroen 52 (60.5%) 1641 (90.0%) 31.5
mjc 14 (16.3%) 148 (8.1%) 10.5
dav 20 (23.3%) 35 (1.9%) 1.7

Most Recent Commits

jeroen 2006-06-09 12:57 Rev.: 34453

Series of bug fixes and first version of regression test for the core algorithms (currently limited), but will expand this soon to include most algorithms. Fixed HexVolMesh to do degenerate elements properly this time. First series of test indicated a series of problems in the algorithms fixed these here. To run the regression tests one still needs to have example files and gold standards. We will be setting up that directory shortly. Added the ability in the algorithms to compile dynamic files and delete them afterwards, so it is not a burden on the filing system. This now happens automatically when the algorithm detects that the ProgressReporter is of the class RegressionReporter. This automatically triggers the dynamic compilation system to build those libs on-the-fly but remove them afterwards

0 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/Modules/FieldsData: CreateFieldData.cc (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

172 lines of code changed in 18 files:

  • Packages/ModelCreation/Dataflow/Modules/FieldsData: DistanceToBoundary.cc (+2 -2), DistanceToField.cc (new), FieldDataElemToNode.cc (new), FieldDataNodeToElem.cc (+7 -55), GetFieldData.cc (new 68), IsInsideField.cc (new), MappingMatrixToField.cc (new), SetFieldData.cc (new 74), SignedDistanceToField.cc (+2 -3), sub.mk (new)
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.

0 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/Modules/FieldsData: TriSurfPhaseFilter.cc (del), sub.mk (-1)
jeroen 2006-04-09 21:42 Rev.: 33812

Updates needed to generate phase map visualizations

4 lines of code changed in 1 file:

  • Packages/ModelCreation/Dataflow/Modules/FieldsData: TriSurfPhaseFilter.cc (new 4)
jeroen 2006-04-08 16:00 Rev.: 33810

update to most recent version

123 lines of code changed in 7 files:

  • Packages/ModelCreation/Dataflow/Modules/FieldsData: DistanceToBoundary.cc (+8 -93), DistanceToField.cc (+7 -100), IsInsideField.cc (+9 -90), MappingMatrixToField.cc (+8 -71), SignedDistanceToField.cc (+10 -90), TriSurfPhaseFilter.cc (+80), sub.mk (+1)
jeroen 2006-03-23 19:59 Rev.: 33632

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

1 lines of code changed in 1 file:

  • Packages/ModelCreation/Dataflow/Modules/FieldsData: sub.mk (+1 -1)
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



35 lines of code changed in 20 files:

  • Packages/ModelCreation/Dataflow/Modules/FieldsData: ComputeFieldData.cc (new), ComputeFieldsData.cc (+3 -3), CreateFieldData.cc (+3 -3), DistanceToBoundary.cc (+2 -2), DistanceToField.cc (+2 -2), FieldDataElemToNode.cc (+2 -2), FieldDataNodeToElem.cc (+2 -2), IsInsideField.cc (+2 -2), MappingMatrixToField.cc (+2 -2), SelectAndSetFieldData.cc (+3 -3), SelectAndSetFieldsData.cc (+3 -3), SelectByFieldData.cc (+3 -3), SelectByFieldsData.cc (+3 -3), SignedDistanceToField.cc (+2 -2)
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

148 lines of code changed in 14 files:

  • Packages/ModelCreation/Dataflow/Modules/FieldsData: ComputeFieldData.cc (+15 -15), ComputeFieldsData.cc (+17 -17), CreateFieldData.cc (+16 -16), DistanceToBoundary.cc (+3 -3), DistanceToField.cc (+4 -4), FieldDataElemToNode.cc (+3 -3), FieldDataNodeToElem.cc (+3 -3), IsInsideField.cc (+4 -4), MappingMatrixToField.cc (+3 -3), SelectAndSetFieldData.cc (+21 -21), SelectAndSetFieldsData.cc (+23 -23), SelectByFieldData.cc (+15 -15), SelectByFieldsData.cc (+17 -17), SignedDistanceToField.cc (+4 -4)
jeroen 2006-03-06 13:59 Rev.: 33417

Updates of functions that are called by the CardioWave interface

683 lines of code changed in 11 files:

  • Packages/ModelCreation/Dataflow/Modules/FieldsData: DistanceToBoundary.cc (+1 -1), DistanceToField.cc (+1 -1), IsInsideField.cc (+1 -1), SelectAndReplaceFieldData.cc (del), SelectAndReplaceFieldsData.cc (del), SelectAndSetFieldData.cc (+312), SelectAndSetFieldsData.cc (+363), SelectByFieldData.cc (+1 -1), SelectByFieldsData.cc (+1 -1), SignedDistanceToField.cc (+1 -1), sub.mk (+2 -2)
jeroen 2006-02-09 10:46 Rev.: 33206

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

644 lines of code changed in 3 files:

  • Packages/ModelCreation/Dataflow/Modules/FieldsData: SelectAndReplaceFieldData.cc (new 296), SelectAndReplaceFieldsData.cc (new 346), sub.mk (+2)
jeroen 2006-01-24 11:45 Rev.: 33069

Continuation of development of ModelCreation package

14 lines of code changed in 7 files:

  • Packages/ModelCreation/Dataflow/Modules/FieldsData: DistanceToBoundary.cc (+2 -2), DistanceToField.cc (+2 -2), FieldDataElemToNode.cc (+2 -2), FieldDataNodeToElem.cc (+2 -2), IsInsideField.cc (+2 -2), MappingMatrixToField.cc (+2 -2), SignedDistanceToField.cc (+2 -2)
Generated by StatSVN 0.4.0