ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkBoostBetweennessClustering Class Reference

vtkBoostBetweennessClustering - Implements graph clustering based on edge betweenness centrality. More...

Inheritance diagram for Kitware.VTK.vtkBoostBetweennessClustering:
[legend]
Collaboration diagram for Kitware.VTK.vtkBoostBetweennessClustering:
[legend]

List of all members.

Public Member Functions

 vtkBoostBetweennessClustering (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkBoostBetweennessClustering ()
 Undocumented Block.
virtual string GetEdgeWeightArrayName ()
 Get/Set the name of the array that needs to be used as the edge weight. The array should be a vtkDataArray.
virtual double GetThreshold ()
 Get/Set the threshold value. Algorithm terminats when the maximum edge centrality is below this threshold.
virtual void InvertEdgeWeightArrayOff ()
 Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.
virtual void InvertEdgeWeightArrayOn ()
 Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.
override int IsA (string type)
 Undocumented Block.
new vtkBoostBetweennessClustering NewInstance ()
 Undocumented Block.
virtual void SetEdgeCentralityArrayName (string _arg)
 Set the edge centrality array name. If no output array name is set then the name "edge_centrality" is used.
virtual void SetEdgeWeightArrayName (string _arg)
 Get/Set the name of the array that needs to be used as the edge weight. The array should be a vtkDataArray.
virtual void SetInvertEdgeWeightArray (bool _arg)
 Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.
virtual void SetThreshold (double _arg)
 Get/Set the threshold value. Algorithm terminats when the maximum edge centrality is below this threshold.
virtual void SetUseEdgeWeightArray (bool _arg)
 Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.
virtual void UseEdgeWeightArrayOff ()
 Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.
virtual void UseEdgeWeightArrayOn ()
 Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.

Static Public Member Functions

static new
vtkBoostBetweennessClustering 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkBoostBetweennessClustering 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkBoostBetweennessClustering"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "29vtkBoostBetweennessClustering"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkBoostBetweennessClustering_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBoostBetweennessClustering_GetEdgeWeightArrayName_01 (HandleRef pThis)
static internal double vtkBoostBetweennessClustering_GetThreshold_02 (HandleRef pThis)
static internal void vtkBoostBetweennessClustering_InvertEdgeWeightArrayOff_03 (HandleRef pThis)
static internal void vtkBoostBetweennessClustering_InvertEdgeWeightArrayOn_04 (HandleRef pThis)
static internal int vtkBoostBetweennessClustering_IsA_05 (HandleRef pThis, string type)
static internal int vtkBoostBetweennessClustering_IsTypeOf_06 (string type)
static internal IntPtr vtkBoostBetweennessClustering_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBoostBetweennessClustering_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBoostBetweennessClustering_SetEdgeCentralityArrayName_10 (HandleRef pThis, string _arg)
static internal void vtkBoostBetweennessClustering_SetEdgeWeightArrayName_11 (HandleRef pThis, string _arg)
static internal void vtkBoostBetweennessClustering_SetInvertEdgeWeightArray_12 (HandleRef pThis, byte _arg)
static internal void vtkBoostBetweennessClustering_SetThreshold_13 (HandleRef pThis, double _arg)
static internal void vtkBoostBetweennessClustering_SetUseEdgeWeightArray_14 (HandleRef pThis, byte _arg)
static internal void vtkBoostBetweennessClustering_UseEdgeWeightArrayOff_15 (HandleRef pThis)
static internal void vtkBoostBetweennessClustering_UseEdgeWeightArrayOn_16 (HandleRef pThis)

Static Private Member Functions

static vtkBoostBetweennessClustering ()
 Automatically generated type registration mechanics.

Detailed Description

vtkBoostBetweennessClustering - Implements graph clustering based on edge betweenness centrality.

Description

This vtk class uses the Boost centrality clustering generic algorithm to compute edge betweenness centrality on the input graph (a vtkGraph).


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkBoostBetweennessClustering.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Get/Set the name of the array that needs to be used as the edge weight. The array should be a vtkDataArray.

Get/Set the threshold value. Algorithm terminats when the maximum edge centrality is below this threshold.

Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.

Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.

override int Kitware.VTK.vtkBoostBetweennessClustering.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

static new int Kitware.VTK.vtkBoostBetweennessClustering.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

Here is the call graph for this function:

Set the edge centrality array name. If no output array name is set then the name "edge_centrality" is used.

Get/Set the name of the array that needs to be used as the edge weight. The array should be a vtkDataArray.

Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.

virtual void Kitware.VTK.vtkBoostBetweennessClustering.SetThreshold ( double  _arg) [virtual]

Get/Set the threshold value. Algorithm terminats when the maximum edge centrality is below this threshold.

Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.

Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.

Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.

static internal int Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_SetEdgeCentralityArrayName_10 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_SetEdgeWeightArrayName_11 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_SetInvertEdgeWeightArray_12 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_SetThreshold_13 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_SetUseEdgeWeightArray_14 ( HandleRef  pThis,
byte  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkBoostBetweennessClustering.MRClassNameKey = "29vtkBoostBetweennessClustering" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.

new const string Kitware.VTK.vtkBoostBetweennessClustering.MRFullTypeName = "Kitware.VTK.vtkBoostBetweennessClustering"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGraphAlgorithm.


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