dcofsetl.h

来自「转化为DIB位图再显示出来的dicom文件C++代码」· C头文件 代码 · 共 59 行

H
59
字号
/* * *  Copyright (C) 1994-2005, OFFIS * *  This software and supporting documentation were developed by * *    Kuratorium OFFIS e.V. *    Healthcare Information and Communication Systems *    Escherweg 2 *    D-26121 Oldenburg, Germany * *  THIS SOFTWARE IS MADE AVAILABLE,  AS IS,  AND OFFIS MAKES NO  WARRANTY *  REGARDING  THE  SOFTWARE,  ITS  PERFORMANCE,  ITS  MERCHANTABILITY  OR *  FITNESS FOR ANY PARTICULAR USE, FREEDOM FROM ANY COMPUTER DISEASES  OR *  ITS CONFORMITY TO ANY SPECIFICATION. THE ENTIRE RISK AS TO QUALITY AND *  PERFORMANCE OF THE SOFTWARE IS WITH THE USER. * *  Module:  dcmdata * *  Author:  Marco Eichelberg * *  Purpose: definition of class DcmOffsetList * *  Last Update:      $Author: meichel $ *  Update Date:      $Date: 2005/12/08 16:28:23 $ *  Source File:      $Source: /share/dicom/cvs-depot/dcmtk/dcmdata/include/dcmtk/dcmdata/dcofsetl.h,v $ *  CVS/RCS Revision: $Revision: 1.2 $ *  Status:           $State: Exp $ * *  CVS/RCS Log at end of file * */#ifndef DCOFSETL_H#define DCOFSETL_H#include "dcmtk/config/osconfig.h"    /* make sure OS specific configuration is included first */#include "dcmtk/ofstd/oflist.h"      /* for class OFList<T> *//** list of Uint32 values which are interpreted as the offsets *  in a Pixel Data offset table */typedef OFList<Uint32> DcmOffsetList;#endif/* * CVS/RCS Log * $Log: dcofsetl.h,v $ * Revision 1.2  2005/12/08 16:28:23  meichel * Changed include path schema for all DCMTK header files * * Revision 1.1  2002/05/24 14:51:43  meichel * Moved helper methods that are useful for different compression techniques *   from module dcmjpeg to module dcmdata * * */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?