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