 |
VTK
9.0.1
|
Go to the documentation of this file.
21 #ifndef vtkExplicitStructuredGridAlgorithm_h
22 #define vtkExplicitStructuredGridAlgorithm_h
25 #include "vtkCommonExecutionModelModule.h"
~vtkExplicitStructuredGridAlgorithm() override=default
vtkExplicitStructuredGridAlgorithm()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for all sources, filters, and sinks in VTK.
void AddInputData(vtkDataObject *)
Assign a data object as input.
void AddInputData(int, vtkDataObject *)
vtkDataObject * GetInput(int port)
virtual int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkExplicitStructuredGrid * GetExplicitStructuredGridInput(int port)
vtkExplicitStructuredGrid * GetOutput(int)
vtkDataObject * GetInput()
void SetInputData(int, vtkDataObject *)
abstract class to specify dataset behavior
virtual void SetOutput(vtkDataObject *d)
virtual int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Superclass for algorithms that produce only explicit structured grid as output.
static vtkExplicitStructuredGridAlgorithm * New()
structured grid with explicit topology and geometry
virtual vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
general representation of visualization data
void SetInputData(vtkDataObject *)
Assign a data object as input.
vtkExplicitStructuredGrid * GetOutput()
Get the output data object for a port on this algorithm.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.