38 #ifndef __vtkAdjacencyMatrixToEdgeTable_h
39 #define __vtkAdjacencyMatrixToEdgeTable_h
41 #include "vtkInfovisCoreModule.h"
49 void PrintSelf(ostream& os, vtkIndent indent);
54 vtkGetMacro(SourceDimension, vtkIdType);
55 vtkSetMacro(SourceDimension, vtkIdType);
61 vtkGetStringMacro(ValueArrayName);
62 vtkSetStringMacro(ValueArrayName);
68 vtkGetMacro(MinimumCount, vtkIdType);
69 vtkSetMacro(MinimumCount, vtkIdType);
75 vtkGetMacro(MinimumThreshold,
double);
76 vtkSetMacro(MinimumThreshold,
double);
87 vtkInformationVector**,
88 vtkInformationVector*);
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.
vtkIdType SourceDimension