|
GDCM
2.2.4
|
ImageToImageFilter class Super class for all filter taking an image and producing an output image. More...
#include <gdcmImageToImageFilter.h>
Public Member Functions | |
| ImageToImageFilter () | |
| ~ImageToImageFilter () | |
| Image & | GetInput () |
| const Image & | GetOutput () const |
| Get Output image. More... | |
Public Member Functions inherited from gdcm::PixmapToPixmapFilter | |
| PixmapToPixmapFilter () | |
| ~PixmapToPixmapFilter () | |
| Pixmap & | GetInput () |
| const Pixmap & | GetOutput () const |
| Get Output image. More... | |
| const Pixmap & | GetOutputAsPixmap () const |
Public Member Functions inherited from gdcm::BitmapToBitmapFilter | |
| 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 | |
Protected Attributes inherited from gdcm::BitmapToBitmapFilter | |
| SmartPointer< Bitmap > | Input |
| SmartPointer< Bitmap > | Output |
ImageToImageFilter class Super class for all filter taking an image and producing an output image.
| gdcm::ImageToImageFilter::ImageToImageFilter | ( | ) |
|
inline |
| Image& gdcm::ImageToImageFilter::GetInput | ( | ) |
| const Image& gdcm::ImageToImageFilter::GetOutput | ( | ) | const |
Get Output image.
1.8.6