[root]/Core/Algorithms/Visualization
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 87 (100.0%) | 1782 (100.0%) | 20.4 |
mjc | 7 (8.0%) | 525 (29.5%) | 75.0 |
allen | 10 (11.5%) | 395 (22.2%) | 39.5 |
callahan | 18 (20.7%) | 356 (20.0%) | 19.7 |
worthen | 40 (46.0%) | 316 (17.7%) | 7.9 |
jeroen | 3 (3.4%) | 139 (7.8%) | 46.3 |
kuzimmer | 7 (8.0%) | 46 (2.6%) | 6.5 |
mdavis | 2 (2.3%) | 5 (0.3%) | 2.5 |
Added Contour tab and Contour algorithm for when an ImageField is passed to ShowField
0 lines of code changed in 2 files:
fix sub varinclude/sci_defs/environment_testdefs.h.in
1 lines of code changed in 2 files:
fix bogus data string query
2 lines of code changed in 1 file:
fix for compiler bug with dynamic_cast
4 lines of code changed in 1 file:
Fix crash bug when trying to draw non tensor field with tensor display turned on in showfield.
3 lines of code changed in 1 file:
BioTensor fixes
1 lines of code changed in 2 files:
Fix crash bug for constant basis rendering of 3D fields.
4 lines of code changed in 1 file:
Realized that the streamlineIntegrators should be basic integrators and moved the streamline colinear point clean up back to the module
0 lines of code changed in 4 files:
moved the alogrithm guts out of the module and placed it into the algorithm dir
388 lines of code changed in 3 files:
Add a build_static function, no dynamic compilation necessary.
0 lines of code changed in 4 files:
Fix compiler warning.
3 lines of code changed in 1 file:
Squish two nrrd_build_bricks functions into one.
58 lines of code changed in 2 files:
Add copyless nrrd bricking for older non-non-power-of-two systems.
130 lines of code changed in 2 files:
Removes a bug that occured when switching from a single level field to a multi-level field. tHandle->nlevels() depended upon the previous use of tHandle, but we ant to clear the texture bricks every time there is a multi-level field. If the previous use was a single level field, then the first build of a multi-level field would reuse a previous texture for level 0. Changing the if to mrvfld->nlevels() gives us the correct behavior.
0 lines of code changed in 2 files:
synchronize faces before iterating over them
1 lines of code changed in 1 file:
Fix the compilation of RenderField.h for the MaskedLatVolMesh. I still need to fix the algorithm to do the topology for the mesh, but it will now use the old renderer again for this mesh.
16 lines of code changed in 1 file:
Added a mode to display the data contained in the cells of volumetric meshes using two-sided triangles and quadrilaterals. For shared faces each side is given the color representing the data in the cell, for outward facing faces they are colored on both sides with the color, the one of the cell they are bordering. This way one can use the clipping planes to check segmentations of unstructured mesh, without the need of doing a full volume rendering.
122 lines of code changed in 1 file:
always use line width 1.0 when rendering edges as lines
2 lines of code changed in 1 file:
Partial undo of mask nrrd to volume rendering checkin.
12 lines of code changed in 2 files:
Preliminary addition of a mask to the volume rendering pipeline.
24 lines of code changed in 2 files:
(11 more)