Go to the documentation of this file.
36 #ifndef vtkAdjacencyMatrixToEdgeTable_h
37 #define vtkAdjacencyMatrixToEdgeTable_h
39 #include "vtkInfovisCoreModule.h"
63 vtkGetStringMacro(ValueArrayName);
64 vtkSetStringMacro(ValueArrayName);
82 vtkGetMacro(MinimumThreshold,
double);
83 vtkSetMacro(MinimumThreshold,
double);
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.
Treats a dense 2-way array of doubles as an adacency matrix and converts it into a vtkTable suitable ...
static vtkAdjacencyMatrixToEdgeTable * New()
Superclass for algorithms that produce only vtkTables as output.
a simple class to control print indentation
vtkIdType SourceDimension
~vtkAdjacencyMatrixToEdgeTable() override
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
vtkAdjacencyMatrixToEdgeTable()