GDCM
2.2.6
|
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. More... | |
const Pixmap & | GetOutputAsPixmap () const |
![]() | |
BitmapToBitmapFilter () | |
~BitmapToBitmapFilter () | |
const Bitmap & | GetOutput () const |
Get Output image. More... | |
const Bitmap & | GetOutputAsBitmap () const |
void | SetInput (const Bitmap &image) |
Set input image. More... | |
Additional Inherited Members | |
![]() | |
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 | ( | ) |
const Pixmap& gdcm::PixmapToPixmapFilter::GetOutput | ( | ) | const |
Get Output image.
const Pixmap& gdcm::PixmapToPixmapFilter::GetOutputAsPixmap | ( | ) | const |