Directory Packages/ModelCreation/Dataflow/Modules/DataInfo/

Total Files:
4
Deleted Files:
0
Lines of Code:
867

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 45 (100.0%) 3.7
mjc 3 (25.0%) 25 (55.6%) 8.3
jeroen 4 (33.3%) 16 (35.6%) 4.0
dav 5 (41.7%) 4 (8.9%) 0.8

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

15 lines of code changed in 2 files:

  • Packages/ModelCreation/Dataflow/Modules/DataInfo: FieldInfo.cc (+15 -35)
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 2 files:

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



4 lines of code changed in 5 files:

  • Packages/ModelCreation/Dataflow/Modules/DataInfo: DataArrayInfo.cc (new), FieldInfo.cc (+2 -2), MatrixInfo.cc (+1 -1)
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

25 lines of code changed in 3 files:

  • Packages/ModelCreation/Dataflow/Modules/DataInfo: DataArrayInfo.cc (+4 -4), FieldInfo.cc (+15 -15), MatrixInfo.cc (+6 -6)
Generated by StatSVN 0.4.0