#include <vtkAdjacencyMatrixToEdgeTable.h>
Inherits vtkTableAlgorithm.
Treats a dense 2-way array of doubles as an adacency matrix and converts it into a vtkTable suitable for use as an edge table with vtkTableToGraph.
- Thanks:
- Developed by Timothy M. Shead (tshea.nosp@m.d@sa.nosp@m.ndia..nosp@m.gov) at Sandia National Laboratories.
- Events:
- vtkCommand::ProgressEvent
- Examples:
- vtkAdjacencyMatrixToEdgeTable (Examples)
Definition at line 44 of file vtkAdjacencyMatrixToEdgeTable.h.
vtkAdjacencyMatrixToEdgeTable::vtkAdjacencyMatrixToEdgeTable |
( |
| ) |
|
|
protected |
vtkAdjacencyMatrixToEdgeTable::~vtkAdjacencyMatrixToEdgeTable |
( |
| ) |
|
|
protected |
static int vtkAdjacencyMatrixToEdgeTable::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkAdjacencyMatrixToEdgeTable::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkAdjacencyMatrixToEdgeTable::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkAdjacencyMatrixToEdgeTable::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual vtkIdType vtkAdjacencyMatrixToEdgeTable::GetSourceDimension |
( |
| ) |
|
|
virtual |
Specifies whether rows or columns become the "source" in the output edge table. 0 = rows, 1 = columns. Default: 0
virtual void vtkAdjacencyMatrixToEdgeTable::SetSourceDimension |
( |
vtkIdType |
| ) |
|
|
virtual |
Specifies whether rows or columns become the "source" in the output edge table. 0 = rows, 1 = columns. Default: 0
virtual char* vtkAdjacencyMatrixToEdgeTable::GetValueArrayName |
( |
| ) |
|
|
virtual |
Controls the name of the output table column that contains edge weights. Default: "value"
virtual void vtkAdjacencyMatrixToEdgeTable::SetValueArrayName |
( |
const char * |
| ) |
|
|
virtual |
Controls the name of the output table column that contains edge weights. Default: "value"
virtual vtkIdType vtkAdjacencyMatrixToEdgeTable::GetMinimumCount |
( |
| ) |
|
|
virtual |
Specifies the minimum number of adjacent edges to include for each source vertex. Default: 0
virtual void vtkAdjacencyMatrixToEdgeTable::SetMinimumCount |
( |
vtkIdType |
| ) |
|
|
virtual |
Specifies the minimum number of adjacent edges to include for each source vertex. Default: 0
virtual double vtkAdjacencyMatrixToEdgeTable::GetMinimumThreshold |
( |
| ) |
|
|
virtual |
Specifies a minimum threshold that an edge weight must exceed to be included in the output. Default: 0.5
virtual void vtkAdjacencyMatrixToEdgeTable::SetMinimumThreshold |
( |
double |
| ) |
|
|
virtual |
Specifies a minimum threshold that an edge weight must exceed to be included in the output. Default: 0.5
int vtkAdjacencyMatrixToEdgeTable::FillInputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
protected |
int vtkAdjacencyMatrixToEdgeTable::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
vtkIdType vtkAdjacencyMatrixToEdgeTable::SourceDimension |
|
protected |
char* vtkAdjacencyMatrixToEdgeTable::ValueArrayName |
|
protected |
vtkIdType vtkAdjacencyMatrixToEdgeTable::MinimumCount |
|
protected |
double vtkAdjacencyMatrixToEdgeTable::MinimumThreshold |
|
protected |
The documentation for this class was generated from the following file: