]> Creatis software - gdcm.git/commitdiff
New version Documentation
authorjpr <jpr>
Tue, 22 Nov 2005 08:33:35 +0000 (08:33 +0000)
committerjpr <jpr>
Tue, 22 Nov 2005 08:33:35 +0000 (08:33 +0000)
Doc/Website/News.html
Doc/Website/Sidebar.html

index f17bb7b97616d8656f50eaae426ad6c6389af056..4d4ee35fb0f3deb251a3cee642e674ec77dd3778 100644 (file)
@@ -103,7 +103,9 @@ Any contribution is welcome.
    <UL>
       <LI> 16-bits-LUT full Management
       <LI> User friendly management of <TT>Rescale Slope</TT> and
-           <TT>Rescale Intercept</TT>
+           <TT>Rescale Intercept</TT>.<br>
+           (Well... Maybe it's up to the application to deal with it, not to
+           gdcm ?)
       <LI> Allow manual adjunction / automatic recognition (pfff!...)
            of the private <TT>Dicom Dictionary</TT>
            to be used to parse <TT>Shadow groups</TT> against.
@@ -142,14 +144,24 @@ Any contribution is welcome.
            of gdcm::File*)<br>
            The key is the 'Orientation', the 'Position' 
            or the value of a user choosen 'Tag' <br>
-           -  XCoherentFileSetmap SplitOnOrientation(FileList *fileSet); <br>
-           -  XCoherentFileSetmap SplitOnPosition(FileList *fileSet); <br>
-           -  XCoherentFileSetmap SplitOnTagValue(FileList *fileSet,
-                                       uint16_t group, uint16_t element); <br>
+           -  <TT>XCoherentFileSetmap SplitOnOrientation(FileList *fileSet);
+              </TT><br>
+           -  <TT>XCoherentFileSetmap SplitOnPosition(FileList *fileSet);
+              </TT> <br>
+           -  <TT>XCoherentFileSetmap SplitOnTagValue(FileList *fileSet,
+                                       uint16_t group, uint16_t element);
+              </TT><br>
            These methods must be called by user, depending on what he wants 
            to do, at application time.- *he* only  knows what his Series 
            contain !-
-      <LI>
+      <LI> To avoid memory leaks and seg faults the user intended classes
+           use now a Reference Counter.<br>
+      <UL>
+         <LI> <TT>new()</TT> and <TT>delete()</TT> are replaced by
+              <TT>New()</TT> and <TT>Delete()</TT>
+         <LI> <TT>Register()</TT> and <TT>Unregister()</TT> methods are 
+         available.
+      </UL>
       <LI>
    </UL>
 
@@ -190,6 +202,9 @@ Any contribution is welcome.
 
   
 <!#######################################################################>
+<A CLASS="anchor" NAME="NewsPreviousVersions">
+<!#######################################################################>
+
 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
 <H2>
    <A CLASS="anchor" NAME="NewsVersion1_1">
index a946efc2d7cf38c58a7048b328f21d5c7578d127..40be20cf6125270cea96fda0872dbaa6ab763f65 100644 (file)
@@ -29,7 +29,7 @@
       <A HREF="News.html#NewsCurrentVersion"
       target="rite">
       News</A>
-      <blink><font size=-2 color="#ffff00">Updated 2005.10.23</font></blink>
+      <blink><font size=-2 color="#ffff00">Updated 2005.11.22</font></blink>
    </TD></TR>
 
    <TR><TD BGCOLOR="#99ccff">
@@ -42,6 +42,9 @@
       <A HREF="html.user/index.html"
       target="rite">
       Users documentation</A>
+      <br>
+      <font size=-2 color="#000000">For previous versions, see 
+      <A HREF="News.html#NewsPreviousVersions" target="rite">News</A></font>
    </TD></TR>
 
    <TR><TD BGCOLOR="#99ccff">
       <A HREF="html.developper/index.html"
       target="rite">
       Full Documentation</A>
+      <br>
+       <font size=-2 color="#000000">For previous versions, see 
+      <A HREF="News.html#NewsPreviousVersions" target="rite">News</A></font>      
    </TD></TR>
 
    <TR><TD BGCOLOR="#99ccff">