23#include "vtkFiltersGeneralModule.h"
31VTK_ABI_NAMESPACE_BEGIN
62 vtkTable* aa,
vtkTable* bb,
bool checkOnly =
false,
bool allowAbstractColumns =
false);
Proxy object to connect input/output ports.
a simple class to control print indentation
static vtkSumTables * New()
static bool SumTables(vtkTable *aa, vtkTable *bb, bool checkOnly=false, bool allowAbstractColumns=false)
Sum tables aa and bb, storing the result in aa.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetSourceConnection(vtkAlgorithmOutput *source)
Set a pipeline connection on port 1 for the right table.
void SetSourceData(vtkTable *source)
Specify input data on port 1 for the right table.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
~vtkSumTables() override=default
A table, which contains similar-typed columns of data.
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)