Pixmap class A bitmap based image. Used as parent for both IconImage and the main Pixel Data Image It does not contains any World Space information (IPP, IOP).
More...
#include <gdcmPixmap.h>
List of all members.
Detailed Description
Pixmap class A bitmap based image. Used as parent for both IconImage and the main Pixel Data Image It does not contains any World Space information (IPP, IOP).
- See also:
- PixmapReader
Constructor & Destructor Documentation
| gdcm::Pixmap::~Pixmap |
( |
|
) |
|
Member Function Documentation
| bool gdcm::Pixmap::AreOverlaysInPixelData |
( |
|
) |
const [virtual] |
returns if Overlays are stored in the unused bit of the pixel data:
Reimplemented from gdcm::Bitmap.
| const Curve& gdcm::Pixmap::GetCurve |
( |
unsigned int |
i = 0 |
) |
const [inline] |
| Curve& gdcm::Pixmap::GetCurve |
( |
unsigned int |
i = 0 |
) |
[inline] |
| IconImage& gdcm::Pixmap::GetIconImage |
( |
|
) |
[inline] |
| const IconImage& gdcm::Pixmap::GetIconImage |
( |
|
) |
const [inline] |
| size_t gdcm::Pixmap::GetNumberOfCurves |
( |
|
) |
const [inline] |
| size_t gdcm::Pixmap::GetNumberOfOverlays |
( |
|
) |
const [inline] |
| const Overlay& gdcm::Pixmap::GetOverlay |
( |
size_t |
i = 0 |
) |
const [inline] |
| Overlay& gdcm::Pixmap::GetOverlay |
( |
size_t |
i = 0 |
) |
[inline] |
| void gdcm::Pixmap::Print |
( |
std::ostream & |
|
) |
const [virtual] |
| void gdcm::Pixmap::RemoveOverlay |
( |
size_t |
i |
) |
[inline] |
| void gdcm::Pixmap::SetIconImage |
( |
IconImage const & |
ii |
) |
[inline] |
| void gdcm::Pixmap::SetNumberOfCurves |
( |
size_t |
n |
) |
[inline] |
| void gdcm::Pixmap::SetNumberOfOverlays |
( |
size_t |
n |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: