|
GDCM
2.2.0
|
PixmapToPixmapFilter class Super class for all filter taking an image and producing an output image. More...
#include <gdcmPixmapToPixmapFilter.h>
Public Member Functions | |
| PixmapToPixmapFilter () | |
| ~PixmapToPixmapFilter () | |
| Pixmap & | GetInput () |
| const Pixmap & | GetOutput () const |
| Get Output image. | |
Public Member Functions inherited from gdcm::BitmapToBitmapFilter | |
| BitmapToBitmapFilter () | |
| ~BitmapToBitmapFilter () | |
| void | SetInput (const Bitmap &image) |
| Set input image. | |
Additional Inherited Members | |
Protected Attributes inherited from gdcm::BitmapToBitmapFilter | |
| SmartPointer< Bitmap > | Input |
| SmartPointer< Bitmap > | Output |
PixmapToPixmapFilter class Super class for all filter taking an image and producing an output image.
| gdcm::PixmapToPixmapFilter::PixmapToPixmapFilter | ( | ) |
|
inline |
| Pixmap& gdcm::PixmapToPixmapFilter::GetInput | ( | ) |
Reimplemented in gdcm::ImageToImageFilter.
| const Pixmap& gdcm::PixmapToPixmapFilter::GetOutput | ( | ) | const |
Get Output image.
Reimplemented from gdcm::BitmapToBitmapFilter.
Reimplemented in gdcm::ImageToImageFilter.
1.8.1.2