Go to the documentation of this file.
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);
converts vtkTable to a vtkStructuredGrid.
Superclass for algorithms that produce only structured grid as output.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Convert input vtkTable to vtkStructuredGrid.
A table, which contains similar-typed columns of data.
topologically regular array of data
int Convert(vtkTable *, vtkStructuredGrid *, int extent[6])
int RequestInformation(vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *outputVector) override
Request information – pass whole extent to the pipeline.
a simple class to control print indentation
~vtkTableToStructuredGrid() override
int FillInputPortInformation(int port, vtkInformation *info) override
Overridden to specify that input must be a vtkTable.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTableToStructuredGrid()
static vtkTableToStructuredGrid * New()