VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkAdjacencyMatrixToEdgeTable Class Reference

#include <vtkAdjacencyMatrixToEdgeTable.h>

Inherits vtkTableAlgorithm.

Public Types

typedef vtkTableAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkAdjacencyMatrixToEdgeTableNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual vtkIdType GetSourceDimension ()
 
virtual void SetSourceDimension (vtkIdType)
 
virtual char * GetValueArrayName ()
 
virtual void SetValueArrayName (const char *)
 
virtual vtkIdType GetMinimumCount ()
 
virtual void SetMinimumCount (vtkIdType)
 
virtual double GetMinimumThreshold ()
 
virtual void SetMinimumThreshold (double)
 

Static Public Member Functions

static
vtkAdjacencyMatrixToEdgeTable
New ()
 
static int IsTypeOf (const char *type)
 
static
vtkAdjacencyMatrixToEdgeTable
SafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkAdjacencyMatrixToEdgeTable ()
 
 ~vtkAdjacencyMatrixToEdgeTable ()
 
int FillInputPortInformation (int, vtkInformation *)
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

vtkIdType SourceDimension
 
char * ValueArrayName
 
vtkIdType MinimumCount
 
double MinimumThreshold
 

Detailed Description

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.

Member Typedef Documentation

typedef vtkTableAlgorithm vtkAdjacencyMatrixToEdgeTable::Superclass

Definition at line 48 of file vtkAdjacencyMatrixToEdgeTable.h.

Constructor & Destructor Documentation

vtkAdjacencyMatrixToEdgeTable::vtkAdjacencyMatrixToEdgeTable ( )
protected
vtkAdjacencyMatrixToEdgeTable::~vtkAdjacencyMatrixToEdgeTable ( )
protected

Member Function Documentation

static vtkAdjacencyMatrixToEdgeTable* vtkAdjacencyMatrixToEdgeTable::New ( )
static
static int vtkAdjacencyMatrixToEdgeTable::IsTypeOf ( const char *  type)
static
virtual int vtkAdjacencyMatrixToEdgeTable::IsA ( const char *  type)
virtual
static vtkAdjacencyMatrixToEdgeTable* vtkAdjacencyMatrixToEdgeTable::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkAdjacencyMatrixToEdgeTable::NewInstanceInternal ( ) const
protectedvirtual
vtkAdjacencyMatrixToEdgeTable* vtkAdjacencyMatrixToEdgeTable::NewInstance ( ) const
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

Member Data Documentation

vtkIdType vtkAdjacencyMatrixToEdgeTable::SourceDimension
protected

Definition at line 90 of file vtkAdjacencyMatrixToEdgeTable.h.

char* vtkAdjacencyMatrixToEdgeTable::ValueArrayName
protected

Definition at line 91 of file vtkAdjacencyMatrixToEdgeTable.h.

vtkIdType vtkAdjacencyMatrixToEdgeTable::MinimumCount
protected

Definition at line 92 of file vtkAdjacencyMatrixToEdgeTable.h.

double vtkAdjacencyMatrixToEdgeTable::MinimumThreshold
protected

Definition at line 93 of file vtkAdjacencyMatrixToEdgeTable.h.


The documentation for this class was generated from the following file: