26#ifndef vtkTableToStructuredGrid_h
27#define vtkTableToStructuredGrid_h
29#include "vtkFiltersGeneralModule.h"
46 vtkSetVector6Macro(WholeExtent,
int);
47 vtkGetVector6Macro(WholeExtent,
int);
54 vtkSetStringMacro(XColumn);
55 vtkGetStringMacro(XColumn);
65 vtkGetMacro(XComponent,
int);
73 vtkSetStringMacro(YColumn);
74 vtkGetStringMacro(YColumn);
83 vtkGetMacro(YComponent,
int);
91 vtkSetStringMacro(ZColumn);
92 vtkGetStringMacro(ZColumn);
101 vtkGetMacro(ZComponent,
int);
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.
topologically regular array of data
converts vtkTable to a vtkStructuredGrid.
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.