[root]/Dataflow/Modules/Visualization
doc
(4 files, 622 lines)
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 |
Added Contour tab and Contour algorithm for when an ImageField is passed to ShowField
0 lines of code changed in 2 files:
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:
fix sub varinclude/sci_defs/environment_testdefs.h.in
0 lines of code changed in 1 file:
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:
Fix compilation error associated with CleanupPoints. Make it public and static.
4 lines of code changed in 1 file:
Minor cleanup
6 lines of code changed in 1 file:
fix bogus data string query
6 lines of code changed in 1 file:
Minor cleanups.
0 lines of code changed in 2 files:
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:
- gcc on the MacBooks requires pointers to GL variables to have explicit GL types
1 lines of code changed in 2 files:
Fix compilation errors.
3 lines of code changed in 1 file:
added dependency for the Core/Algorithms/Math lib
0 lines of code changed in 2 files:
Round two to make this more streamlined
32 lines of code changed in 1 file:
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:
moved the alogrithm guts out of the module and placed it into the algorithm dir
142 lines of code changed in 2 files:
Make it easier to inherit from TextureBuilder
47 lines of code changed in 3 files:
Fix warning messages.
4 lines of code changed in 1 file:
bug fix
0 lines of code changed in 2 files:
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:
- Tweaking default scales for nodes, edges, and dipoles
2 lines of code changed in 1 file:
(46 more)