GDCM  2.2.6
gdcmIconImageGenerator.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: GDCM (Grassroots DICOM). A DICOM library
4 
5  Copyright (c) 2006-2011 Mathieu Malaterre
6  All rights reserved.
7  See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 
13 =========================================================================*/
14 #ifndef GDCMICONIMAGEGENERATOR_H
15 #define GDCMICONIMAGEGENERATOR_H
16 
17 #include "gdcmPixmap.h"
18 #include "gdcmIconImage.h"
19 
20 namespace gdcm
21 {
22 class IconImageGeneratorInternals;
42 {
43 public:
46 
48  void SetPixmap(const Pixmap& p) { P = p; }
49  Pixmap &GetPixmap() { return *P; }
50  const Pixmap &GetPixmap() const { return *P; }
51 
53  void SetOutputDimensions(const unsigned int dims[2]);
54 
58  void SetPixelMinMax(double min, double max);
59 
63  void AutoPixelMinMax(bool b);
64 
69  void ConvertRGBToPaletteColor(bool b);
70 
74  void SetOutsideValuePixel(double v);
75 
77  bool Generate();
78 
80  const IconImage& GetIconImage() const { return *I; }
81 
82 protected:
83 
84 private:
85  void BuildLUT( Bitmap & bitmap, unsigned int maxcolor );
86 
89  IconImageGeneratorInternals *Internals;
90 };
91 
92 } // end namespace gdcm
93 
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

Generated on Sat Dec 21 2013 05:56:17 for GDCM by doxygen 1.8.5
SourceForge.net Logo