Go to the documentation of this file.
30 #ifndef vtkImageToStructuredPoints_h
31 #define vtkImageToStructuredPoints_h
33 #include "vtkCommonExecutionModelModule.h"
int FillOutputPortInformation(int, vtkInformation *) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
Attaches image pipeline to VTK.
vtkStructuredPoints * GetStructuredPointsOutput()
Get the output of the filter.
~vtkImageToStructuredPoints() override
Generic algorithm superclass for image algs.
vtkImageData * GetVectorInput()
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
topologically and geometrically regular array of data
a simple class to control print indentation
vtkImageToStructuredPoints()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
static vtkImageToStructuredPoints * New()
void SetVectorInputData(vtkImageData *input)
Set/Get the input object from the image pipeline.