Inheritance diagram for DiMonoPixel:
Public Member Functions | |
| DiMonoPixel (const unsigned long count) | |
| constructor | |
| DiMonoPixel (const DiInputPixel *pixel, DiMonoModality *modality) | |
| constructor | |
| DiMonoPixel (DiMonoOutputPixel *pixel, DiMonoModality *modality) | |
| constructor | |
| virtual | ~DiMonoPixel () |
| destructor | |
| int | getPlanes () const |
| get number of planes | |
| virtual int | getMinMaxValues (double &min, double &max) const =0 |
| get minimum and maximum pixel values (abstract) | |
| virtual int | getMinMaxWindow (const int idx, double ¢er, double &width)=0 |
| get automatically computed min-max window (abstract) | |
| virtual int | getRoiWindow (const unsigned long left_pos, const unsigned long top_pos, const unsigned long width, const unsigned long height, const unsigned long columns, const unsigned long rows, const unsigned long frame, double &voiCenter, double &voiWidth)=0 |
| get automatically computed Region of Interest (ROI) window (abstract) | |
| virtual int | getHistogramWindow (const double thresh, double ¢er, double &width)=0 |
| get automatically computed histogram window (abstract) | |
| unsigned int | getBits () const |
| get number of bits per pixel | |
| double | getAbsMinimum () const |
| get absolute minimum pixel value. | |
| double | getAbsMaximum () const |
| get absolute maximum pixel value. | |
| double | getAbsMaxRange () const |
| get absolute pixel range | |
| const char * | getModalityLutExplanation () const |
| get modality LUT explanation string | |
| int | isPotentiallySigned () const |
| check whether pixel data is 'potentially' signed. | |
Protected Member Functions | |
| DiMonoPixel (const DiPixel *pixel, DiMonoModality *modality) | |
| constructor | |
| DiMonoPixel (const DiMonoPixel *pixel, const unsigned long count) | |
| constructor | |
Protected Attributes | |
| DiMonoModality * | Modality |
| pointer to modality transform object | |
Private Member Functions | |
| DiMonoPixel (const DiMonoPixel &) | |
| DiMonoPixel & | operator= (const DiMonoPixel &) |
Definition at line 60 of file dimopx.h.
|
|
constructor
|
|
||||||||||||
|
constructor
|
|
||||||||||||
|
constructor
|
|
||||||||||||
|
constructor
|
|
||||||||||||
|
constructor
|
|
|
get absolute maximum pixel value. The result depends on former transforms.
Definition at line 183 of file dimopx.h. References DiMonoModality::getAbsMaximum(), and Modality. Referenced by getAbsMaxRange(), and DiMonoOutputPixelTemplate< T1, T2, T3 >::nowindow(). |
|
|
get absolute pixel range
Definition at line 192 of file dimopx.h. References getAbsMaximum(), and getAbsMinimum(). Referenced by DiMonoOutputPixelTemplate< T1, T2, T3 >::nowindow(), DiMonoOutputPixelTemplate< T1, T2, T3 >::voilut(), and DiMonoOutputPixelTemplate< T1, T2, T3 >::window(). |
|
|
get absolute minimum pixel value. The result depends on former transforms.
Definition at line 173 of file dimopx.h. References DiMonoModality::getAbsMinimum(), and Modality. Referenced by getAbsMaxRange(), isPotentiallySigned(), DiMonoOutputPixelTemplate< T1, T2, T3 >::nowindow(), DiMonoOutputPixelTemplate< T1, T2, T3 >::voilut(), and DiMonoOutputPixelTemplate< T1, T2, T3 >::window(). |
|
|
get number of bits per pixel
Definition at line 163 of file dimopx.h. References DiMonoModality::getBits(), and Modality. Referenced by DiMonoScaleTemplate< T >::DiMonoScaleTemplate(), and DiMonoOutputPixelTemplate< T1, T2, T3 >::nowindow(). |
|
||||||||||||||||
|
get automatically computed histogram window (abstract)
Implemented in DiMonoPixelTemplate< T >, and DiMonoPixelTemplate< T3 >. |
|
||||||||||||
|
get minimum and maximum pixel values (abstract)
Implemented in DiMonoPixelTemplate< T >, and DiMonoPixelTemplate< T3 >. |
|
||||||||||||||||
|
get automatically computed min-max window (abstract)
Implemented in DiMonoPixelTemplate< T >, and DiMonoPixelTemplate< T3 >. |
|
|
get modality LUT explanation string
Definition at line 201 of file dimopx.h. References DiMonoModality::getExplanation(), and Modality. Referenced by DiMonoImage::getModalityLutExplanation(). |
|
|
get number of planes
Implements DiPixel. |
|
||||||||||||||||||||||||||||||||||||||||
|
get automatically computed Region of Interest (ROI) window (abstract)
Implemented in DiMonoPixelTemplate< T >, and DiMonoPixelTemplate< T3 >. |
|
|
check whether pixel data is 'potentially' signed. This check is necessary to interpret possibly folowing LUT descriptors correctly (see supplement 33)
Definition at line 212 of file dimopx.h. References getAbsMinimum(). |