| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
Class to register color support to dcmimgle library. More...
 Inheritance diagram for DiRegister:
 Inheritance diagram for DiRegister:| Public Member Functions | |
| DiRegister () | |
| constructor | |
| virtual | ~DiRegister () | 
| destructor | |
| virtual DiImage * | createImage (const DiDocument *docu, const EI_Status status, const EP_Interpretation photo) | 
| create color image representation | |
| virtual DiMonoPixel * | createMonoImageData (const DiColorImage *image, const double red, const double green, const double blue) | 
| create monochrome pixel data from color image | |
|  Public Member Functions inherited from DiRegisterBase | |
| DiRegisterBase () | |
| constructor, default | |
| virtual | ~DiRegisterBase () | 
| destructor | |
| Additional Inherited Members | |
|  Static Public Attributes inherited from DiRegisterBase | |
| static DiRegisterBase * | Pointer | 
| global pointer to registered 'dcmimage' library | |
Class to register color support to dcmimgle library.
| 
 | virtual | 
create color image representation
| docu | pointer to dataset (encapsulated) | 
| status | image status | 
| photo | photometric interpretation | 
Implements DiRegisterBase.
| 
 | virtual | 
create monochrome pixel data from color image
| image | pointer to color image | 
| red | coefficient by which the red component is weighted | 
| green | coefficient by which the green component is weighted | 
| blue | coefficient by which the blue component is weighted | 
Implements DiRegisterBase.