[root]/Packages/Teem/Dataflow/Modules/Unu
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 251 (100.0%) | 1216 (100.0%) | 4.8 |
callahan | 176 (70.1%) | 804 (66.1%) | 4.5 |
mjc | 47 (18.7%) | 183 (15.0%) | 3.8 |
darbyb | 4 (1.6%) | 158 (13.0%) | 39.5 |
mdavis | 4 (1.6%) | 27 (2.2%) | 6.7 |
allen | 2 (0.8%) | 27 (2.2%) | 13.5 |
worthen | 18 (7.2%) | 17 (1.4%) | 0.9 |
Fix crash bug, UnuJhisto would point to internals of handles and then dereference them. Save handles until the contents are consumed.
0 lines of code changed in 2 files:
minor cleanups, use scinew instead of Calloc
5 lines of code changed in 1 file:
Fix failure to copy label properly crash bug in UnuPad
0 lines of code changed in 2 files:
Use NrrdData Nrrd constructor, clean up all the nrrdNew() memory leaks associated with old usage
50 lines of code changed in 76 files:
Minor cleanups
8 lines of code changed in 2 files:
Get rid of redundant get_type calls, use shared string_to_nrrd_type
46 lines of code changed in 13 files:
Use send_and_detach instead of just send on the OPorts for better caching behavior. Remove empty tcl_command functions.
90 lines of code changed in 44 files:
Fix UnuAxinfo to save out whether or not each field should be updated.
38 lines of code changed in 1 file:
Use airStrdup, fixes null pointer crash bugs
1 lines of code changed in 1 file:
initial commit of H_O_Basis branch merge
116 lines of code changed in 6 files:
Merge the 1.24.2 changes into the trunk
30 lines of code changed in 2 files:
added full error check
2 lines of code changed in 1 file:
Nrrds can now represent general orientation information using a spaceOrigin and per-axis vectors (spaceDirection vectors).The following code now handles the spaceOrigin and spaceDirection vectors fields in Nrrds.
NOTE: volume rendering Nrrds with spaceDirections does not work yet.
Packages/Teem/Dataflow/Modules/Converters/ConvertToNrrd.h
----------------------------------------------------------
When converting a LatVol, Image, or Scanline Field to a Nrrd, get the transform and if the data is not axis aligned, create a Nrrd with spaceOrigin and spaceDirection vectors. The spaceOrigin is a per Nrrd field and can be taken from the 4th column of the transform. The spaceDirection vectors are a per axis field and can be taken from the transform columns 0, 1, and 2. If the data is axis aligned, create a Nrrd that uses min/max/spacing. A Nrrd can use either min/max/spacing, or spaceDirection, but not both.
Packages/Teem/Dataflow/Modules/Converters/NrrdToField.cc
Packages/Teem/Dataflow/Modules/Converters/NrrdToField.h
-----------------------------------------------------------
When converting just data (which makes LatVol, Image, or Scanline fields), if the spaceDirection vectors are defined, create the mesh and apply the appropriate transform. The spaceDirection vectors make up columns 0, 1, and 2 and the spaceOrigin can be used to set the 4th column of the transform. If the data is axis aligned (only the diagonals of the transform are defined), create the mesh as it was created before with a min/max point. If the data has orientation information, set the transform to be what was pulled out of the space information of the Nrrd. If the Nrrd had a Transform property (old way of storing transform info), apply that transform.
Packages/Teem/Dataflow/XML/UnuAxinfo.xml
Packages/Teem/Dataflow/GUI/UnuAxinfo.tcl
Packages/Teem/Dataflow/Modules/Unu/UnuAxinfo.cc
-----------------------------------------
Add ability to modify only certain fields instead of all fields. Add ability to set the spaceOrigin (which is per Nrrd) and the spaceDirection vectors. SpaceDirection vectors should be doubles separated by commas.
Packages/Teem/Dataflow/GUI/NrrdInfo.tcl
Packages/Teem/Dataflow/Modules/NrrdData/NrrdInfo.cc
----------------------------------------------------
Show spaceOrigin and spaceDirection vector values if available.
Packages/Teem/Dataflow/Modules/DataIO/NrrdReader.cc
---------------------------------------------------
Only call nrrdAxisInfoMinMaxSet if the space information hasn't been set.
117 lines of code changed in 1 file:
Minor cleanups, add documentation for UnuRmapN module
1 lines of code changed in 1 file:
Fix airStrdup label crash in UnuPad
3 lines of code changed in 2 files:
Various minor cleanups to Teem modules
217 lines of code changed in 4 files:
Fix inadvertant previous checkin to disable StandAlone package. Make UnuJhisto re-execute if ANY of the input nrrds have changed, not just the first. Fixes bug in volume rendering net when generating histogram and only the vertical axis nrrd changes.
2 lines of code changed in 1 file:
Inital checkin of Anastasia's GageProbe module
8 lines of code changed in 1 file:
Create a new UnuRmapN module for applying N dimensional mappings to other N dimensional datasets
185 lines of code changed in 3 files:
Fix uninitialized airFree
2 lines of code changed in 1 file:
(12 more)