Go to the documentation of this file.
33 #ifndef vtkPiecewiseFunctionAlgorithm_h
34 #define vtkPiecewiseFunctionAlgorithm_h
36 #include "vtkCommonExecutionModelModule.h"
vtkDataObject * GetInput(int port)
Superclass for all sources, filters, and sinks in VTK.
~vtkPiecewiseFunctionAlgorithm() override
virtual void SetOutput(vtkDataObject *d)
vtkDataObject * GetOutput(int)
void AddInputData(int, vtkDataObject *)
void AddInputData(vtkDataObject *)
Assign a data object as input.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPiecewiseFunctionAlgorithm * New()
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
vtkDataObject * GetInput()
void SetInputData(vtkDataObject *)
Assign a data object as input.
a simple class to control print indentation
vtkDataObject * GetOutput()
Get the output data object for a port on this algorithm.
abstract class to specify dataset behavior
void SetInputData(int, vtkDataObject *)
Superclass for algorithms that produce only piecewise function as output.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
general representation of visualization data
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkPiecewiseFunctionAlgorithm()