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);
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
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.
VTKACCELERATORSVTKM_EXPORT vtkm::cont::Field Convert(vtkDataArray *input, int association)