22#ifndef __vtkImageFillROI_h
23#define __vtkImageFillROI_h
28#include <vtkImageAlgorithm.h>
30#define SHAPE_POLYGON 1
41 void PrintSelf(ostream& os, vtkIndent indent)
override;
59 default:
return "None";
65 if (strcmp(str,
"Polygon") == 0)
69 else if (strcmp(str,
"Lines") == 0)
83 vtkGetObjectMacro(
Points, vtkPoints);
96 int RequestData(vtkInformation* request, vtkInformationVector** inputVectors, vtkInformationVector* outputVector)
override;
virtual void SetPoints(vtkPoints *)
int RequestData(vtkInformation *request, vtkInformationVector **inputVectors, vtkInformationVector *outputVector) override
~vtkImageFillROI() override
static vtkImageFillROI * New()
const char * GetShapeString()
void PrintSelf(ostream &os, vtkIndent indent) override
void SetShapeString(const char *str)