[root]/Dataflow/Modules/Visualization
doc
(7 files, 733 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 188 (100.0%) | 5501 (100.0%) | 29.2 |
callahan | 73 (38.8%) | 3206 (58.3%) | 43.9 |
allen | 22 (11.7%) | 954 (17.3%) | 43.3 |
mjc | 35 (18.6%) | 344 (6.3%) | 9.8 |
kuzimmer | 11 (5.9%) | 312 (5.7%) | 28.3 |
mdavis | 21 (11.2%) | 311 (5.7%) | 14.8 |
jeroen | 2 (1.1%) | 297 (5.4%) | 148.5 |
dav | 9 (4.8%) | 28 (0.5%) | 3.1 |
bigler | 1 (0.5%) | 18 (0.3%) | 18.0 |
worthen | 10 (5.3%) | 16 (0.3%) | 1.6 |
wmartin | 2 (1.1%) | 14 (0.3%) | 7.0 |
dmw | 1 (0.5%) | 1 (0.0%) | 1.0 |
sparker | 1 (0.5%) | 0 (0.0%) | 0.0 |
Rename ColorMap2 files to match the class type (Colormap2 to ColorMap2)
3 lines of code changed in 6 files:
Removed extra ;
1 lines of code changed in 1 file:
Clean up newlines on error messsages
3 lines of code changed in 2 files:
Use send_and_detach instead of just send on the OPorts for better caching behavior.
8 lines of code changed in 11 files:
Make modules aware of port caching.
1 lines of code changed in 1 file:
Minor formatting cleanups
30 lines of code changed in 1 file:
Remove debugging print
0 lines of code changed in 1 file:
Fix compiler warning
1 lines of code changed in 1 file:
replace int argument for get_type_description with enum that specifies which info you are interested in. depricate virtual const string get_type_name(int n = -1) const, use get_type_description(...)->get_name() instead.
23 lines of code changed in 5 files:
Fix compile
3 lines of code changed in 1 file:
Remove directories that are not maintained nor needed for the core released code.
As it currently stands we don't distribute the MIT package, so to the outside world it looks like a bunch of dead code that is not being maintained.
Converted EditColorMap's use of Point2d and Vector2d to regular Point and Vector classes.
Added README to MIT package to let developers know how to find Core/2d, Core/Parts, and Core/PartsGui.
8 lines of code changed in 4 files:
-Cut out DrawInfoOpenGL from Core/Geom/GeomOpenGL.cc into Core/Geom/GeomOpenGL.cc.
-Rename Core/Geom/GeomOpenGL.h to Core/Geom/DrawInfoOpenGL.h
-Fix #include statments for files that included Core/Geom/GeomOpenGL.h -- some files didn't need this include at all, just the sci_gl* includes.
-Add Plane::get(double[4]) method to return values how OpenGL wants them for clipping planes
-General cleanup and removed a few unused variables in DrawInfoOpenGL struct
-Moved ViewWindow:: symbols out of Dataflow/Modules/Render/OpenGL and into Dataflow/Modules/Render/ViewWindow.cc (where they belong)
-Hopefully this will provide some initial incentive to improve our GL state handling ablities
26 lines of code changed in 3 files:
Fix output field type for streamlines algorithm, compile bug for non-scalar input seed field
93 lines of code changed in 3 files:
Fix typo in last commit
1 lines of code changed in 1 file:
Fix output field type for Cellwalk streamlines algorithm
100 lines of code changed in 2 files:
Remove unused template parameter from StreamlinesAccAlgo
6 lines of code changed in 2 files:
Fix output value type computations in Streamlines (index value/integration step mixxed up)
4 lines of code changed in 1 file:
Compute Gradient on GPU for faster volume rendering of large datasets. Offloads computation of gradient from CPU to GPU so we can use more texture space on actual data.
11 lines of code changed in 1 file:
Fix VolumeVisualizer infinite looping when there is no 2d colormap present.
3 lines of code changed in 1 file:
Fix multiple Isosurfaces
2 lines of code changed in 1 file:
(64 more)