DiRegisterBase Class Reference

Abstract base class to register additional libraries. More...

Inheritance diagram for DiRegisterBase:

DiRegister List of all members.

Public Member Functions

 DiRegisterBase ()
 constructor, default
virtual ~DiRegisterBase ()
 destructor
virtual DiImagecreateImage (const DiDocument *docu, const EI_Status status, const EP_Interpretation photo)=0
 create color image representation (abstract)
virtual DiMonoPixelcreateMonoImageData (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 DiRegisterBasePointer
 global pointer to registered 'dcmimage' library

Detailed Description

Abstract base class to register additional libraries.

Definition at line 55 of file diregbas.h.


Member Function Documentation

virtual DiImage* DiRegisterBase::createImage ( const DiDocument docu,
const EI_Status  status,
const EP_Interpretation  photo 
) [pure virtual]

create color image representation (abstract)

Parameters:
docu pointer to dataset (encapsulated)
status image status
photo photometric interpretation
Returns:
pointer to new DiImage object (NULL if an error occurred)

Implemented in DiRegister.

virtual DiMonoPixel* DiRegisterBase::createMonoImageData ( const DiColorImage image,
const double  red,
const double  green,
const double  blue 
) [pure virtual]

create monochrome pixel data of color image (abstract)

Parameters:
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
Returns:
pointer to new DiImage object (NULL if an error occurred)

Implemented in DiRegister.


The documentation for this class was generated from the following file:


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1