 log4cplus::helpers::AbstractSocket | |
  log4cplus::helpers::ServerSocket | This class implements server sockets |
  log4cplus::helpers::Socket | This class implements client sockets (also called just "sockets") |
 log4cplus::spi::AppenderAttachable | This Interface is for attaching Appenders to objects |
  log4cplus::helpers::AppenderAttachableImpl | This Interface is for attaching Appenders to objects |
   log4cplus::spi::LoggerImpl | This is the central class in the log4cplus package |
    log4cplus::spi::RootLogger | RootLogger sits at the top of the logger hierachy |
  log4cplus::Logger | This is the central class in the log4cplus package |
   OFLogger | Simple wrapper around the "low-level" Logger object to make it easier to switch to a different system |
 backing_store_struct | |
 log4cplus::spi::BaseFactory | This is the base class for all factories |
  log4cplus::spi::AppenderFactory | This abstract class defines the "Factory" interface to create "Appender" objects |
  log4cplus::spi::FilterFactory | This abstract class defines the "Factory" interface to create "Appender" objects |
  log4cplus::spi::LayoutFactory | This abstract class defines the "Factory" interface to create "Layout" objects |
 bitread_perm_state | |
 bitread_working_state | |
 c_derived_tbl | |
 CContextRunMode | |
 Code | |
 log4cplus::ConfigureAndWatchThread | |
 log4cplus::helpers::ConvertIntegerToStringHelper< intType > | |
 CTable | |
 d_derived_tbl | |
 DB_CounterList | |
 DB_ElementList | This class provides a primitive interface for handling a list of flat DICOM elements, similar to DcmItem, but only for use within the database module |
 DB_FindAttr | |
 DB_Private_Handle | |
 DB_SmallDcmElmt | This class provides a primitive interface for handling a flat DICOM element, similar to DcmElement, but only for use within the database module |
 DB_UidList | |
 DcmAssociationConfiguration | This class maintains a list of association negotiation profiles that can be addressed by symbolic keys |
 DcmAssociationConfigurationFile | Helper class that encapsulated methods for filling a DcmAssociationConfiguration object from a config file |
 DcmCodec | Abstract base class for a codec object that can be registered in dcmdata and performs transfer syntax transformation (i.e |
  DcmRLECodecDecoder | Decoder class for RLE |
  DcmRLECodecEncoder | Encoder class for RLE |
  DJCodecDecoder | Abstract codec class for JPEG decoders |
   DJDecoderBaseline | Decoder class for JPEG Baseline (lossy, 8-bit) |
   DJDecoderExtended | Decoder class for JPEG Extended Sequential (lossy, 8/12-bit) |
   DJDecoderLossless | Decoder class for JPEG Lossless (8/12/16-bit) |
   DJDecoderP14SV1 | Decoder class for JPEG Lossless Selection Value 1 (8/12/16-bit) |
   DJDecoderProgressive | Decoder class for JPEG Progressive (lossy, 8/12-bit) |
   DJDecoderSpectralSelection | Decoder class for JPEG Spectral Selection (lossy, 8/12-bit) |
  DJCodecEncoder | Abstract codec class for JPEG encoders |
   DJEncoderBaseline | Encoder class for JPEG Baseline (lossy, 8-bit) |
   DJEncoderExtended | Encoder class for JPEG Extended Sequential (lossy, 8/12-bit) |
   DJEncoderLossless | Encoder class for JPEG Lossless (8/12/16-bit) |
   DJEncoderP14SV1 | Encoder class for JPEG Lossless Selection Value 1 (8/12/16-bit) |
   DJEncoderProgressive | Encoder class for JPEG Progressive (lossy, 8/12-bit) |
   DJEncoderSpectralSelection | Encoder class for JPEG Spectral Selection (lossy, 8/12-bit) |
  DJLSDecoderBase | Abstract codec class for JPEG-LS decoders |
   DJLSLosslessDecoder | Codec class for JPEG-LS lossless only TS decoding |
   DJLSNearLosslessDecoder | Codec class for JPEG-LS lossy and lossless TS decoding |
  DJLSEncoderBase | Abstract codec class for JPEG-LS encoders |
   DJLSLosslessEncoder | Codec class for JPEG-LS lossless only TS encoding |
   DJLSNearLosslessEncoder | Codec class for JPEG-LS lossy and lossless TS encoding |
 DcmCodecList | Singleton that keeps list of registered codecs for dcmdata |
 DcmCodecParameter | Abstract base class for a codec parameter object that describes the settings (modes of operations) for one particular codec (DcmCodec) object |
  DcmRLECodecParameter | Codec parameter for RLE codec |
  DJCodecParameter | Codec parameter for IJG codecs |
  DJLSCodecParameter | Codec parameter for JPEG-LS codecs |
 DcmConsumer | Pure virtual abstract base class for consumers, i.e |
  DcmBufferConsumer | Consumer class that stores data in a buffer provided by the caller |
  DcmFileConsumer | Consumer class that stores data in a plain file |
  DcmOutputFilter | Pure virtual abstract base class for output filters, i.e |
   DcmZLibOutputFilter | Zlib compression filter for output streams |
 DcmDataDictionary | This class implements a loadable DICOM Data Dictionary |
 DcmDicomDir | This class implements support for DICOMDIR files, which are special DICOM files containing a list of directory records, with a logical tree structure being implemented through references between records as byte offsets in file |
 DcmEncoderOutputStream | Abstract class that defines an interface through which encoder classes (such as DcmRLEEncoder) may export their encoded data |
 DcmExtendedNegotiationItem | This helper class is a extended negotiation list entry |
 DcmExtendedNegotiationMap | This helper class maintains a map of extended negotiation lists |
 DcmFileCache | This class implements a simple container that stores an input stream, the position of that input stream corresponding to the start of a DICOM element value field contained in the stream and the current "owner" object |
 DcmFindSCU | This class implements a complete DICOM C-FIND SCU, including association set-up, execution of the C-FIND transaction including processing of results, and closing of the association |
 DcmFindSCUCallback | Abstract base class for Find SCU callbacks |
  DcmFindSCUDefaultCallback | Default implementation of FindSCU callback class |
 DcmHashDict | Hash table of pointers to DcmDictEntry objects |
 DcmHashDictIterator | Iterator class for traversing a DcmHashDict |
 DcmInputStream | Abstract base class for input streams |
  DcmInputBufferStream | Input stream that reads from a buffer of fixed length which must be provided by the caller |
  DcmInputFileStream | Input stream that reads from a plain file |
 DcmInputStreamFactory | Pure virtual abstract base class for input stream factories, i.e |
  DcmInputFileStreamFactory | Input stream factory for plain files |
  DcmInputTempFileStreamFactory | Input stream factory for temporary file handlers |
 DcmJpegHelper | Helper class with static methods used from different dcmjpeg classes (in particular from the encoder and the decoder part) |
 DcmKeyValuePair< T > | This template class implements a simple key - value pair map that is used in template class DcmSimpleMap |
 DcmList | Double-linked list class that maintains pointers to DcmObject instances |
 DcmListNode | Helper class maintaining an entry in a DcmList double-linked list |
 DcmObject | Abstract base class for most classes in module dcmdata |
  DcmElement | Abstract base class for all DICOM elements |
   DcmAttributeTag | Class representing the DICOM value representation 'Attribute Tag' (AT) |
   DcmByteString | Base class for all DICOM value representations storing a character string |
    DcmAgeString | Class representing the DICOM value representation 'Age String' (AS) |
    DcmApplicationEntity | Class representing the DICOM value representation 'Application Entity' (AE) |
    DcmCharString | Base class for DICOM elements with value representation LO, LT, PN, SH, ST, UT |
     DcmLongString | Class representing the DICOM value representation 'Long String' (LO) |
     DcmLongText | Class representing the DICOM value representation 'Long Text' (LT) |
     DcmPersonName | Class representing the DICOM value representation 'Person Name' (PN) |
     DcmShortString | Class representing the DICOM value representation 'Short String' (SH) |
     DcmShortText | Class representing the DICOM value representation 'Short Text' (ST) |
     DcmUnlimitedText | Class representing the DICOM value representation 'Unlimited Text' (UT) |
    DcmCodeString | Class representing the DICOM value representation 'Code String' (CS) |
    DcmDate | Class representing the DICOM value representation 'Date' (DA) |
    DcmDateTime | Class representing the DICOM value representation 'Date Time' (DT) |
    DcmDecimalString | Class representing the DICOM value representation 'Decimal String' (DS) |
    DcmIntegerString | Class representing the DICOM value representation 'Integer String' (IS) |
    DcmTime | Class representing the DICOM value representation 'Time' (TM) |
    DcmUniqueIdentifier | Class representing the DICOM value representation 'Unique Identifier' (UI) |
   DcmFloatingPointDouble | Class representing the DICOM value representation 'Floating Point Double' (FD) |
   DcmFloatingPointSingle | Class representing the DICOM value representation 'Floating Point Single' (FL) |
    DcmOtherFloat | Class representing the DICOM value representation 'Other Float String' (OF) |
   DcmOtherByteOtherWord | Class representing the DICOM value representations 'Other Byte String' (OB) and 'Other Word String' (OW) |
    DcmPixelItem | This class implements a container for a fragment of compressed pixel data |
    DcmPolymorphOBOW | Class representing DICOM elements (such as uncompressed pixel data) that can be interpreted either as OB or as OW, i.e |
     DcmOverlayData | Class used to represent overlay data (60xx,3000) |
     DcmPixelData | The class DcmPixelData stores different pixel representations identified by a type (the transfer syntax) and some representation parameters The three unencapsulated transfer syntaxes belong to the same pixel representation |
   DcmSequenceOfItems | Class representing a DICOM Sequence of Items (SQ) |
    DcmFileFormat | Class handling the DICOM file format (with meta header) |
    DcmPixelSequence | This class implements a sequence of pixel items, i.e |
   DcmSignedLong | Class representing the DICOM value representation 'Signed Long' (SL) |
   DcmSignedShort | Class representing the DICOM value representation 'Signed Short' (SS) |
   DcmUnsignedLong | Class representing the DICOM value representation 'Unsigned Long' (UL) |
    DcmUnsignedLongOffset | Class used for DICOMDIR byte offsets |
   DcmUnsignedShort | Class representing the DICOM value representation 'Unsigned Short' (US) |
  DcmItem | Class representing a list of DICOM elements in which each element has a different tag and elements are maintained in increasing order of tags |
   DcmDataset | Class handling the DICOM dataset format (files without meta header) |
   DcmDirectoryRecord | Class representing a directory record dataset in a DICOMDIR |
   DcmMetaInfo | Class representing the DICOM file meta information header |
 DcmOutputStream | Base class for output streams |
  DcmOutputBufferStream | Output stream that writes into a buffer of fixed length which must be provided by the caller |
  DcmOutputFileStream | Output stream that writes into a plain file |
 DcmPath | Class representing a path of DICOM objects |
 DcmPathNode | Class representing a node in DcmPath |
 DcmPathProcessor | |
 DcmPresentationContextInfo | Structure representing a single Presentation Context |
 DcmPresentationContextItem | This helper class is a presentation context list entry |
 DcmPresentationContextMap | This helper class maintains a map of presentation context lists |
 DcmPresentationState | Grayscale Softcopy Presentation State |
  DVPresentationState | Grayscale Softcopy Presentation State |
 DcmPrivateTagCache | This class implements a cache of Private Creator elements and corresponding reserved tag numbers |
 DcmPrivateTagCacheEntry | Class handling one entry of the Private Tag Cache List |
 DcmProcessSlotType | Structure representing single process in multi-process mode |
 DcmProducer | Pure virtual abstract base class for producers, i.e |
  DcmBufferProducer | Producer class that reads data from a buffer provided by the caller |
  DcmFileProducer | Producer class that reads data from a plain file |
  DcmInputFilter | Pure virtual abstract base class for input filters, i.e |
   DcmZLibInputFilter | Zlib compression filter for input streams |
 DcmProfileEntry | This helper class is a profile list entry |
 DcmProfileMap | This helper class maintains a map of association negotiation profile keys |
 DcmQuant | |
 DcmQuantColorHashTable | This class implements a hash table for colors |
 DcmQuantColorMapping< T1, T2 > | Template class that maps a color image into a palette color image with given color palette |
 DcmQuantColorTable | This class implements a color table that can either be a look-up table or an image color histogram |
 DcmQuantFloydSteinberg | This class implements Floyd-Steinberg error diffusion |
 DcmQuantHistogramItemList | This is a helper class used by class DcmQuantColorHashTable |
 DcmQuantIdent | Pseudo error diffusion class implementing an identity transformation |
 DcmQuantPixel | Objects of this class represent individual RGB pixels |
  DcmQuantHistogramItem | This class extends DcmQuantPixel by an integer value which is used for various purposes |
 DcmQuantPixelBox | Helper structure for class DcmQuantPixelBoxArray |
 DcmQuantPixelBoxArray | Helper class for the Median Cut algorithm |
 DcmQuantScaleTable | This is a helper class used for temporarily reducing the image bit depth during calculation of an image histogram |
 DcmQueryRetrieveConfig | This class describes configuration settings for a Query/Retrieve SCP Service |
 DcmQueryRetrieveConfigAEEntry | This class describes configuration settings for a single storage area |
 DcmQueryRetrieveConfigConfiguration | This class describes configuration settings for a list of storage areas |
 DcmQueryRetrieveConfigHostEntry | This class describes configuration settings for one symbolic host or vendor |
 DcmQueryRetrieveConfigHostTable | This class describes configuration settings for a list of symbolic hosts or vendors |
 DcmQueryRetrieveConfigPeer | This class describes configuration settings for a remote SCP peer |
 DcmQueryRetrieveConfigQuota | This class describes configuration settings for the quota of a storage area |
 DcmQueryRetrieveDatabaseHandle | Abstract base class for database handles |
  DcmQueryRetrieveIndexDatabaseHandle | This class maintains database handles based on the classical "index.dat" file |
 DcmQueryRetrieveDatabaseHandleFactory | Abstract factory class |
  DcmQueryRetrieveIndexDatabaseHandleFactory | Index database factory class |
 DcmQueryRetrieveDatabaseStatus | This class describes the result of a database operation (for an incoming C-FIND, C-MOVE, C-GET or C-STORE request) in a format that can directly be communicated to the remote SCU in a DIMSE RSP message |
 DcmQueryRetrieveFindContext | This class maintains the context information that is passed to the callback function called by DIMSE_findProvider |
 DcmQueryRetrieveGetContext | This class maintains the context information that is passed to the callback function called by DIMSE_getProvider |
 DcmQueryRetrieveMoveContext | This class maintains the context information that is passed to the callback function called by DIMSE_moveProvider |
 DcmQueryRetrieveOptions | This class encapsulates all the various options that affect the operation of the SCP, in addition to those defined in the config file |
 DcmQueryRetrieveProcessTable | This class maintains a table of client processes |
 DcmQueryRetrieveSCP | Main class for Query/Retrieve Service Class Provider |
 DcmQueryRetrieveStoreContext | This class maintains the context information that is passed to the callback function called by DIMSE_storeProvider |
 DcmQueryRetrieveTelnetInitiator | This class provides the functionality of the telnet initiator application |
 DcmRepresentationEntry | Object of this class maintains one compression "version" of a PixelData element within a DICOM dataset |
 DcmRepresentationParameter | Abstract base class for codec representation parameter sets |
  DcmRLERepresentationParameter | Representation parameter for RLE |
  DJ_RPLossless | Representation parameter for lossless JPEG |
  DJ_RPLossy | Representation parameter for lossy JPEG |
  DJLSRepresentationParameter | Representation parameter for JPEG-LS |
 DcmRLEDecoder | This class implements an RLE decompressor conforming to the DICOM standard |
 DcmRLEDecoderRegistration | Singleton class that registers an RLE decoder |
 DcmRLEEncoder | This class implements an RLE compressor conforming to the DICOM standard |
 DcmRLEEncoderRegistration | Singleton class that registers an RLE encoder |
 DcmRoleSelectionItem | This helper class is a role selection list entry |
 DcmRoleSelectionMap | This helper class maintains a map of role selection lists |
 DcmSCP | Base class for implementing a DICOM Service Class Provider (SCP) |
 DcmSCU | Base class for implementing DICOM Service Class User functionality |
  DcmTLSSCU | Base class for implementing DICOM TLS-enabled Service Class User functionality |
 DcmSCU::DcmSCUPresContext | Defines presentation context, consisting of one abstract syntax name and a list of transfer syntaxes for this abstract syntax |
 DcmSignature | This class provides the main interface to the dcmsign module - it allows to create, examine and verify digital signatures in DICOM datasets or items |
 DcmSimpleMap< T > | This class implements a simple map of key-value pairs |
 DcmSimpleMap< DcmExtendedNegotiationList * > | |
 DcmSimpleMap< DcmPresentationContextList * > | |
 DcmSimpleMap< DcmProfileEntry * > | |
 DcmSimpleMap< DcmRoleSelectionList * > | |
 DcmSimpleMap< DcmTransferSyntaxList * > | |
 DcmStack | This class manages a stack of pointers to DcmObject instances |
 DcmStackNode | Helper class used by DcmStack |
 DcmTagKey | Class maintaining a attribute tag (group and element number) |
  DcmDictEntry | Each object of this class manages one entry of the global DICOM data dictionary |
  DcmTag | This class encapsulates an attribute tag (group, element) and a VR |
 DcmTempFileHandler | Class that manages the life cycle of a temporary file |
 DcmTransferSyntaxMap | This helper class maintains a map of transfer syntax lists |
 DcmTransportConnection | This class represents a TCP/IP based transport connection which can be a transparent TCP/IP socket communication or a secure transport protocol such as TLS |
  DcmTCPConnection | This class represents a TCP/IP based transport connection |
  DcmTLSConnection | This class represents a TLS (Transport Layer Security) V1 based secure transport connection |
 DcmTransportLayer | Factory class which creates transport layer connections |
  DcmTLSTransportLayer | Factory class which creates secure TLS transport layer connections and maintains the parameters common to all TLS transport connections in one application (e.g |
 DCMTypes | General purpose class hiding constants from the global namespace |
 DcmUIDHandler | Helper class that manages a single DICOM UID |
 DcmVR | Class representing a DICOM Value Representation |
 DcmWriteCache | This class implements a buffering mechanism that is used when writing large elements that reside in file into an output stream |
 DcmXfer | Class that allows for a lookup of Transfer Syntax properties and readable descriptions |
 DecoderStrategy | |
 DefaultTraitsT< sample, pixel > | |
 log4cplus::DiagnosticContext | This is the internal object that is stored on the NDC stack |
 DiBaseLUT | Base class to handle look-up tables |
  DiDisplayLUT | Class to compute and store the Display lookup table |
   DiCIELABLUT | Class to compute and store the CIELAB lookup table |
   DiGSDFLUT | Class to compute and store the GSDF lookup table |
  DiLookupTable | Class to handle color palette look-up tables |
 DiColorOutputPixel | Abstract base class to create color output data |
  DiColorOutputPixelTemplate< T1, T2 > | Template class to create color output data |
 DicomDirImagePlugin | Abstract interface to plugable image support for the DICOMDIR class |
  DicomDirImageImplementation | Implementation of the plugable image support for the DICOMDIR class |
 DicomDirInterface | An interface class for simplified creation of a DICOMDIR |
 DicomImage | Interface class for dcmimgle/dcmimage module |
 DicomImageClass | Class comprising several global functions and constants |
 DiCubicSpline< T1, T2 > | Template class for cubic spline interpolation |
 DiCurveFitting< T1, T2 > | Template class for polynomial curve fitting algorithm |
 DiDisplayFunction | Class to handle hardcopy and softcopy device characteristics file and manage display LUTs (for calibration) |
  DiCIELABFunction | Class to manage CIELAB LUTs (for calibration) |
  DiGSDFunction | Class to manage GSDF LUTs (for calibration) |
 DiImage | Base class for images |
  DiColorImage | Base class for color images |
   DiARGBImage | Class for ARGB images |
   DiCMYKImage | Class for CMYK images |
   DiHSVImage | Class for HSV images |
   DiPaletteImage | Class for PALETTE COLOR images |
   DiRGBImage | Class for RGB images |
   DiYBR422Image | Class for YCbCr Full 4:2:2 images |
   DiYBRImage | Class for YCbCr images |
   DiYBRPart422Image | Class for YCbCr Partial 4:2:2 images |
  DiMonoImage | Base class for monochrome images |
   DiMono1Image | Class for MONOCHROME1 images |
   DiMono2Image | Class for MONOCHROME2 images |
    DiOverlayImage | Class for standalone overlay images |
 DiInputPixel | Abstract base class to convert DICOM pixel stream to intermediate representation |
  DiInputPixelTemplate< T1, T2 > | Template class to convert DICOM pixel stream to intermediate representation |
 DiMonoOutputPixel | Abstract base class to create monochrome output data |
  DiMonoOutputPixelTemplate< T1, T2, T3 > | Template class to create monochrome output data |
 DimseCondition | Helper class with static methods that facilitate the migration from the old stack-based condition handling code in module dcmnet to the new class based code |
 DiObjectCounter | Class to count number of instances (objects created from a certain class) |
  DiDocument | Interface class to DICOM data management (dcmdata) |
  DiLookupTable | Class to handle color palette look-up tables |
  DiMonoModality | Class to handle modality specific transformations (incl |
  DiOverlay | Class to handle a set of overlay planes |
  DiOverlayData | Class to handle overlay pixel data |
 DiOverlayPlane | Class to handle a single overlay plane |
 DiPixel | Abstract base class to handle pixel data |
  DiColorPixel | Abstract base class to handle color pixel data |
   DiColorPixelTemplate< T > | Template class to handle color pixel data |
    DiColorCopyTemplate< T > | Template class to copy color pixel data |
    DiColorFlipTemplate< T > | Template class to flip color images (on pixel data level) horizontally and vertically |
    DiColorRotateTemplate< T > | Template class to rotate color images (on pixel data level) |
    DiColorScaleTemplate< T > | Template class to scale color images (on pixel data level) |
   DiColorPixelTemplate< T2 > | |
    DiCMYKPixelTemplate< T1, T2 > | Template class to handle CMYK pixel data |
    DiHSVPixelTemplate< T1, T2 > | Template class to handle HSV pixel data |
    DiRGBPixelTemplate< T1, T2 > | Template class to handle RGB pixel data |
    DiYBR422PixelTemplate< T1, T2 > | Template class to handle YCbCr Full 4:2:2 pixel data |
    DiYBRPart422PixelTemplate< T1, T2 > | Template class to handle YCbCr Partial 4:2:2 pixel data |
    DiYBRPixelTemplate< T1, T2 > | Template class to handle YCbCr pixel data |
   DiColorPixelTemplate< T3 > | |
    DiARGBPixelTemplate< T1, T2, T3 > | Template class to handle ARGB pixel data |
    DiPalettePixelTemplate< T1, T2, T3 > | Template class to handle Palette color pixel data |
  DiMonoPixel | Abstract base class to handle monochrome pixel data |
   DiMonoPixelTemplate< T > | Template class to handle monochrome pixel data |
    DiColorMonoTemplate< T > | Template class to convert color image to monochrome images |
    DiMonoCopyTemplate< T > | Template class to copy monochrome pixel data |
    DiMonoFlipTemplate< T > | Template class to flip monochrome images (on pixel data level) horizontally and vertically |
    DiMonoRotateTemplate< T > | Template class to rotate monochrome images (on pixel data level) |
    DiMonoScaleTemplate< T > | Template class to scale monochrome images (on pixel data level) |
   DiMonoPixelTemplate< T3 > | |
    DiMonoInputPixelTemplate< T1, T2, T3 > | Template class to convert monochrome pixel data to intermediate representation |
 DiPixelRepresentationTemplate< T > | Template class to determine pixel representation |
  DiColorPixelTemplate< T > | Template class to handle color pixel data |
  DiMonoPixelTemplate< T > | Template class to handle monochrome pixel data |
 DiPixelRepresentationTemplate< T2 > | |
  DiColorOutputPixelTemplate< T1, T2 > | Template class to create color output data |
  DiColorPixelTemplate< T2 > | |
  DiInputPixelTemplate< T1, T2 > | Template class to convert DICOM pixel stream to intermediate representation |
 DiPixelRepresentationTemplate< T3 > | |
  DiColorPixelTemplate< T3 > | |
  DiMonoOutputPixelTemplate< T1, T2, T3 > | Template class to create monochrome output data |
  DiMonoPixelTemplate< T3 > | |
 DiPluginFormat | Abstract interface to plugable image output formats |
  DiJPEGPlugin | Implementation of a JPEG plugin for the dcmimgle/dcmimage library |
  DiPNGPlugin | Implementation of a PNG plugin for the dcmimgle/dcmimage library |
  DiTIFFPlugin | Implementation of a TIFF plugin for the dcmimgle/dcmimage library |
 DiRegisterBase | Abstract base class to register additional libraries |
  DiRegister | Class to register color support to dcmimgle library |
 DiTransTemplate< T > | Template class building the base for other transformations |
  DiFlipTemplate< T > | Template class to flip images (on pixel data level) |
   DiColorFlipTemplate< T > | Template class to flip color images (on pixel data level) horizontally and vertically |
   DiMonoFlipTemplate< T > | Template class to flip monochrome images (on pixel data level) horizontally and vertically |
  DiRotateTemplate< T > | Template class to rotate images (on pixel data level) |
   DiColorRotateTemplate< T > | Template class to rotate color images (on pixel data level) |
   DiMonoRotateTemplate< T > | Template class to rotate monochrome images (on pixel data level) |
  DiScaleTemplate< T > | Template class to scale images (on pixel data level) |
   DiColorScaleTemplate< T > | Template class to scale color images (on pixel data level) |
   DiMonoScaleTemplate< T > | Template class to scale monochrome images (on pixel data level) |
 DJDecoder | Abstract base class for decompression classes |
  DJDecompressIJG12Bit | This class encapsulates the decompression routines of the IJG JPEG library configured for 12 bits/sample |
  DJDecompressIJG16Bit | This class encapsulates the decompression routines of the IJG JPEG library configured for 16 bits/sample |
  DJDecompressIJG8Bit | This class encapsulates the decompression routines of the IJG JPEG library configured for 8 bits/sample |
 DJDecoderRegistration | Singleton class that registers decoders for all supported JPEG processes |
 DJEncoder | Abstract base class for compression classes |
  DJCompressIJG12Bit | This class encapsulates the compression routines of the IJG JPEG library configured for 12 bits/sample |
  DJCompressIJG16Bit | This class encapsulates the compression routines of the IJG JPEG library configured for 16 bits/sample |
  DJCompressIJG8Bit | This class encapsulates the compression routines of the IJG JPEG library configured for 8 bits/sample |
 DJEncoderRegistration | Singleton class that registers encoders for all supported JPEG processes |
 DJLSDecoderRegistration | Singleton class that registers decoders for all supported JPEG-LS processes |
 DJLSEncoderRegistration | Singleton class that registers encoders for all supported JPEG-LS processes |
 DJLSError | Helper class for converting between dcmjpls and CharLS error codes |
 DSRCodedEntryValue | Class for coded entry values |
  DSRCodeTreeNode | Class for content item CODE |
 DSRCompositeReferenceValue | Class for composite reference values |
  DSRCompositeTreeNode | Class for content item COMPOSITE |
  DSRImageReferenceValue | Class for image reference values |
   DSRImageTreeNode | Class for content item IMAGE |
  DSRWaveformReferenceValue | Class for waveform reference values |
   DSRWaveformTreeNode | Class for content item WAVEFORM |
 DSRGraphicData3DItem | Class for graphic data (3D) items |
 DSRGraphicDataItem | Class for graphic data items |
 DSRListOfItems< T > | Template class to store and access items in a list structure |
 DSRListOfItems< DSRGraphicData3DItem > | |
  DSRGraphicData3DList | Class for graphic data (3D) lists |
 DSRListOfItems< DSRGraphicDataItem > | |
  DSRGraphicDataList | Class for graphic data lists |
 DSRListOfItems< DSRWaveformChannelItem > | |
  DSRWaveformChannelList | Class for waveform channel lists |
 DSRListOfItems< Float64 > | |
  DSRReferencedTimeOffsetList | Class for referenced time offset list |
 DSRListOfItems< OFString > | |
  DSRReferencedDatetimeList | Class for referenced datetime list |
 DSRListOfItems< Sint32 > | |
  DSRImageFrameList | Class for image frame list |
 DSRListOfItems< Uint32 > | |
  DSRReferencedSamplePositionList | Class for referenced sample position list |
 DSRNumericMeasurementValue | Class for numeric measurement values |
  DSRNumTreeNode | Class for content item NUM |
 DSRSpatialCoordinates3DValue | Class for spatial coordinate (3D) values |
  DSRSCoord3DTreeNode | Class for content item SCOORD3D |
 DSRSpatialCoordinatesValue | Class for spatial coordinate values |
  DSRSCoordTreeNode | Class for content item SCOORD |
 DSRStringValue | Class for string values |
  DSRDateTimeTreeNode | Class for content item DATETIME |
  DSRDateTreeNode | Class for content item DATE |
  DSRPNameTreeNode | Class for content item PNAME |
  DSRTextTreeNode | Class for content item TEXT |
  DSRTimeTreeNode | Class for content item TIME |
  DSRUIDRefTreeNode | Class for content item UIDREF |
 DSRTemporalCoordinatesValue | Class for spatial coordinate values |
  DSRTCoordTreeNode | Class for content item TCOORD |
 DSRTreeNodeCursor | Class implementing a tree node cursor |
  DSRTree | Class managing a tree of nodes |
   DSRDocumentTree | Class managing the SR document tree |
 DSRTypes | General purpose class hiding global functions, constants and types from the global namespace |
  DSRCodingSchemeIdentificationList | Class that maps Coding Scheme Designators to an external coding system registration, or to a private or local coding scheme |
  DSRContentItem | Interface class for content items |
  DSRDocument | Interface class for 'dcmsr' (DICOM Structured Reporting Documents) |
  DSRIODConstraintChecker | Class for checking the content relationship constraints of an SR IOD (abstract) |
   DSRBasicTextSRConstraintChecker | Class for checking the content relationship constraints of the Basic Text SR IOD |
   DSRChestCadSRConstraintChecker | Class for checking the content relationship constraints of the Chest CAD SR IOD |
   DSRColonCadSRConstraintChecker | Class for checking the content relationship constraints of the Colon CAD SR IOD |
   DSRComprehensiveSRConstraintChecker | Class for checking the content relationship constraints of the Comprehensive SR IOD |
   DSREnhancedSRConstraintChecker | Class for checking the content relationship constraints of the Enhanced SR IOD |
   DSRImplantationPlanSRDocumentConstraintChecker | Class for checking the content relationship constraints of the Implantation Plan SR Document IOD |
   DSRKeyObjectSelectionDocumentConstraintChecker | Class for checking the content relationship constraints of the Key Object Selection Document IOD |
   DSRMacularGridThicknessAndVolumeReportConstraintChecker | Class for checking the content relationship constraints of the Macular Grid Thickness And Volume Report IOD |
   DSRMammographyCadSRConstraintChecker | Class for checking the content relationship constraints of the Mammography CAD SR IOD |
   DSRProcedureLogConstraintChecker | Class for checking the content relationship constraints of the Procedure Log IOD |
   DSRSpectaclePrescriptionReportConstraintChecker | Class for checking the content relationship constraints of the Spectacle Prescription Report IOD |
   DSRXRayRadiationDoseSRConstraintChecker | Class for checking the content relationship constraints of the X-Ray Radiation Dose SR IOD |
  DSRSOPInstanceReferenceList | Class for SOP instance reference lists |
  DSRTree | Class managing a tree of nodes |
  DSRTreeNode | Class for tree nodes |
   DSRDocumentTreeNode | Base class for content items |
    DSRByReferenceTreeNode | Class for by-reference relationships |
    DSRCodeTreeNode | Class for content item CODE |
    DSRCompositeTreeNode | Class for content item COMPOSITE |
    DSRContainerTreeNode | Class for content item CONTAINER |
    DSRDateTimeTreeNode | Class for content item DATETIME |
    DSRDateTreeNode | Class for content item DATE |
    DSRImageTreeNode | Class for content item IMAGE |
    DSRNumTreeNode | Class for content item NUM |
    DSRPNameTreeNode | Class for content item PNAME |
    DSRSCoord3DTreeNode | Class for content item SCOORD3D |
    DSRSCoordTreeNode | Class for content item SCOORD |
    DSRTCoordTreeNode | Class for content item TCOORD |
    DSRTextTreeNode | Class for content item TEXT |
    DSRTimeTreeNode | Class for content item TIME |
    DSRUIDRefTreeNode | Class for content item UIDREF |
    DSRWaveformTreeNode | Class for content item WAVEFORM |
  DSRXMLDocument | Class for XML documents |
 DSRWaveformChannelItem | Class for waveform channel items |
 DSRXMLCursor | Class for XML document cursors |
 dul_abortitems | |
 dul_associatepdu | |
 DUL_ASSOCIATESERVICEPARAMETERS | |
 dul_datapdu | |
 dul_maxlength | |
 DUL_ModeCallback | |
 DUL_PDV | |
 DUL_PDVLIST | |
 DUL_PRESENTATIONCONTEXT | |
 dul_presentationcontext | |
 dul_presentationdatavalue | |
 dul_rejectreleaseabortpdu | |
 dul_subitem | |
 DUL_TRANSFERSYNTAX | |
 DVConfiguration | Configuration class for the Softcopy Presentation State viewer |
  DVInterface | Interface class for the Softcopy Presentation State viewer |
 DVInstanceCache | A class to handle an instance cache (list of items) |
 DVPSAnnotationContent | Representation of a Annotation Content SQ item for Stored Print |
 DVPSAnnotationContent_PList | List of Annotations contained in a stored print object |
 DVPSCurve | Representation of one Curve in a DICOM image |
 DVPSCurve_PList | List of curves contained in image which is attached to a presentation state |
 DVPSDisplayedArea | Item of the displayed area selection sequence in a presentation state |
 DVPSDisplayedArea_PList | List of displayed area selections contained in a presentation state (internal use only) |
 DVPSFilmSession | Basic film session object managed by a Print SCP |
 DVPSGraphicAnnotation | Item of the graphic annotation sequence in a presentation state (internal use only) |
 DVPSGraphicAnnotation_PList | List of graphic annotations contained in a presentation state (internal use only) |
 DVPSGraphicLayer | Item of the graphic layer sequence in a presentation state (internal use only) |
 DVPSGraphicLayer_PList | List of graphic layers contained in a presentation state (internal use only) |
 DVPSGraphicObject | Item of the graphic object sequence in a presentation state (internal use only) |
 DVPSGraphicObject_PList | List of graphic objects contained in a presentation state (internal use only) |
 DVPSHelper | This class contains a collection of static helper methods |
 DVPSImageBoxContent | Representation of a Image Box Content SQ item for Stored Print |
 DVPSImageBoxContent_PList | List of Image Boxes contained in a stored print object |
 DVPSIPCClient | Client for IPC message exchange between different processes of the DICOMscope application |
 DVPSIPCMessage | Class for IPC message exchange between different processes of the DICOMscope application |
 DVPSOverlay | Overlay contained in a presentation state (internal use only) |
 DVPSOverlay_PList | List of overlays contained in a presentation state (internal use only) |
 DVPSOverlayCurveActivationLayer | Curve or overlay activation layer in a presentation state (internal use only) |
 DVPSOverlayCurveActivationLayer_PList | List of curve and overlay activation layers contained in a presentation state (internal use only) |
 DVPSPresentationLUT | Representation of a Presentation LUT Content SQ item for Stored Print |
 DVPSPresentationLUT_PList | List of presentation LUTs contained in a stored print object |
 DVPSPrintEventHandler | Pure abstract event handler class for N-EVENT-REPORT |
 DVPSPrintMessageHandler | Representation of an association used for DICOM Basic Grayscale Print |
 DVPSPrintSCP | Representation of a Print Management SCP |
 DVPSReferencedImage | Item of the referenced image sequence in a presentation state (internal use only) |
 DVPSReferencedImage_PList | List of referenced images contained in a presentation state (internal use only) |
 DVPSReferencedSeries | Item of the referenced series sequence in a presentation state (internal use only) |
 DVPSReferencedSeries_PList | List of referenced series contained in a presentation state (internal use only) |
 DVPSSoftcopyVOI | Representation of one item of the Softcopy VOI LUT Sequence |
 DVPSSoftcopyVOI_PList | List of softcopy VOI LUT items contained in a presentation state (internal use only) |
 DVPSStoredPrint | Representation of a Stored Print object |
 DVPSStoredPrint_PList | List of stored print objects, each of which manages a single Basic Film Box in a Print SCP |
 DVPSTextObject | Item of the text object sequence in a presentation state (internal use only) |
 DVPSTextObject_PList | List of text objects contained in a presentation state (internal use only) |
 DVPSVOILUT | Representation of one VOI LUT in a DICOM image |
 DVPSVOILUT_PList | List of VOI LUTs contained in an image attached to a presentation state |
 DVPSVOIWindow | Representation of one VOI Window in a DICOM image |
 DVPSVOIWindow_PList | List of VOI Windows contained in an image attached to a presentation state |
 DVSeriesCache | A class to handle a series cache (list of items) |
 DVSignatureHandler | Handler for all digital signature related functions in dcmpstat |
 DVStudyCache | A class to handle a study cache (list of items) |
 EncoderStrategy | |
 log4cplus::ErrorHandler | This class is used to "handle" errors encountered in an log4cplus::Appender |
  log4cplus::OnlyOnceErrorHandler | |
 FINDResponse | Class representing a single C-FIND response |
 FINDResponses | Class representing a bunch of FINDResponses from a single C-FIND session |
 FromBigEndian< T > | |
 FSM_ENTRY | |
 FSM_Event_Description | |
 FSM_FUNCTION | |
 GlobalDcmDataDictionary | Encapsulates a data dictionary with access methods which allow safe read and write access from multiple threads in parallel |
 log4cplus::thread::Guard | This is used to lock a mutex |
 log4cplus::HierarchyLocker | This is used to lock a Hierarchy |
 huffd_common_struct | |
 I2DImgSource | |
  I2DBmpSource | This is a I2DImgSource implementation that can parse BMP files and convert them into DICOM images |
  I2DJpegSource | |
 I2DOutputPlug | |
  I2DOutputPlugNewSC | |
  I2DOutputPlugSC | |
  I2DOutputPlugVLP | |
 IdxRecord | This class manages an instance entry of the index file |
 Image2Dcm | |
 ImagesofStudyArray | |
 DSRSOPInstanceReferenceList::InstanceStruct | Internal structure defining the instance list items |
 log4cplus::spi::InternalLoggingEvent | The internal representation of logging events |
 TransformHp2< sample >::INVERSE | |
 TransformShifted< TRANSFORM >::INVERSE | |
 TransformHp1< sample >::INVERSE | |
 TransformHp3< sample >::INVERSE | |
 ItemOffset | Helper structure for item offsets |
 DVStudyCache::ItemStruct | Internal structure defining the list items |
 DSRCodingSchemeIdentificationList::ItemStruct | Internal structure defining the list items |
 DVInstanceCache::ItemStruct | Internal structure defining the list items |
 DVSeriesCache::ItemStruct | Internal structure defining the list items |
 JfifParameters | |
 JHUFF_TBL | |
 JlsCodecFactory< STRATEGY > | |
 JlsContext | |
 JlsCustomParameters | |
  Presets | |
 JlsException | |
 JLSInputStream | |
 JLSOutputStream | |
 JlsParameters | |
 JlsRect | |
 jpeg_c_codec | |
 jpeg_c_main_controller | |
 jpeg_c_prep_controller | |
 jpeg_color_converter | |
 jpeg_color_deconverter | |
 jpeg_color_quantizer | |
 jpeg_common_struct | |
 jpeg_comp_master | |
 jpeg_component_info | |
 jpeg_compress_struct | |
 jpeg_d_codec | |
 jpeg_d_main_controller | |
 jpeg_d_post_controller | |
 jpeg_decomp_master | |
 jpeg_decompress_struct | |
 jpeg_destination_mgr | |
 jpeg_downsampler | |
 jpeg_error_mgr | |
 jpeg_input_controller | |
 jpeg_lossless_c_codec | |
 jpeg_lossless_d_codec | |
 jpeg_lossy_c_codec | |
 jpeg_lossy_d_codec | |
 jpeg_marker_reader | |
 jpeg_marker_struct | |
 jpeg_marker_writer | |
 jpeg_memory_mgr | |
 jpeg_progress_mgr | |
 jpeg_scan_info | |
 jpeg_source_mgr | |
 jpeg_upsampler | |
 JPEGFileMapEntry | Struct that represents a marker in a JPEG file, i.e |
 JpegSegment | |
 JQUANT_TBL | |
 log4cplus::spi::LoggerFactory | Implement this interface to create new instances of Logger or a sub-class of Logger |
  log4cplus::DefaultLoggerFactory | This class is used to create the default implementation of the Logger class |
 log4cplus::LogLevelManager | This class is used to "manage" LogLevel definitions |
 log4cplus::helpers::LogLogUser | This class used to simplify the use of the LogLog class |
  log4cplus::Appender | Extend this class for implementing your own strategies for printing log statements |
   log4cplus::ConsoleAppender | ConsoleAppender appends log events to STD_NAMESPACE cout or STD_NAMESPACE cerr using a layout specified by the user |
   log4cplus::FileAppender | Appends log events to a file |
    log4cplus::DailyRollingFileAppender | DailyRollingFileAppender extends FileAppender so that the underlying file is rolled over at a user chosen frequency |
    log4cplus::RollingFileAppender | RollingFileAppender extends FileAppender to backup the log files when they reach a certain size |
   log4cplus::NullAppender | Appends log events to a file |
   log4cplus::SocketAppender | Sends spi::InternalLoggingEvent objects to a remote a log server |
  log4cplus::helpers::AppenderAttachableImpl | This Interface is for attaching Appenders to objects |
  log4cplus::helpers::SocketBuffer | |
  log4cplus::Hierarchy | This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy |
  log4cplus::Layout | This class is used to layout strings sent to an log4cplus::Appender |
   log4cplus::PatternLayout | A flexible layout configurable with pattern string |
   log4cplus::SimpleLayout | SimpleLayout consists of the LogLevel of the log statement, followed by " - " and then the log message itself |
   log4cplus::TTCCLayout | TTCC layout format consists of time, thread, Logger and nested diagnostic context information, hence the name |
  log4cplus::NDC | Implements nested diagnostic contexts as defined by Neil Harrison in the article "Patterns for Logging
Diagnostic Messages" part of the book "<i>Pattern Languages of
Program Design 3</i>" edited by Martin et al |
  log4cplus::OnlyOnceErrorHandler | |
  log4cplus::PropertyConfigurator | Provides configuration from an external file |
   log4cplus::BasicConfigurator | Use this class to quickly configure the package |
  log4cplus::SocketAppender::ConnectorThread | |
 LosslessTraitsImplT< sample, bitsperpixel > | |
 LosslessTraitsImplT< BYTE, 8 > | |
  LosslessTraitsT< BYTE, 8 > | |
 LosslessTraitsImplT< SAMPLE, bpp > | |
  LosslessTraitsT< SAMPLE, bpp > | |
  LosslessTraitsT< Triplet< SAMPLE >, bpp > | |
 LosslessTraitsImplT< USHORT, 16 > | |
  LosslessTraitsT< USHORT, 16 > | |
 LST_HEAD | General purpose list class for use with dcmnet module |
 log4cplus::thread::ManualResetEvent | |
 MdfConsoleEngine | This class encapsulates data structures and operations for modifying Dicom files from the commandline |
 MdfDatasetManager | This class encapsulates data structures and operations for modifying Dicom files |
 MdfJob | Class reflecting a modify operation (called Job in this context) |
 log4cplus::thread::Mutex | |
 log4cplus::NDCContextCreator | This class ensures that a NDC#push call is always matched with a NDC#pop call even in the face of exceptions |
 log4cplus::spi::ObjectRegistryBase | This is the base class used to implement the functionality required by the ObjectRegistry template class |
  log4cplus::spi::FactoryRegistry< T > | This template class is used as a "Factory Registry" |
 OFauto_ptr< T > | Simple class which makes sure a pointer is deleted once it goes out of scope |
 OFauto_ptr< DecoderStrategy > | |
 OFauto_ptr< ErrorHandler > | |
 OFauto_ptr< Layout > | |
 OFauto_ptr< log4cplus::helpers::Properties > | |
 OFauto_ptr< OFList< pattern::PatternConverter * > > | |
 OFauto_ptr< ProcessLine > | |
 OFauto_ptr< spi::LoggerFactory > | |
 OFauto_ptr_ref< T > | Internal class, don't ever use this directly! This is needed to make the following code work: |
 OFBitmanipTemplate< T > | A template class for bit manipulations |
 OFCmdParam | Internal structure to store valid command line parameters |
 OFCommandLine | Handles command line arguments |
 OFCondition | General purpose class for condition codes |
 OFConditionBase | Abstract base class for condition codes |
  OFConditionConst | This class is used to declare global condition constants |
  OFConditionString | This class is used to declare condition codes with user defined error messages |
 OFConfigFile | Class for reading and evaluating configuration files |
 OFConfigFileCursor | Structure used by class OFConfigFile to store a cursor pointing to the currently selected section and entry in the config data |
 OFConfigFileNode | This class maintains one configuration file entry (key-value pair) and the links that comprise the configuration file tree structure |
 OFConsole | Singleton class which provides thread-safe access to the standard console output and error streams |
 OFConsoleApplication | Support class for console applications |
 OFCRC32 | General-purpose 32-bit CRC algorithm |
 OFDate | This class provides a collection of date functions |
 OFDateTime | This class is a combination of OFDate and OFTime |
 OFFile | This class provides a simple C++ encapsulation layer for stdio FILE pointers |
 OFFilenameCreator | A class for automatically creating unique pseudo-random filenames |
 OFGlobal< T > | Template class which allows to declare global objects that are protected by a Mutex if used in multi-thread applications |
 OFIterator< T > | Iterator class for OFList |
 OFListBase | |
  OFList< T > | Double linked list template class |
  OFList< DcmCodecList * > | |
  OFList< DcmDataset * > | |
  OFList< DcmDictEntry * > | |
   DcmDictEntryList | Ordered list of pointers to DcmDictEntry objects |
  OFList< DcmKeyValuePair< DcmExtendedNegotiationList * > * > | |
  OFList< DcmKeyValuePair< DcmPresentationContextList * > * > | |
  OFList< DcmKeyValuePair< DcmProfileEntry * > * > | |
  OFList< DcmKeyValuePair< DcmRoleSelectionList * > * > | |
  OFList< DcmKeyValuePair< DcmTransferSyntaxList * > * > | |
  OFList< DcmKeyValuePair< T > * > | |
  OFList< DcmPath * > | |
  OFList< DcmPathNode * > | |
  OFList< DcmPrivateTagCacheEntry * > | |
  OFList< DcmProcessSlotType * > | |
  OFList< DcmQuantHistogramItem * > | |
  OFList< DcmQueryRetrieveProcessSlot * > | |
  OFList< DcmRepresentationEntry * > | |
  OFList< DcmSCUPresContext > | |
  OFList< DSRGraphicData3DItem > | |
  OFList< DSRGraphicDataItem > | |
  OFList< DSRWaveformChannelItem > | |
  OFList< DVPSAnnotationContent * > | |
  OFList< DVPSCurve * > | |
  OFList< DVPSDisplayedArea * > | |
  OFList< DVPSGraphicAnnotation * > | |
  OFList< DVPSGraphicLayer * > | |
  OFList< DVPSGraphicObject * > | |
  OFList< DVPSImageBoxContent * > | |
  OFList< DVPSOverlay * > | |
  OFList< DVPSOverlayCurveActivationLayer * > | |
  OFList< DVPSPresentationLUT * > | |
  OFList< DVPSReferencedImage * > | |
  OFList< DVPSReferencedSeries * > | |
  OFList< DVPSSoftcopyVOI * > | |
  OFList< DVPSStoredPrint * > | |
  OFList< DVPSTextObject * > | |
  OFList< DVPSVOILUT * > | |
  OFList< DVPSVOIWindow * > | |
  OFList< FINDResponse * > | |
  OFList< Float64 > | |
  OFList< InstanceStruct * > | |
  OFList< ItemStruct * > | |
  OFList< JPEGFileMapEntry * > | |
  OFList< Logger > | |
  OFList< MdfJob > | |
  OFList< OFCmdOption * > | |
  OFList< OFCmdParam * > | |
  OFList< OFCmdParamPos * > | |
  OFList< OFListIterator_OFString > | |
  OFList< OFString > | |
  OFList< pattern::PatternConverter * > | |
  OFList< SeriesStruct * > | |
  OFList< SharedAppenderPtr > | |
  OFList< Sint32 > | |
  OFList< size_t > | |
  OFList< StudyStruct * > | |
  OFList< Uint32 > | |
  OFList< unsigned char * > | |
  OFList< value_type > | |
  OFList< void * > | |
  OFList< WlmProcessSlotType * > | |
 OFListConstIteratorPDcmDictEntry | |
  DcmDictEntryListConstIterator | Const_iterator class for traversing a DcmDictEntryList |
 OFListIteratorPDcmDictEntry | |
  DcmDictEntryListIterator | Iterator class for traversing a DcmDictEntryList |
 OFListLinkBase | |
  OFListLink< T > | |
 OFLog | Functions for initializing the logging system |
 OFMap< K, V > | Associative container class |
 OFMap< log4cplus::tstring, log4cplus::SharedAppenderPtr > | |
 OFMap< log4cplus::tstring, log4cplus::tstring > | |
 OFMap< log4cplus::tstring, Logger > | |
 OFMap< log4cplus::tstring, ProvisionNode > | |
 OFMap< log4cplus::tstring, void * > | |
 OFMutex | Operating system independent abstraction for mutexes (mutual exclusion locks) |
 OFPair< K, V > | Pair - this implements parts of std::pair's interface |
 OFReadWriteLock | Operating system independent abstraction for read/write locks |
 OFReadWriteLocker | This class aims to provide an easy way for making sure OFReadWriteLocks are unlocked in an exception safe way |
 OFSemaphore | Operating system independent abstraction for semaphores |
 OFSet< T > | This abstract template class provides a data structure and operations for administrating a set of elements of an arbitrary type |
  OFOrderedSet< T > | This template class provides a data structure and operations for administrating an ordered set of elements of an arbitrary type |
  OFUnorderedSet< T > | This template class provides a data structure and operations for administrating an unordered set of elements of an arbitrary type |
 OFSetIterator< T > | This template class represents an iterator class for corresponding set data structures in ofstd |
 OFStackBase | Non-template base class for OFStack |
  OFStack< T > | Template stack class |
  OFStack< DSRTreeNodePointer > | |
  OFStack< OFConfigFileCursor > | |
 OFStackLinkBase | Non-template single linked list class, used to store elements of a stack |
  OFStackLink< T > | Template class used to store stack entries |
 OFStandard | A class for various helper functions |
 OFString | Simple string class that implements a subset of std::string |
 OFThread | Operating system independent abstraction for threads |
 OFThreadSpecificData | Operating system independent abstraction for thread specific data |
 OFTime | This class provides a collection of time functions |
 OFTimer | A class for measurement of time |
 OFVector< T > | This is a resizable array |
 OFVector< JpegSegment * > | |
 OFVector< SAMPLE > | |
 OFVector< signed char > | |
 DcmObject::PrintHelper | Helper class to print a DcmObject to an ostream using operator<< |
 PRIVATE_ASSOCIATIONKEY | |
 PRIVATE_NETWORKKEY | |
 ProcessLine | |
  PostProcesSingleComponent | |
  ProcessTransformed< TRANSFORM > | |
 log4cplus::helpers::Properties | |
 PRV_ASYNCOPERATIONS | |
 PRV_IMPLEMENTATIONCLASSUID | |
 PRV_IMPLEMENTATIONVERSIONNAME | |
 PRV_SCUSCPROLE | |
 SB_BitmapFileHeader | Structure for BMP bitmap file header |
 SB_BitmapInfoHeader | Structure for BMP bitmap info header |
 log4cplus::thread::Semaphore | |
 DSRSOPInstanceReferenceList::SeriesStruct | Internal structure defining the series list items |
 log4cplus::helpers::SharedObject | |
  log4cplus::Appender | Extend this class for implementing your own strategies for printing log statements |
  log4cplus::helpers::LogLog | This class used to output log statements from within the log4cplus package |
  log4cplus::spi::Filter | Users should extend this class to implement customized logging event filtering |
   log4cplus::spi::DenyAllFilter | This filter drops all logging events |
   log4cplus::spi::LogLevelMatchFilter | This is a very simple filter based on LogLevel matching |
   log4cplus::spi::LogLevelRangeFilter | This is a very simple filter based on LogLevel matching, which can be used to reject messages with LogLevels outside a certain range |
   log4cplus::spi::StringMatchFilter | This is a very simple filter based on string matching |
  log4cplus::spi::LoggerImpl | This is the central class in the log4cplus package |
  log4cplus::thread::AbstractThread | There are many cross-platform C++ Threading libraries |
   log4cplus::SocketAppender::ConnectorThread | |
 log4cplus::helpers::SharedObjectPtr< T > | |
 log4cplus::helpers::SharedObjectPtr< ConnectorThread > | |
 log4cplus::helpers::SharedObjectPtr< Filter > | |
 log4cplus::helpers::SharedObjectPtr< LoggerImpl > | |
 SiAlgorithm | Pure virtual base class of the public key crypto systems used for signature creation and verification |
  SiDSA | This class implements the DSA public key crypto algorithms |
  SiRSA | This class implements the RSA public key crypto algorithms |
 SiCertificate | Class representing X.509 public key certificates |
 SiCertificateVerifier | Class representing X.509 public key certificates |
 SiMAC | Base class for all classes that implement hash functions |
  SiMD5 | Class implementing the hash function MD5 |
  SiRIPEMD160 | Class implementing the hash function RIPEMD160 |
  SiSHA1 | Class implementing the hash function SHA1 |
 SiMACConstructor | Class that allows to feed selected parts of a DICOM dataset into the MAC generation code |
 SiPrivateKey | Class representing a private key |
 SiSecurityProfile | Abstract base class for all security profiles |
  SiBaseRSAProfile | Base RSA Digital Signature Profile |
   SiAuthorizationProfile | Authorization Digital Signature Profile |
   SiCreatorProfile | Creator RSA Digital Signature Profile |
  SiNullProfile | Defines a "null" security profile that does not require or forbid any MAC algorithm, signature algorithm, or attribute tag |
 SiTimeStamp | Pure virtual base class for a timestamp client |
 Size | |
 SOPClassExtendedNegotiationSubItem | |
 SP_Interpretation | Structure for photometric string and related constant |
 STRATEGY | |
  JlsCodec< TRAITS, STRATEGY > | |
 StudyDescRecord | This struct defines the structure of each "Study Record" in the index.dat file maintained by this module |
 DSRSOPInstanceReferenceList::StudyStruct | Internal structure defining the study list items |
 log4cplus::thread::SyncGuard< SP > | |
 T_ASC_Association | |
 T_ASC_Network | |
 T_ASC_Parameters | |
 T_ASC_PresentationContext | |
 T_ASC_RejectParameters | |
 T_DIMSE_C_CancelRQ | |
 T_DIMSE_C_EchoRQ | |
 T_DIMSE_C_EchoRSP | |
 T_DIMSE_C_FindRQ | |
 T_DIMSE_C_FindRSP | |
 T_DIMSE_C_GetRQ | |
 T_DIMSE_C_GetRSP | |
 T_DIMSE_C_MoveRQ | |
 T_DIMSE_C_MoveRSP | |
 T_DIMSE_C_StoreRQ | |
 T_DIMSE_C_StoreRSP | |
 T_DIMSE_DetectedCancelParameters | |
 T_DIMSE_Message | |
 T_DIMSE_N_ActionRQ | |
 T_DIMSE_N_ActionRSP | |
 T_DIMSE_N_CreateRQ | |
 T_DIMSE_N_CreateRSP | |
 T_DIMSE_N_DeleteRQ | |
 T_DIMSE_N_DeleteRSP | |
 T_DIMSE_N_EventReportRQ | |
 T_DIMSE_N_EventReportRSP | |
 T_DIMSE_N_GetRQ | |
 T_DIMSE_N_GetRSP | |
 T_DIMSE_N_SetRQ | |
 T_DIMSE_N_SetRSP | |
 T_DIMSE_StoreProgress | |
 TI_DBEntry | |
 TI_GenericCallbackStruct | |
 TI_ImageEntry | |
 TI_SeriesEntry | |
 TI_StudyEntry | |
 log4cplus::helpers::Time | This class represents a Epoch time with microsecond accuracy |
 log4cplus::TraceLogger | This class is used to produce "Trace" logging |
 TransformHp1< sample > | |
 TransformHp2< sample > | |
 TransformHp3< sample > | |
 TransformNoneImpl< sample > | |
  TransformNone< sample > | |
 TransformShifted< TRANSFORM > | |
 Triplet< SAMPLE > | |
 Triplet< sample > | |
  Quad< sample > | |
 user_info | |
 UserIdentityNegotiationSubItem | Abstract base class for User Identity Negotiation user items |
  UserIdentityNegotiationSubItemAC | |
  UserIdentityNegotiationSubItemRQ | Class for User Identity Negotiation request user item |
 vrscan | |
 vrscan_error | |
 WlmActivityManager | This class encapsulates data structures and operations for basic worklist management service class providers |
 WlmConsoleEngineFileSystem | This class encapsulates data structures and operations for a console application that can act as a basic worklist management service class provider based on the file system |
 WlmDataSource | This class encapsulates data structures and operations for connecting to an arbitrary data source in the framework of the DICOM basic worklist management service |
  WlmDataSourceFileSystem | This class encapsulates data structures and operations for connecting to a file-based data source in the framework of the DICOM basic worklist management service |
 WlmFileSystemInteractionManager | This class encapsulates data structures and operations for managing data base interaction in the framework of the DICOM basic worklist management service |
 WlmProcessSlotType | Structure for non-single process mode |
 WlmSuperiorSequenceInfoType | Structure for handling arbitrary types of superior sequences in query result datasets |
 yy_buffer_state | |