Inheritance diagram for DiRegisterBase:
Public Member Functions | |
DiRegisterBase () | |
constructor, default | |
virtual | ~DiRegisterBase () |
destructor | |
virtual DiImage * | createImage (const DiDocument *docu, const EI_Status status, const EP_Interpretation photo)=0 |
create color image representation (abstract) | |
virtual DiMonoPixel * | createMonoImageData (const DiColorImage *image, const double red, const double green, const double blue)=0 |
create monochrome pixel data of color image (abstract) | |
Static Public Attributes | |
static DiRegisterBase * | Pointer |
global pointer to registered 'dcmimage' library |
Definition at line 59 of file diregbas.h.
|
create color image representation (abstract)
Implemented in DiRegister. |
|
create monochrome pixel data of color image (abstract)
Implemented in DiRegister. |