Directory Dataflow/Modules/Visualization/

Total Files:
23
Deleted Files:
11
Lines of Code:
8048

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

Lines of Code

Dataflow/Modules/Visualization/ Lines of Code

Developers

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

Most Recent Commits

callahan 2005-12-14 19:16 Rev.: 32866

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

3 lines of code changed in 6 files:

  • Dataflow/Modules/Visualization: EditColorMap2D.cc (new), VolumeSlicer.cc (new), VolumeVisualizer.cc (+1 -1)
dav 2005-12-08 19:28 Rev.: 32777

Removed extra ;

1 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: VolumeVisualizer.cc (+1 -1)
callahan 2005-12-02 16:38 Rev.: 32711

Clean up newlines on error messsages

3 lines of code changed in 2 files:

  • Dataflow/Modules/Visualization: ChooseColorMap.cc (new)
callahan 2005-11-29 15:20 Rev.: 32651

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

8 lines of code changed in 11 files:

  • Dataflow/Modules/Visualization: ChooseColorMap.cc (+1 -1), GenStandardColorMaps.cc (+1 -1), Isosurface.cc (+2 -2), RescaleColorMap.cc (+1 -1), StreamLines.cc (+1 -1), VolumeSlicer.cc (+1 -1), VolumeVisualizer.cc (+1 -1)
callahan 2005-11-22 15:28 Rev.: 32608

Make modules aware of port caching.

1 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: EditColorMap2D.cc (+1 -1)
callahan 2005-11-22 15:24 Rev.: 32607

Minor formatting cleanups

30 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: EditColorMap2D.cc (+30 -14)
callahan 2005-11-22 15:19 Rev.: 32606

Remove debugging print

0 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: EditColorMap2D.cc (-1)
callahan 2005-11-15 11:43 Rev.: 32546

Fix compiler warning

1 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: VolumeSlicer.cc (+1 -1)
mjc 2005-11-14 11:16 Rev.: 32535

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:

  • Dataflow/Modules/Visualization: ShowField.cc (new), StreamLines.cc (+1 -1), TextureBuilder.cc (+16 -16)
mdavis 2005-11-11 12:55 Rev.: 32515

Fix compile

3 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: EditColorMap2D.cc (+3 -5)
mdavis 2005-11-11 12:28 Rev.: 32514

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:

  • Dataflow/Modules/Visualization: EditColorMap.cc (new), sub.mk (+1 -1)
mdavis 2005-11-10 18:50 Rev.: 32513

-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:

  • Dataflow/Modules/Visualization: EditColorMap.cc (+4 -1), EditColorMap2D.cc (+13 -6), VolumeVisualizer.cc (+9 -2)
callahan 2005-11-10 16:24 Rev.: 32506

Fix output field type for streamlines algorithm, compile bug for non-scalar input seed field

93 lines of code changed in 3 files:

  • Dataflow/Modules/Visualization: StreamLines.cc (+7 -11), StreamLines.h (+86 -43)
callahan 2005-11-10 15:52 Rev.: 32499

Fix typo in last commit

1 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: StreamLines.cc (+1 -1)
callahan 2005-11-10 15:52 Rev.: 32498

Fix output field type for Cellwalk streamlines algorithm

100 lines of code changed in 2 files:

  • Dataflow/Modules/Visualization: StreamLines.cc (+14 -11), StreamLines.h (+86 -64)
callahan 2005-11-10 14:53 Rev.: 32497

Remove unused template parameter from StreamlinesAccAlgo

6 lines of code changed in 2 files:

  • Dataflow/Modules/Visualization: StreamLines.cc (+1 -4), StreamLines.h (+5 -6)
callahan 2005-11-10 12:44 Rev.: 32494

Fix output value type computations in Streamlines (index value/integration step mixxed up)

4 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: StreamLines.h (+4 -4)
mdavis 2005-11-03 12:19 Rev.: 32422

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:

  • Dataflow/Modules/Visualization: VolumeVisualizer.cc (+11 -9)
callahan 2005-11-01 16:09 Rev.: 32400

Fix VolumeVisualizer infinite looping when there is no 2d colormap present.

3 lines of code changed in 1 file:

  • Dataflow/Modules/Visualization: VolumeVisualizer.cc (+3 -1)
callahan 2005-10-21 14:58 Rev.: 32242

Fix multiple Isosurfaces

2 lines of code changed in 1 file:

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

(64 more)

Generated by StatSVN 0.4.0