Directory Dataflow/Modules/Bundle/

Total Files:
19
Deleted Files:
0
Lines of Code:
-58

[root]/Dataflow/Modules/Bundle

Lines of Code

Dataflow/Modules/Bundle/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 127 (100.0%) 4447 (100.0%) 35.0
callahan 67 (52.8%) 3433 (77.2%) 51.2
jeroen 36 (28.3%) 974 (21.9%) 27.0
mjc 7 (5.5%) 21 (0.5%) 3.0
worthen 16 (12.6%) 16 (0.4%) 1.0
bigler 1 (0.8%) 3 (0.1%) 3.0

Most Recent Commits

callahan 2005-12-15 11:11 Rev.: 32873

Use ColorMap2 instead of Colormap2 for consistency.

24 lines of code changed in 8 files:

  • Dataflow/Modules/Bundle: BundleGetColorMap.cc (new), BundleGetColorMap2.cc (+9 -9), BundleSetColorMap.cc (new), BundleSetColorMap2.cc (new)
callahan 2005-12-14 19:16 Rev.: 32866

Rename ColorMap2 files to match the class type (Colormap2 to ColorMap2)

2 lines of code changed in 2 files:

  • Dataflow/Modules/Bundle: BundleGetColorMap2.cc (+1 -2), BundleSetColorMap2.cc (+1 -2)
callahan 2005-11-29 13:08 Rev.: 32648

Use send_and_detach instead of just send on the OPorts. Better caching behavior.

8 lines of code changed in 14 files:

  • Dataflow/Modules/Bundle: BundleSetBundle.cc (new), BundleSetColorMap.cc (+1 -1), BundleSetColorMap2.cc (+1 -1), BundleSetField.cc (new), BundleSetMatrix.cc (new), BundleSetNrrd.cc (+1 -1), BundleSetPath.cc (new), BundleSetString.cc (new)
callahan 2005-11-29 12:35 Rev.: 32644

Remove empty tcl_command functions

0 lines of code changed in 26 files:

  • Dataflow/Modules/Bundle: BundleGetBundle.cc (-5), BundleGetColorMap.cc (-7), BundleGetColorMap2.cc (-6), BundleGetField.cc (-5), BundleGetMatrix.cc (new), BundleGetNrrd.cc (-9), BundleGetPath.cc (-7), BundleGetString.cc (-5), BundleInfo.cc (-11), BundleMerge.cc (-7), BundleSetBundle.cc (-6), BundleSetColorMap.cc (-6), BundleSetColorMap2.cc (-9), BundleSetField.cc (-9), BundleSetMatrix.cc (-8), BundleSetNrrd.cc (-6), BundleSetPath.cc (-6), BundleSetString.cc (-7)
jeroen 2005-10-19 09:17 Rev.: 32192

Force modules to output that they are finished

43 lines of code changed in 17 files:

  • Dataflow/Modules/Bundle: BundleGetBundle.cc (+2 -2), BundleGetColorMap.cc (+2 -1), BundleGetColorMap2.cc (+2 -2), BundleGetField.cc (+2 -2), BundleGetMatrix.cc (+2 -2), BundleGetNrrd.cc (+2 -2), BundleGetPath.cc (+2 -2), BundleGetString.cc (+2 -2), BundleInfo.cc (+3 -1), BundleSetBundle.cc (+3 -1), BundleSetColorMap.cc (+3 -1), BundleSetColorMap2.cc (+3 -1), BundleSetField.cc (+3 -1), BundleSetMatrix.cc (+3 -1), BundleSetNrrd.cc (+3 -1), BundleSetPath.cc (+3 -1), BundleSetString.cc (+3 -1)
jeroen 2005-08-29 15:42 Rev.: 31762

Update for the Bundle modules (simplification of module code), (2) Addition of module to create a dense matrix directly from the GUI, (3) Some modules to do some basic string manipulations, creation, merging, sprintf, filenametostring (4) New module to display string in viewer ShowString (Multiple line option, arbritary amount of lines, so more information can be stored in the title then time and unit alone)

931 lines of code changed in 19 files:

  • Dataflow/Modules/Bundle: BundleGetBundle.cc (+30 -85), BundleGetColorMap.cc (+47 -104), BundleGetColorMap2.cc (+46 -101), BundleGetField.cc (+46 -103), BundleGetMatrix.cc (+50 -105), BundleGetNrrd.cc (+53 -101), BundleGetPath.cc (+48 -103), BundleGetString.cc (+172), BundleInfo.cc (+1 -1), BundleSetBundle.cc (+40 -87), BundleSetColorMap.cc (+41 -94), BundleSetColorMap2.cc (+35 -89), BundleSetField.cc (+39 -84), BundleSetMatrix.cc (+41 -87), BundleSetNrrd.cc (+36 -82), BundleSetPath.cc (+37 -91), BundleSetString.cc (+165), sub.mk (new)
bigler 2005-04-08 16:49 Rev.: 29747

Add this library to the list of those needed to build the scimodules target.

3 lines of code changed in 1 file:

  • Dataflow/Modules/Bundle: sub.mk (+3)
mjc 2005-02-23 21:43 Rev.: 28907

checkpoint merge from branch for bux fixes

21 lines of code changed in 7 files:

  • Dataflow/Modules/Bundle: BundleGetBundle.cc (+3 -3), BundleGetColorMap.cc (+3 -3), BundleGetColorMap2.cc (+3 -3), BundleGetField.cc (+3 -3), BundleGetMatrix.cc (+3 -3), BundleGetNrrd.cc (+3 -3), BundleGetPath.cc (+3 -3)
worthen 2005-02-21 21:54 Rev.: 28824

remove unnecessary SCICORESHARE

16 lines of code changed in 16 files:

  • Dataflow/Modules/Bundle: BundleGetBundle.cc (+1 -3), BundleGetColorMap.cc (+1 -3), BundleGetColorMap2.cc (+1 -3), BundleGetField.cc (+1 -3), BundleGetMatrix.cc (+1 -3), BundleGetNrrd.cc (+1 -3), BundleGetPath.cc (+1 -3), BundleInfo.cc (+1 -3), BundleMerge.cc (+1 -3), BundleSetBundle.cc (+1 -3), BundleSetColorMap.cc (+1 -3), BundleSetColorMap2.cc (+1 -3), BundleSetField.cc (+1 -3), BundleSetMatrix.cc (+1 -3), BundleSetNrrd.cc (+1 -3), BundleSetPath.cc (+1 -3)
callahan 2005-02-04 18:44 Rev.: 28472

Merge v1_24_0_release

3399 lines of code changed in 17 files:

  • Dataflow/Modules/Bundle: BundleGetBundle.cc (+227), BundleGetColorMap.cc (+225), BundleGetColorMap2.cc (+224), BundleGetField.cc (+233), BundleGetMatrix.cc (+241), BundleGetNrrd.cc (+239), BundleGetPath.cc (+229), BundleInfo.cc (+116), BundleMerge.cc (+99), BundleSetBundle.cc (+210), BundleSetColorMap.cc (+223), BundleSetColorMap2.cc (+224), BundleSetField.cc (+214), BundleSetMatrix.cc (+214), BundleSetNrrd.cc (+216), BundleSetPath.cc (+221), sub.mk (+44)
Generated by StatSVN 0.4.0