]> Creatis software - gdcm.git/commit
Unnormalized 4th dimension is now dealt with.
authorjpr <jpr>
Wed, 29 Mar 2006 16:09:48 +0000 (16:09 +0000)
committerjpr <jpr>
Wed, 29 Mar 2006 16:09:48 +0000 (16:09 +0000)
commit2532a8e86e06d379d58b2fdda8e2413641d0a5f0
treebc5bc99c73c76b6cc882f77a8841bb9de21cb246
parenta88c579e11da06c5d3e92eaac7a44b7cd0ee2118
Unnormalized 4th dimension is now dealt with.
User tells gdcm *where* it is.
File::SetFourthDimensionLocation(groupNb, elementNb);
After Load(), he may use int File::GetTSize();

As a proof of concept, PrintFile has one more option :
4Dloc=0x3001-0x1001, for instance.
One can see pixel size is now computed properly.

(VTK stuff is still missing)
--> Later!
src/gdcmFileHelper.cxx
src/gdcmFileHelper.h
src/gdcmPixelReadConvert.cxx
src/gdcmPixelReadConvert.h
src/gdcmRLEFramesInfo.cxx
src/gdcmRLEFramesInfo.h