#include <R3D/ImageFilters/R3DImageFilter.h>
Inherited by R3DCropGrayScaleImage, R3DHistogramMatchedImage, and R3DResizeGrayScaleImage.
Inheritance diagram for R3DImageFilter:
Public Member Functions | |
virtual int | run ()=0 |
Runs the filter. | |
virtual void | initializeImportFilter (ImportFilterType::Pointer importFilter, PixelType *imageData, int width, int height) |
Initializes an ITK import filter with a raw array of data. |
virtual int R3DImageFilter::run | ( | ) | [pure virtual] |
Runs the filter.
Implemented in R3DCropGrayScaleImage, R3DHistogramMatchedImage, and R3DResizeGrayScaleImage.
void R3DImageFilter::initializeImportFilter | ( | ImportFilterType::Pointer | importFilter, | |
PixelType * | imageData, | |||
int | width, | |||
int | height | |||
) | [virtual] |
Initializes an ITK import filter with a raw array of data.
importFilter | The import filter to initialize | |
imageData | Pointer to the raw data | |
width | The width of the image | |
height | The height of the image |