16#ifndef vtkAdjacencyMatrixToEdgeTable_h
17#define vtkAdjacencyMatrixToEdgeTable_h
19#include "vtkInfovisCoreModule.h"
22VTK_ABI_NAMESPACE_BEGIN
44 vtkGetStringMacro(ValueArrayName);
45 vtkSetStringMacro(ValueArrayName);
63 vtkGetMacro(MinimumThreshold,
double);
64 vtkSetMacro(MinimumThreshold,
double);
Treats a dense 2-way array of doubles as an adacency matrix and converts it into a vtkTable suitable ...
vtkAdjacencyMatrixToEdgeTable()
static vtkAdjacencyMatrixToEdgeTable * New()
vtkIdType SourceDimension
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkAdjacencyMatrixToEdgeTable() override
a simple class to control print indentation
Superclass for algorithms that produce only vtkTables as output.