[root]/Packages/Teem/Dataflow/XML
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 268 (100.0%) | 3195 (100.0%) | 11.9 |
mjc | 258 (96.3%) | 3007 (94.1%) | 11.6 |
callahan | 7 (2.6%) | 138 (4.3%) | 19.7 |
mdavis | 1 (0.4%) | 43 (1.3%) | 43.0 |
darbyb | 1 (0.4%) | 4 (0.1%) | 4.0 |
dav | 1 (0.4%) | 3 (0.1%) | 3.0 |
Use ColorMap2 instead of Colormap2 for consistency.
2 lines of code changed in 2 files:
completely revert commit 32690, as it broke all of Uintah
1659 lines of code changed in 171 files:
removal of xerces, replaced with libxml2, turn on validaton for component loading, fix all invalid xml
1271 lines of code changed in 86 files:
Fix typos in documentation.
3 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.
4 lines of code changed in 1 file:
Minor cleanups, add documentation for UnuRmapN module
30 lines of code changed in 1 file:
Inital checkin of Anastasia's GageProbe module
43 lines of code changed in 1 file:
Create a new UnuRmapN module for applying N dimensional mappings to other N dimensional datasets
102 lines of code changed in 1 file:
Implement copyless NrrdSelectTime when the Time axis is the last one.
2 lines of code changed in 1 file:
checkpoint merge from branch for bux fixes
77 lines of code changed in 1 file:
Merge v1_24_0_release
2 lines of code changed in 2 files: