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);
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int OutputPointsPrecision
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Extract all image voxels as points.
Proxy object to connect input/output ports.
efficient description of an image stencil
static vtkPolyDataAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only polydata as output.