28#ifndef vtkImageToPoints_h
29#define vtkImageToPoints_h
31#include "vtkImagingHybridModule.h"
58 vtkSetMacro(OutputPointsPrecision,
int);
59 vtkGetMacro(OutputPointsPrecision,
int);
Proxy object to connect input/output ports.
efficient description of an image stencil
Extract all image voxels as points.
int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
This is called by the superclass.
void SetStencilData(vtkImageStencilData *stencil)
Only extract the points that lie within the stencil.
int RequestData(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
This is called by the superclass.
int OutputPointsPrecision
int RequestInformation(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
void SetStencilConnection(vtkAlgorithmOutput *port)
Only extract the points that lie within the stencil.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkImageToPoints() override
static vtkImageToPoints * New()
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkAlgorithmOutput * GetStencilConnection()
Only extract the points that lie within the stencil.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.