14 #ifndef vtkTableToStructuredGrid_h
15 #define vtkTableToStructuredGrid_h
17 #include "vtkFiltersGeneralModule.h"
20 VTK_ABI_NAMESPACE_BEGIN
35 vtkSetVector6Macro(WholeExtent,
int);
36 vtkGetVector6Macro(WholeExtent,
int);
43 vtkSetStringMacro(XColumn);
44 vtkGetStringMacro(XColumn);
54 vtkGetMacro(XComponent,
int);
62 vtkSetStringMacro(YColumn);
63 vtkGetStringMacro(YColumn);
72 vtkGetMacro(YComponent,
int);
80 vtkSetStringMacro(ZColumn);
81 vtkGetStringMacro(ZColumn);
90 vtkGetMacro(ZComponent,
int);
129 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input 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.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkStructuredGridAlgorithm * New()
a simple class to control print indentation
VTKACCELERATORSVTKMCORE_EXPORT vtkDataArray * Convert(const vtkm::cont::Field &input)
Superclass for algorithms that produce only structured grid as output.
A table, which contains similar-typed columns of data.
topologically regular array of data
converts vtkTable to a vtkStructuredGrid.