Directory Packages/Uintah/Dataflow/Modules/Visualization/

Total Files:
20
Deleted Files:
0
Lines of Code:
5551

[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 61 (100.0%) 430 (100.0%) 7.0
kuzimmer 16 (26.2%) 161 (37.4%) 10.0
mjc 13 (21.3%) 154 (35.8%) 11.8
dav 27 (44.3%) 101 (23.5%) 3.7
callahan 2 (3.3%) 11 (2.6%) 5.5
worthen 2 (3.3%) 2 (0.5%) 1.0
dgroulx 1 (1.6%) 1 (0.2%) 1.0

Most Recent Commits

kuzimmer 2006-10-13 12:16 Rev.: 35581

Add uda name to graphs and tables in GridVisualizer

0 lines of code changed in 4 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: VariablePlotter.cc (changed), VariablePlotter.h (changed)
kuzimmer 2006-06-29 23:40 Rev.: 34620

sub.mks for UTextureBuilder

2 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: sub.mk (new)
kuzimmer 2006-06-27 12:11 Rev.: 34591

Initial commit of Uintah TextureBuilder, which inherits from SCIRun TextureBuilder and allows a rescaled ColorMap to fix the quantization values. Pass the ColorMap on to the Volume/SliceVisualizer.

103 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: UTextureBuilder.cc (new 103)
worthen 2006-06-02 15:23 Rev.: 34405

Prep configure to run under cygwin. Not quite ready yet.

Windows port of Uintah. Currently does not support Arches or Radiation (due to lack of fortran).

2 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: VariablePlotter.cc (+1 -1), sub.mk (+1)
callahan 2006-05-18 11:03 Rev.: 34276

Remove post_message from Module and ProgressReporter interface. It's still accessible from the GuiInterface if needed.

11 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: SubFieldHistogram.cc (+11 -10)
kuzimmer 2006-05-10 09:01 Rev.: 34176

add error messages when a scalarParticleField is either empty or not hooked up, remove some debugging statments

4 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: ParticleVis.cc (+4 -2)
kuzimmer 2006-05-03 13:21 Rev.: 34108

Added a Matrix port for transforming particle locations in ParticleVis

22 lines of code changed in 3 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: ParticleVis.cc (+20 -8), ParticleVis.h (new)
kuzimmer 2006-04-05 18:30 Rev.: 33786

Make sure that downstream modules see a 'new' colormap after scaling.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: RescaleColorMapForParticles.cc (new)
dav 2006-03-30 13:33 Rev.: 33703

M Core/Persistent/Persistent.h

Put default parameter values in the 'definition', not in the friend
statement. This makes xlC (AIX) happy.

M Core/Datatypes/SparseRowMatrix.cc

Cleaned up compiler warnings and formatting.

M Core/Datatypes/SearchGrid.cc

Use SCI's 'Round' instead of round... fixes compilation problem on SGI (I think it is SGI).

M Packages/BioPSE/Core/Datatypes/SegLatVolField.cc
M Packages/Teem/Dataflow/Modules/DataIO/ImageImporter.cc
M Packages/Teem/Dataflow/Modules/Gage/GageProbe.cc
M Packages/Teem/Dataflow/Modules/Segmentation/MRITissueClassifier.cc

- Initialized variables that may be used without being set... not sure if
my initialization value is right, but it better than randomness...

- PLEASE, Please, please... don't use one character variable
names... (and if you must, please declare them right where they are
used and only use them in a small '{}' section.

M Packages/Uintah/Dataflow/Modules/Visualization/sub.mk

Requires the Core/Basis lib. (The Mac is picky)


1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: sub.mk (+1)
dav 2006-03-22 21:32 Rev.: 33602

More Updates to fix getID() problems and to address the move of Dataflow/Ports

100 lines of code changed in 26 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: AnimatedStreams.cc (+3 -3), AnimatedStreams.h (new), FaceCuttingPlane.cc (new), GridVisualizer.cc (+3 -3), Hedgehog.cc (new), NodeHedgehog.cc (new), ParticleColorMapKey.h (+2 -2), ParticleVis.cc (+2 -2), ParticleVis.h (+2 -2), PatchDataVisualizer.cc (new), PatchVisualizer.cc (+2 -2), RescaleColorMapForParticles.h (+1 -1), SubFieldHistogram.cc (+20 -18), SubFieldHistogram.h (new), sub.mk (+1 -2)
mjc 2006-03-22 16:42 Rev.: 33591

add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class

154 lines of code changed in 13 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: AnimatedStreams.cc (+7 -7), FaceCuttingPlane.cc (+10 -10), GridVisualizer.cc (+20 -20), Hedgehog.cc (+8 -8), NodeHedgehog.cc (+14 -14), ParticleVis.cc (+24 -24), PatchDataVisualizer.cc (+6 -6), PatchVisualizer.cc (+17 -17), RescaleColorMapForParticles.cc (+3 -3), SubFieldHistogram.cc (+11 -11), TimestepSelector.cc (+3 -3), VariablePlotter.cc (+31 -31)
kuzimmer 2006-03-09 20:06 Rev.: 33466

initialize geomId in constructor

2 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: FaceCuttingPlane.cc (+2 -1)
kuzimmer 2006-02-27 15:35 Rev.: 33357

add a 'show boundary values' button to GridVisualizer

28 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: GridVisualizer.cc (+28 -7)
dgroulx 2006-01-20 18:59 Rev.: 33039

The libxml2 branch merge

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: sub.mk (+1 -1)
Generated by StatSVN 0.4.0