36 #ifndef __vtkStructuredGridAlgorithm_h
37 #define __vtkStructuredGridAlgorithm_h
39 #include "vtkAlgorithm.h"
40 #include "vtkStructuredGrid.h"
43 class vtkStructuredGrid;
50 void PrintSelf(ostream& os,
vtkIndent indent);
54 vtkStructuredGrid* GetOutput();
55 vtkStructuredGrid* GetOutput(
int);
70 vtkStructuredGrid *GetStructuredGridInput(
int port);
124 virtual void Execute();
128 virtual int FillOutputPortInformation(
int port,
vtkInformation* info);
129 virtual int FillInputPortInformation(
int port,
vtkInformation* info);
abstract class to specify dataset behavior
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
Superclass for algorithms that produce only structured grid as output.
helper class to get VTK data object types as string and instantiate them