25 #ifndef vtkTableToStructuredGrid_h
26 #define vtkTableToStructuredGrid_h
43 vtkSetVector6Macro(WholeExtent,
int);
44 vtkGetVector6Macro(WholeExtent,
int);
49 vtkSetStringMacro(XColumn);
50 vtkGetStringMacro(XColumn);
58 vtkGetMacro(XComponent,
int);
64 vtkSetStringMacro(YColumn);
65 vtkGetStringMacro(YColumn);
72 vtkGetMacro(YComponent,
int);
78 vtkSetStringMacro(ZColumn);
79 vtkGetStringMacro(ZColumn);
86 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)
#define VTKFILTERSGENERAL_EXPORT
A table, which contains similar-typed columns of data.
topologically regular array of data
converts vtkTable to a vtkStructuredGrid.