Inheritance diagram for DiMonoScaleTemplate< T >:
Public Member Functions | |
DiMonoScaleTemplate (const DiMonoPixel *pixel, const Uint16 columns, const Uint16 rows, const signed long left_pos, const signed long top_pos, const Uint16 src_cols, const Uint16 src_rows, const Uint16 dest_cols, const Uint16 dest_rows, const Uint32 frames, const int interpolate, const Uint16 pvalue) | |
constructor | |
virtual | ~DiMonoScaleTemplate () |
destructor | |
Private Member Functions | |
void | scale (const T *pixel, const unsigned int bits, const int interpolate, const Uint16 pvalue) |
scale pixel data |
Definition at line 52 of file dimosct.h.
|
constructor
Definition at line 74 of file dimosct.h. References DicomImageClass::checkDebugLevel(), DicomImageClass::DL_Warnings, DiMonoPixel::getBits(), DiPixel::getCount(), DiPixel::getData(), and DiMonoScaleTemplate< T >::scale(). |
|
scale pixel data
Definition at line 121 of file dimosct.h. References DicomImageClass::maxval(). Referenced by DiMonoScaleTemplate< T >::DiMonoScaleTemplate(). |