00001 /* 00002 * 00003 * Copyright (C) 1994-2010, OFFIS e.V. 00004 * All rights reserved. See COPYRIGHT file for details. 00005 * 00006 * This software and supporting documentation were developed by 00007 * 00008 * OFFIS e.V. 00009 * R&D Division Health 00010 * Escherweg 2 00011 * D-26121 Oldenburg, Germany 00012 * 00013 * 00014 * Module: dcmdata 00015 * 00016 * Author: Marco Eichelberg 00017 * 00018 * Purpose: definition of class DcmOffsetList 00019 * 00020 * Last Update: $Author: joergr $ 00021 * Update Date: $Date: 2010-10-14 13:15:41 $ 00022 * CVS/RCS Revision: $Revision: 1.4 $ 00023 * Status: $State: Exp $ 00024 * 00025 * CVS/RCS Log at end of file 00026 * 00027 */ 00028 00029 #ifndef DCOFSETL_H 00030 #define DCOFSETL_H 00031 00032 #include "dcmtk/config/osconfig.h" /* make sure OS specific configuration is included first */ 00033 #include "dcmtk/ofstd/oflist.h" /* for class OFList<T> */ 00034 00038 typedef OFList<Uint32> DcmOffsetList; 00039 00040 #endif 00041 00042 /* 00043 * CVS/RCS Log 00044 * $Log: dcofsetl.h,v $ 00045 * Revision 1.4 2010-10-14 13:15:41 joergr 00046 * Updated copyright header. Added reference to COPYRIGHT file. 00047 * 00048 * Revision 1.3 2009-11-04 09:58:07 uli 00049 * Switched to logging mechanism provided by the "new" oflog module 00050 * 00051 * Revision 1.2 2005-12-08 16:28:23 meichel 00052 * Changed include path schema for all DCMTK header files 00053 * 00054 * Revision 1.1 2002/05/24 14:51:43 meichel 00055 * Moved helper methods that are useful for different compression techniques 00056 * from module dcmjpeg to module dcmdata 00057 * 00058 * 00059 */