|
ActiViz .NET
5.8.0
|
vtkBoostBetweennessClustering - Implements graph clustering based on edge betweenness centrality. More...
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. | |
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).
| static Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering | ( | ) | [static, private] |
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.
| 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.
| virtual string Kitware.VTK.vtkBoostBetweennessClustering.GetEdgeWeightArrayName | ( | ) | [virtual] |
Get/Set the name of the array that needs to be used as the edge weight. The array should be a vtkDataArray.
| virtual double Kitware.VTK.vtkBoostBetweennessClustering.GetThreshold | ( | ) | [virtual] |
Get/Set the threshold value. Algorithm terminats when the maximum edge centrality is below this threshold.
| virtual void Kitware.VTK.vtkBoostBetweennessClustering.InvertEdgeWeightArrayOff | ( | ) | [virtual] |
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.InvertEdgeWeightArrayOn | ( | ) | [virtual] |
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.
| static new vtkBoostBetweennessClustering Kitware.VTK.vtkBoostBetweennessClustering.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| static new vtkBoostBetweennessClustering Kitware.VTK.vtkBoostBetweennessClustering.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| virtual void Kitware.VTK.vtkBoostBetweennessClustering.SetEdgeCentralityArrayName | ( | string | _arg | ) | [virtual] |
Set the edge centrality array name. If no output array name is set then the name "edge_centrality" is used.
| virtual void Kitware.VTK.vtkBoostBetweennessClustering.SetEdgeWeightArrayName | ( | string | _arg | ) | [virtual] |
Get/Set the name of the array that needs to be used as the edge weight. The array should be a vtkDataArray.
| virtual void Kitware.VTK.vtkBoostBetweennessClustering.SetInvertEdgeWeightArray | ( | bool | _arg | ) | [virtual] |
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.
| virtual void Kitware.VTK.vtkBoostBetweennessClustering.SetUseEdgeWeightArray | ( | bool | _arg | ) | [virtual] |
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.UseEdgeWeightArrayOff | ( | ) | [virtual] |
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.UseEdgeWeightArrayOn | ( | ) | [virtual] |
Get/Set the flag that sets the rule whether or not to use the edge weight array as set using SetEdgeWeightArrayName.
| static internal IntPtr Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_GetEdgeWeightArrayName_01 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_GetThreshold_02 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_InvertEdgeWeightArrayOff_03 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_InvertEdgeWeightArrayOn_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_IsTypeOf_06 | ( | 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] |
| static internal void Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_UseEdgeWeightArrayOff_15 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBoostBetweennessClustering.vtkBoostBetweennessClustering_UseEdgeWeightArrayOn_16 | ( | HandleRef | pThis | ) | [private] |
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.
1.7.6.1