]> Creatis software - gdcm.git/commitdiff
Forgot to commit/upload some valEntry,BinEntry vs DataEntry usefull info
authorjpr <jpr>
Thu, 6 Jul 2006 10:52:14 +0000 (10:52 +0000)
committerjpr <jpr>
Thu, 6 Jul 2006 10:52:14 +0000 (10:52 +0000)
Doc/Website/News.html
Doc/Website/Sidebar.html

index 633b6e6e440dbec262a5490cd678af0b97293a3c..915a0ff9ee17640c7fdcf55a03f3be9f712a96aa 100644 (file)
@@ -146,7 +146,7 @@ Any contribution is welcome.
          <LI>
       3) user created a new image, using existing images (eg MIP, MPR, cartography image)<br>
           c : <TT>CREATED_IMAGE</TT>
-         wq<LI>
+         <LI>
        4) user modified/added some tags *without processing* the pixels (anonymization, etc)<br>
          c : <TT>UNMODIFIED_PIXELS_IMAGE</TT> 
       </UL>
@@ -205,6 +205,10 @@ Any contribution is welcome.
               <TT>New()</TT> and <TT>Delete()</TT>
          <LI> <TT>Register()</TT> and <TT>Unregister()</TT> methods are 
          available.
+         <LI> --> Well ... People from ITK don't seem to agree too much with 
+             that feature.<br>
+          They demand to be allowed to allocate gdcm objects in the stack as
+          well, not only in the heap.
       </UL>
       <LI>
    </UL>
@@ -213,8 +217,19 @@ Any contribution is welcome.
    <UL>
       <LI> Stupid difference between <TT>gdcm::ValEntry</TT> 
            and <TT>gdcm::BinEntry</TT> removed. <br>
-           Only <TT>gdcm::DataEntry</TT> exist, now. <br>  
+           Only <TT>gdcm::DataEntry</TT> exist, now. <br> 
+      <LI>   
+          <TT>void ValEntry::SetValue(std::string const &val)</TT><br>
+          replaced by : <br>
+          <TT>void DataEntry::SetValue(const uint32_t &id, const double
+           &val)</TT><br>
+           and<br>
+           <TT>void DataEntry::SetString(std::string const &value)<TT>
       <LI>
+           <TT>void ValEntry::CopyValEntry(uint16_t gr, uint16_t el)</TT><br>
+           replaced by : <br>
+           <TT>void DataEntry::CopyDataEntry(uint16_t gr, uint16_t el, vr)</TT>
+   <br>      
       <LI>
    </UL> 
       
index 7db6a68f7211dd78e32c79d79ccc4a5ba8a25ea3..2c2bbbce672b0ab29fff414becac61b82eccb00c 100644 (file)
@@ -29,7 +29,7 @@
       <A HREF="News.html#NewsCurrentVersion"
       target="rite">
       News</A>
-      <blink><font size=-2 color="#ffff00">Updated 2006.02.20</font></blink>
+      <blink><font size=-2 color="#ffff00">Updated 2006.07.06</font></blink>
    </TD></TR>
 
    <TR><TD BGCOLOR="#99ccff">