Go to the documentation of this file.
36 #ifndef vtkAdjacencyMatrixToEdgeTable_h
37 #define vtkAdjacencyMatrixToEdgeTable_h
39 #include "vtkInfovisCoreModule.h"
64 vtkSetStringMacro(ValueArrayName);
82 vtkGetMacro(MinimumThreshold,
double);
Treats a dense 2-way array of doubles as an adacency matrix and converts it into a vtkTable suitable ...
static vtkAdjacencyMatrixToEdgeTable * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
a simple class to control print indentation
vtkIdType SourceDimension
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkAdjacencyMatrixToEdgeTable()
~vtkAdjacencyMatrixToEdgeTable()