Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Macros
vtkImageFillROI.h File Reference
#include "vtkSlicerBaseLogic.h"
#include <vtkImageAlgorithm.h>
Include dependency graph for vtkImageFillROI.h:

Go to the source code of this file.

Classes

class  vtkImageFillROI
 

Macros

#define SHAPE_LINES   2
 
#define SHAPE_POINTS   3
 
#define SHAPE_POLYGON   1
 

Macro Definition Documentation

◆ SHAPE_LINES

#define SHAPE_LINES   2

Definition at line 31 of file vtkImageFillROI.h.

◆ SHAPE_POINTS

#define SHAPE_POINTS   3

Definition at line 32 of file vtkImageFillROI.h.

◆ SHAPE_POLYGON

#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.