26#ifndef vtkTableToStructuredGrid_h
27#define vtkTableToStructuredGrid_h
29#include "vtkFiltersGeneralModule.h"
a simple class to control print indentation
vtkStructuredGridAlgorithm()
topologically regular array of data
int FillInputPortInformation(int port, vtkInformation *info) override
Overridden to specify that input must be a vtkTable.
vtkTableToStructuredGrid()
~vtkTableToStructuredGrid() override
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Convert input vtkTable to vtkStructuredGrid.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestInformation(vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *outputVector) override
Request information – pass whole extent to the pipeline.
int Convert(vtkTable *, vtkStructuredGrid *, int extent[6])
static vtkTableToStructuredGrid * New()
A table, which contains similar-typed columns of data.