14 #ifndef GDCMICONIMAGEGENERATOR_H
15 #define GDCMICONIMAGEGENERATOR_H
22 class IconImageGeneratorInternals;
53 void SetOutputDimensions(
const unsigned int dims[2]);
58 void SetPixelMinMax(
double min,
double max);
63 void AutoPixelMinMax(
bool b);
69 void ConvertRGBToPaletteColor(
bool b);
74 void SetOutsideValuePixel(
double v);
85 void BuildLUT(
Bitmap & bitmap,
unsigned int maxcolor );
89 IconImageGeneratorInternals *Internals;
94 #endif //GDCMICONIMAGEGENERATOR_H
Pixmap class A bitmap based image. Used as parent for both IconImage and the main Pixel Data Image It...
Definition: gdcmPixmap.h:32
Pixmap & GetPixmap()
Definition: gdcmIconImageGenerator.h:49
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
Bitmap class A bitmap based image. Used as parent for both IconImage and the main Pixel Data Image It...
Definition: gdcmBitmap.h:38
void SetPixmap(const Pixmap &p)
Set/Get File.
Definition: gdcmIconImageGenerator.h:48
Class for Smart Pointer.
Definition: gdcmObject.h:26
const Pixmap & GetPixmap() const
Definition: gdcmIconImageGenerator.h:50
IconImageGenerator This filter will generate a valid Icon from the Pixel Data element (an instance of...
Definition: gdcmIconImageGenerator.h:41
const IconImage & GetIconImage() const
Retrieve generated Icon.
Definition: gdcmIconImageGenerator.h:80
Definition: gdcmASN1.h:20