Go to the documentation of this file.
32 #ifndef vtkRectilinearGridAlgorithm_h
33 #define vtkRectilinearGridAlgorithm_h
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKCOMMONEXECUTIONMODEL_EXPORT
vtkDataObject * GetInput(int port)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only rectilinear grid as output.
Superclass for all sources, filters, and sinks in VTK.
a dataset that is topologically regular with variable spacing in the three coordinate directions
vtkRectilinearGrid * GetOutput(int)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
#define vtkTypeMacro(thisClass, superclass)
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void AddInputData(int, vtkDataObject *)
~vtkRectilinearGridAlgorithm()
vtkRectilinearGridAlgorithm()
vtkDataObject * GetInput()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkRectilinearGrid * GetOutput()
void AddInputData(vtkDataObject *)
virtual int FillInputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
void SetInputData(int, vtkDataObject *)
void SetInputData(vtkDataObject *)
vtkRectilinearGrid * GetRectilinearGridInput(int port)
abstract class to specify dataset behavior
static vtkRectilinearGridAlgorithm * New()
general representation of visualization data
virtual void SetOutput(vtkDataObject *d)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)