|
ActiViz .NET
5.8.0
|
vtkBoostBrandesCentrality - Compute Brandes betweenness centrality on a vtkGraph More...
Public Member Functions | |
| vtkBoostBrandesCentrality (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkBoostBrandesCentrality () | |
| 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 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 vtkBoostBrandesCentrality | NewInstance () |
| Undocumented Block. | |
| 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 | 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 vtkBoostBrandesCentrality | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkBoostBrandesCentrality | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkBoostBrandesCentrality" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "25vtkBoostBrandesCentrality" |
| 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 | vtkBoostBrandesCentrality_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkBoostBrandesCentrality_GetEdgeWeightArrayName_01 (HandleRef pThis) |
| static internal void | vtkBoostBrandesCentrality_InvertEdgeWeightArrayOff_02 (HandleRef pThis) |
| static internal void | vtkBoostBrandesCentrality_InvertEdgeWeightArrayOn_03 (HandleRef pThis) |
| static internal int | vtkBoostBrandesCentrality_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkBoostBrandesCentrality_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkBoostBrandesCentrality_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkBoostBrandesCentrality_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkBoostBrandesCentrality_SetEdgeWeightArrayName_09 (HandleRef pThis, string _arg) |
| static internal void | vtkBoostBrandesCentrality_SetInvertEdgeWeightArray_10 (HandleRef pThis, byte _arg) |
| static internal void | vtkBoostBrandesCentrality_SetUseEdgeWeightArray_11 (HandleRef pThis, byte _arg) |
| static internal void | vtkBoostBrandesCentrality_UseEdgeWeightArrayOff_12 (HandleRef pThis) |
| static internal void | vtkBoostBrandesCentrality_UseEdgeWeightArrayOn_13 (HandleRef pThis) |
Static Private Member Functions | |
| static | vtkBoostBrandesCentrality () |
| Automatically generated type registration mechanics. | |
vtkBoostBrandesCentrality - Compute Brandes betweenness centrality on a vtkGraph
| static Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkBoostBrandesCentrality.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.vtkBoostBrandesCentrality.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 void Kitware.VTK.vtkBoostBrandesCentrality.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.vtkBoostBrandesCentrality.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.vtkBoostBrandesCentrality.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| static new int Kitware.VTK.vtkBoostBrandesCentrality.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| static new vtkBoostBrandesCentrality Kitware.VTK.vtkBoostBrandesCentrality.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| static new vtkBoostBrandesCentrality Kitware.VTK.vtkBoostBrandesCentrality.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| virtual void Kitware.VTK.vtkBoostBrandesCentrality.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.vtkBoostBrandesCentrality.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.vtkBoostBrandesCentrality.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.vtkBoostBrandesCentrality.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.vtkBoostBrandesCentrality.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.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_GetEdgeWeightArrayName_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_InvertEdgeWeightArrayOff_02 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_InvertEdgeWeightArrayOn_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_SetEdgeWeightArrayName_09 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_SetInvertEdgeWeightArray_10 | ( | HandleRef | pThis, |
| byte | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_SetUseEdgeWeightArray_11 | ( | HandleRef | pThis, |
| byte | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_UseEdgeWeightArrayOff_12 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkBoostBrandesCentrality.vtkBoostBrandesCentrality_UseEdgeWeightArrayOn_13 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkBoostBrandesCentrality.MRClassNameKey = "25vtkBoostBrandesCentrality" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
| new const string Kitware.VTK.vtkBoostBrandesCentrality.MRFullTypeName = "Kitware.VTK.vtkBoostBrandesCentrality" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGraphAlgorithm.
1.7.6.1