Directory Packages/Teem/Dataflow/Modules/Tend/

Total Files:
25
Deleted Files:
0
Lines of Code:
3341

[root]/Packages/Teem/Dataflow/Modules/Tend

Lines of Code

Packages/Teem/Dataflow/Modules/Tend/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 145 (100.0%) 418 (100.0%) 2.8
callahan 68 (46.9%) 155 (37.1%) 2.2
mjc 22 (15.2%) 118 (28.2%) 5.3
dav 26 (17.9%) 63 (15.1%) 2.4
darbyb 6 (4.1%) 40 (9.6%) 6.6
allen 22 (15.2%) 38 (9.1%) 1.7
worthen 1 (0.7%) 4 (1.0%) 4.0

Most Recent Commits

callahan 2006-07-13 16:08 Rev.: 34770

Use get_input_handle and send_output_handle for ports.

0 lines of code changed in 48 files:

  • Packages/Teem/Dataflow/Modules/Tend: TendAnhist.cc (changed), TendAnplot.cc (changed), TendAnscale.cc (new), TendAnvol.cc (changed), TendBmat.cc (new), TendEpireg.cc (new), TendEstim.cc (new), TendEval.cc (changed), TendEvalAdd.cc (changed), TendEvalClamp.cc (new), TendEvalPow.cc (new), TendEvec.cc (changed), TendEvecRGB.cc (changed), TendEvq.cc (changed), TendExpand.cc (changed), TendFiber.cc (changed), TendMake.cc (changed), TendNorm.cc (new), TendPoint.cc (new), TendSatin.cc (new), TendShrink.cc (changed), TendSim.cc (new), TendSlice.cc (new), TendSten.cc (new)
allen 2006-04-04 15:12 Rev.: 33768

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

38 lines of code changed in 22 files:

  • Packages/Teem/Dataflow/Modules/Tend: TendAnhist.cc (+2 -2), TendAnscale.cc (+1 -1), TendAnvol.cc (+1 -1), TendBmat.cc (+1 -1), TendEpireg.cc (+2 -2), TendEstim.cc (+2 -2), TendEval.cc (+4 -4), TendEvalAdd.cc (+1 -1), TendEvalClamp.cc (+1 -1), TendEvalPow.cc (+1 -1), TendEvec.cc (+4 -4), TendEvecRGB.cc (+1 -1), TendEvq.cc (+1 -1), TendExpand.cc (+3 -3), TendFiber.cc (+2 -2), TendMake.cc (+3 -3), TendNorm.cc (+1 -1), TendPoint.cc (+1 -1), TendShrink.cc (+1 -1), TendSim.cc (+3 -3), TendSlice.cc (+1 -1), TendSten.cc (+1 -1)
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.

40 lines of code changed in 6 files:

  • Packages/Teem/Dataflow/Modules/Tend: TendAnhist.cc (+19 -4), TendBmat.cc (+2 -1), TendEpireg.cc (+2 -1), TendEval.cc (+4 -2), TendEvec.cc (+4 -2), TendEvecRGB.cc (+9 -3)
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



63 lines of code changed in 26 files:

  • Packages/Teem/Dataflow/Modules/Tend: TendAnhist.cc (+1 -1), TendAnplot.cc (+1 -1), TendAnscale.cc (+1 -1), TendAnvol.cc (+1 -1), TendBmat.cc (+1 -1), TendEpireg.cc (+1 -1), TendEstim.cc (+1 -1), TendEval.cc (+1 -1), TendEvalAdd.cc (+1 -1), TendEvalClamp.cc (+1 -1), TendEvalPow.cc (+1 -1), TendEvec.cc (+1 -1), TendEvecRGB.cc (+1 -1), TendEvq.cc (+1 -1), TendExpand.cc (+1 -1), TendFiber.cc (+2 -2), TendMake.cc (+1 -1), TendNorm.cc (+1 -1), TendPoint.cc (+1 -1), TendSatin.cc (+1 -1), TendShrink.cc (+1 -1), TendSim.cc (+1 -1), TendSlice.cc (+1 -1), TendSten.cc (+1 -1), sub.mk (+38 -31)
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

118 lines of code changed in 22 files:

  • Packages/Teem/Dataflow/Modules/Tend: TendAnhist.cc (+2 -2), TendAnplot.cc (+4 -4), TendAnscale.cc (+1 -1), TendAnvol.cc (+2 -2), TendBmat.cc (+3 -3), TendEpireg.cc (+13 -13), TendEstim.cc (+5 -5), TendEval.cc (+4 -4), TendEvalAdd.cc (+1 -1), TendEvalClamp.cc (+2 -2), TendEvalPow.cc (+1 -1), TendEvec.cc (+4 -4), TendEvecRGB.cc (+6 -6), TendEvq.cc (+3 -3), TendExpand.cc (+2 -2), TendFiber.cc (+15 -15), TendNorm.cc (+5 -5), TendPoint.cc (+31 -31), TendSatin.cc (+7 -7), TendSim.cc (+1 -1), TendSlice.cc (+3 -3), TendSten.cc (+3 -3)
callahan 2006-03-16 16:32 Rev.: 33524

Move module gui variable initialization into the .cc files.

40 lines of code changed in 5 files:

  • Packages/Teem/Dataflow/Modules/Tend: TendEvecRGB.cc (+10 -7), TendSatin.cc (+11 -8), TendSim.cc (+5 -2), TendSlice.cc (+7 -4), TendSten.cc (+7 -4)
callahan 2006-03-16 15:57 Rev.: 33522

Move module gui variable initialization into the .cc files.

115 lines of code changed in 15 files:

  • Packages/Teem/Dataflow/Modules/Tend: TendAnhist.cc (+6 -3), TendAnplot.cc (+11 -7), TendAnscale.cc (+5 -2), TendAnvol.cc (+5 -3), TendBmat.cc (+4 -2), TendEpireg.cc (+14 -13), TendEstim.cc (+9 -6), TendEval.cc (+8 -5), TendEvalAdd.cc (+5 -2), TendEvalClamp.cc (+2 -2), TendEvalPow.cc (+3 -1), TendEvq.cc (+7 -4), TendExpand.cc (+6 -3), TendFiber.cc (+20 -18), TendNorm.cc (+10 -6)
worthen 2006-01-30 13:35 Rev.: 33106

Windows Port. Big changes: new share.h includes and SHARE macros. Change use of hash_map to be compatible with windows. Use of gl extensions

4 lines of code changed in 1 file:

  • Packages/Teem/Dataflow/Modules/Tend: TendSatin.cc (+4)
Generated by StatSVN 0.4.0