|  | VTK
    9.0.1
    | 
 
 
 
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.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only structured grid as output.
A table, which contains similar-typed columns of data.
static vtkStructuredGridAlgorithm * New()
topologically regular array of data
VTKACCELERATORSVTKM_EXPORT vtkm::cont::Field Convert(vtkDataArray *input, int association)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.