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 ...
int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.
vtkAdjacencyMatrixToEdgeTable()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkAdjacencyMatrixToEdgeTable()
static vtkAdjacencyMatrixToEdgeTable * New()
vtkIdType SourceDimension
a simple class to control print indentation
Superclass for algorithms that produce only vtkTables as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.