GDCM
2.2.0
|
BitmapToBitmapFilter class Super class for all filter taking an image and producing an output image. More...
#include <gdcmBitmapToBitmapFilter.h>
Public Member Functions | |
BitmapToBitmapFilter () | |
~BitmapToBitmapFilter () | |
const Bitmap & | GetOutput () const |
Get Output image. | |
void | SetInput (const Bitmap &image) |
Set input image. | |
Protected Attributes | |
SmartPointer< Bitmap > | Input |
SmartPointer< Bitmap > | Output |
BitmapToBitmapFilter class Super class for all filter taking an image and producing an output image.
gdcm::BitmapToBitmapFilter::~BitmapToBitmapFilter | ( | ) | [inline] |
const Bitmap& gdcm::BitmapToBitmapFilter::GetOutput | ( | ) | const [inline] |
Get Output image.
Reimplemented in gdcm::ImageToImageFilter, and gdcm::PixmapToPixmapFilter.
void gdcm::BitmapToBitmapFilter::SetInput | ( | const Bitmap & | image | ) |
Set input image.
SmartPointer<Bitmap> gdcm::BitmapToBitmapFilter::Input [protected] |
SmartPointer<Bitmap> gdcm::BitmapToBitmapFilter::Output [protected] |