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 | List of all members
vtkPBGLMinimumSpanningTree Class Reference

Minimum spanning tree of a distributed vtkGraph. More...

#include <vtkPBGLMinimumSpanningTree.h>

Inherits vtkGraphAlgorithm.

Public Types

typedef vtkGraphAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkPBGLMinimumSpanningTreeNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetEdgeWeightArrayName (const char *)
 
virtual void SetOutputSelectionType (const char *)
 

Static Public Member Functions

static vtkPBGLMinimumSpanningTreeNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPBGLMinimumSpanningTreeSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkPBGLMinimumSpanningTree ()
 
 ~vtkPBGLMinimumSpanningTree ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 

Detailed Description

Minimum spanning tree of a distributed vtkGraph.

This VTK class uses the Parallel BGL minimum spanning tree generic algorithm to compute the minimum spanning tree of a weighted, undirected graph (a distributed vtkGraph).

See Also
vtkGraph vtkPBGLGraphAdaptor vtkBoostGraphAdapter
Tests:
vtkPBGLMinimumSpanningTree (Tests)

Definition at line 47 of file vtkPBGLMinimumSpanningTree.h.

Member Typedef Documentation

typedef vtkGraphAlgorithm vtkPBGLMinimumSpanningTree::Superclass

Definition at line 51 of file vtkPBGLMinimumSpanningTree.h.

Constructor & Destructor Documentation

vtkPBGLMinimumSpanningTree::vtkPBGLMinimumSpanningTree ( )
protected
vtkPBGLMinimumSpanningTree::~vtkPBGLMinimumSpanningTree ( )
protected

Member Function Documentation

static vtkPBGLMinimumSpanningTree* vtkPBGLMinimumSpanningTree::New ( )
static
static int vtkPBGLMinimumSpanningTree::IsTypeOf ( const char *  type)
static
virtual int vtkPBGLMinimumSpanningTree::IsA ( const char *  type)
virtual
static vtkPBGLMinimumSpanningTree* vtkPBGLMinimumSpanningTree::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkPBGLMinimumSpanningTree::NewInstanceInternal ( ) const
protectedvirtual
vtkPBGLMinimumSpanningTree* vtkPBGLMinimumSpanningTree::NewInstance ( ) const
void vtkPBGLMinimumSpanningTree::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkPBGLMinimumSpanningTree::SetEdgeWeightArrayName ( const char *  )
virtual

Set the name of the edge-weight input array, which must name an array that is part of the edge data of the input graph and contains numeric data. If the edge-weight array is not of type vtkDoubleArray, the array will be copied into a temporary vtkDoubleArray.

virtual void vtkPBGLMinimumSpanningTree::SetOutputSelectionType ( const char *  )
virtual

Set the output selection type. The default is to use the the set of minimum spanning tree edges "MINIMUM_SPANNING_TREE_EDGES". No other options are defined.

virtual int vtkPBGLMinimumSpanningTree::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
virtual int vtkPBGLMinimumSpanningTree::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual
virtual int vtkPBGLMinimumSpanningTree::FillOutputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual

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