Directory Packages/Uintah/Dataflow/Modules/Visualization/

Total Files:
16
Deleted Files:
5
Lines of Code:
5083

[root]/Packages/Uintah/Dataflow/Modules/Visualization

Lines of Code

Packages/Uintah/Dataflow/Modules/Visualization/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 80 (100.0%) 1685 (100.0%) 21.0
kuzimmer 38 (47.5%) 842 (50.0%) 22.1
dav 9 (11.3%) 773 (45.9%) 85.8
bigler 12 (15.0%) 35 (2.1%) 2.9
worthen 11 (13.8%) 16 (0.9%) 1.4
jas 2 (2.5%) 9 (0.5%) 4.5
jones 4 (5.0%) 6 (0.4%) 1.5
callahan 3 (3.8%) 4 (0.2%) 1.3
sparker 1 (1.3%) 0 (0.0%) 0.0

Most Recent Commits

kuzimmer 2005-12-21 16:39 Rev.: 32914

include file re-ordering and clean-up

0 lines of code changed in 14 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: AnimatedStreams.cc (new), AnimatedStreams.h (new), FaceCuttingPlane.cc (changed), FaceCuttingPlane.h (changed), NodeHedgehog.cc (changed), SubFieldHistogram.cc (new), SubFieldHistogram.h (changed)
kuzimmer 2005-12-16 13:14 Rev.: 32882

more print statement cleanup

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: ParticleVis.cc (changed)
kuzimmer 2005-12-16 12:39 Rev.: 32880

Update Particle picking to make it more in line with grid sampling in the GridVisualizer. Clean up some code and comment out print statements.

7 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: ParticleVis.cc (+7 -5)
kuzimmer 2005-11-17 11:14 Rev.: 32570

remove CuttingPlane.cc

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: sub.mk (new)
kuzimmer 2005-11-15 14:04 Rev.: 32551

Remove CuttingPlane, use several modules in a subnet instead

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: CuttingPlane.cc (del), CuttingPlane.h (del)
kuzimmer 2005-11-14 14:50 Rev.: 32540

removed the get_type_name calls

55 lines of code changed in 6 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: FaceCuttingPlane.cc (+2 -2), FaceCuttingPlane.h (+4 -1), Hedgehog.cc (new), NodeHedgehog.cc (+2 -3), SubFieldHistogram.cc (+5 -6)
kuzimmer 2005-11-03 13:02 Rev.: 32424

Added dynamic compilation and fix for HOB fields

12 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: FaceCuttingPlane.cc (+8 -8), FaceCuttingPlane.h (+4 -3)
kuzimmer 2005-10-31 16:53 Rev.: 32378

These modules appear to be working with the new HOB Field structure, please report any problems.

4 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: NodeHedgehog.cc (+4 -4)
kuzimmer 2005-10-20 20:22 Rev.: 32230

Added dynamic compilation and changes for the new higher order basis field structure, NOTE: although the code compiles, it does NOT work. DO NOT UPDATE!

764 lines of code changed in 8 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: CuttingPlane.cc (new 421), CuttingPlane.h (new 60), FaceCuttingPlane.cc (+66 -75), FaceCuttingPlane.h (+89), Hedgehog.cc (+27 -14), NodeHedgehog.cc (+34 -19), SubFieldHistogram.cc (+51 -46), SubFieldHistogram.h (+16)
bigler 2005-08-11 15:03 Rev.: 31499


This should keep the windows from popping up all over the place, but
still keep the window a manageable size. Not as scroll-licious as the
previous method, but not annoying.

GUI/VariablePlotter.tcl

Keep old buildVarFrame as buildVarFrameOld. The new version isn't
as pretty, but it doesn't require the frame to contanlty pop into
focus to work.

Modules/Visualization/GridVisualizer.cc
Modules/Visualization/VariablePlotter.cc

Call update_tcl_window for all events now. This restores the old
functionality of the window building every time execute is called.
I need to add more smarts to determine if things need to be updated
or not.

0 lines of code changed in 4 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: GridVisualizer.cc (new), VariablePlotter.cc (changed)
dav 2005-06-08 16:19 Rev.: 30623

Formatted code to follow standard a little more closely. (Specifically, return types of functions on own line, and '_' on class variables.) Removed tabs.

295 lines of code changed in 4 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: GridVisualizer.cc (+110 -88), VariablePlotter.cc (+162 -157), VariablePlotter.h (new)
bigler 2005-05-31 17:06 Rev.: 30456

Accesses to the DataArchive in SCIRun is now done with a
DataArchiveHandle instead of a DataArchive*. Other changes specific
to each file are noted below.

Packages/Uintah/Core/DataArchive/DataArchive.cc
Packages/Uintah/Core/DataArchive/DataArchive.h

Added ref_cnt and lock for the interface to LockingHandle.

Packages/Uintah/Core/Datatypes/Archive.h

Added getDataArchive function. This is the preferred method
to get access to the DataArchive contained in an Archive
object.

Packages/Uintah/Dataflow/Modules/Visualization/VariablePlotter.cc
Packages/Uintah/Dataflow/Modules/Visualization/PatchDataVisualizer.cc
Packages/Uintah/Dataflow/Modules/Visualization/PatchVisualizer.cc

Remove ugly use of (*(handle.get_rep())). with handle->. I
have no idea why this code was ever written this way, but the
code is now much clearer.

Packages/Uintah/Dataflow/Modules/Visualization/GridVisualizer.cc

Try to be a bit more smart about when to update the gui if the
grid doesn't change.

Packages/Uintah/Dataflow/Modules/Selectors/TimestepSelector.cc

Don't use get_rep for ArchiveHandle if you don't need to.

27 lines of code changed in 7 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: GridVisualizer.cc (+11 -2), PatchDataVisualizer.cc (+4 -4), PatchVisualizer.cc (+4 -4), VariablePlotter.cc (+7 -4), VariablePlotter.h (+1 -1)
jas 2005-04-29 11:45 Rev.: 30030

Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.

8 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: sub.mk (+8 -1)
jas 2005-04-27 13:40 Rev.: 29989

Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: sub.mk (+1 -8)
worthen 2005-04-25 12:48 Rev.: 29940

Use level to query points in VariablePlotter

5 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: VariablePlotter.cc (+5 -5)
sparker 2005-04-15 19:36 Rev.: 29841

Retire .cvsignore files

0 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: .cvsignore (del)
dav 2005-04-15 11:59 Rev.: 29829

Removed files that were resurrected in the CVS-SVN conversion but that should have remained dead.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: RescaleColorMap.cc (del), ScalarFieldExtractor.cc (del)
bigler 2005-03-15 14:23 Rev.: 29338

node_debug is a member of NodeHedgehog not NodeHedgehogWorker. Made checking for input from the ports check the pointer too.

8 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: NodeHedgehog.cc (+8 -5)
worthen 2005-03-02 14:44 Rev.: 29065

Get mac to compile

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: sub.mk (+1)
worthen 2005-03-02 14:43 Rev.: 29064

include sci_values

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: CuttingPlane.cc (+1 -1)

(8 more)

Generated by StatSVN 0.4.0