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