33 #ifndef vtkAdjacencyMatrixToEdgeTable_h 34 #define vtkAdjacencyMatrixToEdgeTable_h 36 #include "vtkInfovisCoreModule.h" 61 vtkSetStringMacro(ValueArrayName);
79 vtkGetMacro(MinimumThreshold,
double);
97 double MinimumThreshold;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Superclass for algorithms that produce only vtkTables as output.
Treats a dense 2-way array of doubles as an adacency matrix and converts it into a vtkTable suitable ...