Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
gdcm::AbortEvent
gdcm::AnonymizeEventAnonymizeEvent Special type of event triggered during the Anonymization process
gdcm::AnonymizerAnonymizer This class is a multi purpose anonymizer. It can work in 2 mode:

  • Full (irreversible) anonymizer (aka dumb mode)
  • reversible de-identifier/re-identifier (aka smart mode). This implements the Basic Application Level Confidentiality Profile, DICOM PS 3.15-2009
gdcm::AnyEvent
gdcm::ApplicationEntityApplicationEntity

  • AE Application Entity
  • A string of characters that identifies an Application Entity with leading and trailing spaces (20H) being non-significant. A value consisting solely of spaces shall not be used.
  • Default Character Repertoire excluding character code 5CH (the BACKSLASH \ in ISO-IR 6), and control characters LF, FF, CR and ESC.
  • 16 bytes maximum
gdcm::ASN1Class for ASN1
gdcm::Attribute< Group, Element, TVR, TVM >Attribute class This class use template metaprograming tricks to let the user know when the template instanciation does not match the public dictionary
gdcm::Attribute< Group, Element, TVR, VM::VM1_8 >
gdcm::Attribute< Group, Element, TVR, VM::VM1_n >
gdcm::Attribute< Group, Element, TVR, VM::VM2_2n >
gdcm::Attribute< Group, Element, TVR, VM::VM2_n >
gdcm::Attribute< Group, Element, TVR, VM::VM3_3n >
gdcm::Attribute< Group, Element, TVR, VM::VM3_n >
gdcm::AudioCodecAudioCodec
gdcm::Base64Class for Base64
gdcm::BasicOffsetTableClass to represent a BasicOffsetTable
gdcm::BitmapBitmap class A bitmap based image. Used as parent for both IconImage and the main Pixel Data Image It does not contains any World Space information (IPP, IOP)
gdcm::ByteBufferByteBuffer
gdcm::ByteSwap< T >ByteSwap
gdcm::ByteSwapFilterByteSwapFilter In place byte-swapping of a dataset FIXME: FL status ??
gdcm::ByteValueClass to represent binary value (array of bytes)
gdcm::CodecCodec class
gdcm::CoderCoder
gdcm::CodeStringCodeString This is an implementation of DICOM VR: CS The cstor will properly Trim so that operator== is correct
gdcm::CommandCommand superclass for callback/observer methods
gdcm::ConstCharWrapperDo not use me
gdcm::CP246ExplicitDataElementClass to read/write a DataElement as CP246Explicit Data Element
gdcm::CryptographicMessageSyntaxClass for CryptographicMessageSyntax encryption. This is just a simple wrapper around openssl PKCS7_encrypt functionalities
gdcm::CSAElementClass to represent a CSA Element
gdcm::CSAHeaderClass for CSAHeader
gdcm::CSAHeaderDictClass to represent a map of CSAHeaderDictEntry
gdcm::CSAHeaderDictEntryClass to represent an Entry in the Dict Does not really exist within the DICOM definition, just a way to minimize storage and have a mapping from gdcm::Tag to the needed information
gdcm::CSAHeaderDictException
gdcm::CurveCurve class to handle element 50xx,3000 Curve Data WARNING: This is deprecated and lastly defined in PS 3.3 - 2004
gdcm::DataElementClass to represent a Data Element either Implicit or Explicit
gdcm::DataElementException
gdcm::DataSetClass to represent a Data Set (which contains Data Elements) A Data Set represents an instance of a real world Information Object
gdcm::DataSetHelperDataSetHelper (internal class, not intended for user level)
gdcm::DecoderDecoder
gdcm::DefinedTermsDefined Terms are used when the specified explicit Values may be extended by implementors to include additional new Values. These new Values shall be specified in the Conformance Statement (see PS 3.2) and shall not have the same meaning as currently defined Values in this standard. A Data Element with Defined Terms that does not contain a Value equivalent to one of the Values currently specified in this standard shall not be considered to have an invalid value. Note: Interpretation Type ID (4008,0210) is an example of a Data Element having Defined Terms. It is defined to have a Value that may be one of the set of standard Values; REPORT or AMENDMENT (see PS 3.3). Because this Data Element has Defined Terms other Interpretation Type IDs may be defined by the implementor
gdcm::DefsFIXME I do not like the name 'Defs'
gdcm::DeltaEncodingCodecDeltaEncodingCodec compression used by some private vendor
gdcm::DICOMDIRDICOMDIR class
gdcm::DICOMDIRGeneratorDICOMDIRGenerator class This is a STD-GEN-CD DICOMDIR generator. ref: PS 3.11-2008 Annex D (Normative) - General Purpose CD-R and DVD Interchange Profiles
gdcm::DictClass to represent a map of DictEntry
gdcm::DictConverterClass to convert a .dic file into something else:

  • CXX code : embeded dict into shared lib (DICT_DEFAULT)
  • Debug mode (DICT_DEBUG)
  • XML dict (DICT_XML)
gdcm::DictEntryClass to represent an Entry in the Dict Does not really exist within the DICOM definition, just a way to minimize storage and have a mapping from gdcm::Tag to the needed information
gdcm::DictPrinterDictPrinter class
gdcm::DictsClass to manipulate the sum of knowledge (all the dict user load)
gdcm::DirectionCosinesClass to handle DirectionCosines
gdcm::DirectoryClass for manipulation directories
gdcm::DummyValueGeneratorClass for generating dummy value
gdcm::DumperCodec class
gdcm::Element< TVR, TVM >Element class
gdcm::Element< TVR, VM::VM1_n >
gdcm::Element< TVR, VM::VM2_2n >
gdcm::Element< TVR, VM::VM2_n >
gdcm::Element< TVR, VM::VM3_3n >
gdcm::Element< TVR, VM::VM3_n >
gdcm::Element< VR::AS, VM::VM5 >
gdcm::Element< VR::OB, VM::VM1 >
gdcm::Element< VR::OW, VM::VM1 >
gdcm::EncapsulatedDocumentEncapsulatedDocument
gdcm::EncodingImplementation< VR::VRASCII >
gdcm::EncodingImplementation< VR::VRBINARY >
gdcm::EndEvent
gdcm::EnumeratedValuesElement. A Data Element with Enumerated Values that does not have a Value equivalent to one of the Values specified in this standard has an invalid value within the scope of a specific Information Object/SOP Class definition. Note: 1. Patient Sex (0010, 0040) is an example of a Data Element having Enumerated Values. It is defined to have a Value that is either "M", "F", or "O" (see PS 3.3). No other Value shall be given to this Data Element. 2. Future modifications of this standard may add to the set of allowed values for Data Elements with Enumerated Values. Such additions by themselves may or may not require a change in SOP Class UIDs, depending on the semantics of the Data Element
gdcm::EventSuperclass for callback/observer methods
gdcm::ExceptionException
gdcm::ExitEvent
gdcm::ExplicitDataElementClass to read/write a DataElement as Explicit Data Element
gdcm::ExplicitImplicitDataElementClass to read/write a DataElement as ExplicitImplicit Data Element
gdcm::FiducialsFiducials
gdcm::FileDICOM File See PS 3.10 File: A File is an ordered string of zero or more bytes, where the first byte is at the beginning of the file and the last byte at the end of the File. Files are identified by a unique File ID and may by written, read and/or deleted
gdcm::FileDerivationFileDerivation class See PS 3.16 - 2008 For the list of Code Value that can be used for in Derivation Code Sequence
gdcm::FileExplicitFilterFileExplicitFilter class After changing a file from Implicit to Explicit representation (see ImageChangeTransferSyntax) one operation is to make sure the VR of each DICOM attribute are accurate and do match the one from PS 3.6. Indeed when a file is written in Implicit reprensentation, the VR is not stored directly in the file
gdcm::FileMetaInformationClass to represent a File Meta Information
gdcm::FilenameClass to manipulate file name's
gdcm::FilenameGeneratorFilenameGenerator
gdcm::FileSetFile-set: A File-set is a collection of DICOM Files (and possibly non-DICOM Files) that share a common naming space within which File IDs are unique
gdcm::FileWithNameFileWithName
gdcm::FragmentClass to represent a Fragment
itk::GDCMImageIO2ImageIO class for reading and writing DICOM V3.0 and ACR/NEMA (V1.0 & V2.0) images This class is only an adaptor to the gdcm library (currently gdcm 2.0 is used):
gdcm::GlobalGlobal
gdcm::GroupDictClass to represent the mapping from group number to its abbreviation and name
gdcm::ignore_char
gdcm::ImageImage
gdcm::ImageApplyLookupTableImageApplyLookupTable class It applies the LUT the PixelData (only PALETTE_COLOR images) Output will be a PhotometricInterpretation=RGB image
gdcm::ImageChangePhotometricInterpretationImageChangePhotometricInterpretation class Class to change the Photometric Interpetation of an input DICOM
gdcm::ImageChangePlanarConfigurationImageChangePlanarConfiguration class Class to change the Planar configuration of an input DICOM By default it will change into the more usual reprensentation: PlanarConfiguration = 0
gdcm::ImageChangeTransferSyntaxImageChangeTransferSyntax class Class to change the transfer syntax of an input DICOM
gdcm::ImageCodecImageCodec
gdcm::ImageConverterImage Converter
gdcm::ImageFragmentSplitterImageFragmentSplitter class For single frame image, DICOM standard allow splitting the frame into multiple fragments
gdcm::ImageHelperImageHelper (internal class, not intended for user level)
gdcm::ImageReaderImageReader
gdcm::ImageToImageFilterImageToImageFilter class Super class for all filter taking an image and producing an output image
gdcm::ImageWriterImageWriter
gdcm::ImplicitDataElementClass to represent an *Implicit VR* Data Element
gdcm::InitializeEvent
gdcm::IODClass for representing a IOD
gdcm::IODEntryClass for representing a IODEntry
gdcm::IODsClass for representing a IODs
gdcm::IPPSorterIPPSorter Implement a simple Image Position (Patient) sorter, along the Image Orientation (Patient) direction. This algorithm does NOT support duplicate and will FAIL in case of duplicate IPP
gdcm::ItemClass to represent an Item A component of the value of a Data Element that is of Value Representation Sequence of Items. An Item contains a Data Set . See PS 3.5 7.5.1 Item Encoding Rules Each Item of a Data Element of VR SQ shall be encoded as a DICOM Standart Data Element with a specific Data Element Tag of Value (FFFE,E000). The Item Tag is followed by a 4 byte Item Length field encoded in one of the following two ways Explicit/ Implicit
gdcm::IterationEvent
gdcm::JPEG12CodecClass to do JPEG 12bits (lossy & lossless)
gdcm::JPEG16CodecClass to do JPEG 16bits (lossless)
gdcm::JPEG2000CodecClass to do JPEG 2000
gdcm::JPEG8CodecClass to do JPEG 8bits (lossy & lossless)
gdcm::JPEGCodecJPEG codec Class to do JPEG (8bits, 12bits, 16bits lossy & lossless). It redispatch in between the different codec implementation: gdcm::JPEG8Codec, gdcm::JPEG12Codec & gdcm::JPEG16Codec It also support inconsistency in between DICOM header and JPEG compressed stream ImageCodec implementation for the JPEG case
gdcm::JPEGLSCodecJPEG-LS
gdcm::KAKADUCodecKAKADUCodec
gdcm::LOLO
gdcm::LookupTableLookupTable class
gdcm::Scanner::ltstr
gdcm::MacroClass for representing a Macro
gdcm::MacrosClass for representing a Modules
gdcm::MD5Class for MD5
gdcm::MediaStorageMediaStorage
gdcm::MemberCommand< T >Command subclass that calls a pointer to a member function
gdcm::ModifiedEvent
gdcm::ModuleClass for representing a Module
gdcm::ModuleEntryClass for representing a ModuleEntry
gdcm::ModulesClass for representing a Modules
gdcm::NestedModuleEntriesClass for representing a NestedModuleEntries
gdcm::NoEvent
gdcm::ObjectObject
gdcm::OrientationClass to handle Orientation
gdcm::OverlayOverlay class
gdcm::ParseExceptionParseException Standard exception handling object
gdcm::ParserParser ala XML_Parser from expat (SAX)
gdcm::PatientSee PS 3.3 - 2007 DICOM MODEL OF THE REAL-WORLD, p 54
gdcm::PDBElementClass to represent a PDB Element
gdcm::PDBHeaderClass for PDBHeader
gdcm::PDFCodecPDFCodec class
gdcm::PersonNamePersonName class
gdcm::PhotometricInterpretationClass to represent an PhotometricInterpretation
gdcm::PixelFormatPixelFormat
gdcm::PixmapPixmap class A bitmap based image. Used as parent for both IconImage and the main Pixel Data Image It does not contains any World Space information (IPP, IOP)
gdcm::PixmapReaderPixmapReader
gdcm::PixmapToPixmapFilterPixmapToPixmapFilter class Super class for all filter taking an image and producing an output image
gdcm::PixmapWriterPixmapWriter This class will takes two inputs: 1. The DICOM DataSet 2. The Image input It will override any info from the Image over the DataSet
gdcm::PNMCodecClass to do PNM PNM is the Portable anymap file format. The main web page can be found at: http://netpbm.sourceforge.net/
gdcm::PreambleDICOM Preamble (Part 10)
gdcm::PrinterPrinter class
gdcm::PrivateDictPrivate Dict
gdcm::PrivateTagClass to represent a Private DICOM Data Element (Attribute) Tag (Group, Element, Owner)
gdcm::ProgressEventProgressEvent Special type of event triggered during
gdcm::PVRGCodecPVRGCodec
gdcm::PythonFilterPythonFilter PythonFilter is the class that make gdcm2.x looks more like gdcm1 and transform the binary blob contained in a DataElement into a string, typically this is a nice feature to have for wrapped language
gdcm::RAWCodecRAWCodec class
gdcm::ReaderReader ala DOM (Document Object Model)
gdcm::RescalerRescale class This class is meant to apply the linear tranform of Stored Pixel Value to Real World Value. This is mostly found in CT or PET dataset, where the value are stored using one type, but need to be converted to another scale using a linear transform. There are basically two cases: In CT: the linear transform is generally integer based. E.g. the Stored Pixel Type is unsigned short 12bits, but to get Hounsfield unit, one need to apply the linear transform:

\[ RWV = 1. * SV - 1024 \]

So the best scalar to store the Real World Value will be 16 bits signed type. In PET: the linear transform is generally floating point based. Since the dynamic range can be quite high, the Rescale Slope / Rescale Intercept can be changing thoughout the Series. So it is important to read all linear transform and deduce the best Pixel Type only at the end (when all the images to be read have been parsed)

gdcm::RLECodecClass to do RLE
gdcm::SerieHelper::Rule
gdcm::ScannerScanner This filter is meant for quickly browsing a FileSet (a set of files on disk). Special consideration are taken so as to read the mimimum amount of information in each file in order to retrieve the user specified set of DICOM Attribute
gdcm::SegmentedPaletteColorLookupTableSegmentedPaletteColorLookupTable class
gdcm::SequenceOfFragmentsClass to represent a Sequence Of Fragments
gdcm::SequenceOfItemsClass to represent a Sequence Of Items (value representation : SQ)

  • a Value Representation for Data Elements that contains a sequence of Data Sets.
  • Sequence of Item allows for Nested Data Sets
gdcm::SerieHelper
gdcm::SeriesSeries
gdcm::SHA1Class for SHA1
gdcm::SimpleMemberCommand< T >Command subclass that calls a pointer to a member function
gdcm::SimpleSubjectWatcherSimpleSubjectWatcher This is a typical Subject Watcher class. It will observe all events
gdcm::SmartPointer< ObjectType >Class for Smart Pointer
gdcm::SOPClassUIDToIODClass convert a class SOP Class UID into IOD
gdcm::SorterSorter General class to do sorting using a custom function You simply need to provide a function of type: Sorter::SortFunction
gdcm::SpacingClass for Spacing
gdcm::SpectroscopySpectroscopy class
gdcm::SplitMosaicFilterSplitMosaicFilter class Class to reshuffle bytes for a SIEMENS Mosaic image
gdcm::StartEvent
gdcm::static_assert_test< x >
gdcm::STATIC_ASSERTION_FAILURE< true >
gdcm::String< TDelimiter, TMaxLength, TPadChar >String
gdcm::StringFilterStringFilter StringFilter is the class that make gdcm2.x looks more like gdcm1 and transform the binary blob contained in a DataElement into a string, typically this is a nice feature to have for wrapped language
gdcm::StudyStudy
gdcm::SubjectSubject
gdcm::SwapCodeSwapCode representation
gdcm::SwapperDoOp
gdcm::SwapperNoOp
gdcm::SystemClass to do system operation
gdcm::TableTable
gdcm::TableEntryTableEntry
gdcm::TableReaderClass for representing a TableReader
gdcm::TagClass to represent a DICOM Data Element (Attribute) Tag (Group, Element). Basically an uint32_t which can also be expressed as two uint16_t (group and element)
gdcm::TagPathClass to handle a path of tag
gdcm::TestingClass for testing
gdcm::TraceTrace
gdcm::TransferSyntaxClass to manipulate Transfer Syntax
gdcm::TypeType
gdcm::UI
gdcm::UIDGeneratorClass for generating unique UID
gdcm::UIDsAll known uids
gdcm::UNExplicitDataElementClass to read/write a DataElement as UNExplicit Data Element
gdcm::UNExplicitImplicitDataElementClass to read/write a DataElement as ExplicitImplicit Data Element This class gather two known bugs: 1. GDCM 1.2.0 would rewrite VR=UN Value Length on 2 bytes instead of 4 bytes 2. GDCM 1.2.0 would also rewrite DataElement as Implicit when the VR would not be known this would only happen in some very rare cases. gdcm 2.X design could handle bug #1 or #2 exclusively, this class can now handle file which have both issues. See: gdcmData/TheralysGDCM120Bug.dcm
gdcm::Unpacker12BitsPack/Unpack 12 bits pixel into 16bits
gdcm::UsageUsage
gdcm::UserEvent
gdcm::ValidateValidate class
gdcm::ValueClass to represent the value of a Data Element
gdcm::ValueIO< TDE, TSwap, TType >Class to dispatch template calls
gdcm::VersionMajor/minor and build version
gdcm::VLValue Length
gdcm::VMValue Multiplicity Looking at the DICOMV3 dict only there is very few cases: 1 2 3 4 5 6 8 16 24 1-2 1-3 1-8 1-32 1-99 1-n 2-2n 2-n 3-3n 3-n
gdcm::VRVR class This is adapted from DICOM standard The biggest difference is the INVALID VR and the composite one that differ from standard (more like an addition) This allow us to represent all the possible case express in the DICOMV3 dict
gdcm::VR16ExplicitDataElementClass to read/write a DataElement as Explicit Data Element
gdcm::VRVLSize< 0 >
gdcm::VRVLSize< 1 >
vtkGDCMImageReader
vtkGDCMImageWriter
vtkGDCMMedicalImageProperties
vtkGDCMPolyDataReader
vtkGDCMTesting
vtkGDCMThreadedImageReader
vtkGDCMThreadedImageReader2
vtkImageColorViewer
vtkImageMapToColors16
vtkImageMapToWindowLevelColors2
vtkImagePlanarComponentsToComponents
vtkImageRGBToYBR
vtkImageYBRToRGB
vtkLookupTable16
gdcm::WaveformWaveform class
gdcm::WriterWriter ala DOM (Document Object Model) This class is a non-validating writer, it will only performs well- formedness check only
gdcm::XMLDictReaderClass for representing a XMLDictReader
gdcm::XMLPrivateDictReaderClass for representing a XMLPrivateDictReader

Generated on Sat Dec 4 2010 08:59:09 for GDCM by doxygen 1.7.2
SourceForge.net Logo