|
imebra
build 2011-09-18_22-24-41
|
| baseObject.cpp | Implementation of the baseObject class |
| baseObject.h | Declaration of the base classes used by the puntoexe library |
| baseStream.cpp | Implementation of the baseStream class |
| baseStream.h | Declaration of the the base class for the streams (memory, file, ...) used by the puntoexe library |
| buffer.cpp | Implementation of the buffer class |
| buffer.h | Declaration of the buffer class |
| charsetConversion.cpp | Implementation of the charsetConversion class |
| charsetConversion.h | Declaration of the class used to convert a string between different charsets |
| charsetsList.cpp | Implementation of the basic class for the classes that handles the charsets |
| charsetsList.h | Declaration of the the base class for the classes that need to be aware of the Dicom charsets |
| codec.cpp | Implementation of the base class for the codecs |
| codec.h | Declaration of the base class used by the codecs |
| codecFactory.cpp | Implementation of the codecFactory class |
| codecFactory.h | Declaration of the class used to retrieve the codec able to handle the requested transfer syntax |
| colorTransform.cpp | Implementation of the base class for the color transforms |
| colorTransform.h | Declaration of the base class used by all the color transforms |
| colorTransformsFactory.cpp | Implementation of the colorTransformsFactory class |
| colorTransformsFactory.h | Declaration of the class used to retrieve a color transform able to handle the requested color spaces |
| configuration.h | Declaration of the basic data types and of the platform flags (Posix or Windows) |
| criticalSection.cpp | Implementation of the critical sections |
| criticalSection.h | Declaration of the functions that handle the the mutexes |
| data.cpp | Implementation of the data class |
| data.h | Declaration of class used to store a single tag |
| dataCollection.h | Declaration of the base class used by the dataSet and the dataGroup classes |
| dataGroup.cpp | Implementation of the dataGroup class |
| dataGroup.h | Declaration of the class used to store a single dicom group |
| dataHandler.cpp | Implementation of the base class for the data handlers |
| dataHandler.h | Declaration of the base class used by all the data handlers |
| dataHandlerDate.cpp | Implementation of the dataHandlerDate class |
| dataHandlerDate.h | Declaration of the data handler able to handle the dicom tags of type "DA" (date) |
| dataHandlerDateTime.cpp | Implementation of the dataHandlerDateTime class |
| dataHandlerDateTime.h | Declaration of the handler for the date and time |
| dataHandlerDateTimeBase.cpp | Implementation of the base class for the date/time handlers |
| dataHandlerDateTimeBase.h | Declaration of the base class for the time/date handlers |
| dataHandlerNumeric.h | Declaration of the handler for the numeric tags |
| dataHandlerString.cpp | Implementation of the base class for the string handlers |
| dataHandlerString.h | Declaration of the base class used by the string handlers |
| dataHandlerStringAE.cpp | Implementation of the class dataHandlerStringAE |
| dataHandlerStringAE.h | Declaration of the class dataHandlerStringAE |
| dataHandlerStringAS.cpp | Implementation of the class dataHandlerStringAS |
| dataHandlerStringAS.h | Declaration of the class dataHandlerStringAS |
| dataHandlerStringCS.cpp | Implementation of the class dataHandlerStringCS |
| dataHandlerStringCS.h | Declaration of the class dataHandlerStringCS |
| dataHandlerStringDS.cpp | Implementation of the class dataHandlerStringDS |
| dataHandlerStringDS.h | Declaration of the class dataHandlerStringDS |
| dataHandlerStringIS.cpp | Implementation of the class dataHandlerStringIS |
| dataHandlerStringIS.h | Declaration of the class dataHandlerStringIS |
| dataHandlerStringLO.cpp | Implementation of the class dataHandlerStringLO |
| dataHandlerStringLO.h | Declaration of the class dataHandlerStringLO |
| dataHandlerStringLT.cpp | Implementation of the class dataHandlerStringLT |
| dataHandlerStringLT.h | Declaration of the class dataHandlerStringLT |
| dataHandlerStringPN.cpp | Implementation of the class dataHandlerStringPN |
| dataHandlerStringPN.h | Declaration of the class dataHandlerStringPN |
| dataHandlerStringSH.cpp | Implementation of the class dataHandlerStringSH |
| dataHandlerStringSH.h | Declaration of the class dataHandlerStringSH |
| dataHandlerStringST.cpp | Implementation of the class dataHandlerStringST |
| dataHandlerStringST.h | Declaration of the class dataHandlerStringST |
| dataHandlerStringUI.cpp | Implementation of the class dataHandlerStringUI |
| dataHandlerStringUI.h | Declaration of the class dataHandlerStringUI |
| dataHandlerStringUnicode.cpp | Implementation of the base class used by the string handlers that need to handle several charsets |
| dataHandlerStringUnicode.h | Declaration of the base class used by the string handlers that need to work with different charsets |
| dataHandlerStringUT.cpp | Implementation of the class dataHandlerStringUT |
| dataHandlerStringUT.h | Declaration of the class dataHandlerStringUT |
| dataHandlerTime.cpp | Implementation of the class dataHandlerTime |
| dataHandlerTime.h | Declaration of the class dataHandlerTime |
| dataSet.cpp | Implementation of the class dataSet |
| dataSet.h | Declaration of the class dataSet |
| dicomCodec.cpp | Implementation of the class dicomCodec |
| dicomCodec.h | Declaration of the class dicomCodec |
| dicomDict.cpp | Implementation of the class dicomDict |
| dicomDict.h | Declaration of the class dicomDict |
| dicomDir.cpp | Implementation of the classes dicomDir and directoryRecord |
| dicomDir.h | Declaration of the classes that parse/create a DICOMDIR structure (dicomDir and directoryRecord) |
| drawBitmap.cpp | Implementation of the transform drawBitmap |
| drawBitmap.h | Declaration of the a class that draw an image into a bitmap |
| exception.cpp | Implementation of the exception classes |
| exception.h | Defines the classes and the macros used to handle the exceptions in the library |
| huffmanTable.cpp | Implementation of the huffman codec |
| huffmanTable.h | Declaration of the huffman codec |
| image.cpp | Implementation of the class image |
| image.h | Declaration of the class image |
| imebra.h | Includes all the headers needed to build an application that uses imebra |
| jpegCodec.cpp | Implementation of the class jpegCodec |
| jpegCodec.h | Declaration of the class jpegCodec |
| LUT.cpp | Implementation of the class lut |
| LUT.h | Declaration of the class lut |
| memory.cpp | Implementation of the memory manager and the memory class |
| memory.h | Declaration of the memory manager and the memory class |
| memoryStream.cpp | Implementation of the memoryStream class |
| memoryStream.h | Declaration of the memoryStream class |
| modalityVOILUT.cpp | Implementation of the class modalityVOILUT |
| modalityVOILUT.h | Declaration of the class modalityVOILUT |
| MONOCHROME1ToMONOCHROME2.cpp | Implementation of the classes for conversion between 2 monochrome color spaces |
| MONOCHROME1ToMONOCHROME2.h | Declaration of the class MONOCHROME1ToMONOCHROME2 |
| MONOCHROME1ToRGB.cpp | Implementation of the class MONOCHROME1ToRGB |
| MONOCHROME1ToRGB.h | Declaration of the class MONOCHROME1ToRGB |
| MONOCHROME2ToRGB.cpp | Implementation of the class MONOCHROME2ToRGB |
| MONOCHROME2ToRGB.h | Declaration of the class MONOCHROME2ToRGB |
| MONOCHROME2ToYBRFULL.cpp | Implementation of the class MONOCHROMEToYBRFULL |
| MONOCHROME2ToYBRFULL.h | Declaration of the class MONOCHROME2ToYBRFULL |
| nullStream.h | Declaration of the nullStream class |
| PALETTECOLORToRGB.cpp | Implementation of the class PALETTECOLORToRGB |
| PALETTECOLORToRGB.h | Declaration of the class PALETTECOLORToRGB |
| RGBToMONOCHROME2.cpp | Implementation of the class RGBToMONOCHROME2 |
| RGBToMONOCHROME2.h | Declaration of the class RGBToMONOCHROME2 |
| RGBToYBRFULL.cpp | Implementation of the class RGBToYBRFULL |
| RGBToYBRFULL.h | Declaration of the class RGBToYBRFULL |
| RGBToYBRPARTIAL.cpp | Implementation of the class RGBToYBRPARTIAL |
| RGBToYBRPARTIAL.h | Declaration of the class RGBToYBRPARTIAL |
| stream.cpp | Implementation of the stream class |
| stream.h | Declaration of the stream class |
| streamController.cpp | Implementation of the streamController class |
| streamController.h | Declaration of the the class used to control the streams |
| streamReader.cpp | Implementation of the streamReader class |
| streamReader.h | Declaration of the the class used to read the streams |
| streamWriter.cpp | Implementation of the streamWriter class |
| streamWriter.h | Declaration of the the class used to write the streams |
| thread.cpp | Implementation of the thread-related functions |
| thread.h | Declaration of a class that represents the threads |
| transaction.cpp | Implementation of the class transaction |
| transaction.h | Declaration of the classes that allow to use the transactions on the writing handlers (see dataHandler) |
| transform.cpp | Implementation of the base class used by the transforms |
| transform.h | Declaration of the base class used by all the transforms |
| transformHighBit.cpp | Implementation of the class transformHighBit |
| transformHighBit.h | Declaration of the class transformHighBit |
| transformsChain.cpp | Implementation of the class transformsChain |
| transformsChain.h | Declaration of the class transformsChain |
| viewHelper.cpp | Implementation of the class view |
| viewHelper.h | Declaration of the a class that help a view or window class to draw a dicom image on the screen |
| VOILUT.cpp | Implementation of the class VOILUT |
| VOILUT.h | Declaration of the class VOILUT |
| waveform.cpp | Implementation of the class waveform |
| waveform.h | Declaration of the class waveform |
| YBRFULLToMONOCHROME2.cpp | Implementation of the class YBRFULLToMONOCHROME2 |
| YBRFULLToMONOCHROME2.h | Declaration of the class YBRFULLToMONOCHROME2 |
| YBRFULLToRGB.cpp | Implementation of the class YBRFULLToRGB |
| YBRFULLToRGB.h | Declaration of the class YBRFULLToRGB |
| YBRPARTIALToRGB.cpp | Implementation of the class YBRPARTIALToRGB |
| YBRPARTIALToRGB.h | Declaration of the class YBRPARTIALToRGB |