21 #ifndef vtkPolyDataToImageStencil_h
22 #define vtkPolyDataToImageStencil_h
25 #include "vtkImagingStencilModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
56 vtkSetClampMacro(Tolerance,
double, 0.0, 1.0);
57 vtkGetMacro(Tolerance,
double);
64 vtkGetMacro(EnableSMP,
bool);
65 vtkSetMacro(EnableSMP,
bool);
77 static void PolyDataSelector(
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImageStencilSource * New()
abstract class to specify dataset behavior
concrete dataset represents vertices, lines, polygons, and triangle strips
a simple class to control print indentation
efficient description of an image stencil
merge exactly coincident points
list of point or cell ids
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
generate an image stencil
use polydata to mask an image
double Tolerance
The tolerance distance for favoring the inside of the stencil.