]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/kernel/marDicom.cpp
Remove useless files
[creaMaracasVisu.git] / lib / maracasVisuLib / src / kernel / marDicom.cpp
index f89d4c08455d98dc74ba423df167f94bfdd27b16..d928b9ec712f7a5ebaaa8ec6861b5ccbd06be57a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: marDicom.cpp,v $
   Language:  C++
-  Date:      $Date: 2008/10/31 16:32:54 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/11/14 11:33:20 $
+  Version:   $Revision: 1.2 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -14,7 +14,7 @@
      PURPOSE.  See the above copyright notice for more information.
 
 =========================================================================*/
-
+/*
 extern "C"
 {
 #include <idacr.h>
@@ -266,9 +266,9 @@ bool marDicom_ReadAllImageData( wxString& fn,
 // -------------------------------------------------------------------------
 void marDicom::loadVolume( bool force )
 {
-/*
-TODO: this function calls 11 534 336 to kVolume::setPixel !!!!
-*/
+//
+//TODO: this function calls 11 534 336 to kVolume::setPixel !!!!
+//
     wxString number, tmp;
     int size, i, j, k, dx, dy, dz, loc;
     double vX, vY, vZ;
@@ -434,3 +434,4 @@ wxArrayString marDicom::getRelationalArraySerieData( )
 }
 
 // eof - dicom.cxx
+ */