26#ifndef vtkTableToStructuredGrid_h
27#define vtkTableToStructuredGrid_h
29#include "vtkFiltersGeneralModule.h"
46 vtkSetVector6Macro(WholeExtent,
int);
47 vtkGetVector6Macro(WholeExtent,
int);
54 vtkSetStringMacro(XColumn);
65 vtkGetMacro(XComponent,
int);
73 vtkSetStringMacro(YColumn);
83 vtkGetMacro(YComponent,
int);
91 vtkSetStringMacro(ZColumn);
101 vtkGetMacro(ZComponent,
int);
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.
topologically regular array of data
converts vtkTable to a vtkStructuredGrid.
vtkTableToStructuredGrid()
~vtkTableToStructuredGrid() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableToStructuredGrid * New()
A table, which contains similar-typed columns of data.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.