Go to the documentation of this file.
68 #ifndef vtkPolyDataToImageStencil_h
69 #define vtkPolyDataToImageStencil_h
71 #include "vtkImagingStencilModule.h"
102 vtkSetClampMacro(Tolerance,
double, 0.0, 1.0);
103 vtkGetMacro(Tolerance,
double);
111 int extent[6],
int threadId);
117 double z,
double thickness);
double Tolerance
The tolerance distance for favoring the inside of the stencil.
static vtkPolyDataToImageStencil * New()
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
~vtkPolyDataToImageStencil() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static void PolyDataCutter(vtkPolyData *input, vtkPolyData *output, double z)
abstract class to specify dataset behavior
generate an image stencil
virtual void SetInputData(vtkPolyData *)
Specify the implicit function to convert into a stencil.
concrete dataset represents vertices, lines, polygons, and triangle strips
efficient description of an image stencil
void ThreadedExecute(vtkImageStencilData *output, int extent[6], int threadId)
static void PolyDataSelector(vtkPolyData *input, vtkPolyData *output, double z, double thickness)
use polydata to mask an image
vtkPolyDataToImageStencil()
merge exactly coincident points
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override