Directory Dataflow/Modules/Render/

Total Files:
9
Deleted Files:
0
Lines of Code:
10777

[root]/Dataflow/Modules/Render

Lines of Code

Dataflow/Modules/Render/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 606 (100.0%) 24.2
dav 10 (40.0%) 362 (59.7%) 36.2
kuzimmer 8 (32.0%) 239 (39.4%) 29.8
sparker 3 (12.0%) 5 (0.8%) 1.6
jas 4 (16.0%) 0 (0.0%) 0.0

Most Recent Commits

dav 2007-11-08 15:33 Rev.: 39324

Better, simpler implementation of Edit (Camera) Path. Allows you to see and manipulate the path points.

0 lines of code changed in 2 files:

  • Dataflow/Modules/Render: EditPath.cc (new)
dav 2007-10-26 16:38 Rev.: 39158

Let the user know when the image has been saved.

0 lines of code changed in 2 files:

  • Dataflow/Modules/Render: OpenGL.cc (changed)
dav 2007-10-26 16:37 Rev.: 39157

formatting

0 lines of code changed in 4 files:

  • Dataflow/Modules/Render: ViewWindow.cc (changed), Viewer.cc (new)
kuzimmer 2007-10-12 20:36 Rev.: 38992

Modified the clipping planes again, added a clipframe, which outlines the clipping plane and includes a translucent polygon so that you can see the location of the clipping planes with respect to the data. The clip frame can be turned on and off via a check button in the Clipping Planes popup window.

207 lines of code changed in 6 files:

  • Dataflow/Modules/Render: ViewWindow.cc (+124 -14), ViewWindow.h (+14 -3), Viewer.cc (+60 -11), Viewer.h (+9 -3)
dav 2007-10-05 16:22 Rev.: 38925

no code fixes, just untabified/indented/coding standard/layout

351 lines of code changed in 1 file:

  • Dataflow/Modules/Render: EditPath.cc (+351 -342)
kuzimmer 2007-10-01 10:35 Rev.: 38855

made the slider scale for all domains by initializing the Plane in point/normal form.

12 lines of code changed in 1 file:

  • Dataflow/Modules/Render: ViewWindow.cc (+12 -10)
kuzimmer 2007-09-30 11:49 Rev.: 38851

Tweaked the clipping plane interface. No more expscale, Yes! Now only positive normals are specified. Added a reverse normal button. The bounding box of geom objects is used to determine the scale and extent of plane movement.

20 lines of code changed in 1 file:

  • Dataflow/Modules/Render: ViewWindow.cc (+20 -2)
jas 2007-05-02 00:14 Rev.: 37469

Move template for_each function from *.cc to *.h to allow for g++-4.1 to compile with optimizations.

0 lines of code changed in 4 files:

  • Dataflow/Modules/Render: Painter.cc (new), Painter.h (new)
dav 2007-04-06 15:14 Rev.: 37252

Super-optimization (-O3) under gcc 4.1 caused an internal compiler error... however, if I make it a tiny bit easier by expanding the offending line into several different lines, the compiler can swallow it.

11 lines of code changed in 1 file:

  • Dataflow/Modules/Render: Painter.cc (+11 -9)
sparker 2007-03-08 13:53 Rev.: 36995

Add mechanism for getting callbacks from modules with they are finished executing. This interface could be extended to perform other types of scheduler and exexecution callbacks as well.

5 lines of code changed in 3 files:

  • Dataflow/Modules/Render: SynchronizeGeometry.cc (new), Viewer.cc (+3 -3)
Generated by StatSVN 0.4.0