Directory Packages/Fusion/Dataflow/Modules/Fields/

Total Files:
11
Deleted Files:
0
Lines of Code:
6810

[root]/Packages/Fusion/Dataflow/Modules/Fields

Lines of Code

Packages/Fusion/Dataflow/Modules/Fields/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 58 (100.0%) 6104 (100.0%) 105.2
allen 47 (81.0%) 5964 (97.7%) 126.8
darbyb 2 (3.4%) 92 (1.5%) 46.0
mjc 5 (8.6%) 40 (0.7%) 8.0
dav 4 (6.9%) 8 (0.1%) 2.0

Most Recent Commits

allen 2006-10-24 12:08 Rev.: 35686

moved code to a lib for distribution outside of scirun

2601 lines of code changed in 8 files:

  • Packages/Fusion/Dataflow/Modules/Fields: StreamlineAnalyzer.cc (new), StreamlineAnalyzer.h (changed), StreamlineAnalyzerLib.cc (new 2435), StreamlineAnalyzerLib.h (new 166), sub.mk (changed)
allen 2006-09-11 15:55 Rev.: 35283

the usual checkin - lots of changes to my sandbox

15 lines of code changed in 1 file:

  • Packages/Fusion/Dataflow/Modules/Fields: StreamlineAnalyzer.cc (+15 -12)
allen 2006-09-11 15:53 Rev.: 35281

added strdup and minor clean up

0 lines of code changed in 2 files:

  • Packages/Fusion/Dataflow/Modules/Fields: VULCANConverter.cc (new)
allen 2006-09-11 15:50 Rev.: 35279

the usual checkin - lots of changes to my sandbox

1682 lines of code changed in 1 file:

  • Packages/Fusion/Dataflow/Modules/Fields: StreamlineAnalyzer.h (+1682 -1363)
allen 2006-09-11 15:49 Rev.: 35278

added strdup and minor clean upPackages/Fusion/Dataflow/Modules/Fields/VULCANConverter.cc

0 lines of code changed in 4 files:

  • Packages/Fusion/Dataflow/Modules/Fields: NIMRODConverter.h (changed), VULCANConverter.h (new)
allen 2006-07-14 14:46 Rev.: 34788

fix sub varinclude/sci_defs/environment_testdefs.h.in

538 lines of code changed in 1 file:

  • Packages/Fusion/Dataflow/Modules/Fields: StreamlineAnalyzer.h (+538 -170)
allen 2006-06-15 13:25 Rev.: 34505

code clean up

173 lines of code changed in 2 files:

  • Packages/Fusion/Dataflow/Modules/Fields: StreamlineAnalyzer.cc (+24 -17), StreamlineAnalyzer.h (+149 -138)
allen 2006-06-06 17:49 Rev.: 34433

added more to the smoothing

135 lines of code changed in 1 file:

  • Packages/Fusion/Dataflow/Modules/Fields: StreamlineAnalyzer.h (+135 -89)
allen 2006-04-06 14:02 Rev.: 33794

minor fixes for OS X compile

4 lines of code changed in 1 file:

  • Packages/Fusion/Dataflow/Modules/Fields: NIMRODConverter.h (+4 -3)
allen 2006-04-04 15:12 Rev.: 33768

changed NrrdData-> to NrrdData->nrrd_ and cleaned up everything associated with it

155 lines of code changed in 5 files:

  • Packages/Fusion/Dataflow/Modules/Fields: NIMRODConverter.cc (new), NIMRODConverter.h (+68 -68), VULCANConverter.cc (+10 -10), VULCANConverter.h (+42 -42)
darbyb 2006-04-03 18:57 Rev.: 33754

Upgrading to Teem 1.9. Main changes include API changes for var-arg functions and more careful use of unsigned types. See http://sourceforge.net/project/shownotes.php?release_id=380683&group_id=85445 for more information.

92 lines of code changed in 2 files:

  • Packages/Fusion/Dataflow/Modules/Fields: NIMRODConverter.h (+60 -31), VULCANConverter.h (+32 -15)
mjc 2006-03-30 11:44 Rev.: 33700

return true from get_input_handle only if a valid rep is set in the handle, this allows optional ports to use the return value of this method to process the contents of the handle without a redundant get_rep test. Fix logic for optional calls in modules that use it

4 lines of code changed in 1 file:

  • Packages/Fusion/Dataflow/Modules/Fields: StreamlineAnalyzer.cc (+4 -9)
allen 2006-03-23 19:24 Rev.: 33631

updated to use coding std for gui vars and to use the helpers methods for getting and sending handles

261 lines of code changed in 8 files:

  • Packages/Fusion/Dataflow/Modules/Fields: IsoValueController.cc (new), IsoValueController.h (new), NIMRODConverter.cc (+96 -99), StreamlineAnalyzer.cc (+70 -124), VULCANConverter.cc (+74 -73), 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



8 lines of code changed in 4 files:

  • Packages/Fusion/Dataflow/Modules/Fields: IsoValueController.cc (+3 -3), NIMRODConverter.cc (+2 -2), StreamlineAnalyzer.cc (+1 -1), VULCANConverter.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

36 lines of code changed in 4 files:

  • Packages/Fusion/Dataflow/Modules/Fields: IsoValueController.cc (+12 -12), NIMRODConverter.cc (+9 -9), StreamlineAnalyzer.cc (+6 -6), VULCANConverter.cc (+9 -9)
allen 2006-03-20 13:16 Rev.: 33562

added geometry method to Module

24 lines of code changed in 3 files:

  • Packages/Fusion/Dataflow/Modules/Fields: IsoValueController.cc (+17 -78), IsoValueController.h (+5 -7), VULCANConverter.h (+2 -2)
allen 2006-03-17 17:06

updated to use the new get and send methods with ports

117 lines of code changed in 6 files:

  • Packages/Fusion/Dataflow/Modules/Fields: IsoValueController.cc (+53 -117), NIMRODConverter.cc (+16 -76), StreamlineAnalyzer.cc (+25 -92), VULCANConverter.cc (+18 -76), VULCANConverter.h (+3 -3)
allen 2006-01-05 20:11 Rev.: 32946

added field control

20 lines of code changed in 1 file:

  • Packages/Fusion/Dataflow/Modules/Fields: IsoValueController.h (+20 -18)
allen 2006-01-05 20:06 Rev.: 32945

added field control

87 lines of code changed in 1 file:

  • Packages/Fusion/Dataflow/Modules/Fields: IsoValueController.cc (+87 -45)
allen 2006-01-04 19:55 Rev.: 32939

fixed the winding and start node

30 lines of code changed in 1 file:

  • Packages/Fusion/Dataflow/Modules/Fields: StreamlineAnalyzer.h (+30 -39)

(1 more)

Generated by StatSVN 0.4.0