25 #ifndef __vtkTableToStructuredGrid_h
26 #define __vtkTableToStructuredGrid_h
42 vtkSetVector6Macro(WholeExtent,
int);
43 vtkGetVector6Macro(WholeExtent,
int);
48 vtkSetStringMacro(XColumn);
49 vtkGetStringMacro(XColumn);
57 vtkGetMacro(XComponent,
int);
63 vtkSetStringMacro(YColumn);
64 vtkGetStringMacro(YColumn);
71 vtkGetMacro(YComponent,
int);
77 vtkSetStringMacro(ZColumn);
78 vtkGetStringMacro(ZColumn);
85 vtkGetMacro(ZComponent,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
static vtkStructuredGridAlgorithm * New()
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.
void PrintSelf(ostream &os, vtkIndent indent)
A table, which contains similar-typed columns of data.
topologically regular array of data
converts vtkTable to a vtkStructuredGrid.