Go to the documentation of this file.
29 #include "vtkFiltersOpenTurnsModule.h"
59 virtual int Process(OT::Sample* input) = 0;
virtual void AddToOutput(OT::Sample *ns, const std::string &name)
Method to add a openturns data to a table as a named column.
A table, which contains similar-typed columns of data.
virtual int FillInputPortInformation(int port, vtkInformation *info) override
Set the input of this filter, a vtkTable.
virtual int Process(OT::Sample *input)=0
Abstract method to process openturns data.
Set of utilities for OpenTURNS<->VTK conversions.
A generic VTK Filter to process vtkTable using openturns algorithm. It expects a vtkTable as first in...
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.