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