Directory Dataflow/Modules/Visualization/

Total Files:
27
Deleted Files:
2
Lines of Code:
11327

[root]/Dataflow/Modules/Visualization
                directory in repo doc (4 files, 622 lines)

Lines of Code

Dataflow/Modules/Visualization/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 177 (100.0%) 3985 (100.0%) 22.5
allen 39 (22.0%) 1380 (34.6%) 35.3
callahan 43 (24.3%) 1064 (26.7%) 24.7
sachse 5 (2.8%) 854 (21.4%) 170.8
mjc 26 (14.7%) 365 (9.2%) 14.0
kuzimmer 9 (5.1%) 143 (3.6%) 15.8
worthen 18 (10.2%) 70 (1.8%) 3.8
dav 25 (14.1%) 68 (1.7%) 2.7
mdavis 6 (3.4%) 31 (0.8%) 5.1
jeroen 3 (1.7%) 7 (0.2%) 2.3
dmw 3 (1.7%) 3 (0.1%) 1.0

Most Recent Commits

kuzimmer 2006-10-11 12:03 Rev.: 35562

Added Contour tab and Contour algorithm for when an ImageField is passed to ShowField

0 lines of code changed in 2 files:

  • Dataflow/Modules/Visualization: ShowField.cc (changed)
worthen 2006-08-25 17:01 Rev.: 35138

Windows compilation maintenance

Other changes include:
Increase max number of semaphore count
Getting scirun to load a multi-word net name from command line or load menu

9 lines of code changed in 4 files:

  • Dataflow/Modules/Visualization: Isosurface.cc (+6), TextureBuilder.h (new)
allen 2006-07-14 14:46 Rev.: 34788

fix sub varinclude/sci_defs/environment_testdefs.h.in

0 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: Isosurface.cc (-2)
allen 2006-07-13 14:49 Rev.: 34766

fixed a bug in the seed point, made the var name understandable, and switched to a widget for the threading gui

0 lines of code changed in 4 files:

  • Dataflow/Modules/Visualization: StreamLines.cc (new), StreamLines.h (changed)
callahan 2006-07-12 15:33 Rev.: 34750

Fix compilation error associated with CleanupPoints. Make it public and static.

4 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: StreamLines.h (+4 -4)
callahan 2006-07-12 15:32 Rev.: 34749

Minor cleanup

6 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: StreamLines.cc (+6 -4)
mjc 2006-07-12 12:10 Rev.: 34748

fix bogus data string query

6 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: ShowField.cc (+6 -10)
callahan 2006-07-11 17:28 Rev.: 34736

Minor cleanups.

0 lines of code changed in 2 files:

  • Dataflow/Modules/Visualization: ShowMatrix.cc (new)
callahan 2006-07-11 14:09 Rev.: 34726

Fix crash bug when trying to draw non tensor field with tensor display turned on in showfield.

3 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: ShowField.cc (+3)
dmw 2006-07-11 13:20 Rev.: 34722

- gcc on the MacBooks requires pointers to GL variables to have explicit GL types

1 lines of code changed in 2 files:

  • Dataflow/Modules/Visualization: EditColorMap.cc (new)
callahan 2006-07-10 11:58 Rev.: 34696

Fix compilation errors.

3 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: StreamLines.h (+3 -2)
allen 2006-07-07 15:20 Rev.: 34679

added dependency for the Core/Algorithms/Math lib

0 lines of code changed in 2 files:

  • Dataflow/Modules/Visualization: sub.mk (new)
allen 2006-07-07 15:19 Rev.: 34678

Round two to make this more streamlined

32 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: StreamLines.h (+32 -64)
allen 2006-07-07 13:58 Rev.: 34677

Realized that the streamlineIntegrators should be basic integrators and moved the streamline colinear point clean up back to the module

79 lines of code changed in 2 files:

  • Dataflow/Modules/Visualization: StreamLines.cc (+30 -20), StreamLines.h (+49 -14)
allen 2006-07-07 12:56 Rev.: 34675

moved the alogrithm guts out of the module and placed it into the algorithm dir

142 lines of code changed in 2 files:

  • Dataflow/Modules/Visualization: StreamLines.cc (-283), StreamLines.h (+142 -143)
kuzimmer 2006-06-27 11:27 Rev.: 34590

Make it easier to inherit from TextureBuilder

47 lines of code changed in 3 files:

  • Dataflow/Modules/Visualization: TextureBuilder.cc (new), TextureBuilder.h (+42)
callahan 2006-05-19 10:12 Rev.: 34286

Fix warning messages.

4 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: ShowField.cc (+4 -5)
sachse 2006-05-10 13:50 Rev.: 34184

bug fix

0 lines of code changed in 2 files:

  • Dataflow/Modules/Visualization: HeuristicStreamLines.h (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

7 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: ShowField.cc (+7 -15)
dmw 2006-05-02 15:46 Rev.: 34099

- Tweaking default scales for nodes, edges, and dipoles

2 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: ShowField.cc (+2 -2)

(46 more)

Generated by StatSVN 0.4.0