]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFramesInfo.cxx
* vtk/vtkGdcmWriter.[h|cxx] : add the gestion of UID
[gdcm.git] / src / gdcmRLEFramesInfo.cxx
index 361f451aa1f1c208da259e29f59a5afe6feb4279..c79bc22ae73a2160e84f94a4484dc778c4fe210c 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFramesInfo.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/24 16:10:53 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2005/01/26 16:28:58 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -54,4 +54,9 @@ void RLEFramesInfo::Print( std::ostream &os, std::string indent )
    }
 }
 
+void RLEFramesInfo::AddFrame(RLEFrame *frame)
+{
+   Frames.push_back(frame);
+}
+
 } // end namespace gdcm