[root]/Packages/Uintah/Dataflow/Modules/Visualization
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 |
Add uda name to graphs and tables in GridVisualizer
0 lines of code changed in 4 files:
sub.mks for UTextureBuilder
2 lines of code changed in 2 files:
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:
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:
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:
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:
Added a Matrix port for transforming particle locations in ParticleVis
22 lines of code changed in 3 files:
Make sure that downstream modules see a 'new' colormap after scaling.
0 lines of code changed in 2 files:
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:
More Updates to fix getID() problems and to address the move of Dataflow/Ports
100 lines of code changed in 26 files:
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:
initialize geomId in constructor
2 lines of code changed in 1 file:
add a 'show boundary values' button to GridVisualizer
28 lines of code changed in 1 file:
The libxml2 branch merge
1 lines of code changed in 1 file: