From: Eduardo DAVILA Date: Fri, 6 May 2016 07:35:05 +0000 (+0200) Subject: #2711 creaVtk Feature New Normal - new Box ReadMHDPlane X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaVtk.git;a=commitdiff_plain;h=4b79238a4a0c468f952d781f7cf7c3c2bb95029f #2711 creaVtk Feature New Normal - new Box ReadMHDPlane --- diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkReadMHDPlane.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkReadMHDPlane.cxx index f7a1d10..d681839 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkReadMHDPlane.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkReadMHDPlane.cxx @@ -78,6 +78,8 @@ void ReadMHDPlane::ReadNormalMHD() // std::cout << "Output value = " <=sz) {ok=false;} } // if if (strncmp("ElementType = MET_CHAR",mystring,22)==0) { newHeaderSize=newHeaderSize*1; } @@ -170,11 +193,22 @@ void ReadMHDPlane::ReadNormalMHD() } // if ok bbSetOutputOut( newImage ); - } + + + + void ReadMHDPlane::Read64lseek() { + int slice; + int width; + + width = bbGetInputWidth(); + if (width<=0 ) { width=1; } + + slice = bbGetInputSlice(); + if (slice<0 ) { slice=0; } int dimX=-1,dimY=-1,dimZ=-1; int dim=-1; @@ -208,18 +242,18 @@ void ReadMHDPlane::Read64lseek() if (strncmp("HeaderSize",mystring,10)==0) { sscanf(mystring,"%s %s %ld" ,strTmp, strTmp, &headersize); } if (strncmp("ElementDataFile",mystring,15)==0) { sscanf(mystring,"%s %s %s" ,strTmp, strTmp, strTmp2); elementdatafile=strTmp2; } - if (strncmp("ElementType = MET_CHAR",mystring,22)==0) { newImage->SetScalarTypeToChar(); dataSize=sizeof(char); } - if (strncmp("ElementType = VTK_CHAR",mystring,22)==0) { newImage->SetScalarTypeToChar(); dataSize=sizeof(char); } - if (strncmp("ElementType = MET_UCHAR",mystring,23)==0) { newImage->SetScalarTypeToUnsignedChar(); dataSize=sizeof(unsigned char); } + if (strncmp("ElementType = MET_CHAR",mystring,22)==0) { newImage->SetScalarTypeToChar(); dataSize=sizeof(char); } + if (strncmp("ElementType = VTK_CHAR",mystring,22)==0) { newImage->SetScalarTypeToChar(); dataSize=sizeof(char); } + if (strncmp("ElementType = MET_UCHAR",mystring,23)==0) { newImage->SetScalarTypeToUnsignedChar(); dataSize=sizeof(unsigned char); } if (strncmp("ElementType = VTK_UNSIGNED_CHAR",mystring,31)==0) { newImage->SetScalarTypeToUnsignedChar(); dataSize=sizeof(unsigned char); } - if (strncmp("ElementType = MET_USHORT",mystring,24)==0) { newImage->SetScalarTypeToUnsignedShort(); dataSize=sizeof(unsigned short);} + if (strncmp("ElementType = MET_USHORT",mystring,24)==0) { newImage->SetScalarTypeToUnsignedShort(); dataSize=sizeof(unsigned short);} if (strncmp("ElementType = VTK_UNSIGNED_SHORT",mystring,32)==0) { newImage->SetScalarTypeToUnsignedShort(); dataSize=sizeof(unsigned short);} - if (strncmp("ElementType = MET_SHORT",mystring,23)==0) { newImage->SetScalarTypeToShort(); dataSize=sizeof(short); } - if (strncmp("ElementType = VTK_SHORT",mystring,23)==0) { newImage->SetScalarTypeToShort(); dataSize=sizeof(short); } - if (strncmp("ElementType = MET_FLOAT",mystring,23)==0) { newImage->SetScalarTypeToFloat(); dataSize=sizeof(float); } - if (strncmp("ElementType = VTK_FLOAT",mystring,23)==0) { newImage->SetScalarTypeToFloat(); dataSize=sizeof(float); } - if (strncmp("ElementType = MET_DOUBLE",mystring,24)==0) { newImage->SetScalarTypeToDouble(); dataSize=sizeof(double); } - if (strncmp("ElementType = VTK_DOUBLE",mystring,24)==0) { newImage->SetScalarTypeToDouble(); dataSize=sizeof(double); } + if (strncmp("ElementType = MET_SHORT",mystring,23)==0) { newImage->SetScalarTypeToShort(); dataSize=sizeof(short); } + if (strncmp("ElementType = VTK_SHORT",mystring,23)==0) { newImage->SetScalarTypeToShort(); dataSize=sizeof(short); } + if (strncmp("ElementType = MET_FLOAT",mystring,23)==0) { newImage->SetScalarTypeToFloat(); dataSize=sizeof(float); } + if (strncmp("ElementType = VTK_FLOAT",mystring,23)==0) { newImage->SetScalarTypeToFloat(); dataSize=sizeof(float); } + if (strncmp("ElementType = MET_DOUBLE",mystring,24)==0) { newImage->SetScalarTypeToDouble(); dataSize=sizeof(double); } + if (strncmp("ElementType = VTK_DOUBLE",mystring,24)==0) { newImage->SetScalarTypeToDouble(); dataSize=sizeof(double); } } // while fclose(ffIn); @@ -227,15 +261,15 @@ void ReadMHDPlane::Read64lseek() newImage->Initialize(); - int fd; - long long ret; + int fd; + long long ret; std::size_t found; std::string filename; - found = bbGetInputFileName().find_last_of("/\\"); + found = bbGetInputFileName().find_last_of("/\\"); filename = bbGetInputFileName().substr(0,found+1) + elementdatafile ; - long long pos; + long long pos; - long long lsize = dimX*dimY*1 *dataSize; + long long lsize = dimX*dimY*width *dataSize; #if defined(_WIN32) @@ -256,13 +290,13 @@ void ReadMHDPlane::Read64lseek() if (bbGetInputDirectionPlane()=="XY") { newImage->SetSpacing( spcX,spcY,spcZ ); - newImage->SetDimensions( dimX,dimY,1 ); - newImage->SetWholeExtent(0, dimX-1,0,dimY-1,0,0 ); - newImage->SetExtent(0, dimX-1,0,dimY-1,0,0 ); + newImage->SetDimensions( dimX,dimY,width ); + newImage->SetWholeExtent(0, dimX-1,0,dimY-1,0,width-1 ); + newImage->SetExtent(0, dimX-1,0,dimY-1,0,width-1 ); newImage->SetNumberOfScalarComponents(1); newImage->AllocateScalars(); newImage->Update(); - pos = dimX*dimY*(long long)bbGetInputSlice()*dataSize; + pos = dimX*dimY*(long long)slice*dataSize; #if defined(_WIN32) if (_lseeki64( fd, pos, SEEK_SET ) < 0) #else @@ -283,77 +317,36 @@ void ReadMHDPlane::Read64lseek() if (bbGetInputDirectionPlane()=="XZ") { - long long int j; newImage->SetSpacing( spcX,spcZ,spcY ); - newImage->SetDimensions( dimX,dimZ,1 ); - newImage->SetWholeExtent(0, dimX-1,0,dimZ-1,0,0 ); - newImage->SetExtent(0, dimX-1,0,dimZ-1,0,0 ); + newImage->SetDimensions( dimX,dimZ,width ); + newImage->SetWholeExtent(0, dimX-1,0,dimZ-1,0,width-1 ); + newImage->SetExtent(0, dimX-1,0,dimZ-1,0,width-1 ); newImage->SetNumberOfScalarComponents(1); newImage->AllocateScalars(); newImage->Update(); - long long sizeBytesPlane = dimX*dimY*dataSize; - pos = dimX*(long long int)bbGetInputSlice()*dataSize; - char *pImage = (char*)(newImage->GetScalarPointer()); - for (j=0;jSetSpacing( spcY,spcZ,spcX ); - newImage->SetDimensions( dimY,dimZ,1 ); - newImage->SetWholeExtent(0, dimY-1,0,dimZ-1,0,0 ); - newImage->SetExtent(0, dimY-1,0,dimZ-1,0,0 ); + newImage->SetDimensions( dimY,dimZ,width ); + newImage->SetWholeExtent(0, dimY-1,0,dimZ-1,0,width-1 ); + newImage->SetExtent(0, dimY-1,0,dimZ-1,0,width-1 ); newImage->SetNumberOfScalarComponents(1); newImage->AllocateScalars(); newImage->Update(); - long long sizeBytesPlane = dimX*dimY*dataSize; - char *pImage; - for (j=0;jGetScalarPointer(i, j,0 )); - if ((ret = read(fd, pImage , dataSize)) < 0) - { - fprintf(stderr, "Failed reading: %s\n", strerror(errno)); - exit(1); - } - } - } // for j + copy_YZ_plane(fd,newImage,slice+iWidth,iWidth,dimX,dimY,dimZ,dataSize); + } + } // if PLANE YZ #if defined(_WIN32) _close (fd); @@ -365,10 +358,76 @@ void ReadMHDPlane::Read64lseek() } // if ffIn bbSetOutputOut( newImage ); +} + +void ReadMHDPlane::copy_YZ_plane(int fd,vtkImageData *newImage,int slice,int iWidth,int dimX,int dimY,int dimZ,int dataSize) +{ + long long int j; + long long int i; + long long ret; + long long pos; + long long sizeBytesPlane = dimX*dimY*dataSize; + char *pImage; + for (j=0;jGetScalarPointer(i, j,iWidth )); + if ((ret = read(fd, pImage , dataSize)) < 0) + { + fprintf(stderr, "Failed reading: %s\n", strerror(errno)); + exit(1); + } + } // for i + } // for j } +void ReadMHDPlane::copy_XZ_plane(int fd,vtkImageData *newImage,int slice,int iWidth,int dimX,int dimY,int dimZ,int dataSize) +{ + long long int j; + long long ret; + long long pos; + pos = dimX*(long long int)slice*dataSize; + long long sizeBytesPlane = dimX*dimY*dataSize; + char *pImage = (char*)( newImage->GetScalarPointer(0,0,iWidth) ); + for (j=0;j