Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Go to the source code of this file.
Classes | |
class | vtkImageFillROI |
Macros | |
#define | SHAPE_LINES 2 |
#define | SHAPE_POINTS 3 |
#define | SHAPE_POLYGON 1 |
#define SHAPE_LINES 2 |
Definition at line 31 of file vtkImageFillROI.h.
#define SHAPE_POINTS 3 |
Definition at line 32 of file vtkImageFillROI.h.
#define SHAPE_POLYGON 1 |
vtkImageFillROI - Paints on top of an image.
vtkImageFillROI will draw a polygon, line, or points in an image. As opposed to vtkImageDrawROI, which draws only outlines around these shapes, this filter will also fill the inside of polygons. This filter is used when applying image editing effects, while vtkImageDrawROI is used while the user is actually drawing (for temporary interactive display). So it is important that the output from this filter (vtkImageFIllROI) correspond to that of the vtkImageDrawROI filter!
Definition at line 30 of file vtkImageFillROI.h.