Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

gdcmJpegLS.cxx

Go to the documentation of this file.
00001 /*=========================================================================
00002                                                                                 
00003   Program:   gdcm
00004   Module:    $RCSfile: gdcmJpegLS.cxx,v $
00005   Language:  C++
00006   Date:      $Date: 2005/02/05 01:37:09 $
00007   Version:   $Revision: 1.3 $
00008                                                                                 
00009   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
00010   l'Image). All rights reserved. See Doc/License.txt or
00011   http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
00012                                                                                 
00013      This software is distributed WITHOUT ANY WARRANTY; without even
00014      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
00015      PURPOSE.  See the above copyright notices for more information.
00016                                                                                 
00017 =========================================================================*/
00018 #include "gdcmFileHelper.h"
00019 #include "gdcmDebug.h"
00020 
00021 #include <iostream>
00022 #include <fstream>
00023 
00024 namespace gdcm 
00025 {
00026 
00027 //-----------------------------------------------------------------------------
00037 bool gdcm_read_JPEGLS_file (std::ifstream *fp, void *image_buffer)
00038 {
00039    (void)fp;
00040         (void)image_buffer;
00041    gdcmWarningMacro( "Sorry JPEG-LS File not yet taken into account" );
00042    return false;
00043 }
00044 } // end namespace gdcm
00045 
00046 //-----------------------------------------------------------------------------
00047 

Generated on Thu Feb 10 22:17:59 2005 for gdcm by doxygen 1.3.6